Author: arvenil                      Date: Sat Mar 15 09:54:45 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- up to 1.5.0

---- Files affected:
SOURCES:
   audacious-home_etc.patch (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SOURCES/audacious-home_etc.patch
diff -u SOURCES/audacious-home_etc.patch:1.5 
SOURCES/audacious-home_etc.patch:1.6
--- SOURCES/audacious-home_etc.patch:1.5        Wed Nov  7 18:20:12 2007
+++ SOURCES/audacious-home_etc.patch    Sat Mar 15 10:54:39 2008
@@ -1,15 +1,13 @@
---- audacious-1.4.0/src/audacious/Makefile     2007-01-26 18:58:10.000000000 
+0100
-+++ audacious-1.4.0/src/audacious/Makefile     2007-01-26 18:59:45.000000000 
+0100
-@@ -189,7 +189,8 @@
+--- audacious-1.5.0/src/audacious/Makefile     2008-03-13 22:19:27.000000000 
+0000
++++ audacious-1.5.0/src/audacious/Makefile     2008-03-15 10:04:11.000000000 
+0000
+@@ -180,6 +180,7 @@
+       ${DBUS_LIBS}            \
        ${MOWGLI_LIBS}          \
        ${LIBMCS_LIBS}          \
-       ${LIBGLADE_LIBS}        \
--      ${REGEX_LIBS}
-+      ${REGEX_LIBS}           \
-+      -lhome_etc
++      -lhome_etc              \
+       ${REGEX_LIBS}
  
  LDFLAGS += ${PROG_IMPLIB_LDFLAGS}
- 
 --- audacious-1.3.0/src/audacious/configdb.h   2007-01-26 18:58:10.000000000 
+0100
 +++ audacious-1.3.0/src/audacious/configdb.h   2007-01-26 19:01:51.000000000 
+0100
 @@ -2,6 +2,7 @@
@@ -58,3 +56,18 @@
    else
      datadir = g_build_filename( tmp , "audacious" , NULL );
  
+--- audacious-1.5.0/src/audacious/skin.c       2008-03-13 22:19:27.000000000 
+0000
++++ audacious-1.5.0/src/audacious/skin.c       2008-03-15 10:07:26.000000000 
+0000
+@@ -1482,10 +1482,10 @@
+ 
+     /* the way GTK does things can be very broken. --nenolod */
+ 
+-    gchar *tmp = g_strdup_printf("%s/.themes/aud-%s", g_get_home_dir(),
++    gchar *tmp = g_strdup_printf("%s/.themes/aud-%s", _HEdir,
+                                  basename(skin->path));
+ 
+-    gchar *troot = g_strdup_printf("%s/.themes", g_get_home_dir());
++    gchar *troot = g_strdup_printf("%s/.themes", _HEdir);
+     g_mkdir_with_parents(troot, 0755);
+     g_free(troot);
+ 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/audacious-home_etc.patch?r1=1.5&r2=1.6&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to