[Pkg-galago-commit] r345 - packages/unstable/slab/debian/patches

Riccardo Setti giskard-guest at costa.debian.org
Mon Sep 18 20:21:34 UTC 2006


Author: giskard-guest
Date: 2006-09-18 20:21:33 +0000 (Mon, 18 Sep 2006)
New Revision: 345

Modified:
   packages/unstable/slab/debian/patches/08_add_place_menu.patch
Log:
update 08.patch 

Modified: packages/unstable/slab/debian/patches/08_add_place_menu.patch
===================================================================
--- packages/unstable/slab/debian/patches/08_add_place_menu.patch	2006-09-18 20:07:23 UTC (rev 344)
+++ packages/unstable/slab/debian/patches/08_add_place_menu.patch	2006-09-18 20:21:33 UTC (rev 345)
@@ -1,58 +1,3 @@
-diff -urNad slab-0.0.cvs.20060915.orig/main-menu/etc/slab.schemas.in.in slab-0.0.cvs.20060915/main-menu/etc/slab.schemas.in.in
---- slab-0.0.cvs.20060915.orig/main-menu/etc/slab.schemas.in.in	2006-06-26 16:13:03.000000000 +0200
-+++ slab-0.0.cvs.20060915/main-menu/etc/slab.schemas.in.in	2006-09-18 21:52:02.000000000 +0200
-@@ -13,6 +13,20 @@
- 			</locale>
- 		</schema>
- 
-+                <schema>
-+                       <key>/schemas/desktop/gnome/applications/main-menu/file-area/places</key>
-+                       <applyto>/desktop/gnome/applications/main-menu/file-area/places</applyto>
-+                       <owner>gnome-main-menu</owner>
-+                       <type>list</type>
-+                       <list_type>string</list_type>
-+                       <default>[nautilus-computer.desktop,nautilus-home.desktop,network-scheme.desktop,nautilus-cd-burner.desktop,beagle-search.desk    top]</default>
-+
-+                       <locale name="C">
-+                       <short>.desktop files for "Places"</short>
-+                       <long>.desktop files for "Places"</long>
-+                       </locale>
-+                </schema>
-+		
- 		<schema>
- 			<key>/schemas/desktop/gnome/applications/main-menu/uninstall_package_command</key>
- 			<applyto>/desktop/gnome/applications/main-menu/uninstall_package_command</applyto>
-@@ -67,7 +81,7 @@
- 			<applyto>/desktop/gnome/applications/main-menu/system-area/control_center_item</applyto>
- 			<owner>gnome-main-menu</owner>
- 			<type>string</type>
--			<default>@DATADIR@/applications/control-center.desktop</default>
-+			<default>/usr/share/gnome-main-menu/control-center.desktop<default>
- 			<locale name="C">
- 				<short>control center item .desktop file</short>
- 				<long>control center item .desktop file</long>
-@@ -91,7 +105,7 @@
- 			<applyto>/desktop/gnome/applications/main-menu/application_browser</applyto>
- 			<owner>gnome-main-menu</owner>
- 			<type>string</type>
--			<default>@DATADIR@/applications/application-browser.desktop</default>
-+			<default>/usr/share/gnome-main-menu/application-browser.desktop</default>
- 			<locale name="C">
- 				<short>.desktop path for the application browser</short>
- 				<long>.desktop path for the application browser</long>
-@@ -322,10 +336,10 @@
- 			<owner>gnome-main-menu</owner>
- 			<type>list</type>
- 			<list_type>int</list_type>
--			<default>[0,1,2]</default>
-+			<default>[0,2,3]</default>
- 			<locale name="C">
- 				<short>lock-down configuration of the file area</short>
--				<long>contains the list (in no particular order) of allowable file types to show in the file area.  possible values (see also the note for /desktop/gnome/applications/main-menu/file-area/file_class): 0 [USER_SPECIFIED_APPS], 1 [RECENTLY_USED_APPS], 2 [RECENT_FILES].  RECENTLY_USED_APPS is the list of recently used (instantiated with the main-menu or the application-browser).  USER_SPECIFIED_APPS is equivalent to "Favorite Applications".  RECENT_FILES is the list of files from ~/.recently-used.</long>
-+			 <long>contains the list (in no particular order) of allowable file types to show in the file area.  possible values (see also the note for /desktop/gnome/applications/main-menu/file-area/file_class): 0 [USER_SPECIFIED_APPS], 1 [RECENTLY_USED_APPS], 2 [RECENT_FILES]. 3 [PLACES].  RECENTLY_USED_APPS is the list of recently used (instantiated with the main-menu or the application-browser).  USER_SPECIFIED_APPS is equivalent to "Favorite Applications".  RECENT_FILES is the list of files from ~/.recently-used, PLACE is the list of possible place (home, net, cd-rom)</long>
- 			</locale>
- 		</schema>
- 	</schemalist>
 diff -urNad slab-0.0.cvs.20060915.orig/main-menu/src/file-area-widget.c slab-0.0.cvs.20060915/main-menu/src/file-area-widget.c
 --- slab-0.0.cvs.20060915.orig/main-menu/src/file-area-widget.c	2006-09-16 01:02:18.000000000 +0200
 +++ slab-0.0.cvs.20060915/main-menu/src/file-area-widget.c	2006-09-18 22:03:19.000000000 +0200
