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

(-)net-im/qTox/Makefile (-4 / +3 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	qTox
4
PORTNAME=	qTox
5
PORTVERSION=	1.9.0
5
PORTVERSION=	1.10.0
6
PORTREVISION=	3
7
DISTVERSIONPREFIX=	v
6
DISTVERSIONPREFIX=	v
8
CATEGORIES=	net-im net-p2p
7
CATEGORIES=	net-im net-p2p
9
8
Lines 41-47 Link Here
41
QMAKE_ARGS=	FREEBSD_PKGVERSION=${FULLVERSION}
40
QMAKE_ARGS=	FREEBSD_PKGVERSION=${FULLVERSION}
42
41
43
PLIST_FILES=	bin/qtox \
42
PLIST_FILES=	bin/qtox \
44
		share/applications/qTox.desktop \
43
		share/applications/qtox.desktop \
45
		share/icons/hicolor/scalable/apps/qtox.svgz
44
		share/icons/hicolor/scalable/apps/qtox.svgz
46
.for SZ in ${ICON_SIZES}
45
.for SZ in ${ICON_SIZES}
47
PLIST_FILES+=	share/icons/hicolor/${SZ}/apps/qtox.png
46
PLIST_FILES+=	share/icons/hicolor/${SZ}/apps/qtox.png
Lines 74-80 Link Here
74
73
75
pre-configure:
74
pre-configure:
76
	@${REINPLACE_CMD} '/Comment/s,=.*,=${COMMENT},' \
75
	@${REINPLACE_CMD} '/Comment/s,=.*,=${COMMENT},' \
77
		${WRKSRC}/qTox.desktop
76
		${WRKSRC}/qtox.desktop
78
77
79
post-install:
78
post-install:
80
	${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps
79
	${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps
(-)net-im/qTox/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1489987887
1
TIMESTAMP = 1494260617
2
SHA256 (qTox-qTox-v1.9.0_GH0.tar.gz) = aceaac0c9cf8c9c98e364c8380f992547f369db6f0ac62505531c0474c7e04d6
2
SHA256 (qTox-qTox-v1.10.0_GH0.tar.gz) = a2873c475f56efae268903fd268006cea0771445d572b658ef2fb9e65c121a5d
3
SIZE (qTox-qTox-v1.9.0_GH0.tar.gz) = 3621777
3
SIZE (qTox-qTox-v1.10.0_GH0.tar.gz) = 3647563
(-)net-im/qTox/files/patch-qtox.pro (-1 / +1 lines)
Lines 22-28 Link Here
22
+unix {
22
+unix {
23
+    target.path  = $$PREFIX/bin
23
+    target.path  = $$PREFIX/bin
24
+
24
+
25
+    desktop.files = qTox.desktop
25
+    desktop.files = qtox.desktop
26
+    desktop.path = $$PREFIX/share/applications
26
+    desktop.path = $$PREFIX/share/applications
27
+
27
+
28
+    icon.files = img/qtox.png
28
+    icon.files = img/qtox.png

Return to bug 219148