aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2019-09-24 17:00:31 +0000
committerKurt Jaeger <pi@FreeBSD.org>2019-09-24 17:00:31 +0000
commit174e02e506d0df991602629b002465c2ac47d4cb (patch)
treea940b87803204464fc16518a9bfbad6cf74b31d5 /deskutils
parent9e50a0661f651250e3c7ee426202d34ad24a8c61 (diff)
Notes
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/lumina-calculator/Makefile2
-rw-r--r--deskutils/lumina-fm/Makefile2
-rw-r--r--deskutils/lumina-notify/Makefile37
-rw-r--r--deskutils/lumina-notify/distinfo3
-rw-r--r--deskutils/lumina-notify/pkg-descr3
-rw-r--r--deskutils/lumina-notify/pkg-plist1
-rw-r--r--deskutils/lumina-pdf/Makefile2
-rw-r--r--deskutils/lumina-xdg-entry/Makefile38
-rw-r--r--deskutils/lumina-xdg-entry/distinfo3
-rw-r--r--deskutils/lumina-xdg-entry/pkg-descr3
-rw-r--r--deskutils/lumina-xdg-entry/pkg-plist2
11 files changed, 3 insertions, 93 deletions
diff --git a/deskutils/lumina-calculator/Makefile b/deskutils/lumina-calculator/Makefile
index e246ca2a44a3..0b80bba9a118 100644
--- a/deskutils/lumina-calculator/Makefile
+++ b/deskutils/lumina-calculator/Makefile
@@ -9,7 +9,7 @@ COMMENT= Scientific calculator from the Lumina Desktop
LICENSE= BSD3CLAUSE
-USES= gl qmake qt:5 xorg
+USES= compiler:c++11-lang gl qmake qt:5 xorg
USE_GL= gl
USE_XORG= x11
USE_QT= buildtools_build core gui svg widgets
diff --git a/deskutils/lumina-fm/Makefile b/deskutils/lumina-fm/Makefile
index d9c18ecd8646..6b09e7057ef1 100644
--- a/deskutils/lumina-fm/Makefile
+++ b/deskutils/lumina-fm/Makefile
@@ -10,7 +10,7 @@ COMMENT= Insight file manager from the Lumina Desktop
LICENSE= BSD3CLAUSE
-USES= qmake qt:5
+USES= compiler:c++11-lang qmake qt:5
USE_QT= buildtools_build concurrent core gui imageformats \
multimedia network svg widgets x11extras
USE_GITHUB= yes
diff --git a/deskutils/lumina-notify/Makefile b/deskutils/lumina-notify/Makefile
deleted file mode 100644
index dfce29e171d8..000000000000
--- a/deskutils/lumina-notify/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# Created by: Ken Moore <ken@pcbsd.org>
-# $FreeBSD$
-
-PORTNAME= lumina-notify
-PORTVERSION= 1.4.1
-PORTREVISION= 2
-CATEGORIES= deskutils
-
-MAINTAINER= jt@ixsystems.com
-COMMENT= Alarm/notification utility from the Lumina Desktop
-
-LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/../../../LICENSE
-
-OPTIONS_DEFINE= I18N
-OPTIONS_DEFAULT= I18N
-I18N_DESC= Install localization files
-
-.include <bsd.port.options.mk>
-
-MAKE_JOBS_UNSAFE=yes
-
-USES= compiler:c++11-lang qmake qt:5
-USE_QT= core gui widgets network svg \
- buildtools_build x11extras concurrent multimedia
-USE_GITHUB= yes
-GH_ACCOUNT= trueos
-GH_PROJECT= lumina
-GH_TAGNAME= b6536c1547571ae8dd0618bed752e2e0025bf2a7
-WRKSRC_SUBDIR= src-qt5/desktop-utils/${PORTNAME}
-
-.if${PORT_OPTIONS:MI18N}
-USE_QT+= linguist_build
-QMAKE_ARGS+=CONFIG+=WITH_I18N
-.endif
-
-.include <bsd.port.mk>
diff --git a/deskutils/lumina-notify/distinfo b/deskutils/lumina-notify/distinfo
deleted file mode 100644
index 5721f68c2009..000000000000
--- a/deskutils/lumina-notify/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1513135713
-SHA256 (trueos-lumina-1.4.1-b6536c1547571ae8dd0618bed752e2e0025bf2a7_GH0.tar.gz) = e5cb00a7d075cdcd9e709ad861212b6b115a2ca94c4034313a31fe1317e83607
-SIZE (trueos-lumina-1.4.1-b6536c1547571ae8dd0618bed752e2e0025bf2a7_GH0.tar.gz) = 20562609
diff --git a/deskutils/lumina-notify/pkg-descr b/deskutils/lumina-notify/pkg-descr
deleted file mode 100644
index a87b5b23fb7a..000000000000
--- a/deskutils/lumina-notify/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Notification utility from the Lumina Desktop
-
-WWW: https://lumina-desktop.org/
diff --git a/deskutils/lumina-notify/pkg-plist b/deskutils/lumina-notify/pkg-plist
deleted file mode 100644
index 9dc4ace5762f..000000000000
--- a/deskutils/lumina-notify/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/lumina-notify
diff --git a/deskutils/lumina-pdf/Makefile b/deskutils/lumina-pdf/Makefile
index 4b9aa58ed6fe..2c322c2c2a49 100644
--- a/deskutils/lumina-pdf/Makefile
+++ b/deskutils/lumina-pdf/Makefile
@@ -9,7 +9,7 @@ COMMENT= PDF viewer from the Lumina Desktop
LICENSE= BSD3CLAUSE
-USES= qmake qt:5
+USES= compiler:c++11-lang qmake qt:5
USE_QT= buildtools_build concurrent core gui \
multimedia network printsupport \
svg widgets x11extras
diff --git a/deskutils/lumina-xdg-entry/Makefile b/deskutils/lumina-xdg-entry/Makefile
deleted file mode 100644
index 0025aa74a46f..000000000000
--- a/deskutils/lumina-xdg-entry/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# Created by: Ken Moore <ken@pcbsd.org>
-# $FreeBSD$
-
-PORTNAME= lumina-xdg-entry
-DISTVERSIONPREFIX= v
-DISTVERSION= 1.3.0
-DISTVERSIONSUFFIX= -p1
-PORTREVISION= 2
-CATEGORIES= deskutils
-
-MAINTAINER= kmoore@FreeBSD.org
-COMMENT= XDG desktop entry creator from the Lumina Desktop
-
-LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/../../../LICENSE
-
-OPTIONS_DEFINE= I18N
-OPTIONS_DEFAULT=I18N
-I18N_DESC= Install localization files
-
-.include <bsd.port.options.mk>
-
-MAKE_JOBS_UNSAFE=yes
-
-USES= compiler:c++11-lang qmake qt:5
-USE_QT= core gui widgets network svg \
- buildtools_build x11extras concurrent multimedia
-USE_GITHUB= yes
-GH_ACCOUNT= trueos
-GH_PROJECT= lumina
-WRKSRC_SUBDIR= src-qt5/desktop-utils/${PORTNAME}
-
-.if${PORT_OPTIONS:MI18N}
-USE_QT+= linguist_build
-QMAKE_ARGS+= CONFIG+=WITH_I18N
-.endif
-
-.include <bsd.port.mk>
diff --git a/deskutils/lumina-xdg-entry/distinfo b/deskutils/lumina-xdg-entry/distinfo
deleted file mode 100644
index 40a58458f09a..000000000000
--- a/deskutils/lumina-xdg-entry/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1498830118
-SHA256 (trueos-lumina-v1.3.0-p1_GH0.tar.gz) = 76f2b6d45d37d154426cb100d46e3ca4e5e7eca51a7f9f9e442261bfe61b1c31
-SIZE (trueos-lumina-v1.3.0-p1_GH0.tar.gz) = 86451718
diff --git a/deskutils/lumina-xdg-entry/pkg-descr b/deskutils/lumina-xdg-entry/pkg-descr
deleted file mode 100644
index b7bc259bf647..000000000000
--- a/deskutils/lumina-xdg-entry/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-XDG desktop entry creator from the Lumina Desktop.
-
-WWW: https://lumina-desktop.org/
diff --git a/deskutils/lumina-xdg-entry/pkg-plist b/deskutils/lumina-xdg-entry/pkg-plist
deleted file mode 100644
index 25552b4cd1cf..000000000000
--- a/deskutils/lumina-xdg-entry/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/lumina-xdg-entry
-share/applications/lumina-xdg-entry.desktop