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

(-)Makefile (-5 / +7 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	tint2
3
PORTNAME=	tint2
4
PORTVERSION=	0.12.9
4
PORTVERSION=	0.12.11
5
CATEGORIES=	x11
5
CATEGORIES=	x11
6
MASTER_SITES=	http://deponie.yamagi.org/freebsd/distfiles/tint/
6
MASTER_SITES=	http://deponie.yamagi.org/freebsd/distfiles/tint/
7
7
Lines 11-22 Link Here
11
LICENSE=	GPLv2
11
LICENSE=	GPLv2
12
LICENSE_FILE=	${WRKSRC}/COPYING
12
LICENSE_FILE=	${WRKSRC}/COPYING
13
13
14
LIB_DEPENDS=	libImlib2.so:graphics/imlib2 \
14
LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
15
		libstartup-notification-1.so:x11/startup-notification
15
		libfreetype.so:print/freetype2 \
16
		libImlib2.so:graphics/imlib2 \
17
		libstartup-notification-1.so:x11/startup-notification \
16
18
17
USES=		alias cmake gettext pkgconfig tar:xz
19
USES=		alias cmake gettext pkgconfig tar:xz
18
USE_GNOME=	glib20 gtk20 librsvg2 pango
20
USE_GNOME=	cairo glib20 gtk20 librsvg2 pango
19
USE_XORG=	x11 xcomposite xdamage xinerama xrandr xrender
21
USE_XORG=	x11 xcomposite xdamage xfixes xinerama xrandr xrender
20
INSTALLS_ICONS=	yes
22
INSTALLS_ICONS=	yes
21
23
22
CMAKE_ARGS=	-DMANDIR:PATH=man -DSYSCONFDIR:PATH=etc
24
CMAKE_ARGS=	-DMANDIR:PATH=man -DSYSCONFDIR:PATH=etc
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (tint2-0.12.9.tar.xz) = 579458f4c70b0b2fcee46b763d0654299972aca6c1c0395a1cc0237dd9652fd3
1
TIMESTAMP = 1465539549
2
SIZE (tint2-0.12.9.tar.xz) = 261208
2
SHA256 (tint2-0.12.11.tar.xz) = 16554b96a6a22b00126e8453e6f30cf3fde734582c526669c7c12b13657482c7
3
SIZE (tint2-0.12.11.tar.xz) = 261380

Return to bug 210204