View | Details | Raw Unified | Return to bug 224279 | Differences between
and this patch

Collapse All | Expand All

(-)audio/volumeicon/Makefile (-4 / +11 lines)
Lines 1-9 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	volumeicon
3
PORTNAME=	volumeicon
4
PORTVERSION=	0.5.0
4
PORTVERSION=	0.5.1
5
CATEGORIES=	audio
5
CATEGORIES=	audio
6
MASTER_SITES=	http://softwarebakery.com/maato/files/volumeicon/
7
6
8
MAINTAINER=	lme@FreeBSD.org
7
MAINTAINER=	lme@FreeBSD.org
9
COMMENT=	Lightweight volume control for the systray
8
COMMENT=	Lightweight volume control for the systray
Lines 16-29 Link Here
16
CPPFLAGS+=	-I${LOCALBASE}/include
15
CPPFLAGS+=	-I${LOCALBASE}/include
17
LIBS+=		-L${LOCALBASE}/lib
16
LIBS+=		-L${LOCALBASE}/lib
18
17
19
USES=		gmake gettext pkgconfig
18
USES=		autoreconf gmake gettext pkgconfig
20
USE_GNOME=	gtk30 intltool
19
USE_GNOME=	gtk30 intltool cairo gdkpixbuf2
20
USE_XORG=	x11
21
USE_GITHUB=	yes
22
GH_ACCOUNT=	Maato
21
23
22
OPTIONS_DEFINE=		NLS NOTIFY
24
OPTIONS_DEFINE=		NLS NOTIFY
23
OPTIONS_DEFAULT=	NOTIFY
25
OPTIONS_DEFAULT=	NOTIFY
24
OPTIONS_SUB=		yes
26
OPTIONS_SUB=		yes
25
27
28
NLS_USES=	gettext
29
26
NOTIFY_LIB_DEPENDS=	libnotify.so:devel/libnotify
30
NOTIFY_LIB_DEPENDS=	libnotify.so:devel/libnotify
27
NOTIFY_CONFIGURE_ENABLE=notify
31
NOTIFY_CONFIGURE_ENABLE=notify
28
32
33
pre-configure:
34
	cd ${WRKSRC} && ./autogen.sh
35
29
.include <bsd.port.mk>
36
.include <bsd.port.mk>
(-)audio/volumeicon/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (volumeicon-0.5.0.tar.gz) = e5f1179f9ec5ab25e3740e4f6bbe0baa75368f0ae87d370197b3fbefb61bd782
1
TIMESTAMP = 1513090597
2
SIZE (volumeicon-0.5.0.tar.gz) = 160089
2
SHA256 (Maato-volumeicon-0.5.1_GH0.tar.gz) = 607979f316e6837eb7c65837c71b213a7dc6a2091153504f7b177a1d67f3da71
3
SIZE (Maato-volumeicon-0.5.1_GH0.tar.gz) = 60651
(-)audio/volumeicon/pkg-plist (+2 lines)
Lines 1-5 Link Here
1
bin/volumeicon
1
bin/volumeicon
2
%%NLS%%share/locale/de/LC_MESSAGES/volumeicon.mo
2
%%NLS%%share/locale/fr/LC_MESSAGES/volumeicon.mo
3
%%NLS%%share/locale/fr/LC_MESSAGES/volumeicon.mo
4
%%NLS%%share/locale/pl/LC_MESSAGES/volumeicon.mo
3
%%DATADIR%%/gui/appicon.svg
5
%%DATADIR%%/gui/appicon.svg
4
%%DATADIR%%/gui/preferences.ui
6
%%DATADIR%%/gui/preferences.ui
5
%%DATADIR%%/icons/Black Gnome/1.png
7
%%DATADIR%%/icons/Black Gnome/1.png

Return to bug 224279