pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/exaile -fix a syntax problem in the .desktop fil...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cace0f754151
branches:  trunk
changeset: 534717:cace0f754151
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon Oct 29 23:12:47 2007 +0000

description:
-fix a syntax problem in the .desktop file leading to warnings
-pull in desktop-file-utils for sanity
-bump PKGREVISION

diffstat:

 audio/exaile/Makefile         |   5 +++--
 audio/exaile/distinfo         |   3 ++-
 audio/exaile/patches/patch-ac |  10 ++++++++++
 3 files changed, 15 insertions(+), 3 deletions(-)

diffs (50 lines):

diff -r fd42f7e773a2 -r cace0f754151 audio/exaile/Makefile
--- a/audio/exaile/Makefile     Mon Oct 29 22:34:32 2007 +0000
+++ b/audio/exaile/Makefile     Mon Oct 29 23:12:47 2007 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2007/10/17 21:40:11 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2007/10/29 23:12:47 drochner Exp $
 #
 
 DISTNAME=      exaile_0.2.10
 PKGNAME=       exaile-0.2.10
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    audio
 MASTER_SITES=  http://www.exaile.org/files/
 
@@ -26,6 +26,7 @@
        ${ECHO} exec "${PYTHONBIN} ${PREFIX}/share/exaile/exaile.py" >> ${EX}
        chmod 755 ${EX}
 
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../lang/python/application.mk"
 .include "../../x11/py-gtk2/buildlink3.mk"
 .include "../../sysutils/py-dbus/buildlink3.mk"
diff -r fd42f7e773a2 -r cace0f754151 audio/exaile/distinfo
--- a/audio/exaile/distinfo     Mon Oct 29 22:34:32 2007 +0000
+++ b/audio/exaile/distinfo     Mon Oct 29 23:12:47 2007 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.4 2007/09/03 10:21:08 drochner Exp $
+$NetBSD: distinfo,v 1.5 2007/10/29 23:12:47 drochner Exp $
 
 SHA1 (exaile_0.2.10.tar.gz) = 201052c99762405fa99132f6ded308543fd1998b
 RMD160 (exaile_0.2.10.tar.gz) = 80a688361964659785932ff1de3be71c798f5082
 Size (exaile_0.2.10.tar.gz) = 516304 bytes
 SHA1 (patch-aa) = 3d2f35c5513e4424fa739352d938cb19e26a155b
 SHA1 (patch-ab) = 46d55fb1e5175aafc9d414bf17b045f1eaf3b3bb
+SHA1 (patch-ac) = eade0ef54246cdac46e8df0857cf23565ed33ecd
diff -r fd42f7e773a2 -r cace0f754151 audio/exaile/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/exaile/patches/patch-ac     Mon Oct 29 23:12:47 2007 +0000
@@ -0,0 +1,10 @@
+$NetBSD: patch-ac,v 1.1 2007/10/29 23:12:47 drochner Exp $
+
+--- exaile.desktop.orig        2007-10-28 19:30:10.000000000 +0100
++++ exaile.desktop
+@@ -37,4 +37,4 @@ Terminal=false
+ Type=Application
+ Icon=exaile.png
+ Categories=Application;AudioVideo;AudioPlayer;GTK;
+-MimeType=MimeType=audio/musepack;application/musepack;application/x-ape;audio/ape;audio/x-ape;audio/x-musepack;application/x-musepack;audio/x-mp3;application/x-id3;audio/mpeg;audio/x-mpeg;audio/x-mpeg-3;audio/mpeg3;audio/mp3;audio/x-m4a;audio/mpc;audio/x-mpc;audio/mp;audio/x-mp;application/ogg;application/x-ogg;audio/vorbis;audio/x-vorbis;audio/ogg;audio/x-ogg;audio/x-flac;application/x-flac;audio/flac;
++MimeType=audio/musepack;application/musepack;application/x-ape;audio/ape;audio/x-ape;audio/x-musepack;application/x-musepack;audio/x-mp3;application/x-id3;audio/mpeg;audio/x-mpeg;audio/x-mpeg-3;audio/mpeg3;audio/mp3;audio/x-m4a;audio/mpc;audio/x-mpc;audio/mp;audio/x-mp;application/ogg;application/x-ogg;audio/vorbis;audio/x-vorbis;audio/ogg;audio/x-ogg;audio/x-flac;application/x-flac;audio/flac;



Home | Main Index | Thread Index | Old Index