[Pkg-mono-svn-commits] rev 3019 - in beagle/branches/experimental/debian: . patches

Jose Carlos Garcia Sogo jsogo at alioth.debian.org
Thu Apr 5 11:41:36 UTC 2007


Author: jsogo
Date: 2007-04-05 11:41:36 +0000 (Thu, 05 Apr 2007)
New Revision: 3019

Added:
   beagle/branches/experimental/debian/patches/fix_desktop_files.dpatch
Modified:
   beagle/branches/experimental/debian/changelog
   beagle/branches/experimental/debian/patches/00list
   beagle/branches/experimental/debian/rules
Log:
* beagle
  + Apply atch to fix some stuff from .desktop files (#417527)
    + Do not show in KDE
    + Do not autostart beagle-search
    + Don't show beagle-settings icon in applications menu



Modified: beagle/branches/experimental/debian/changelog
===================================================================
--- beagle/branches/experimental/debian/changelog	2007-04-04 20:09:55 UTC (rev 3018)
+++ beagle/branches/experimental/debian/changelog	2007-04-05 11:41:36 UTC (rev 3019)
@@ -1,3 +1,12 @@
+beagle (0.2.16-4) experimental; urgency=low
+
+  * Apply patch from O.S. Systems (Closes: #417257)
+     + Do not show beagle-search icon on KDE;
+     + Do not run beagle-search on KDE starting;
+     + Remove beagle-settings icon from the menu;
+
+ -- Jose Carlos Garcia Sogo <jsogo at debian.org>  Thu, 05 Apr 2007 13:37:15 +0200
+
 beagle (0.2.16-3) experimental; urgency=low
 
   * The latest releases were rejected from NEW queue.

Modified: beagle/branches/experimental/debian/patches/00list
===================================================================
--- beagle/branches/experimental/debian/patches/00list	2007-04-04 20:09:55 UTC (rev 3018)
+++ beagle/branches/experimental/debian/patches/00list	2007-04-05 11:41:36 UTC (rev 3019)
@@ -5,3 +5,4 @@
 usebash.dpatch
 use-python2.4.dpatch
 relibtoolize.dpatch
+fix_desktop_files.dpatch

Added: beagle/branches/experimental/debian/patches/fix_desktop_files.dpatch
===================================================================
--- beagle/branches/experimental/debian/patches/fix_desktop_files.dpatch	2007-04-04 20:09:55 UTC (rev 3018)
+++ beagle/branches/experimental/debian/patches/fix_desktop_files.dpatch	2007-04-05 11:41:36 UTC (rev 3019)
@@ -0,0 +1,52 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## fix_desktop_files.dpatch by Jose Carlos Garcia Sogo <jsogo at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad beagle-0.2.16~/search/beagle-search-autostart.desktop beagle-0.2.16/search/beagle-search-autostart.desktop
+--- beagle-0.2.16~/search/beagle-search-autostart.desktop	2007-01-24 18:52:33.000000000 +0100
++++ beagle-0.2.16/search/beagle-search-autostart.desktop	2007-04-05 13:34:06.000000000 +0200
+@@ -3,6 +3,5 @@
+ Exec=beagle-search --icon
+ Name=Beagle Search Tool
+ Terminal=false
+-X-KDE-autostart-phase=2
+-X-KDE-autostart-after=panel
+-X-KDE-StartupNotify=false
++NotShowIn=KDE
++X-GNOME-Autostart-enabled=false
+diff -urNad beagle-0.2.16~/search/beagle-search.desktop.in beagle-0.2.16/search/beagle-search.desktop.in
+--- beagle-0.2.16~/search/beagle-search.desktop.in	2007-02-07 17:33:06.000000000 +0100
++++ beagle-0.2.16/search/beagle-search.desktop.in	2007-04-05 13:34:06.000000000 +0200
+@@ -10,6 +10,7 @@
+ StartupNotify=true
+ Encoding=UTF-8
+ Categories=GNOME;GTK;Application;Core;Utility;Filesystem;
++NotShowIn=KDE
+ X-GNOME-Bugzilla-Bugzilla=GNOME
+ X-GNOME-Bugzilla-Product=beagle
+ X-GNOME-Bugzilla-Component=General
+diff -urNad beagle-0.2.16~/search/beagle-search.desktop.in.in beagle-0.2.16/search/beagle-search.desktop.in.in
+--- beagle-0.2.16~/search/beagle-search.desktop.in.in	2007-01-24 18:52:33.000000000 +0100
++++ beagle-0.2.16/search/beagle-search.desktop.in.in	2007-04-05 13:34:06.000000000 +0200
+@@ -10,6 +10,7 @@
+ StartupNotify=true
+ Encoding=UTF-8
+ Categories=GNOME;GTK;Application;Core;Utility;Filesystem;
++NotShowIn=KDE
+ X-GNOME-Bugzilla-Bugzilla=GNOME
+ X-GNOME-Bugzilla-Product=beagle
+ X-GNOME-Bugzilla-Component=General
+diff -urNad beagle-0.2.16~/tools/beagle-settings.desktop.in.in beagle-0.2.16/tools/beagle-settings.desktop.in.in
+--- beagle-0.2.16~/tools/beagle-settings.desktop.in.in	2007-02-06 21:40:12.000000000 +0100
++++ beagle-0.2.16/tools/beagle-settings.desktop.in.in	2007-04-05 13:34:06.000000000 +0200
+@@ -7,6 +7,7 @@
+ Icon=system-search
+ Type=Application
+ Categories=Application;Settings;AdvancedSettings;Utility;Filesystem;X-Ximian-Settings;
++NotShowIn=KDE
+ X-GNOME-Bugzilla-Bugzilla=GNOME
+ X-GNOME-Bugzilla-Product=beagle
+ X-GNOME-Bugzilla-Component=General


Property changes on: beagle/branches/experimental/debian/patches/fix_desktop_files.dpatch
___________________________________________________________________
Name: svn:executable
   + *

Modified: beagle/branches/experimental/debian/rules
===================================================================
--- beagle/branches/experimental/debian/rules	2007-04-04 20:09:55 UTC (rev 3018)
+++ beagle/branches/experimental/debian/rules	2007-04-05 11:41:36 UTC (rev 3019)
@@ -87,6 +87,9 @@
 	find debian/ -type f -name "*.dll" -or -name "*.mdb" -or -name "*.cs" -or -name "*.config" | xargs chmod -x
 	find debian/ -type f -name "*.exe" | xargs chmod +x
 
+#   Remove settings menu item.
+	rm $(CURDIR)/debian/beagle/usr/share/applications/beagle-settings.desktop
+
 install-indep:
 	dh_testdir
 	dh_testroot




More information about the Pkg-mono-svn-commits mailing list