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

Julien Jorge j-jorge-guest at alioth.debian.org
Fri Oct 16 20:34:49 UTC 2009


Author: j-jorge-guest
Date: 2009-10-16 20:34:49 +0000 (Fri, 16 Oct 2009)
New Revision: 10418

Modified:
   packages/trunk/plee-the-bear/debian/changelog
   packages/trunk/plee-the-bear/debian/patches/editors-default-dir.diff
   packages/trunk/plee-the-bear/debian/patches/editors-menu-section.diff
Log:
Bug fix in patch editors-default-dir.diff to effectively set the default paths.

Modified: packages/trunk/plee-the-bear/debian/changelog
===================================================================
--- packages/trunk/plee-the-bear/debian/changelog	2009-10-16 19:19:44 UTC (rev 10417)
+++ packages/trunk/plee-the-bear/debian/changelog	2009-10-16 20:34:49 UTC (rev 10418)
@@ -6,6 +6,8 @@
   * Install the binaries of the editors in /usr/games/
   * Add a patch to change section in menu files of the editors from
     Apps/Editors to Games/Tools.
+  * Bug fix in patch editors-default-dir.diff to effectively set the
+    default paths.
 
  -- Julien Jorge <julien_jorge at yahoo.fr>  Thu, 08 Oct 2009 16:27:44 +0200
 

Modified: packages/trunk/plee-the-bear/debian/patches/editors-default-dir.diff
===================================================================
--- packages/trunk/plee-the-bear/debian/patches/editors-default-dir.diff	2009-10-16 19:19:44 UTC (rev 10417)
+++ packages/trunk/plee-the-bear/debian/patches/editors-default-dir.diff	2009-10-16 20:34:49 UTC (rev 10418)
@@ -9,8 +9,8 @@
 +      else
 +        {
 +          item_class_path.clear();
-+          item_class_path.push_back("/usr/share/bear-factory/item_description");
-+          item_class_path.push_back("/usr/share/bear-factory/plee-the-bear/item_description");
++          item_class_path.push_back("/usr/share/bear-factory/item-description");
++          item_class_path.push_back("/usr/share/bear-factory/plee-the-bear/item-description");
 +          data_path.clear();
 +          data_path.push_back("/usr/share/games/plee-the-bear/");
 +        }

Modified: packages/trunk/plee-the-bear/debian/patches/editors-menu-section.diff
===================================================================
--- packages/trunk/plee-the-bear/debian/patches/editors-menu-section.diff	2009-10-16 19:19:44 UTC (rev 10417)
+++ packages/trunk/plee-the-bear/debian/patches/editors-menu-section.diff	2009-10-16 20:34:49 UTC (rev 10418)
@@ -1,7 +1,7 @@
 Index: plee-the-bear-0.4.1/bear-factory/desktop/menu/bf-animation-editor
 ===================================================================
---- plee-the-bear-0.4.1.orig/bear-factory/desktop/menu/bf-animation-editor	2009-10-16 21:11:57.000000000 +0200
-+++ plee-the-bear-0.4.1/bear-factory/desktop/menu/bf-animation-editor	2009-10-16 21:12:21.000000000 +0200
+--- plee-the-bear-0.4.1.orig/bear-factory/desktop/menu/bf-animation-editor	2009-10-16 22:06:09.000000000 +0200
++++ plee-the-bear-0.4.1/bear-factory/desktop/menu/bf-animation-editor	2009-10-16 22:06:23.000000000 +0200
 @@ -1,4 +1,4 @@
 -?package(bear-factory):needs="X11" section="Apps/Editors" \
 +?package(bear-factory):needs="X11" section="Games/Tools" \
@@ -10,8 +10,8 @@
    hints="Animation editor for the Bear Engine." \
 Index: plee-the-bear-0.4.1/bear-factory/desktop/menu/bf-level-editor
 ===================================================================
---- plee-the-bear-0.4.1.orig/bear-factory/desktop/menu/bf-level-editor	2009-10-16 21:11:57.000000000 +0200
-+++ plee-the-bear-0.4.1/bear-factory/desktop/menu/bf-level-editor	2009-10-16 21:12:37.000000000 +0200
+--- plee-the-bear-0.4.1.orig/bear-factory/desktop/menu/bf-level-editor	2009-10-16 22:06:09.000000000 +0200
++++ plee-the-bear-0.4.1/bear-factory/desktop/menu/bf-level-editor	2009-10-16 22:06:23.000000000 +0200
 @@ -1,4 +1,4 @@
 -?package(bear-factory):needs="X11" section="Apps/Editors" \
 +?package(bear-factory):needs="X11" section="Games/Tools" \
@@ -20,8 +20,8 @@
    hints="Level editor for the Bear Engine." \
 Index: plee-the-bear-0.4.1/bear-factory/desktop/menu/bf-model-editor
 ===================================================================
---- plee-the-bear-0.4.1.orig/bear-factory/desktop/menu/bf-model-editor	2009-10-16 21:11:58.000000000 +0200
-+++ plee-the-bear-0.4.1/bear-factory/desktop/menu/bf-model-editor	2009-10-16 21:12:48.000000000 +0200
+--- plee-the-bear-0.4.1.orig/bear-factory/desktop/menu/bf-model-editor	2009-10-16 22:06:09.000000000 +0200
++++ plee-the-bear-0.4.1/bear-factory/desktop/menu/bf-model-editor	2009-10-16 22:06:23.000000000 +0200
 @@ -1,4 +1,4 @@
 -?package(bear-factory):needs="X11" section="Apps/Editors" \
 +?package(bear-factory):needs="X11" section="Games/Tools" \




More information about the Pkg-games-commits mailing list