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

Collapse All | Expand All

(-)net-im/uTox/Makefile (-1 / +1 lines)
Lines 23-29 Link Here
23
USE_GITHUB=	yes
23
USE_GITHUB=	yes
24
GH_ACCOUNT=	notsecure
24
GH_ACCOUNT=	notsecure
25
#GH_PROJECT=	${PORTNAME}
25
#GH_PROJECT=	${PORTNAME}
26
GH_TAGNAME=	6e6b64a
26
GH_TAGNAME=	5a5132f
27
27
28
USES=		compiler:c11 desktop-file-utils gmake openal:al pkgconfig
28
USES=		compiler:c11 desktop-file-utils gmake openal:al pkgconfig
29
USE_XORG=	x11 xext xrender
29
USE_XORG=	x11 xext xrender
(-)net-im/uTox/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (notsecure-uTox-0.2.s.20150514-6e6b64a_GH0.tar.gz) = e6bcc6ff396cc16817ec0272a224b2675e506c35ab2c2bd596c9388e72eed28b
1
SHA256 (notsecure-uTox-0.2.s.20150514-5a5132f_GH0.tar.gz) = 8d52c35dde8148934a4e02db8a0c477e88ac66e1459e06ec806da0363ac1eceb
2
SIZE (notsecure-uTox-0.2.s.20150514-6e6b64a_GH0.tar.gz) = 778219
2
SIZE (notsecure-uTox-0.2.s.20150514-5a5132f_GH0.tar.gz) = 942638
(-)net-im/uTox/files/patch-Makefile (-10 / +1 lines)
Lines 1-4 Link Here
1
--- Makefile.orig	2015-04-19 07:13:44 UTC
1
--- Makefile.orig	2015-06-13 00:14:56 UTC
2
+++ Makefile
2
+++ Makefile
3
@@ -16,10 +16,6 @@ ifeq ($(V4LCONVERT), 1)
3
@@ -16,10 +16,6 @@ ifeq ($(V4LCONVERT), 1)
4
     DEPS += libv4lconvert
4
     DEPS += libv4lconvert
Lines 19-30 Link Here
19
 endif
19
 endif
20
 
20
 
21
 ifeq ($(UNITY), 1)
21
 ifeq ($(UNITY), 1)
22
@@ -100,7 +97,7 @@ install: utox
23
 	
24
 	mkdir -p $(DESTDIR)$(PREFIX)/share/applications
25
 	install -m 644 utox.desktop $(DESTDIR)$(PREFIX)/share/applications/utox.desktop
26
-	if [ "$UNITY" -eq "1" ]; then echo "X-MessagingMenu-UsesChatSection=true" >> $(DESTDIR)$(PREFIX)/share/applications/utox.desktop; fi
27
+	if [ "$(UNITY)" -eq "1" ]; then echo "X-MessagingMenu-UsesChatSection=true" >> $(DESTDIR)$(PREFIX)/share/applications/utox.desktop; fi
28
 	
29
 	mkdir -p $(DESTDIR)$(PREFIX)/share/man/man1
30
 	install -m 644 utox.1 $(DESTDIR)$(PREFIX)/share/man/man1/utox.1

Return to bug 200865