@@ -194,3 +139,62 @@
  } FileClass;
  
  typedef enum
+diff -urNad slab-0.0.cvs.20060915.orig/main-menu/etc/slab.schemas.in.in slab-0.0.cvs.20060915/main-menu/etc/slab.schemas.in.in
+--- slab-0.0.cvs.20060915.orig/main-menu/etc/slab.schemas.in.in	2006-09-18 22:20:39.000000000 +0200
++++ slab-0.0.cvs.20060915/main-menu/etc/slab.schemas.in.in	2006-09-18 22:19:28.000000000 +0200
+@@ -12,30 +12,18 @@
+ 				<long>.desktop files for "Favorite Applications"</long>
+ 			</locale>
+ 		</schema>
+-
+-		<schema>
+-			<key>/schemas/desktop/gnome/applications/main-menu/uninstall_package_command</key>
+-			<applyto>/desktop/gnome/applications/main-menu/uninstall_package_command</applyto>
+-			<owner>gnome-main-menu</owner>
+-			<type>string</type>
+-			<default>zen-remover PACKAGE_NAME</default>
+-			<locale name="C">
+-				<short>command to uninstall packages</short>
+-				<long>command to uninstall packages, PACKAGE_NAME is replaced by the name of the package in the command</long>
+-			</locale>
+-		</schema>
+-
+-		<schema>
+-			<key>/schemas/desktop/gnome/applications/main-menu/upgrade_package_command</key>
+-			<applyto>/desktop/gnome/applications/main-menu/upgrade_package_command</applyto>
+-			<owner>gnome-main-menu</owner>
+-			<type>string</type>
+-			<default>zen-updater --no-tray PACKAGE_NAME</default>
+-			<locale name="C">
+-				<short>command to upgrade packages</short>
+-				<long>command to upgrade packages, PACKAGE_NAME is replaced by the name of the package in the command</long>
+-			</locale>
+-		</schema>
++                <schema>
++                       <key>/schemas/desktop/gnome/applications/main-menu/file-area/places</key>
++                       <applyto>/desktop/gnome/applications/main-menu/file-area/places</applyto>
++                       <owner>gnome-main-menu</owner>
++                       <type>list</type>
++                       <list_type>string</list_type>
++                       <default>[nautilus-computer.desktop,nautilus-home.desktop,network-scheme.desktop,nautilus-cd-burner.desktop,beagle-search.desktop]</default>
++                       <locale name="C">
++                       <short>.desktop files for "Places"</short>
++                       <long>.desktop files for "Places"</long>
++                       </locale>
++                </schema>
+ 
+ 		<schema>
+ 			<key>/schemas/desktop/gnome/applications/main-menu/system-area/system_item_list</key>
+@@ -322,10 +310,10 @@
+ 			<owner>gnome-main-menu</owner>
+ 			<type>list</type>
+ 			<list_type>int</list_type>
+-			<default>[0,1,2]</default>
++			<default>[0,2,3]</default>
+ 			<locale name="C">
+ 				<short>lock-down configuration of the file area</short>
+-				<long>contains the list (in no particular order) of allowable file types to show in the file area.  possible values (see also the note for /desktop/gnome/applications/main-menu/file-area/file_class): 0 [USER_SPECIFIED_APPS], 1 [RECENTLY_USED_APPS], 2 [RECENT_FILES].  RECENTLY_USED_APPS is the list of recently used (instantiated with the main-menu or the application-browser).  USER_SPECIFIED_APPS is equivalent to "Favorite Applications".  RECENT_FILES is the list of files from ~/.recently-used.</long>
++				<long>contains the list (in no particular order) of allowable file types to show in the file area.  possible values (see also the note for /desktop/gnome/applications/main-menu/file-area/file_class): 0 [USER_SPECIFIED_APPS], 1 [RECENTLY_USED_APPS], 2 [RECENT_FILES], 3 [PLACES], RECENTLY_USED_APPS is the list of recently used (instantiated with the main-menu or the application-browser).  USER_SPECIFIED_APPS is equivalent to "Favorite Applications".  RECENT_FILES is the list of files from ~/.recently-used, PLACE is the list of possible place (home, net, cd-rom)</long>
+ 			</locale>
+ 		</schema>
+ 	</schemalist>




More information about the Pkg-galago-commit mailing list