~ubuntu-branches/ubuntu/oneiric/evince/oneiric-updates

« back to all changes in this revision

Viewing changes to thumbnailer/evince-thumbnailer-djvu.schemas.in

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya, Josselin Mouette, Rodrigo Moya
  • Date: 2011-05-19 12:12:42 UTC
  • mfrom: (1.1.65 upstream) (1.3.6 experimental)
  • Revision ID: james.westby@ubuntu.com-20110519121242-967hbn2nh2hunp4y
Tags: 3.0.0-4ubuntu1
[ Josselin Mouette ]
* bug-presubj: please document where to report rendering bugs.
* evince.mime: dropped. We have desktop files to handle MIME 
  associations, no need to maintain an alternate system by hand.
  Closes: #619564, #627027, #551734, #581441.

[ Rodrigo Moya ]
* Rebase from Debian and GNOME3 PPA (thanks to Rico Tzschichholz).
  Remaining Ubuntu changes:
* debian/apparmor-profile:
* debian/apparmor-profile.abstraction:
* debian/evince.apport:
* debian/evince-common.dirs:
* debian/evince-common.postinst:
* debian/evince-common.postrm:
  - Add apparmor profile
* debian/control:
  - Build-Depend on debhelper (>= 7.4.20ubuntu5), gnome-common,
    hardening-includes and liblaunchpad-integration-3.0-dev
  - Standards-Version is 3.9.1
  - Depend on apparmor
* debian/rules:
  - Include hardening.make
  - Add rule to install apparmor files
* debian/watch:
  - Watch unstable series
* debian/patches/01_lpi.patch:
  - Launchpad integration patch
* debian/patches/04_gold.patch:
  - Link against libz
* debian/patches/05_library-path.patch:
  - Fix library path for g-ir-scanner

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<gconfschemafile>
2
 
    <schemalist>
3
 
 
4
 
        <schema>
5
 
            <key>/schemas/desktop/gnome/thumbnailers/image@vnd.djvu/enable</key>
6
 
            <applyto>/desktop/gnome/thumbnailers/image@vnd.djvu/enable</applyto>
7
 
            <owner>evince</owner>
8
 
            <type>bool</type>
9
 
            <default>true</default>
10
 
            <locale name="C">
11
 
                <short></short>
12
 
                <long></long>
13
 
            </locale>
14
 
        </schema>
15
 
 
16
 
 
17
 
        <schema>
18
 
            <key>/schemas/desktop/gnome/thumbnailers/image@vnd.djvu/command</key>
19
 
            <applyto>/desktop/gnome/thumbnailers/image@vnd.djvu/command</applyto>
20
 
            <owner>evince</owner>
21
 
            <type>string</type>
22
 
            <default>evince-thumbnailer -s %s %u %o</default>
23
 
            <locale name="C">
24
 
                <short></short>
25
 
                <long></long>
26
 
            </locale>
27
 
        </schema>
28
 
 
29
 
    </schemalist>
30
 
</gconfschemafile>