pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lxqt, update to 0.14.1



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Tue Jan 14 13:36:18 2020 +0100
Changeset:	bb37b91410c31cac1da03ace583cd33fc3e003a6

Modified Files:
	lxqt/Makefile
Removed Files:
	lxqt/options.mk

Log Message:
lxqt, update to 0.14.1

Meta-package, lxqt-0.14.1

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bb37b91410c31cac1da03ace583cd33fc3e003a6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 lxqt/Makefile   | 58 +++++++++++++++++++++++++--------------------------------
 lxqt/options.mk | 12 ------------
 2 files changed, 25 insertions(+), 45 deletions(-)

diffs:
diff --git a/lxqt/Makefile b/lxqt/Makefile
index eb54ea10d8..74474fe011 100644
--- a/lxqt/Makefile
+++ b/lxqt/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2015/05/23 16:07:35 krytarowski Exp $
+# $NetBSD$
 
-PKGNAME=	lxqt-0.9.0
+PKGNAME=	lxqt-0.14.1
 CATEGORIES=	meta-pkgs
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
@@ -9,36 +9,28 @@ COMMENT=	Meta-package for LXQt desktop environment
 
 META_PACKAGE=	yes
 
-
-# See https://wiki.lxde.org/en/Build_LXDE-Qt_From_Source
-# example meta package from Mageia
-# https://svnweb.mageia.org/packages/cauldron/task-lxqt/current/SPECS/task-lxqt.spec?view=markup
-
-# Set of packages from https://downloads.lxqt.org/lxqt/0.9.0/
-DEPENDS+=	liblxqt>=0.9.0:../../wip/liblxqt
-DEPENDS+=	lximage-qt>=0.4.0:../../wip/lximage-qt
-DEPENDS+=	lxmenu-data>=0.1.4:../../sysutils/lxmenu-data
-DEPENDS+=	lxqt-about>=0.9.0:../../wip/lxqt-about
-DEPENDS+=	lxqt-admin>=0.9.0:../../wip/lxqt-admin
-DEPENDS+=	lxqt-common>=0.9.1:../../wip/lxqt-common
-DEPENDS+=	lxqt-config>=0.9.0:../../wip/lxqt-config
-DEPENDS+=	lxqt-globalkeys>=0.9.0:../../wip/lxqt-globalkeys
-DEPENDS+=	lxqt-notificationd>=0.9.0:../../wip/lxqt-notificationd
-DEPENDS+=	lxqt-openssh-askpass>=0.9.0:../../wip/lxqt-openssh-askpass
-DEPENDS+=	lxqt-panel>=0.9.0:../../wip/lxqt-panel
-DEPENDS+=	lxqt-policykit>=0.9.0:../../wip/lxqt-policykit
-DEPENDS+=	lxqt-powermanagement>=0.9.0:../../wip/lxqt-powermanagement
-DEPENDS+=	lxqt-qtplugin>=0.9.0:../../wip/lxqt-qtplugin
-DEPENDS+=	lxqt-runner>=0.9.0:../../wip/lxqt-runner
-DEPENDS+=	lxqt-session>=0.9.0:../../wip/lxqt-session
-DEPENDS+=	pcmanfm-qt>=0.9.0:../../wip/pcmanfm-qt
-
-# actively used by apps -- are there alternatives?
-DEPENDS+=	oxygen-icons>=0.9.0:../../graphics/oxygen-icons
-
-# to be verified whether we want it, for now just shut the warnings up
-DEPENDS+=	qt5-qttranslations>=5.4.0:../../x11/qt5-qttranslations
-
-.include "options.mk"
+DEPENDS+=	liblxqt>=0.14.1:../../wip/liblxqt
+DEPENDS+=	lximage-qt>=0.14.1:../../wip/lximage-qt
+DEPENDS+=	lxqt-about>=0.14.1:../../wip/lxqt-about
+DEPENDS+=	lxqt-admin>=0.14.1:../../wip/lxqt-admin
+DEPENDS+=	lxqt-config>=0.14.1:../../wip/lxqt-config
+DEPENDS+=	lxqt-globalkeys>=0.14.3:../../wip/lxqt-globalkeys
+DEPENDS+=	lxqt-notificationd>=0.14.1:../../wip/lxqt-notificationd
+DEPENDS+=	lxqt-openssh-askpass>=0.14.1:../../wip/lxqt-openssh-askpass
+DEPENDS+=	lxqt-panel>=0.14.1:../../wip/lxqt-panel
+DEPENDS+=	lxqt-policykit>=0.14.1:../../wip/lxqt-policykit
+DEPENDS+=	lxqt-powermanagement>=0.14.1:../../wip/lxqt-powermanagement
+DEPENDS+=	lxqt-qtplugin>=0.14.0:../../wip/lxqt-qtplugin
+DEPENDS+=	lxqt-runner>=0.14.1:../../wip/lxqt-runner
+DEPENDS+=	lxqt-session>=0.14.1:../../wip/lxqt-session
+DEPENDS+=	pcmanfm-qt>=0.14.1:../../wip/pcmanfm-qt
+DEPENDS+=	libfm-qt>=0.14.1:../../wip/libfm-qt
+DEPENDS+=	lxqt-sudo>=0.14.1:../../wip/lxqt-sudo
+DEPENDS+=	lxqt-themes>=0.14.0:../../wip/lxqt-themes
+DEPENDS+=	qterminal>=0.14.1:../../wip/qterminal
+DEPENDS+=	obconf-qt>=0.14.1:../../wip/obconf-qt
+DEPENDS+=	pavucontrol-qt>=0.14.1:../../wip/pavucontrol-qt
+DEPENDS+=	screengrab>=1.101:../../wip/screengrab
+DEPENDS+=	openbox>=3.6.1:../../wm/openbox
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/lxqt/options.mk b/lxqt/options.mk
deleted file mode 100644
index 131509c5da..0000000000
--- a/lxqt/options.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD: options.mk,v 1.4 2015/05/23 14:00:11 krytarowski Exp $
-
-PKG_OPTIONS_VAR=	PKG_OPTIONS.lxqt
-PKG_SUPPORTED_OPTIONS=	openbox # alternatives: kwin and possibly metacity and compton
-PKG_SUGGESTED_OPTIONS=	openbox
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mopenbox)
-DEPENDS+=	openbox>=3.5.2:../../wm/openbox
-DEPENDS+=	obconf-qt>=0.1.0:../../wip/obconf-qt
-.endif


Home | Main Index | Thread Index | Old Index