summaryrefslogtreecommitdiff
path: root/audio/rhythmbox/patches
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-02-29 16:41:21 +0000
committerjmmv <jmmv@pkgsrc.org>2004-02-29 16:41:21 +0000
commitd0927bafe6b054802880b71815642645020501cd (patch)
tree938d080e603833d3951eac613ce276007d2d278d /audio/rhythmbox/patches
parent75bb1ae42973a331f942462bb586f8b01df4b181 (diff)
downloadpkgsrc-d0927bafe6b054802880b71815642645020501cd.tar.gz
Update to 0.6.7.
Changes in 0.6.7: * Brown paper bag release * Fix usage of GCONF_SCHEMA_FILE_DIR [Joe Markus Clarke] * Don't include unsupported MIME types in .applications [Colin Walters] Changes in 0.6.6: * Don't lose on AMD64 [Colin Walters] * Honor G_PARAM_CONSTRUCT_ONLY properties [Colin Walters] * Fix startup notification when already running [Christophe Fergeau] * Keep current selection on right-click [Colin Walters] * Fix use of non-POSIX sh syntax [Julio M. Merino Vidal] * Use GCONF_SCHEMAS_FILE_DIR [Julio M. Merino Vidal] * Don't crash trying to save session while loading [Colin Walters] * Escape symlink names when resolving URIs [Colin Walters] * More gcc-2.95 fixes [Colin Walters] * Improved genre sort [Colin Walters] * Parse bare .m3u files [Colin Walters] * Less strict version tests in autogen.sh [Colin Walters]
Diffstat (limited to 'audio/rhythmbox/patches')
-rw-r--r--audio/rhythmbox/patches/patch-aa13
-rw-r--r--audio/rhythmbox/patches/patch-ab20
2 files changed, 11 insertions, 22 deletions
diff --git a/audio/rhythmbox/patches/patch-aa b/audio/rhythmbox/patches/patch-aa
deleted file mode 100644
index 4cc79ad0349..00000000000
--- a/audio/rhythmbox/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/01/24 17:44:36 jmmv Exp $
-
---- configure.orig 2004-01-22 09:03:31.000000000 +0100
-+++ configure
-@@ -20225,7 +20225,7 @@ if test "${enable_dashboard+set}" = set;
- else
- enable_dashboard=no
- fi;
--if test "x$enable_dashboard" == "xyes" ; then
-+if test "x$enable_dashboard" = "xyes" ; then
-
- cat >>confdefs.h <<\_ACEOF
- #define WITH_DASHBOARD 1
diff --git a/audio/rhythmbox/patches/patch-ab b/audio/rhythmbox/patches/patch-ab
index b00fbd378e3..966429bc3f4 100644
--- a/audio/rhythmbox/patches/patch-ab
+++ b/audio/rhythmbox/patches/patch-ab
@@ -1,13 +1,15 @@
-$NetBSD: patch-ab,v 1.1.1.1 2004/01/24 17:44:36 jmmv Exp $
+$NetBSD: patch-ab,v 1.2 2004/02/29 16:41:21 jmmv Exp $
---- data/Makefile.in.orig 2004-01-22 09:03:56.000000000 +0100
+--- data/Makefile.in.orig 2004-02-28 00:26:16.000000000 +0100
+++ data/Makefile.in
-@@ -236,7 +236,7 @@ Multimedia_DATA = $(Multimedia_in_files:
- appicon_DATA = rhythmbox.png
- appicondir = $(datadir)/pixmaps
+@@ -248,8 +248,8 @@ applications_DATA = rhythmbox.applicatio
+ iradio_DATA = iradio-initial.pls
+ iradiodir = $(datadir)/rhythmbox
--schemadir = $(sysconfdir)/gconf/schemas
-+schemadir = $(GCONF_SCHEMAS_FILE_DIR)
- schema_DATA = rhythmbox.schemas
+-@GCONF_SCHEMAS_INSTALL_TRUE@schemadir = $(GCONF_SCHEMA_FILE_DIR)
+-@GCONF_SCHEMAS_INSTALL_TRUE@schema_DATA = rhythmbox.schemas
++schemadir = $(GCONF_SCHEMA_FILE_DIR)
++schema_DATA = rhythmbox.schemas
- keys_DATA = rhythmbox.keys
+ EXTRA_DIST = $(server_in_files) \
+ $(appicon_DATA) \