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

Collapse All | Expand All

(-)Makefile (-3 / +10 lines)
Lines 1-9 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	tint2
3
PORTNAME=	tint2
4
PORTVERSION=	0.12.11
4
PORTVERSION=	0.12.12
5
CATEGORIES=	x11
5
CATEGORIES=	x11
6
MASTER_SITES=	http://deponie.yamagi.org/freebsd/distfiles/tint/
6
MASTER_SITES=   https://gitlab.com/${GL_ACCOUNT}/${GL_PROJECT}/repository/archive${EXTRACT_SUFX}?ref=${GL_TAGNAME}#/ LOCAL/rakuco
7
DISTNAME=   ${GL_PROJECT}-${GL_TAGNAME}-${GL_COMMIT}
7
8
8
MAINTAINER=	yamagi@yamagi.org
9
MAINTAINER=	yamagi@yamagi.org
9
COMMENT=	Lightweight freedesktop-compliant panel/taskbar/systray/clock
10
COMMENT=	Lightweight freedesktop-compliant panel/taskbar/systray/clock
Lines 16-22 Link Here
16
		libImlib2.so:graphics/imlib2 \
17
		libImlib2.so:graphics/imlib2 \
17
		libstartup-notification-1.so:x11/startup-notification \
18
		libstartup-notification-1.so:x11/startup-notification \
18
19
19
USES=		alias cmake gettext pkgconfig tar:xz
20
USES=		alias cmake gettext pkgconfig tar:bz2
20
USE_GNOME=	cairo glib20 gtk20 librsvg2 pango
21
USE_GNOME=	cairo glib20 gtk20 librsvg2 pango
21
USE_XORG=	x11 xcomposite xdamage xfixes xinerama xrandr xrender
22
USE_XORG=	x11 xcomposite xdamage xfixes xinerama xrandr xrender
22
INSTALLS_ICONS=	yes
23
INSTALLS_ICONS=	yes
Lines 30-33 Link Here
30
NLS_USES=	gettext
31
NLS_USES=	gettext
31
NLS_CONFIGURE_ENABLE=	nls
32
NLS_CONFIGURE_ENABLE=	nls
32
33
34
# Gitlab variables.
35
GL_ACCOUNT=	o9000
36
GL_PROJECT= ${PORTNAME}
37
GL_TAGNAME= v${PORTVERSION}
38
GL_COMMIT=	e9d6ec9f2301e88857ffa7b287a4a3eb36543940
39
33
.include <bsd.port.mk>
40
.include <bsd.port.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1465539549
1
TIMESTAMP = 1486804598
2
SHA256 (tint2-0.12.11.tar.xz) = 16554b96a6a22b00126e8453e6f30cf3fde734582c526669c7c12b13657482c7
2
SHA256 (tint2-v0.12.12-e9d6ec9f2301e88857ffa7b287a4a3eb36543940.tar.bz2) = c7773f9f143bc2d8fe69999bf1ea1d7377e807830271b75464772d5e6076f387
3
SIZE (tint2-0.12.11.tar.xz) = 261380
3
SIZE (tint2-v0.12.12-e9d6ec9f2301e88857ffa7b287a4a3eb36543940.tar.bz2) = 326039
(-)pkg-plist (+7 lines)
Lines 7-12 Link Here
7
%%DOCSDIR%%/AUTHORS
7
%%DOCSDIR%%/AUTHORS
8
%%DOCSDIR%%/ChangeLog
8
%%DOCSDIR%%/ChangeLog
9
%%DOCSDIR%%/README.md
9
%%DOCSDIR%%/README.md
10
%%DOCSDIR%%/images/panel_padding.jpg
11
%%DOCSDIR%%/images/panel_size_margin.jpg
12
%%DOCSDIR%%/images/task_padding.jpg
13
%%DOCSDIR%%/images/taskbar_padding.jpg
14
%%DOCSDIR%%/manual.html
15
%%DOCSDIR%%/readme.html
16
%%DOCSDIR%%/tint2.md
10
share/icons/hicolor/scalable/apps/tint2.svg
17
share/icons/hicolor/scalable/apps/tint2.svg
11
share/icons/hicolor/scalable/apps/tint2conf.svg
18
share/icons/hicolor/scalable/apps/tint2conf.svg
12
share/locale/bs/LC_MESSAGES/tint2conf.mo
19
share/locale/bs/LC_MESSAGES/tint2conf.mo

Return to bug 216996