Gentoo Archives: gentoo-commits

From: "Arun Raghavan (ford_prefect)" <ford_prefect@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/banshee/files: banshee-1.7.5-fix-collisions.patch
Date: Sun, 05 Sep 2010 11:49:53
Message-Id: 20100905114939.F39172003C@flycatcher.gentoo.org
1 ford_prefect 10/09/05 11:49:39
2
3 Added: banshee-1.7.5-fix-collisions.patch
4 Log:
5 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.
6
7 (Portage version: 2.2_rc74/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 media-sound/banshee/files/banshee-1.7.5-fix-collisions.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/banshee/files/banshee-1.7.5-fix-collisions.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/banshee/files/banshee-1.7.5-fix-collisions.patch?rev=1.1&content-type=text/plain
14
15 Index: banshee-1.7.5-fix-collisions.patch
16 ===================================================================
17 diff -urNp banshee-1-1.7.4.orig/data/desktop-files/Makefile.am banshee-1-1.7.4/data/desktop-files/Makefile.am
18 --- banshee-1-1.7.4.orig/data/desktop-files/Makefile.am 2010-08-29 12:47:14.119617115 +0530
19 +++ banshee-1-1.7.4/data/desktop-files/Makefile.am 2010-08-29 12:56:42.166617090 +0530
20 @@ -16,8 +16,8 @@ endif
21
22 @INTLTOOL_DESKTOP_RULE@
23
24 -install-data-hook:
25 - test "$(top_srcdir)" = "$(top_builddir)" && update-desktop-database $(DESTDIR)$(datadir)/applications || :
26 +#install-data-hook:
27 +# test "$(top_srcdir)" = "$(top_builddir)" && update-desktop-database $(DESTDIR)$(datadir)/applications || :
28
29 EXTRA_DIST = \
30 $(desktop_in_files) \