SOURCES: quodlibet-home_etc.patch (NEW) - up to 0.13, added missin...
teodor
teodor at pld-linux.org
Tue Sep 13 22:49:04 CEST 2005
Author: teodor Date: Tue Sep 13 20:49:04 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- up to 0.13, added missing R: python-gstreamer, update banner
by Marcin Sztolcman <msztolcman at post dot pl>
- added missing R: GConf, gstreamer-GConf
- added home-etc patch
---- Files affected:
SOURCES:
quodlibet-home_etc.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/quodlibet-home_etc.patch
diff -u /dev/null SOURCES/quodlibet-home_etc.patch:1.1
--- /dev/null Tue Sep 13 22:49:04 2005
+++ SOURCES/quodlibet-home_etc.patch Tue Sep 13 22:48:59 2005
@@ -0,0 +1,13 @@
+Pliki quodlibet-0.13/config.pyc i quodlibet-0.13.mod/config.pyc różnią się
+diff -Nur quodlibet-0.13/const.py quodlibet-0.13.mod/const.py
+--- quodlibet-0.13/const.py 2005-08-21 01:27:08.000000000 +0200
++++ quodlibet-0.13.mod/const.py 2005-09-13 21:42:16.000000000 +0200
+@@ -6,7 +6,7 @@
+ VERSION = "0.13"
+
+ HOME = os.path.expanduser("~")
+-DIR = os.path.join(HOME, ".quodlibet")
++DIR = os.path.join(os.getenv("HOME_ETC",HOME),".quodlibet")
+ CONTROL = os.path.join(DIR, "control")
+ CONFIG = os.path.join(DIR, "config")
+ QUEUE = os.path.join(DIR, "queue")
================================================================
More information about the pld-cvs-commit
mailing list