aboutsummaryrefslogtreecommitdiffstats
path: root/audio/gmm
diff options
context:
space:
mode:
authorDennis Herrmann <dhn@FreeBSD.org>2009-06-04 07:14:04 +0800
committerDennis Herrmann <dhn@FreeBSD.org>2009-06-04 07:14:04 +0800
commitcbc7df5f8edd0e9ef66e8b1bb65e0cf6c21eb245 (patch)
treea4baa67fd37a98ed98224192272ab9d3ca8beac7 /audio/gmm
parentab5c91839fead28a46d188b7e895a5a96baad9db (diff)
downloadfreebsd-ports-gnome-cbc7df5f8edd0e9ef66e8b1bb65e0cf6c21eb245.tar.gz
freebsd-ports-gnome-cbc7df5f8edd0e9ef66e8b1bb65e0cf6c21eb245.tar.zst
freebsd-ports-gnome-cbc7df5f8edd0e9ef66e8b1bb65e0cf6c21eb245.zip
- Update to 0.10.1
PR: ports/135223 Submitted by: Sascha Klauder <sklauder@trimind.de> (maintainer)
Diffstat (limited to 'audio/gmm')
-rw-r--r--audio/gmm/Makefile21
-rw-r--r--audio/gmm/distinfo6
2 files changed, 15 insertions, 12 deletions
diff --git a/audio/gmm/Makefile b/audio/gmm/Makefile
index 78bd83be3487..ccde3089c7b3 100644
--- a/audio/gmm/Makefile
+++ b/audio/gmm/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gmm
-PORTVERSION= 0.9.18
-PORTREVISION= 1
+PORTVERSION= 0.10.1
CATEGORIES= audio
MASTER_SITES= http://gogglesmm.googlecode.com/files/
DISTNAME= musicmanager-${PORTVERSION}
@@ -20,12 +19,12 @@ LIB_DEPENDS= FOX-1.6:${PORTSDIR}/x11-toolkits/fox16 \
xine.1:${PORTSDIR}/multimedia/libxine \
tag.6:${PORTSDIR}/audio/taglib \
sqlite3.8:${PORTSDIR}/databases/sqlite3 \
- dbus-1:${PORTSDIR}/devel/dbus \
- dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
+ dbus-1:${PORTSDIR}/devel/dbus
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_BZIP2= yes
+USE_GETTEXT= yes
WANT_GNOME= yes
USE_GNOME= gtk20
INSTALLS_ICONS= yes
@@ -33,11 +32,9 @@ INSTALLS_ICONS= yes
PORTDOCS= README AUTHORS
PLIST_DIRS= share/applications
PLIST_FILES= bin/gmm \
- bin/gmm-tray \
share/applications/gmm.desktop \
- share/icons/hicolor/24x24/apps/gmm-tray.png \
- share/icons/hicolor/48x48/apps/gmm.png \
- share/icons/hicolor/48x48/apps/gmm-tray.png
+ share/icons/hicolor/48x48/apps/gmm.png \
+ share/locale/de/LC_MESSAGES/gogglesmm.mo
CONFIGURE_ENV= OPT_CFLAGS=" "
@@ -52,13 +49,19 @@ post-extract:
${WRKSRC}/configure
post-configure:
- ${REINPLACE_CMD} -i '' -e 's|-D -m|-m|' \
+ ${REINPLACE_CMD} -i '' -e 's| -D | |' \
+ ${WRKSRC}/Makefile
+
+ ${REINPLACE_CMD} -i '' -e 's| -T | |' \
${WRKSRC}/Makefile
pre-install:
[ -d ${PREFIX}/share/applications ] || \
${MKDIR} ${PREFIX}/share/applications
+ [ -d ${PREFIX}/share/locale/de/LC_MESSAGES ] ||
+ ${MKDIR} ${PREFIX}/share/locale/de/LC_MESSAGES
+
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
diff --git a/audio/gmm/distinfo b/audio/gmm/distinfo
index f8eb8b2d5f7c..685a2429ef85 100644
--- a/audio/gmm/distinfo
+++ b/audio/gmm/distinfo
@@ -1,3 +1,3 @@
-MD5 (musicmanager-0.9.18.tar.bz2) = ad0615e9bd1c22bae8972cb07eae22f5
-SHA256 (musicmanager-0.9.18.tar.bz2) = bf74132278247c2c3685f8d8feeba590021efc666792a4be200bcdfcdf1cb65a
-SIZE (musicmanager-0.9.18.tar.bz2) = 294704
+MD5 (musicmanager-0.10.1.tar.bz2) = 52dbce30838aa95cc51e67cc8f48e68a
+SHA256 (musicmanager-0.10.1.tar.bz2) = 27ecf3a22b7c2c6429296700094a990b67c207c2a0cd94d1a0e5a3d7130834e7
+SIZE (musicmanager-0.10.1.tar.bz2) = 314531