r24742 - in /packages/experimental/gnome-shell/debian: changelog control control.in patches/01_favorite_apps.diff

kov at users.alioth.debian.org kov at users.alioth.debian.org
Tue Jul 13 18:20:24 UTC 2010


Author: kov
Date: Tue Jul 13 18:20:22 2010
New Revision: 24742

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=24742
Log:
  * New development release.
  - depend on mutter 2.31.5
  - refresh patches


Modified:
    packages/experimental/gnome-shell/debian/changelog
    packages/experimental/gnome-shell/debian/control
    packages/experimental/gnome-shell/debian/control.in
    packages/experimental/gnome-shell/debian/patches/01_favorite_apps.diff

Modified: packages/experimental/gnome-shell/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gnome-shell/debian/changelog?rev=24742&op=diff
==============================================================================
--- packages/experimental/gnome-shell/debian/changelog [utf-8] (original)
+++ packages/experimental/gnome-shell/debian/changelog [utf-8] Tue Jul 13 18:20:22 2010
@@ -1,3 +1,11 @@
+gnome-shell (2.31.5-1) UNRELEASED; urgency=low
+
+  * New development release.
+  - depend on mutter 2.31.5
+  - refresh patches
+
+ -- Gustavo Noronha Silva <gustavo.noronha at collabora.co.uk>  Tue, 13 Jul 2010 14:36:34 -0300
+
 gnome-shell (2.31.2-1) experimental; urgency=low
 
   * New upstream release

Modified: packages/experimental/gnome-shell/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gnome-shell/debian/control?rev=24742&op=diff
==============================================================================
--- packages/experimental/gnome-shell/debian/control [utf-8] (original)
+++ packages/experimental/gnome-shell/debian/control [utf-8] Tue Jul 13 18:20:22 2010
@@ -22,7 +22,7 @@
                gir1.0-gtk-2.0,
                gir1.0-mutter-2.31 (>= 2.31.2-3),
                gir-repository-dev,
-               mutter,
+               mutter (>= 2.31.5),
                libcroco3-dev (>= 0.6),
                libdbus-glib-1-dev,
                libgconf2-dev,
@@ -48,7 +48,7 @@
          gir1.0-mutter-2.31,
          ${shlibs:Depends},
          ${misc:Depends},
-         mutter,
+         mutter (>= 2.31.5),
          python,
          pkg-config,
          mesa-utils

Modified: packages/experimental/gnome-shell/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gnome-shell/debian/control.in?rev=24742&op=diff
==============================================================================
--- packages/experimental/gnome-shell/debian/control.in [utf-8] (original)
+++ packages/experimental/gnome-shell/debian/control.in [utf-8] Tue Jul 13 18:20:22 2010
@@ -17,7 +17,7 @@
                gir1.0-gtk-2.0,
                gir1.0-mutter-2.31 (>= 2.31.2-3),
                gir-repository-dev,
-               mutter,
+               mutter (>= 2.31.5),
                libcroco3-dev (>= 0.6),
                libdbus-glib-1-dev,
                libgconf2-dev,
@@ -43,7 +43,7 @@
          gir1.0-mutter-2.31,
          ${shlibs:Depends},
          ${misc:Depends},
-         mutter,
+         mutter (>= 2.31.5),
          python,
          pkg-config,
          mesa-utils

Modified: packages/experimental/gnome-shell/debian/patches/01_favorite_apps.diff
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gnome-shell/debian/patches/01_favorite_apps.diff?rev=24742&op=diff
==============================================================================
--- packages/experimental/gnome-shell/debian/patches/01_favorite_apps.diff [utf-8] (original)
+++ packages/experimental/gnome-shell/debian/patches/01_favorite_apps.diff [utf-8] Tue Jul 13 18:20:22 2010
@@ -1,13 +1,13 @@
-diff --git a/data/gnome-shell.schemas b/data/gnome-shell.schemas
-index 9ace3bc..4349afc 100644
---- a/data/gnome-shell.schemas
-+++ b/data/gnome-shell.schemas
-@@ -36,7 +36,7 @@
- 	<owner>gnome-shell</owner>
- 	<type>list</type>
- 	<list_type>string</list_type>
--	<default>[mozilla-firefox.desktop,evolution.desktop,openoffice.org-writer.desktop]</default>
-+	<default>[epiphany.desktop,evolution.desktop,openoffice.org-writer.desktop]</default>
- 	<locale name="C">
- 	  <short>List of desktop file IDs for favorite applications</short>
- 	  <long>
+Index: gnome-shell-2.31.5/data/org.gnome.shell.gschema.xml.in
+===================================================================
+--- gnome-shell-2.31.5.orig/data/org.gnome.shell.gschema.xml.in	2010-07-13 14:50:55.200135868 -0300
++++ gnome-shell-2.31.5/data/org.gnome.shell.gschema.xml.in	2010-07-13 14:51:01.556193821 -0300
+@@ -30,7 +30,7 @@
+       </_description>
+     </key>
+     <key name="favorite-apps" type="as">
+-      <default>[ 'mozilla-firefox.desktop', 'evolution.desktop', 'openoffice.org-writer.desktop' ]</default>
++      <default>[ 'epiphany.desktop', 'evolution.desktop', 'openoffice.org-writer.desktop' ]</default>
+       <_summary>List of desktop file IDs for favorite applications</_summary>
+       <_description>
+         The applications corresponding to these identifiers




More information about the pkg-gnome-commits mailing list