[Pkg-e-commits] [SCM] Enlightenment DR17 support for freedesktop.org specs branch, master, updated. debian/0.5.0.050+svn20081114-1-395-geab4b70

Albin Tonnerre albin.tonnerre at gmail.com
Thu Nov 12 14:46:02 UTC 2009


The following commit has been merged in the master branch:
commit 4fd0c3a0d7dddf7470d5adff9b9e79cf13b473df
Author: Albin Tonnerre <albin.tonnerre at gmail.com>
Date:   Sat Jun 20 17:49:40 2009 +0200

    Remove 01_menu_extra_path.patch, it belongs in e17

diff --git a/debian/changelog b/debian/changelog
index 094e841..3a7ecc8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ efreet (0.5.0.061-1) unstable; urgency=low
   * New upstream snapshot
   * Package rename due to API changes
   * Update to Standards-Version 3.8.2, no change required
+  * Drop 01_menu_extra_path.patch, it belongs in e17
 
  -- Albin Tonnerre <albin.tonnerre at gmail.com>  Sat, 20 Jun 2009 17:36:29 +0200
 
diff --git a/debian/patches/01_menu_extra_path.patch b/debian/patches/01_menu_extra_path.patch
deleted file mode 100644
index 01b6005..0000000
--- a/debian/patches/01_menu_extra_path.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-#Allows E17 to find a menu provided by the e17 package if no menus are found
-#after searching the FDO paths
---- efreet-0.0.3/src/lib/efreet_menu.c	2007-05-13 18:58:05.000000000 +0200
-+++ efreet-0.0.3.patch/src/lib/efreet_menu.c	2007-05-13 18:57:35.000000000 +0200
-@@ -583,6 +583,9 @@
-             return efreet_menu_parse(menu);
-     }
- 
-+    snprintf(menu, sizeof(menu), "/etc/xdg/menus/enlightenment-applications.menu");
-+    if (ecore_file_exists(menu)) return efreet_menu_parse(menu);
-+
-     return NULL;
- }
- 

-- 
Enlightenment DR17 support for freedesktop.org specs



More information about the Pkg-e-commits mailing list