pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
lxqt, general components
Module Name: pkgsrc-wip
Committed By: pin <voidpin%protonmail.com@localhost>
Pushed By: pin
Date: Sat Feb 1 21:13:12 2020 +0100
Changeset: 13c2124b70882f489c181c7f3a5895584902b144
Modified Files:
libfm-qt/Makefile
liblxqt/Makefile
libqtxdg/Makefile
lximage-qt/Makefile
lxqt-about/Makefile
lxqt-admin/Makefile
lxqt-build-tools/Makefile
lxqt-config/Makefile
lxqt-globalkeys/Makefile
lxqt-notificationd/Makefile
lxqt-openssh-askpass/Makefile
lxqt-panel/Makefile
lxqt-policykit/Makefile
lxqt-powermanagement/Makefile
lxqt-qtplugin/Makefile
lxqt-runner/Makefile
lxqt-sudo/Makefile
lxqt-themes/Makefile
lxqt/Makefile
lxqt/options.mk
obconf-qt/Makefile
pavucontrol-qt/Makefile
pcmanfm-qt/Makefile
Removed Files:
lxqt/TODO
Log Message:
lxqt, general components
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=13c2124b70882f489c181c7f3a5895584902b144
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libfm-qt/Makefile | 2 +-
liblxqt/Makefile | 2 +-
libqtxdg/Makefile | 2 +-
lximage-qt/Makefile | 2 +-
lxqt-about/Makefile | 2 +-
lxqt-admin/Makefile | 2 +-
lxqt-build-tools/Makefile | 2 +-
lxqt-config/Makefile | 2 +-
lxqt-globalkeys/Makefile | 2 +-
lxqt-notificationd/Makefile | 2 +-
lxqt-openssh-askpass/Makefile | 2 +-
lxqt-panel/Makefile | 3 +--
lxqt-policykit/Makefile | 2 +-
lxqt-powermanagement/Makefile | 2 +-
lxqt-qtplugin/Makefile | 2 +-
lxqt-runner/Makefile | 2 +-
lxqt-sudo/Makefile | 2 +-
lxqt-themes/Makefile | 2 +-
lxqt/Makefile | 6 +++++-
lxqt/TODO | 1 -
lxqt/options.mk | 10 +---------
obconf-qt/Makefile | 2 +-
pavucontrol-qt/Makefile | 2 +-
pcmanfm-qt/Makefile | 2 +-
24 files changed, 27 insertions(+), 33 deletions(-)
diffs:
diff --git a/libfm-qt/Makefile b/libfm-qt/Makefile
index f084278195..e81eb47a00 100644
--- a/libfm-qt/Makefile
+++ b/libfm-qt/Makefile
@@ -5,7 +5,7 @@ CATEGORIES= sysutils
MASTER_SITES= https://downloads.lxqt.org/downloads/libfm-qt/0.14.1/
EXTRACT_SUFX= .tar.xz
-MAINTAINER= voidpin%protonmail.com@localhost
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://lxqt.org/
COMMENT= Core library of PCManFM-Qt
LICENSE= gnu-lgpl-v2.1 AND modified-bsd
diff --git a/liblxqt/Makefile b/liblxqt/Makefile
index 8f60d96453..7462040448 100644
--- a/liblxqt/Makefile
+++ b/liblxqt/Makefile
@@ -5,7 +5,7 @@ CATEGORIES= x11
MASTER_SITES= https://downloads.lxqt.org/downloads/liblxqt/0.14.1/
EXTRACT_SUFX= .tar.xz
-MAINTAINER= voidpin%protonmail.com@localhost
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://lxqt.org/
COMMENT= Core utility library for all LXQt components
LICENSE= gnu-lgpl-v2.1
diff --git a/libqtxdg/Makefile b/libqtxdg/Makefile
index c95b1c30eb..d6049c52cc 100644
--- a/libqtxdg/Makefile
+++ b/libqtxdg/Makefile
@@ -5,7 +5,7 @@ CATEGORIES= x11
MASTER_SITES= https://downloads.lxqt.org/downloads/libqtxdg/3.4.0/
EXTRACT_SUFX= .tar.xz
-MAINTAINER= voidpin%protonmail.com@localhost
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://lxqt.org/
COMMENT= Qt implementation of freedesktop.org xdg specs
LICENSE= gnu-lgpl-v2.1
diff --git a/lximage-qt/Makefile b/lximage-qt/Makefile
index 3ab2e6ff94..616c210a35 100644
--- a/lximage-qt/Makefile
+++ b/lximage-qt/Makefile
@@ -5,7 +5,7 @@ CATEGORIES= graphics
MASTER_SITES= https://downloads.lxqt.org/downloads/lximage-qt/0.14.1/
EXTRACT_SUFX= .tar.xz
-MAINTAINER= voidpin%protonmail.com@localhost
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://lxqt.org/
COMMENT= Image viewer and screenshot tool for the LXQt desktop
LICENSE= gnu-gpl-v2
diff --git a/lxqt-about/Makefile b/lxqt-about/Makefile
index fa3051904e..d595c5769c 100644
--- a/lxqt-about/Makefile
+++ b/lxqt-about/Makefile
@@ -5,7 +5,7 @@ CATEGORIES= x11
MASTER_SITES= https://downloads.lxqt.org/downloads/lxqt-about/0.14.1/
EXTRACT_SUFX= .tar.xz
-MAINTAINER= voidpin%protonmail.com@localhost
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://lxqt.org/
COMMENT= LXQt about dialog
LICENSE= gnu-lgpl-v2.1
diff --git a/lxqt-admin/Makefile b/lxqt-admin/Makefile
index ae2fe99bfe..c8698fdd2f 100644
--- a/lxqt-admin/Makefile
+++ b/lxqt-admin/Makefile
@@ -5,7 +5,7 @@ CATEGORIES= x11
MASTER_SITES= https://downloads.lxqt.org/downloads/lxqt-admin/0.14.1/
EXTRACT_SUFX= .tar.xz
-MAINTAINER= voidpin%protonmail.com@localhost
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://lxqt.org/
COMMENT= LXQt admin panel
LICENSE= gnu-lgpl-v2.1
diff --git a/lxqt-build-tools/Makefile b/lxqt-build-tools/Makefile
index d40b38247e..b499b9f00e 100644
--- a/lxqt-build-tools/Makefile
+++ b/lxqt-build-tools/Makefile
@@ -5,7 +5,7 @@ CATEGORIES= devel
MASTER_SITES= https://downloads.lxqt.org/downloads/lxqt-build-tools/0.6.0/
EXTRACT_SUFX= .tar.xz
-MAINTAINER= voidpin%protonmail.com@localhost
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://lxqt.org/
COMMENT= LXQt build tools
LICENSE= modified-bsd
diff --git a/lxqt-config/Makefile b/lxqt-config/Makefile
index 31a7c04c6c..8fd6e7a5b3 100644
--- a/lxqt-config/Makefile
+++ b/lxqt-config/Makefile
@@ -5,7 +5,7 @@ CATEGORIES= x11
MASTER_SITES= https://downloads.lxqt.org/downloads/lxqt-config/0.14.1/
EXTRACT_SUFX= .tar.xz
-MAINTAINER= voidpin%protonmail.com@localhost
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
COMMENT= System configuration (control center)
HOMEPAGE= https://downloads.lxqt.org/
LICENSE= gnu-lgpl-v2.1
diff --git a/lxqt-globalkeys/Makefile b/lxqt-globalkeys/Makefile
index ef60a73513..9db067a9b9 100644
--- a/lxqt-globalkeys/Makefile
+++ b/lxqt-globalkeys/Makefile
@@ -5,7 +5,7 @@ CATEGORIES= x11
MASTER_SITES= https://downloads.lxqt.org/downloads/lxqt-globalkeys/0.14.3/
EXTRACT_SUFX= .tar.xz
-MAINTAINER= voidpin%protonmail.com@localhost
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://lxqt.org/
COMMENT= Daemon and library for global keyboard shortcuts registration
LICENSE= gnu-lgpl-v2.1
diff --git a/lxqt-notificationd/Makefile b/lxqt-notificationd/Makefile
index 6fc15b5e55..5383618f30 100644
--- a/lxqt-notificationd/Makefile
+++ b/lxqt-notificationd/Makefile
@@ -5,7 +5,7 @@ CATEGORIES= x11
MASTER_SITES= https://downloads.lxqt.org/downloads/lxqt-notificationd/0.14.1/
EXTRACT_SUFX= .tar.xz
-MAINTAINER= voidpin%protonmail.com@localhost
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://lxqt.org/
COMMENT= Notification daemon and library
LICENSE= gnu-lgpl-v2.1
diff --git a/lxqt-openssh-askpass/Makefile b/lxqt-openssh-askpass/Makefile
index a7293238a9..80bc9d1bc9 100644
--- a/lxqt-openssh-askpass/Makefile
+++ b/lxqt-openssh-askpass/Makefile
@@ -5,7 +5,7 @@ CATEGORIES= x11
MASTER_SITES= https://downloads.lxqt.org/downloads/lxqt-openssh-askpass/0.14.1/
EXTRACT_SUFX= .tar.xz
-MAINTAINER= voidpin%protonmail.com@localhost
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://lxqt.org/
COMMENT= Tool used with openssh to prompt the user for password
LICENSE= gnu-lgpl-v2.1
diff --git a/lxqt-panel/Makefile b/lxqt-panel/Makefile
index c95d996710..a39a3050d5 100644
--- a/lxqt-panel/Makefile
+++ b/lxqt-panel/Makefile
@@ -5,7 +5,7 @@ CATEGORIES= x11
MASTER_SITES= https://downloads.lxqt.org/downloads/lxqt-panel/0.14.1/
EXTRACT_SUFX= .tar.xz
-MAINTAINER= voidpin%protonmail.com@localhost
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://downloads.lxqt.org/
COMMENT= Desktop panel
LICENSE= gnu-lgpl-v2.1
@@ -24,7 +24,6 @@ CMAKE_ARGS+= -DSENSORS_PLUGIN=No
CMAKE_ARGS+= -DNETWORKMONITOR_PLUGIN=No
CMAKE_ARGS+= -DSYSSTAT_PLUGIN=No
CMAKE_ARGS+= -DVOLUME_USE_ALSA=No
-CMAKE_ARGS+= -DVOLUME_USE_PULSEAUDIO=No
INSTALLATION_DIRS+= bin lib
diff --git a/lxqt-policykit/Makefile b/lxqt-policykit/Makefile
index c11775f689..7e74d6d929 100644
--- a/lxqt-policykit/Makefile
+++ b/lxqt-policykit/Makefile
@@ -5,7 +5,7 @@ CATEGORIES= x11
MASTER_SITES= https://downloads.lxqt.org/downloads/lxqt-policykit/0.14.1/
EXTRACT_SUFX= .tar.xz
-MAINTAINER= voidpin%protonmail.com@localhost
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://lxqt.org/
COMMENT= Policykit authentication agent
LICENSE= gnu-lgpl-v2.1
diff --git a/lxqt-powermanagement/Makefile b/lxqt-powermanagement/Makefile
index 67b8147dda..5976f6c2ea 100644
--- a/lxqt-powermanagement/Makefile
+++ b/lxqt-powermanagement/Makefile
@@ -5,7 +5,7 @@ CATEGORIES= x11
MASTER_SITES= https://downloads.lxqt.org/downloads/lxqt-powermanagement/0.14.1/
EXTRACT_SUFX= .tar.xz
-MAINTAINER= voidpin%protonmail.com@localhost
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://lxqt.org/
COMMENT= Daemon use for power management and auto-suspend
LICENSE= gnu-lgpl-v2.1
diff --git a/lxqt-qtplugin/Makefile b/lxqt-qtplugin/Makefile
index d4145f7770..de697a9381 100644
--- a/lxqt-qtplugin/Makefile
+++ b/lxqt-qtplugin/Makefile
@@ -5,7 +5,7 @@ CATEGORIES= x11
MASTER_SITES= https://downloads.lxqt.org/downloads/lxqt-qtplugin/0.14.0/
EXTRACT_SUFX= .tar.xz
-MAINTAINER= voidpin%protonmail.com@localhost
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://lxqt.org/
COMMENT= LxQt platform integration plugin for Qt5
LICENSE= gnu-lgpl-v2.1
diff --git a/lxqt-runner/Makefile b/lxqt-runner/Makefile
index 64232dcc6d..98a4a615db 100644
--- a/lxqt-runner/Makefile
+++ b/lxqt-runner/Makefile
@@ -5,7 +5,7 @@ CATEGORIES= x11
MASTER_SITES= https://downloads.lxqt.org/downloads/lxqt-runner/0.14.1/
EXTRACT_SUFX= .tar.xz
-MAINTAINER= voidpin%protonmail.com@localhost
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://lxqt.org/
COMMENT= Launch applications quickly by typing commands
LICENSE= gnu-lgpl-v2.1
diff --git a/lxqt-sudo/Makefile b/lxqt-sudo/Makefile
index dcf83a91ed..6207bb583f 100644
--- a/lxqt-sudo/Makefile
+++ b/lxqt-sudo/Makefile
@@ -5,7 +5,7 @@ CATEGORIES= security
MASTER_SITES= https://downloads.lxqt.org/downloads/lxqt-sudo/0.14.1/
EXTRACT_SUFX= .tar.xz
-MAINTAINER= voidpin%protonmail.com@localhost
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://lxqt.org/
COMMENT= LXQt GUI frontend for sudo
LICENSE= gnu-lgpl-v2.1
diff --git a/lxqt-themes/Makefile b/lxqt-themes/Makefile
index 06c82d8967..3def41736e 100644
--- a/lxqt-themes/Makefile
+++ b/lxqt-themes/Makefile
@@ -5,7 +5,7 @@ CATEGORIES= graphics
MASTER_SITES= https://downloads.lxqt.org/downloads/lxqt-themes/0.14.0/
EXTRACT_SUFX= .tar.xz
-MAINTAINER= voidpin%protonmail.com@localhost
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://lxqt.org/
COMMENT= Themes, graphics and icons for LXQt
LICENSE= gnu-lgpl-v2.1
diff --git a/lxqt/Makefile b/lxqt/Makefile
index daa06b539e..e78f3a304a 100644
--- a/lxqt/Makefile
+++ b/lxqt/Makefile
@@ -3,7 +3,7 @@
PKGNAME= lxqt-0.14.1
CATEGORIES= meta-pkgs
-MAINTAINER= voidpin%protonmail.com@localhost
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://lxqt.org/
COMMENT= Meta-package for LXQt desktop environment
@@ -30,6 +30,10 @@ DEPENDS+= lxqt-session>=0.14.1:../../wip/lxqt-session
DEPENDS+= pcmanfm-qt>=0.14.1:../../wip/pcmanfm-qt
DEPENDS+= qterminal>=0.14.1:../../wip/qterminal
DEPENDS+= lxqt-panel>=0.14.1:../../wip/lxqt-panel
+DEPENDS+= pavucontrol-qt>=0.14.1:../../wip/pavucontrol-qt
+DEPENDS+= lxqt-openssh-askpass>=0.14.1:../../wip/lxqt-openssh-askpass
+DEPENDS+= lxqt-powermanagement>=0.14.1:../../wip/lxqt-powermanagement
+DEPENDS+= lxqt-sudo>=0.14.1:../../wip/lxqt-sudo
DEPENDS+= lxqt-runner>=0.14.1:../../wip/lxqt-runner
.include "../../mk/bsd.pkg.mk"
diff --git a/lxqt/TODO b/lxqt/TODO
deleted file mode 100644
index db6cc49c4e..0000000000
--- a/lxqt/TODO
+++ /dev/null
@@ -1 +0,0 @@
-Fix options. This is right now packaged as I want it only.
diff --git a/lxqt/options.mk b/lxqt/options.mk
index ab4e9b01b3..db9a695367 100644
--- a/lxqt/options.mk
+++ b/lxqt/options.mk
@@ -1,7 +1,7 @@
# $NetBSD$
PKG_OPTIONS_VAR= PKG_OPTIONS.lxqt
-PKG_SUPPORTED_OPTIONS= openbox pulseaudio openssh upower sudo
+PKG_SUPPORTED_OPTIONS= openbox
PKG_SUGGESTED_OPTIONS= openbox
.include "../../mk/bsd.options.mk"
@@ -10,12 +10,4 @@ PKG_SUGGESTED_OPTIONS= openbox
.if !empty(PKG_OPTIONS:Mopenbox)
DEPENDS+= openbox>=3.6.1:../../wm/openbox
DEPENDS+= obconf-qt>=0.14.1:../../wip/obconf-qt
-DEPENDS+= pulseaudio>=13.1:../../audio/pulseaudio
-DEPENDS+= pavucontrol-qt>=0.14.1:../../wip/pavucontrol-qt
-DEPENDS+= openssh>=8.0:../../security/openssh
-DEPENDS+= lxqt-openssh-askpass>=0.14.1:../../wip/lxqt-openssh-askpass
-DEPENDS+= upower>=0.99:../../sysutils/upower
-DEPENDS+= lxqt-powermanagement>=0.14.1:../../wip/lxqt-powermanagement
-DEPENDS+= sudo>=1.8:../../security/sudo
-DEPENDS+= lxqt-sudo>=0.14.1:../../wip/lxqt-sudo
.endif
diff --git a/obconf-qt/Makefile b/obconf-qt/Makefile
index 92d688e2ed..fed3ca951d 100644
--- a/obconf-qt/Makefile
+++ b/obconf-qt/Makefile
@@ -5,7 +5,7 @@ CATEGORIES= x11
MASTER_SITES= https://downloads.lxqt.org/downloads/obconf-qt/0.14.1/
EXTRACT_SUFX= .tar.xz
-MAINTAINER= voidpin%protonmail.com@localhost
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://lxqt.org/
COMMENT= Qt based configurator of OpenBox window manager
LICENSE= gnu-gpl-v2
diff --git a/pavucontrol-qt/Makefile b/pavucontrol-qt/Makefile
index f3f6250962..7d6d4a7c7a 100644
--- a/pavucontrol-qt/Makefile
+++ b/pavucontrol-qt/Makefile
@@ -5,7 +5,7 @@ CATEGORIES= audio
MASTER_SITES= https://downloads.lxqt.org/downloads/pavucontrol-qt/0.14.1/
EXTRACT_SUFX= .tar.xz
-MAINTAINER= voidpin%protonmail.com@localhost
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://lxqt.org/
COMMENT= Pulseaudio mixer in Qt
LICENSE= gnu-lgpl-v2
diff --git a/pcmanfm-qt/Makefile b/pcmanfm-qt/Makefile
index a68d919a07..878084dde5 100644
--- a/pcmanfm-qt/Makefile
+++ b/pcmanfm-qt/Makefile
@@ -5,7 +5,7 @@ CATEGORIES= sysutils
MASTER_SITES= https://downloads.lxqt.org/downloads/pcmanfm-qt/0.14.1/
EXTRACT_SUFX= .tar.xz
-MAINTAINER= voidpin%protonmail.com@localhost
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://lxqt.org/
COMMENT= LXQt pcmanfm Qt frontend
LICENSE= gnu-lgpl-v2.1
Home |
Main Index |
Thread Index |
Old Index