diff options
author | 2010-09-05 11:49:39 +0000 | |
---|---|---|
committer | 2010-09-05 11:49:39 +0000 | |
commit | 54b5746f0b7a52977e63bddb20b17f07864340a4 (patch) | |
tree | 1ff0649330cc40e05f22a88dca7e351ca5e75eb0 /media-sound/banshee/files | |
parent | Stable on amd64 wrt bug #334739 (diff) | |
download | gentoo-2-54b5746f0b7a52977e63bddb20b17f07864340a4.tar.gz gentoo-2-54b5746f0b7a52977e63bddb20b17f07864340a4.tar.bz2 gentoo-2-54b5746f0b7a52977e63bddb20b17f07864340a4.zip |
Bump to 1.7.5. Bunch of fixes and feature additions. Not dropping HAL support till gio/udev-backend deps are more mature. Switched to libgpod-sharp based iPod backend.
(Portage version: 2.2_rc74/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/banshee/files')
-rw-r--r-- | media-sound/banshee/files/banshee-1.7.5-fix-collisions.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/media-sound/banshee/files/banshee-1.7.5-fix-collisions.patch b/media-sound/banshee/files/banshee-1.7.5-fix-collisions.patch new file mode 100644 index 000000000000..fdfd478dd2a5 --- /dev/null +++ b/media-sound/banshee/files/banshee-1.7.5-fix-collisions.patch @@ -0,0 +1,14 @@ +diff -urNp banshee-1-1.7.4.orig/data/desktop-files/Makefile.am banshee-1-1.7.4/data/desktop-files/Makefile.am +--- banshee-1-1.7.4.orig/data/desktop-files/Makefile.am 2010-08-29 12:47:14.119617115 +0530 ++++ banshee-1-1.7.4/data/desktop-files/Makefile.am 2010-08-29 12:56:42.166617090 +0530 +@@ -16,8 +16,8 @@ endif + + @INTLTOOL_DESKTOP_RULE@ + +-install-data-hook: +- test "$(top_srcdir)" = "$(top_builddir)" && update-desktop-database $(DESTDIR)$(datadir)/applications || : ++#install-data-hook: ++# test "$(top_srcdir)" = "$(top_builddir)" && update-desktop-database $(DESTDIR)$(datadir)/applications || : + + EXTRA_DIST = \ + $(desktop_in_files) \ |