r14645 - in packages/trunk/plee-the-bear/debian: . patches

Julien Jorge j-jorge-guest at alioth.debian.org
Sun Oct 20 07:34:52 UTC 2013


Author: j-jorge-guest
Date: 2013-10-20 07:34:52 +0000 (Sun, 20 Oct 2013)
New Revision: 14645

Added:
   packages/trunk/plee-the-bear/debian/patches/full-path-menu-icon.diff
Modified:
   packages/trunk/plee-the-bear/debian/changelog
   packages/trunk/plee-the-bear/debian/patches/series
Log:
Add a patch to use the full path to the icon in the menu files
    (closes: #726853)

Modified: packages/trunk/plee-the-bear/debian/changelog
===================================================================
--- packages/trunk/plee-the-bear/debian/changelog	2013-10-19 18:22:01 UTC (rev 14644)
+++ packages/trunk/plee-the-bear/debian/changelog	2013-10-20 07:34:52 UTC (rev 14645)
@@ -11,6 +11,8 @@
 
   [ Julien Jorge ]
   * Add mipsn32el mips64 mips64el in the architecures (closes: #726176)
+  * Add a patch to use the full path to the icon in the menu files
+    (closes: #726853)
 
  -- Evgeni Golov <evgeni at debian.org>  Mon, 15 Jul 2013 22:21:57 +0200
 

Added: packages/trunk/plee-the-bear/debian/patches/full-path-menu-icon.diff
===================================================================
--- packages/trunk/plee-the-bear/debian/patches/full-path-menu-icon.diff	                        (rev 0)
+++ packages/trunk/plee-the-bear/debian/patches/full-path-menu-icon.diff	2013-10-20 07:34:52 UTC (rev 14645)
@@ -0,0 +1,40 @@
+Index: plee-the-bear-0.6.0/plee-the-bear/desktop/menu/plee-the-bear
+===================================================================
+--- plee-the-bear-0.6.0.orig/plee-the-bear/desktop/menu/plee-the-bear	2013-10-20 09:17:40.193780323 +0200
++++ plee-the-bear-0.6.0/plee-the-bear/desktop/menu/plee-the-bear	2013-10-20 09:17:40.189780323 +0200
+@@ -2,4 +2,4 @@
+   title="Plee the Bear" \
+   command="plee-the-bear" \
+   hints="Catch your son, he ate all your honey and ran away." \
+-  icon="ptb.xpm"
++  icon="/usr/share/pixmaps/ptb.xpm"
+Index: plee-the-bear-0.6.0/bear-factory/desktop/menu/bf-animation-editor
+===================================================================
+--- plee-the-bear-0.6.0.orig/bear-factory/desktop/menu/bf-animation-editor	2010-11-19 09:10:55.000000000 +0100
++++ plee-the-bear-0.6.0/bear-factory/desktop/menu/bf-animation-editor	2013-10-20 09:32:47.173815090 +0200
+@@ -2,4 +2,4 @@
+   title="Bear Factory — Animation Editor" \
+   command="bf-animation-editor" \
+   hints="Animation editor for the Bear Engine." \
+-  icon="bear-factory.xpm"
++  icon="/usr/share/pixmaps/bear-factory.xpm"
+Index: plee-the-bear-0.6.0/bear-factory/desktop/menu/bf-level-editor
+===================================================================
+--- plee-the-bear-0.6.0.orig/bear-factory/desktop/menu/bf-level-editor	2010-11-19 09:10:55.000000000 +0100
++++ plee-the-bear-0.6.0/bear-factory/desktop/menu/bf-level-editor	2013-10-20 09:32:42.561814914 +0200
+@@ -2,4 +2,4 @@
+   title="Bear Factory — Level Editor" \
+   command="bf-level-editor" \
+   hints="Level editor for the Bear Engine." \
+-  icon="bear-factory.xpm"
++  icon="/usr/share/pixmaps/bear-factory.xpm"
+Index: plee-the-bear-0.6.0/bear-factory/desktop/menu/bf-model-editor
+===================================================================
+--- plee-the-bear-0.6.0.orig/bear-factory/desktop/menu/bf-model-editor	2010-11-19 09:10:55.000000000 +0100
++++ plee-the-bear-0.6.0/bear-factory/desktop/menu/bf-model-editor	2013-10-20 09:32:38.245814748 +0200
+@@ -2,4 +2,4 @@
+   title="Bear Factory — Model Editor" \
+   command="bf-model-editor" \
+   hints="Model editor for the Bear Engine." \
+-  icon="bear-factory.xpm"
++  icon="/usr/share/pixmaps/bear-factory.xpm"

Modified: packages/trunk/plee-the-bear/debian/patches/series
===================================================================
--- packages/trunk/plee-the-bear/debian/patches/series	2013-10-19 18:22:01 UTC (rev 14644)
+++ packages/trunk/plee-the-bear/debian/patches/series	2013-10-20 07:34:52 UTC (rev 14645)
@@ -2,3 +2,4 @@
 editors-default-dir.diff
 ptb-filesystem-v3.diff
 ptb-signals-v2.diff
+full-path-menu-icon.diff




More information about the Pkg-games-commits mailing list