aboutsummaryrefslogtreecommitdiff
path: root/port-files/Makefile
diff options
context:
space:
mode:
authorwi <william.os4y@gmail.com>2015-05-01 18:38:55 +0200
committerwi <william.os4y@gmail.com>2015-05-01 18:38:55 +0200
commit2b143927e0363fd41b138a6955f9e9363b71b443 (patch)
tree6366bcbd5842e42e52f1429f4e7232f678778f67 /port-files/Makefile
parentuse the termnial application specified by the user as the default-terminal. (diff)
parentFix/Fix a couple important bugs before announcing 0.8.4-release: (diff)
downloadlumina-2b143927e0363fd41b138a6955f9e9363b71b443.tar.gz
lumina-2b143927e0363fd41b138a6955f9e9363b71b443.tar.bz2
lumina-2b143927e0363fd41b138a6955f9e9363b71b443.zip
Merge remote-tracking branch 'upstream/master' into fm-term
Diffstat (limited to 'port-files/Makefile')
-rw-r--r--port-files/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/port-files/Makefile b/port-files/Makefile
index 91d0c088..b1a9d27b 100644
--- a/port-files/Makefile
+++ b/port-files/Makefile
@@ -2,12 +2,9 @@
# $FreeBSD$
PORTNAME= lumina
-PORTVERSION= 0.8.4.${GITVERSION}
+PORTVERSION= 0.8.4
PORTEPOCH= 1
CATEGORIES= x11
-MASTER_SITES= http://www.pcbsd.org/~kris/software/ \
- ftp://ftp.pcbsd.org/pub/software/
-DISTNAME= ${PORTNAME}-${GITVERSION}
MAINTAINER= kmoore@FreeBSD.org
COMMENT= Lumina Desktop Environment
@@ -37,15 +34,17 @@ RUN_DEPENDS+= gstreamer-plugins-core>=0:${PORTSDIR}/multimedia/gstreamer-plugins
MAKE_JOBS_UNSAFE=yes
-GITVERSION= CHGVERSION
+GITVERSION= 1430233908
USE_XORG= x11 xcomposite xdamage xrender
USE_XCB= x11extras wm
USE_LDCONFIG= yes
USE_QT5= core gui network svg linguist multimedia imageformats \
buildtools x11extras
USES= qmake tar:bzip2
-
-WRKSRC= ${WRKDIR}/lumina
+USE_GITHUB= yes
+GH_ACCOUNT= pcbsd
+GH_COMMIT= e07dfbb
+GH_TAGNAME= v0.8.4-Release
QMAKE_ARGS= CONFIG+="configure"
bgstack15