View | Details | Raw Unified | Return to bug 135223
Collapse All | Expand All

(-)gmm/Makefile (-11 / +14 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	gmm
8
PORTNAME=	gmm
9
PORTVERSION=	0.9.18
9
PORTVERSION=	0.10.1
10
PORTREVISION=	1
11
CATEGORIES=	audio
10
CATEGORIES=	audio
12
MASTER_SITES=	http://gogglesmm.googlecode.com/files/
11
MASTER_SITES=	http://gogglesmm.googlecode.com/files/
13
DISTNAME=	musicmanager-${PORTVERSION}
12
DISTNAME=	musicmanager-${PORTVERSION}
Lines 20-43 Link Here
20
		xine.1:${PORTSDIR}/multimedia/libxine		\
19
		xine.1:${PORTSDIR}/multimedia/libxine		\
21
		tag.6:${PORTSDIR}/audio/taglib			\
20
		tag.6:${PORTSDIR}/audio/taglib			\
22
		sqlite3.8:${PORTSDIR}/databases/sqlite3		\
21
		sqlite3.8:${PORTSDIR}/databases/sqlite3		\
23
		dbus-1:${PORTSDIR}/devel/dbus			\
22
		dbus-1:${PORTSDIR}/devel/dbus
24
		dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
25
23
26
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
27
USE_GMAKE=	yes
25
USE_GMAKE=	yes
28
USE_BZIP2=	yes
26
USE_BZIP2=	yes
29
WANT_GNOME=	yes
27
USE_GETTEXT=	yes
30
USE_GNOME=	gtk20
28
WANT_GNOME=     yes
29
USE_GNOME=      gtk20
31
INSTALLS_ICONS=	yes
30
INSTALLS_ICONS=	yes
32
31
33
PORTDOCS=	README AUTHORS
32
PORTDOCS=	README AUTHORS
34
PLIST_DIRS=	share/applications
33
PLIST_DIRS=	share/applications
35
PLIST_FILES=	bin/gmm						\
34
PLIST_FILES=	bin/gmm						\
36
		bin/gmm-tray					\
37
		share/applications/gmm.desktop			\
35
		share/applications/gmm.desktop			\
38
		share/icons/hicolor/24x24/apps/gmm-tray.png	\
36
		share/icons/hicolor/48x48/apps/gmm.png		\
39
		share/icons/hicolor/48x48/apps/gmm.png  \
37
		share/locale/de/LC_MESSAGES/gogglesmm.mo
40
		share/icons/hicolor/48x48/apps/gmm-tray.png
41
38
42
CONFIGURE_ENV=	OPT_CFLAGS=" "
39
CONFIGURE_ENV=	OPT_CFLAGS=" "
43
40
Lines 52-64 Link Here
52
		${WRKSRC}/configure
49
		${WRKSRC}/configure
53
50
54
post-configure:
51
post-configure:
55
	${REINPLACE_CMD} -i '' -e 's|-D -m|-m|' \
52
	${REINPLACE_CMD} -i '' -e 's| -D | |' \
53
		${WRKSRC}/Makefile
54
55
	${REINPLACE_CMD} -i '' -e 's| -T | |' \
56
		${WRKSRC}/Makefile
56
		${WRKSRC}/Makefile
57
57
58
pre-install:
58
pre-install:
59
	[ -d ${PREFIX}/share/applications ] ||	\
59
	[ -d ${PREFIX}/share/applications ] ||	\
60
	    ${MKDIR} ${PREFIX}/share/applications
60
	    ${MKDIR} ${PREFIX}/share/applications
61
61
62
	[ -d ${PREFIX}/share/locale/de/LC_MESSAGES ] ||
63
	    ${MKDIR} ${PREFIX}/share/locale/de/LC_MESSAGES
64
62
post-install:
65
post-install:
63
.if !defined(NOPORTDOCS)
66
.if !defined(NOPORTDOCS)
64
	${MKDIR} ${DOCSDIR}
67
	${MKDIR} ${DOCSDIR}
(-)gmm/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (musicmanager-0.9.18.tar.bz2) = ad0615e9bd1c22bae8972cb07eae22f5
1
MD5 (musicmanager-0.10.1.tar.bz2) = 52dbce30838aa95cc51e67cc8f48e68a
2
SHA256 (musicmanager-0.9.18.tar.bz2) = bf74132278247c2c3685f8d8feeba590021efc666792a4be200bcdfcdf1cb65a
2
SHA256 (musicmanager-0.10.1.tar.bz2) = 27ecf3a22b7c2c6429296700094a990b67c207c2a0cd94d1a0e5a3d7130834e7
3
SIZE (musicmanager-0.9.18.tar.bz2) = 294704
3
SIZE (musicmanager-0.10.1.tar.bz2) = 314531

Return to bug 135223