]> git.pld-linux.org Git - packages/boson.git/commitdiff
- obsolete
authorshadzik <shadzik@pld-linux.org>
Sat, 4 Nov 2006 03:55:32 +0000 (03:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    boson-desktop.patch -> 1.4
    boson-python.patch -> 1.2

boson-desktop.patch [deleted file]
boson-python.patch [deleted file]

diff --git a/boson-desktop.patch b/boson-desktop.patch
deleted file mode 100644 (file)
index 666ce26..0000000
+++ /dev/null
@@ -1,78 +0,0 @@
-diff -urN boson-all-0.10.orig/boson/data/boinfo.desktop boson-all-0.10/boson/data/boinfo.desktop
---- boson-all-0.10.orig/boson/data/boinfo.desktop      2004-04-30 13:03:29.000000000 +0000
-+++ boson-all-0.10/boson/data/boinfo.desktop   2004-08-02 14:03:11.652405640 +0000
-@@ -1,13 +1,14 @@
- [Desktop Entry]
-+Encoding=UTF-8
- Comment=Boson System Information
-+Comment[pl]=Informacje systemu Boson
- Name=Boson Info
- Exec=boinfo
- MapNotify=true
--TerminalOptions=
--Icon=boson
--Path=
-+Icon=boson.png
- DocPath=boson/index.html
- Type=Application
--Terminal=0
-+Terminal=false
- InitialPreference=8
--
-+Categories=Qt;KDE;Game;StrategyGame;
-+# vi: encoding=utf-8
-diff -urN boson-all-0.10.orig/boson/data/boson.desktop boson-all-0.10/boson/data/boson.desktop
---- boson-all-0.10.orig/boson/data/boson.desktop       2004-04-30 13:03:29.000000000 +0000
-+++ boson-all-0.10/boson/data/boson.desktop    2004-08-02 14:03:33.924019840 +0000
-@@ -2,17 +2,19 @@
- Comment=Real-time strategy game
- Comment[de]=Echtzeit Strategiespiel
- Comment[fr]=Jeu de strategie en temps reel
-+Comment[pl]=Gra strategiczna w czasie rzeczywistym dla KDE
- Name=Boson
- Name[de]=Boson
- Name[fr]=Boson
- Name[it]=Boson
-+Name[pl]=Boson
- Exec=boson
- MapNotify=true
--TerminalOptions=
--Icon=boson
--Path=
-+Icon=boson.png
- DocPath=boson/index.html
- Type=Application
--Terminal=0
-+Terminal=false
- InitialPreference=8
--
-+Encoding=UTF-8
-+Categories=Qt;KDE;Game;StrategyGame;
-+# vi: encoding=utf-8
-diff -urN boson-all-0.10.orig/boson/data/bounit.desktop boson-all-0.10/boson/data/bounit.desktop
---- boson-all-0.10.orig/boson/data/bounit.desktop      2004-04-30 13:03:29.000000000 +0000
-+++ boson-all-0.10/boson/data/bounit.desktop   2004-08-02 14:02:59.556244536 +0000
-@@ -1,15 +1,17 @@
- [Desktop Entry]
-+Encoding=UTF-8
- Comment=Unit Editor for Boson
--Comment[de]=Ein Einheiten-Editor für Boson
-+Comment[de]=Ein Einheiten-Editor für Boson
-+Comment[pl]=Edytor modułów dla Boson
- Name=BoUnit
- Name[de]=BoUnit
-+Name[pl]=BoUnit
- Exec=bounit
- MapNotify=true
--TerminalOptions=
--Icon=boson
--Path=
-+Icon=boson.png
- DocPath=boson/index.html
- Type=Application
--Terminal=0
-+Terminal=false
- InitialPreference=8
--
-+Categories=Qt;KDE;Game;StrategyGame;
-+# vi: encoding=utf-8
diff --git a/boson-python.patch b/boson-python.patch
deleted file mode 100644 (file)
index 68330ec..0000000
+++ /dev/null
@@ -1,260 +0,0 @@
-diff -urN boson-all-0.10.orig/configure boson-all-0.10/configure
---- boson-all-0.10.orig/configure      2004-05-02 14:37:20.000000000 +0000
-+++ boson-all-0.10/configure   2004-07-28 20:51:42.776981864 +0000
-@@ -27212,7 +27212,7 @@
- python_libdir=NO
- for i in $python_libdirs;
- do
--  for j in libpython$version.a;
-+  for j in libpython$version.so;
-   do
-     echo "configure: 27217: $i/$j" >&5
-     if test -r "$i/$j"; then
-@@ -27223,12 +27223,12 @@
-   done
- done
--if test ! -r $python_libdir/libpython$version.a; then
-+if test ! -r $python_libdir/libpython$version.so; then
- python_libdir=NO
- for i in $python_libdirs;
- do
--  for j in python$version/config/libpython$version.a;
-+  for j in python$version/config/libpython$version.so;
-   do
-     echo "configure: 27233: $i/$j" >&5
-     if test -r "$i/$j"; then
-@@ -27240,7 +27240,7 @@
- done
-   python_libdir=$python_libdir/python$version/config
--  if test ! -r $python_libdir/libpython$version.a; then
-+  if test ! -r $python_libdir/libpython$version.so; then
-     python_libdir=no
-   fi
- fi
-@@ -27256,7 +27256,7 @@
- python_moddir=NO
- for i in $python_libdirs;
- do
--  for j in python$version/copy.py;
-+  for j in python$version/copy.pyo;
-   do
-     echo "configure: 27261: $i/$j" >&5
-     if test -r "$i/$j"; then
-@@ -27267,8 +27267,8 @@
-   done
- done
--python_moddir=$python_moddir/python$version
--if test ! -r $python_moddir/copy.py; then
-+python_moddir=/usr/share/python2.3/
-+if test ! -r $python_moddir/copy.pyo; then
-   python_moddir=no
- fi
-@@ -27340,7 +27340,7 @@
- python_libdir=NO
- for i in $python_libdirs;
- do
--  for j in libpython$version.a;
-+  for j in libpython$version.so;
-   do
-     echo "configure: 27345: $i/$j" >&5
-     if test -r "$i/$j"; then
-@@ -27351,12 +27351,12 @@
-   done
- done
--if test ! -r $python_libdir/libpython$version.a; then
-+if test ! -r $python_libdir/libpython$version.so; then
- python_libdir=NO
- for i in $python_libdirs;
- do
--  for j in python$version/config/libpython$version.a;
-+  for j in python$version/config/libpython$version.so;
-   do
-     echo "configure: 27361: $i/$j" >&5
-     if test -r "$i/$j"; then
-@@ -27368,7 +27368,7 @@
- done
-   python_libdir=$python_libdir/python$version/config
--  if test ! -r $python_libdir/libpython$version.a; then
-+  if test ! -r $python_libdir/libpython$version.so; then
-     python_libdir=no
-   fi
- fi
-@@ -27384,7 +27384,7 @@
- python_moddir=NO
- for i in $python_libdirs;
- do
--  for j in python$version/copy.py;
-+  for j in python$version/copy.pyo;
-   do
-     echo "configure: 27389: $i/$j" >&5
-     if test -r "$i/$j"; then
-@@ -27396,7 +27396,7 @@
- done
- python_moddir=$python_moddir/python$version
--if test ! -r $python_moddir/copy.py; then
-+if test ! -r $python_moddir/copy.pyo; then
-   python_moddir=no
- fi
-@@ -27468,7 +27468,7 @@
- python_libdir=NO
- for i in $python_libdirs;
- do
--  for j in libpython$version.a;
-+  for j in libpython$version.so;
-   do
-     echo "configure: 27473: $i/$j" >&5
-     if test -r "$i/$j"; then
-@@ -27479,12 +27479,12 @@
-   done
- done
--if test ! -r $python_libdir/libpython$version.a; then
-+if test ! -r $python_libdir/libpython$version.so; then
- python_libdir=NO
- for i in $python_libdirs;
- do
--  for j in python$version/config/libpython$version.a;
-+  for j in python$version/config/libpython$version.so;
-   do
-     echo "configure: 27489: $i/$j" >&5
-     if test -r "$i/$j"; then
-@@ -27496,7 +27496,7 @@
- done
-   python_libdir=$python_libdir/python$version/config
--  if test ! -r $python_libdir/libpython$version.a; then
-+  if test ! -r $python_libdir/libpython$version.so; then
-     python_libdir=no
-   fi
- fi
-@@ -27512,7 +27512,7 @@
- python_moddir=NO
- for i in $python_libdirs;
- do
--  for j in python$version/copy.py;
-+  for j in python$version/copy.pyo;
-   do
-     echo "configure: 27517: $i/$j" >&5
-     if test -r "$i/$j"; then
-@@ -27524,7 +27524,7 @@
- done
- python_moddir=$python_moddir/python$version
--if test ! -r $python_moddir/copy.py; then
-+if test ! -r $python_moddir/copy.pyo; then
-   python_moddir=no
- fi
-@@ -27596,7 +27596,7 @@
- python_libdir=NO
- for i in $python_libdirs;
- do
--  for j in libpython$version.a;
-+  for j in libpython$version.so;
-   do
-     echo "configure: 27601: $i/$j" >&5
-     if test -r "$i/$j"; then
-@@ -27607,12 +27607,12 @@
-   done
- done
--if test ! -r $python_libdir/libpython$version.a; then
-+if test ! -r $python_libdir/libpython$version.so; then
- python_libdir=NO
- for i in $python_libdirs;
- do
--  for j in python$version/config/libpython$version.a;
-+  for j in python$version/config/libpython$version.so;
-   do
-     echo "configure: 27617: $i/$j" >&5
-     if test -r "$i/$j"; then
-@@ -27624,7 +27624,7 @@
- done
-   python_libdir=$python_libdir/python$version/config
--  if test ! -r $python_libdir/libpython$version.a; then
-+  if test ! -r $python_libdir/libpython$version.so; then
-     python_libdir=no
-   fi
- fi
-@@ -27640,7 +27640,7 @@
- python_moddir=NO
- for i in $python_libdirs;
- do
--  for j in python$version/copy.py;
-+  for j in python$version/copy.pyo;
-   do
-     echo "configure: 27645: $i/$j" >&5
-     if test -r "$i/$j"; then
-@@ -27652,7 +27652,7 @@
- done
- python_moddir=$python_moddir/python$version
--if test ! -r $python_moddir/copy.py; then
-+if test ! -r $python_moddir/copy.pyo; then
-   python_moddir=no
- fi
-@@ -27724,7 +27724,7 @@
- python_libdir=NO
- for i in $python_libdirs;
- do
--  for j in libpython$version.a;
-+  for j in libpython$version.so;
-   do
-     echo "configure: 27729: $i/$j" >&5
-     if test -r "$i/$j"; then
-@@ -27735,12 +27735,12 @@
-   done
- done
--if test ! -r $python_libdir/libpython$version.a; then
-+if test ! -r $python_libdir/libpython$version.so; then
- python_libdir=NO
- for i in $python_libdirs;
- do
--  for j in python$version/config/libpython$version.a;
-+  for j in python$version/config/libpython$version.so;
-   do
-     echo "configure: 27745: $i/$j" >&5
-     if test -r "$i/$j"; then
-@@ -27752,7 +27752,7 @@
- done
-   python_libdir=$python_libdir/python$version/config
--  if test ! -r $python_libdir/libpython$version.a; then
-+  if test ! -r $python_libdir/libpython$version.so; then
-     python_libdir=no
-   fi
- fi
-@@ -27768,7 +27768,7 @@
- python_moddir=NO
- for i in $python_libdirs;
- do
--  for j in python$version/copy.py;
-+  for j in python$version/copy.pyo;
-   do
-     echo "configure: 27773: $i/$j" >&5
-     if test -r "$i/$j"; then
-@@ -27780,7 +27780,7 @@
- done
- python_moddir=$python_moddir/python$version
--if test ! -r $python_moddir/copy.py; then
-+if test ! -r $python_moddir/copy.pyo; then
-   python_moddir=no
- fi
This page took 0.083256 seconds and 4 git commands to generate.