~tkluck/ubuntu/precise/gnome-shell/lp883443

« back to all changes in this revision

Viewing changes to .pc/01_favorite_apps.patch/data/org.gnome.shell.gschema.xml.in

  • Committer: Bazaar Package Importer
  • Author(s): Raphaël Hertzog, Frederic Peters, Raphaël Hertzog, Laurent Bigonville
  • Date: 2011-04-11 21:03:31 UTC
  • mfrom: (1.1.22 upstream)
  • mto: (18.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 25.
  • Revision ID: james.westby@ubuntu.com-20110411210331-345p7j40vf0wp6t1
Tags: 3.0.0.2-1
* Team upload.

[ Frederic Peters ]
* New upstream release (2.91.93).
* debian/control.in:
  + added dependency on gnome-icon-theme-symbolic.
  + bumped gnome-shell dependency.
  + bumped gir1.2-freedesktop build-dep to 0.10.6, for a fix to
    cairo-1.0.typelib

[ Raphaël Hertzog ]
* New upstream release (3.0.0.2).
* New patch 02_rpath-bluetooth-applet.patch by Rico Tzschichholz to
  add an RPATH so that the compilation doesn't fail when g-ir-scanner
  tries to analyze libgnome-shell.so linked against
  libgnome-bluetooth-applet.so.0 which is in a private directory.
* Add a lintian override for the RPATH that we can't avoid.
* Teach dpkg-shlibdeps how to find that private lib and add the
  corresponding dependency in debian/slibs.local.
* Update and add a bunch of build-depends to match the latest configure
  requirements.
* Add gir1.2-gnomebluetooth-1.0 and gir1.2-networkmanager-1.0 to Depends
  because they are needed to benefit from the improved UI associated to the
  respective status bar applet.

[ Laurent Bigonville ]
* debian/control.in: {Build-}Depends against gir1.2-mutter-3.0 instead of
  gir1.2-mutter-2.91

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<schemalist>
2
 
  <schema id="org.gnome.shell" path="/apps/gnome-shell/"
 
2
  <schema id="org.gnome.shell" path="/org/gnome/shell/"
3
3
          gettext-domain="@GETTEXT_PACKAGE@">
4
4
    <key name="development-tools" type="b">
5
5
      <default>true</default>
54
54
    <child name="recorder" schema="org.gnome.shell.recorder"/>
55
55
  </schema>
56
56
 
57
 
  <schema id="org.gnome.shell.calendar" path="/apps/gnome-shell/calendar/"
 
57
  <schema id="org.gnome.shell.calendar" path="/org/gnome/shell/calendar/"
58
58
          gettext-domain="@GETTEXT_PACKAGE@">
59
59
    <key name="show-weekdate" type="b">
60
60
      <default>false</default>
65
65
      </key>
66
66
  </schema>
67
67
 
68
 
  <schema id="org.gnome.shell.clock" path="/apps/gnome-shell/clock/"
 
68
  <schema id="org.gnome.shell.clock" path="/org/gnome/shell/clock/"
69
69
          gettext-domain="@GETTEXT_PACKAGE@">
70
70
    <key name="show-seconds" type="b">
71
71
      <default>false</default>
83
83
    </key>
84
84
  </schema>
85
85
 
86
 
  <schema id="org.gnome.shell.recorder" path="/apps/gnome-shell/recorder/"
 
86
  <schema id="org.gnome.shell.recorder" path="/org/gnome/shell/recorder/"
87
87
          gettext-domain="@GETTEXT_PACKAGE@">
88
88
    <key name="framerate" type="i">
89
89
      <default>15</default>