aboutsummaryrefslogtreecommitdiff
path: root/port-files/FreeBSD/x11
diff options
context:
space:
mode:
authorWeblate <noreply@weblate.org>2017-07-19 18:47:39 +0000
committerWeblate <noreply@weblate.org>2017-07-19 18:47:39 +0000
commit86f6fadf45c2b87749cffac82411d2371448da53 (patch)
treedfc1520b8ae2e59118b8a65d3f9438c1eead6b2c /port-files/FreeBSD/x11
parentAdd en_GB (diff)
parentAnother checkpoint in the compositing saga. Got most of it working, but still... (diff)
downloadlumina-86f6fadf45c2b87749cffac82411d2371448da53.tar.gz
lumina-86f6fadf45c2b87749cffac82411d2371448da53.tar.bz2
lumina-86f6fadf45c2b87749cffac82411d2371448da53.zip
Merge branch 'master' of github.com:trueos/lumina
Diffstat (limited to 'port-files/FreeBSD/x11')
-rw-r--r--port-files/FreeBSD/x11/lumina-core/Makefile7
-rw-r--r--port-files/FreeBSD/x11/lumina-coreutils/Makefile4
-rw-r--r--port-files/FreeBSD/x11/lumina/Makefile2
3 files changed, 6 insertions, 7 deletions
diff --git a/port-files/FreeBSD/x11/lumina-core/Makefile b/port-files/FreeBSD/x11/lumina-core/Makefile
index 0c178831..f1d50652 100644
--- a/port-files/FreeBSD/x11/lumina-core/Makefile
+++ b/port-files/FreeBSD/x11/lumina-core/Makefile
@@ -16,14 +16,13 @@ RUN_DEPENDS= fluxbox>=0:x11-wm/fluxbox \
xbrightness>=0:x11/xbrightness \
compton>=0:x11-wm/compton \
xrandr>=0:x11/xrandr \
- numlockx>=0:x11/numlockx \
- xinput>=0:x11/xinput
+ numlockx>=0:x11/numlockx
LIB_DEPENDS+= libxcb-ewmh.so:x11/xcb-util-wm \
libxcb-icccm.so:x11/xcb-util-wm \
libxcb-image.so:x11/xcb-util-image \
libxcb-util.so:x11/xcb-util
-CONFLICTS= lumina-1.2.1
+CONFLICTS_INSTALL= lumina-1.2.*
OPTIONS_DEFINE= MULTIMEDIA TRUEOS I18N
OPTIONS_DEFAULT= MULTIMEDIA I18N
@@ -44,7 +43,7 @@ USE_XORG= x11 xdamage xcb
USE_LDCONFIG= yes
USE_QT5= core gui widgets network svg multimedia imageformats \
buildtools_build x11extras concurrent
-USES= desktop-file-utils qmake
+USES= qmake
USE_GITHUB= yes
GH_ACCOUNT= trueos
GH_PROJECT= lumina
diff --git a/port-files/FreeBSD/x11/lumina-coreutils/Makefile b/port-files/FreeBSD/x11/lumina-coreutils/Makefile
index 87457ea3..3637b265 100644
--- a/port-files/FreeBSD/x11/lumina-coreutils/Makefile
+++ b/port-files/FreeBSD/x11/lumina-coreutils/Makefile
@@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE
RUN_DEPENDS= xrandr:x11/xrandr
-CONFLICTS= lumina-1.2.1
+CONFLICTS_INSTALL= lumina-1.2.*
OPTIONS_DEFINE= I18N
OPTIONS_DEFAULT= I18N
@@ -26,7 +26,7 @@ MAKE_JOBS_UNSAFE=yes
USE_LDCONFIG= yes
USE_QT5= core gui widgets network svg imageformats \
buildtools_build x11extras concurrent multimedia
-USES= desktop-file-utils qmake
+USES= qmake
USE_GITHUB= yes
GH_ACCOUNT= trueos
GH_PROJECT= lumina
diff --git a/port-files/FreeBSD/x11/lumina/Makefile b/port-files/FreeBSD/x11/lumina/Makefile
index f6f691f4..f52e40d3 100644
--- a/port-files/FreeBSD/x11/lumina/Makefile
+++ b/port-files/FreeBSD/x11/lumina/Makefile
@@ -23,7 +23,7 @@ RUN_DEPENDS= lumina-core>=0:x11/lumina-core \
lumina-textedit>=0:deskutils/lumina-textedit \
lumina-xdg-entry>=0:deskutils/lumina-xdg-entry
-CONFLICTS= lumina-1.2.1
+CONFLICTS_INSTALL= lumina-1.2.*
USES= metaport
bgstack15