* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-panel/
@ 2014-10-26 0:10 Jauhien Piatlicki
0 siblings, 0 replies; 25+ messages in thread
From: Jauhien Piatlicki @ 2014-10-26 0:10 UTC (permalink / raw
To: gentoo-commits
commit: 353c1e556c1d7e93e981321756152e5e669140a5
Author: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 26 00:09:49 2014 +0000
Commit: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
CommitDate: Sun Oct 26 00:09:49 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=353c1e55
[lxqt-base/lxqt-panel] update live ebuild, drop QT4 support
---
lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 deletions(-)
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
index 5f12b77..e873914 100644
--- a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
+++ b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
@@ -14,7 +14,6 @@ if [[ ${PV} = *9999* ]]; then
else
SRC_URI="http://lxqt.org/downloads/lxqt/${PV}/${P}.tar.xz"
KEYWORDS="~amd64 ~x86"
- S=${WORKDIR}
fi
LICENSE="GPL-2 LGPL-2.1+"
@@ -24,15 +23,21 @@ IUSE="+alsa +clock colorpicker cpuload +desktopswitch dom +kbindicator +mainmenu
+showdesktop sysstat +taskbar teatime +tray +volume worldclock"
REQUIRED_USE="volume? ( || ( alsa pulseaudio ) )"
-DEPEND="dev-qt/qtcore:4
- dev-qt/qtdbus:4
- dev-qt/qtgui:4
+DEPEND="
+ dev-qt/linguist-tools:5
+ dev-qt/qtcore:5
+ dev-qt/qtdbus:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ dev-qt/qtx11extras:5
+ dev-qt/qtxml:5
+ kde-frameworks/kwindowsystem:5
>=lxde-base/menu-cache-0.3.3
~lxqt-base/liblxqt-${PV}
~lxqt-base/liblxqt-mount-${PV}
- ~lxqt-base/libsysstat-${PV}
+ >=lxqt-base/libsysstat-0.2.0
~lxqt-base/lxqt-globalkeys-${PV}
- ~razorqt-base/libqtxdg-${PV}
+ >=razorqt-base/libqtxdg-1.0.0
x11-libs/libX11
cpuload? ( sys-libs/libstatgrab )
networkmonitor? ( sys-libs/libstatgrab )
@@ -42,7 +47,7 @@ DEPEND="dev-qt/qtcore:4
pulseaudio? ( media-sound/pulseaudio ) )
worldclock? ( dev-libs/icu:= )"
RDEPEND="${DEPEND}
- ~lxde-base/lxmenu-data-${PV}"
+ >=lxde-base/lxmenu-data-0.1.2"
src_configure() {
local mycmakeargs i y
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-panel/
@ 2014-10-29 17:10 Jauhien Piatlicki
0 siblings, 0 replies; 25+ messages in thread
From: Jauhien Piatlicki @ 2014-10-29 17:10 UTC (permalink / raw
To: gentoo-commits
commit: c9589ec153991e5f6e1e48c5a1cc51a245927270
Author: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 29 17:07:53 2014 +0000
Commit: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
CommitDate: Wed Oct 29 17:07:53 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=c9589ec1
[lxqt-base/lxqt-panel] 0.8.0 release
---
lxqt-base/lxqt-panel/Manifest | 1 +
lxqt-base/lxqt-panel/lxqt-panel-0.8.0.ebuild | 75 ++++++++++++++++++++++++++++
2 files changed, 76 insertions(+)
diff --git a/lxqt-base/lxqt-panel/Manifest b/lxqt-base/lxqt-panel/Manifest
new file mode 100644
index 0000000..7887d14
--- /dev/null
+++ b/lxqt-base/lxqt-panel/Manifest
@@ -0,0 +1 @@
+DIST lxqt-panel-0.8.0.tar.xz 259284 SHA256 5c453372bf6d35f09400788f6dece1403b63e7cf25abe62066fc9e82c5170b78 SHA512 ffa938586eccd743a676a8a0075a236b763bc3652c9a827c9906e83e87a926ba46a5577e047208b873fe6d53a5f39318aa7e3a1a1525ac89396bb63a52d5c09f WHIRLPOOL 8fa8da6635c423e111a7f37c7624ee0b30d78e5b1524bf78f371f4113a558cee6876f7463083b5c37111f5ec2f4a8079abb15590be0ae846521eb78cd9b39771
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-0.8.0.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-0.8.0.ebuild
new file mode 100644
index 0000000..ff6e532
--- /dev/null
+++ b/lxqt-base/lxqt-panel/lxqt-panel-0.8.0.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+inherit cmake-utils
+
+DESCRIPTION="LXQt desktop panel and plugins"
+HOMEPAGE="http://www.lxqt.org/"
+
+if [[ ${PV} = *9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
+else
+ SRC_URI="http://lxqt.org/downloads/lxqt/${PV}/${P}.tar.xz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2 LGPL-2.1+"
+SLOT="0"
+IUSE="+alsa +clock colorpicker cpuload +desktopswitch dom +kbindicator +mainmenu
+ +mount networkmonitor pulseaudio +quicklaunch screensaver sensors
+ +showdesktop sysstat +taskbar teatime +tray +volume worldclock"
+REQUIRED_USE="volume? ( || ( alsa pulseaudio ) )"
+
+DEPEND="
+ dev-qt/linguist-tools:5
+ dev-qt/qtcore:5
+ dev-qt/qtdbus:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ dev-qt/qtx11extras:5
+ dev-qt/qtxml:5
+ >=lxde-base/menu-cache-0.3.3
+ ~lxqt-base/liblxqt-${PV}
+ ~lxqt-base/liblxqt-mount-${PV}
+ >=lxqt-base/libsysstat-0.2.0
+ ~lxqt-base/lxqt-globalkeys-${PV}
+ >=razorqt-base/libqtxdg-1.0.0
+ x11-libs/libX11
+ cpuload? ( sys-libs/libstatgrab )
+ networkmonitor? ( sys-libs/libstatgrab )
+ sensors? ( sys-apps/lm_sensors )
+ sysstat? ( >=lxqt-base/libsysstat-0.2.0 )
+ volume? ( alsa? ( media-libs/alsa-lib )
+ pulseaudio? ( media-sound/pulseaudio ) )
+ worldclock? ( dev-libs/icu:= )"
+RDEPEND="${DEPEND}
+ >=lxde-base/lxmenu-data-0.1.2"
+
+src_configure() {
+ local mycmakeargs i y
+ for i in clock colorpicker cpuload desktopswitch dom kbindicator mainmenu mount \
+ networkmonitor quicklaunch screensaver sensors showdesktop sysstat \
+ taskbar teatime tray volume worldclock; do
+ y=$(tr '[:lower:]' '[:upper:]' <<< "${i}")
+ mycmakeargs+=( $(cmake-utils_use ${i} ${y}_PLUGIN) )
+ done
+
+ if use volume; then
+ mycmakeargs+=( $(cmake-utils_use alsa VOLUME_USE_ALSA)
+ $(cmake-utils_use pulseaudio VOLUME_USE_PULSEAUDIO) )
+ fi
+
+ mycmakeargs+=(
+ -DUSE_QT5=ON
+ )
+
+ cmake-utils_src_configure
+}
+
+src_install(){
+ cmake-utils_src_install
+ doman panel/man/*.1
+}
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-panel/
@ 2014-11-02 21:55 Jauhien Piatlicki
0 siblings, 0 replies; 25+ messages in thread
From: Jauhien Piatlicki @ 2014-11-02 21:55 UTC (permalink / raw
To: gentoo-commits
commit: 62c70fcd30c3eeaee70da760b6b4d5d56ae8869d
Author: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 2 21:55:07 2014 +0000
Commit: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
CommitDate: Sun Nov 2 21:55:17 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=62c70fcd
[lxqt-base/lxqt-panel] fix bug 527556
---
lxqt-base/lxqt-panel/lxqt-panel-0.8.0.ebuild | 1 -
lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild | 1 -
2 files changed, 2 deletions(-)
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-0.8.0.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-0.8.0.ebuild
index ff6e532..36d2a26 100644
--- a/lxqt-base/lxqt-panel/lxqt-panel-0.8.0.ebuild
+++ b/lxqt-base/lxqt-panel/lxqt-panel-0.8.0.ebuild
@@ -34,7 +34,6 @@ DEPEND="
>=lxde-base/menu-cache-0.3.3
~lxqt-base/liblxqt-${PV}
~lxqt-base/liblxqt-mount-${PV}
- >=lxqt-base/libsysstat-0.2.0
~lxqt-base/lxqt-globalkeys-${PV}
>=razorqt-base/libqtxdg-1.0.0
x11-libs/libX11
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
index e873914..50ba3d4 100644
--- a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
+++ b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
@@ -35,7 +35,6 @@ DEPEND="
>=lxde-base/menu-cache-0.3.3
~lxqt-base/liblxqt-${PV}
~lxqt-base/liblxqt-mount-${PV}
- >=lxqt-base/libsysstat-0.2.0
~lxqt-base/lxqt-globalkeys-${PV}
>=razorqt-base/libqtxdg-1.0.0
x11-libs/libX11
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-panel/
@ 2015-02-10 14:13 Ben de Groot
0 siblings, 0 replies; 25+ messages in thread
From: Ben de Groot @ 2015-02-10 14:13 UTC (permalink / raw
To: gentoo-commits
commit: 2ff04270f469b5ea321cd664b8d31e8a1c343a38
Author: Ben de Groot <yngwin <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 10 14:12:54 2015 +0000
Commit: Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Tue Feb 10 14:12:54 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=2ff04270
lxqt-base/lxqt-panel: update deps
---
lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
index 315fd21..3fd2d84 100644
--- a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
+++ b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
@@ -20,10 +20,11 @@ LICENSE="GPL-2 LGPL-2.1+"
SLOT="0"
IUSE="+alsa +clock colorpicker cpuload +desktopswitch dom +kbindicator +mainmenu
+mount networkmonitor pulseaudio +quicklaunch screensaver sensors
- +showdesktop sysstat +taskbar teatime +tray +volume worldclock"
+ +showdesktop sysstat +taskbar +tray +volume worldclock"
REQUIRED_USE="volume? ( || ( alsa pulseaudio ) )"
DEPEND="
+ >=dev-libs/libqtxdg-1.0.0
dev-qt/linguist-tools:5
dev-qt/qtcore:5
dev-qt/qtdbus:5
@@ -31,20 +32,18 @@ DEPEND="
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
dev-qt/qtxml:5
+ kde-frameworks/kguiaddons:5
kde-frameworks/kwindowsystem:5
>=lxde-base/menu-cache-0.3.3
~lxqt-base/liblxqt-${PV}
~lxqt-base/liblxqt-mount-${PV}
~lxqt-base/lxqt-globalkeys-${PV}
- >=dev-libs/libqtxdg-1.0.0
- x11-libs/libX11
cpuload? ( sys-libs/libstatgrab )
networkmonitor? ( sys-libs/libstatgrab )
sensors? ( sys-apps/lm_sensors )
sysstat? ( ~lxqt-base/libsysstat-${PV} )
volume? ( alsa? ( media-libs/alsa-lib )
- pulseaudio? ( media-sound/pulseaudio ) )
- worldclock? ( dev-libs/icu:= )"
+ pulseaudio? ( media-sound/pulseaudio ) )"
RDEPEND="${DEPEND}
>=lxde-base/lxmenu-data-0.1.2"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-panel/
@ 2015-02-10 14:17 Ben de Groot
0 siblings, 0 replies; 25+ messages in thread
From: Ben de Groot @ 2015-02-10 14:17 UTC (permalink / raw
To: gentoo-commits
commit: a6187f44b8f340410e7b14caa70b0076e38a1ab9
Author: Ben de Groot <yngwin <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 10 14:17:36 2015 +0000
Commit: Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Tue Feb 10 14:17:36 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=a6187f44
lxqt-base/lxqt-panel: remove teatime plugin
---
lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
index 3fd2d84..f78021d 100644
--- a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
+++ b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
@@ -51,7 +51,7 @@ src_configure() {
local mycmakeargs i y
for i in clock colorpicker cpuload desktopswitch dom kbindicator mainmenu mount \
networkmonitor quicklaunch screensaver sensors showdesktop sysstat \
- taskbar teatime tray volume worldclock; do
+ taskbar tray volume worldclock; do
y=$(tr '[:lower:]' '[:upper:]' <<< "${i}")
mycmakeargs+=( $(cmake-utils_use ${i} ${y}_PLUGIN) )
done
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-panel/
@ 2015-02-19 4:52 Michael Palimaka
0 siblings, 0 replies; 25+ messages in thread
From: Michael Palimaka @ 2015-02-19 4:52 UTC (permalink / raw
To: gentoo-commits
commit: a0e0fcf230ca03362e24dca0cc6aa5d1be9425c3
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 19 04:51:55 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Feb 19 04:51:55 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=a0e0fcf2
[lxqt-base/lxqt-panel] Remove unused local USE description.
Package-Manager: portage-2.2.14
---
lxqt-base/lxqt-panel/metadata.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/lxqt-base/lxqt-panel/metadata.xml b/lxqt-base/lxqt-panel/metadata.xml
index 966aceb..54bfea0 100644
--- a/lxqt-base/lxqt-panel/metadata.xml
+++ b/lxqt-base/lxqt-panel/metadata.xml
@@ -18,7 +18,6 @@
<flag name="showdesktop">Build showdesktop plugin</flag>
<flag name="sysstat">Build sysstat plugin</flag>
<flag name="taskbar">Build taskbar plugin</flag>
- <flag name="teatime">Build teatime plugin</flag>
<flag name="tray">Build tray plugin</flag>
<flag name="volume">Build volume plugin</flag>
<flag name="worldclock">Build worldclock plugin</flag>
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-panel/
@ 2015-02-20 8:19 Ben de Groot
0 siblings, 0 replies; 25+ messages in thread
From: Ben de Groot @ 2015-02-20 8:19 UTC (permalink / raw
To: gentoo-commits
commit: 71b5e280dba064567abe60f3bde081ea7803261a
Author: Ben de Groot <yngwin <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 20 08:19:31 2015 +0000
Commit: Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Fri Feb 20 08:19:31 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=71b5e280
lxqt-base/lxqt-panel: sync with gx86 updated deps
---
lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
index 45aa6cb..967a589 100644
--- a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
+++ b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
@@ -24,6 +24,7 @@ IUSE="+alsa +clock colorpicker cpuload +desktopswitch dom +kbindicator +mainmenu
REQUIRED_USE="volume? ( || ( alsa pulseaudio ) )"
DEPEND="
+ dev-libs/glib:2
>=dev-libs/libqtxdg-1.0.0
dev-qt/linguist-tools:5
dev-qt/qtcore:5
@@ -39,6 +40,9 @@ DEPEND="
~lxqt-base/liblxqt-mount-${PV}
~lxqt-base/lxqt-globalkeys-${PV}
x11-libs/libX11
+ x11-libs/libXcomposite
+ x11-libs/libXdamage
+ x11-libs/libXrender
cpuload? ( sys-libs/libstatgrab )
networkmonitor? ( sys-libs/libstatgrab )
sensors? ( sys-apps/lm_sensors )
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-panel/
@ 2015-06-05 16:55 Davide Pesavento
0 siblings, 0 replies; 25+ messages in thread
From: Davide Pesavento @ 2015-06-05 16:55 UTC (permalink / raw
To: gentoo-commits
commit: b7d6a9fc3298f115217438f90adfa0348270c799
Author: helb <helb <AT> helb <DOT> cz>
AuthorDate: Fri Jun 5 11:37:13 2015 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Fri Jun 5 16:43:46 2015 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=b7d6a9fc
[lxqt-base/lxqt-panel] Add dependency on libdbusmenu-qt.
-- checking for module 'dbusmenu-qt5'
-- package 'dbusmenu-qt5' not found
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:340 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPkgConfig.cmake:502 (_pkg_check_modules_internal)
plugin-statusnotifier/CMakeLists.txt:6 (pkg_check_modules)
lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
index 967a589..418fe12 100644
--- a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
+++ b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
@@ -25,6 +25,7 @@ REQUIRED_USE="volume? ( || ( alsa pulseaudio ) )"
DEPEND="
dev-libs/glib:2
+ dev-libs/libdbusmenu-qt[qt5]
>=dev-libs/libqtxdg-1.0.0
dev-qt/linguist-tools:5
dev-qt/qtcore:5
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-panel/
@ 2015-11-10 9:17 Davide Pesavento
0 siblings, 0 replies; 25+ messages in thread
From: Davide Pesavento @ 2015-11-10 9:17 UTC (permalink / raw
To: gentoo-commits
commit: 3b46520c1ae988efe7ac64c366a4f25e6c86030c
Author: Ryszard Andrzejowski <ryszard.andrzejowski <AT> gmail <DOT> com>
AuthorDate: Mon Sep 28 21:36:35 2015 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Tue Nov 10 09:15:42 2015 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=3b46520c
lxqt-base/lxqt-panel: fix dependencies
lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
index 8de2404..5fcd71c 100644
--- a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
+++ b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
@@ -47,7 +47,7 @@ DEPEND="
cpuload? ( sys-libs/libstatgrab )
networkmonitor? ( sys-libs/libstatgrab )
sensors? ( sys-apps/lm_sensors )
- sysstat? ( =lxqt-base/libsysstat-0.3* )
+ sysstat? ( ~lxqt-base/libsysstat-${PV} )
volume? ( alsa? ( media-libs/alsa-lib )
pulseaudio? ( media-sound/pulseaudio ) )"
RDEPEND="${DEPEND}
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-panel/
@ 2018-02-03 14:04 Michael Palimaka
0 siblings, 0 replies; 25+ messages in thread
From: Michael Palimaka @ 2018-02-03 14:04 UTC (permalink / raw
To: gentoo-commits
commit: 2a61ab545cf7f674ae1fdb0d6497988788481c18
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 3 14:02:12 2018 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Feb 3 14:04:25 2018 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=2a61ab54
lxqt-base/lxqt-panel: dev-libs/libdbusmenu-qt no longer has a qt5 USE flag
Package-Manager: Portage-2.3.19, Repoman-2.3.6
lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
index f828a007..4e4f75b8 100644
--- a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
+++ b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -42,7 +42,7 @@ CDEPEND="
mount? ( kde-frameworks/solid:5 )
networkmonitor? ( sys-libs/libstatgrab )
sensors? ( sys-apps/lm_sensors )
- statusnotifier? ( dev-libs/libdbusmenu-qt[qt5] )
+ statusnotifier? ( >=dev-libs/libdbusmenu-qt-0.9.3_pre20160218-r1 )
sysstat? ( =lxqt-base/libsysstat-0.3* )
tray? ( x11-libs/libXcomposite
x11-libs/libXdamage
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-panel/
@ 2019-02-18 20:06 Jimi Huotari
0 siblings, 0 replies; 25+ messages in thread
From: Jimi Huotari @ 2019-02-18 20:06 UTC (permalink / raw
To: gentoo-commits
commit: c224a6b33fe7b9621a3e29017187699a1ecb8e5c
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 18 19:58:51 2019 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Mon Feb 18 19:59:43 2019 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=c224a6b3
lxqt-base/lxqt-panel: remove USE="clock" and its configure option
The 'clock' plug-in (replaced with 'worldclock') is no longer
available.
- https://github.com/lxqt/lxqt-panel/commit/3eb1a8b1
Package-Manager: Portage-2.3.61, Repoman-2.3.12
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild | 3 +--
lxqt-base/lxqt-panel/metadata.xml | 1 -
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
index 57cb7e70..1c8372b3 100644
--- a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
+++ b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
@@ -20,7 +20,7 @@ fi
LICENSE="LGPL-2.1+"
SLOT="0"
-IUSE="+alsa clock colorpicker cpuload +desktopswitch +directorymenu dom +kbindicator +mainmenu
+IUSE="+alsa colorpicker cpuload +desktopswitch +directorymenu dom +kbindicator +mainmenu
+mount networkmonitor pulseaudio +quicklaunch sensors +showdesktop
+spacer statusnotifier sysstat +taskbar +tray +volume +worldclock"
REQUIRED_USE="volume? ( || ( alsa pulseaudio ) )"
@@ -72,7 +72,6 @@ DEPEND="${RDEPEND}
src_configure() {
local mycmakeargs=(
# Plugins
- -DCLOCK_PLUGIN=$(usex clock)
-DCOLORPICKER_PLUGIN=$(usex colorpicker)
-DCPULOAD_PLUGIN=$(usex cpuload)
-DDESKTOPSWITCH_PLUGIN=$(usex desktopswitch)
diff --git a/lxqt-base/lxqt-panel/metadata.xml b/lxqt-base/lxqt-panel/metadata.xml
index 389e2ab7..5c02d0f5 100644
--- a/lxqt-base/lxqt-panel/metadata.xml
+++ b/lxqt-base/lxqt-panel/metadata.xml
@@ -6,7 +6,6 @@
<name>LXQt</name>
</maintainer>
<use>
- <flag name="clock">Build clock plugin</flag>
<flag name="colorpicker">Build colorpicker plugin</flag>
<flag name="cpuload">Build cpuload plugin</flag>
<flag name="desktopswitch">Build desktopswitch plugin</flag>
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-panel/
@ 2019-03-29 14:24 Jimi Huotari
0 siblings, 0 replies; 25+ messages in thread
From: Jimi Huotari @ 2019-03-29 14:24 UTC (permalink / raw
To: gentoo-commits
commit: dc65a57e9687483c4e6c7dcf87952420f19bc029
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 29 14:20:58 2019 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Fri Mar 29 14:20:58 2019 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=dc65a57e
lxqt-base/lxqt-panel: add REQUIRED_USE to prevent build failure
These were added in 0.13.0 already, but got lost in history.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
index 14abfef8..53536cd8 100644
--- a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
+++ b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
@@ -23,7 +23,10 @@ SLOT="0"
IUSE="+alsa colorpicker cpuload +desktopswitch +directorymenu dom +kbindicator +mainmenu
+mount networkmonitor pulseaudio +quicklaunch sensors +showdesktop
+spacer statusnotifier sysstat +taskbar +tray +volume +worldclock"
-REQUIRED_USE="volume? ( || ( alsa pulseaudio ) )"
+REQUIRED_USE="
+ || ( desktopswitch mainmenu showdesktop taskbar )
+ volume? ( || ( alsa pulseaudio ) )
+"
BDEPEND="
dev-qt/linguist-tools:5
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-panel/
@ 2019-10-19 21:43 Andreas Sturmlechner
0 siblings, 0 replies; 25+ messages in thread
From: Andreas Sturmlechner @ 2019-10-19 21:43 UTC (permalink / raw
To: gentoo-commits
commit: 9f9e55331d1c0f8b0f169bb877c9f9df281bf07c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 19 21:36:21 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 19 21:36:21 2019 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=9f9e5533
lxqt-base/lxqt-panel: sys-apps/{lm_sensors => lm-sensors}
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
index 53536cd8..720609ef 100644
--- a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
+++ b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
@@ -52,7 +52,7 @@ RDEPEND="
kbindicator? ( x11-libs/libxkbcommon )
mount? ( kde-frameworks/solid:5 )
networkmonitor? ( sys-libs/libstatgrab )
- sensors? ( sys-apps/lm_sensors )
+ sensors? ( sys-apps/lm-sensors )
statusnotifier? ( dev-libs/libdbusmenu-qt[qt5(+)] )
sysstat? ( >=lxqt-base/libsysstat-0.4.1 )
tray? (
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-panel/
@ 2021-03-27 10:52 Andreas Sturmlechner
0 siblings, 0 replies; 25+ messages in thread
From: Andreas Sturmlechner @ 2021-03-27 10:52 UTC (permalink / raw
To: gentoo-commits
commit: 8d59c8a038e2f103b219135a2e5a3be16b5a69a0
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 27 10:51:18 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 27 10:51:18 2021 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=8d59c8a0
lxqt-base/lxqt-panel: Cleanup outdated lxqt-base/lxqt-l10n blocker
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
index 8c23822a..7a80accf 100644
--- a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
+++ b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -69,7 +69,6 @@ RDEPEND="
media-sound/pulseaudio
)
)
- !lxqt-base/lxqt-l10n
"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-panel/
@ 2021-09-22 17:41 Andreas Sturmlechner
0 siblings, 0 replies; 25+ messages in thread
From: Andreas Sturmlechner @ 2021-09-22 17:41 UTC (permalink / raw
To: gentoo-commits
commit: 4bb05228676012709a4a0ca3c952db69cbc03d21
Author: Alex Fan <alexfanqi <AT> yahoo <DOT> com>
AuthorDate: Sun Jul 25 07:34:00 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 22 17:41:25 2021 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=4bb05228
lxqt-base/lxqt-panel: keyword for ~riscv
Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
index 26c697d7..060ed789 100644
--- a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
+++ b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} = *9999* ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
fi
LICENSE="LGPL-2.1+"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-panel/
@ 2021-09-22 19:15 Andreas Sturmlechner
0 siblings, 0 replies; 25+ messages in thread
From: Andreas Sturmlechner @ 2021-09-22 19:15 UTC (permalink / raw
To: gentoo-commits
commit: 7f93de7768bc79e4a4c50689d04a987045ecc5e0
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 22 18:44:41 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 22 19:09:26 2021 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=7f93de77
lxqt-base/lxqt-panel: Sync with Gentoo ebuild repo
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild | 27 ++++++++++++++++-----------
lxqt-base/lxqt-panel/metadata.xml | 5 ++---
2 files changed, 18 insertions(+), 14 deletions(-)
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
index eeda5f32..23dcad5c 100644
--- a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
+++ b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
@@ -18,11 +18,13 @@ else
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
fi
-LICENSE="LGPL-2.1+"
+LICENSE="LGPL-2.1 LGPL-2.1+"
SLOT="0"
-IUSE="+alsa colorpicker cpuload +desktopswitch +directorymenu dom +kbindicator +mainmenu
- +mount networkmonitor pulseaudio +quicklaunch sensors +showdesktop
- +spacer statusnotifier sysstat +taskbar +tray +volume +worldclock"
+IUSE="+alsa colorpicker cpuload +desktopswitch +directorymenu dom +kbindicator
++mainmenu +mount networkmonitor pulseaudio +quicklaunch lm-sensors +showdesktop
++spacer +statusnotifier sysstat +taskbar tray +volume +worldclock"
+
+# Work around a missing header issue: https://bugs.gentoo.org/666278
REQUIRED_USE="
|| ( desktopswitch mainmenu showdesktop taskbar )
volume? ( || ( alsa pulseaudio ) )
@@ -30,10 +32,10 @@ REQUIRED_USE="
BDEPEND="
dev-qt/linguist-tools:5
- >=dev-util/lxqt-build-tools-0.6.0
+ >=dev-util/lxqt-build-tools-0.9.0
virtual/pkgconfig
"
-RDEPEND="
+DEPEND="
>=dev-libs/libqtxdg-3.3.1
dev-qt/qtcore:5
dev-qt/qtdbus:5
@@ -50,10 +52,13 @@ RDEPEND="
x11-libs/libX11
cpuload? ( sys-libs/libstatgrab )
kbindicator? ( x11-libs/libxkbcommon )
+ lm-sensors? ( sys-apps/lm-sensors )
mount? ( kde-frameworks/solid:5 )
networkmonitor? ( sys-libs/libstatgrab )
- sensors? ( sys-apps/lm-sensors )
- statusnotifier? ( dev-libs/libdbusmenu-qt[qt5(+)] )
+ statusnotifier? (
+ dev-libs/libdbusmenu-qt[qt5(+)]
+ dev-qt/qtconcurrent:5
+ )
sysstat? ( >=lxqt-base/libsysstat-0.4.1 )
tray? (
x11-libs/libxcb:=
@@ -70,7 +75,7 @@ RDEPEND="
)
)
"
-DEPEND="${RDEPEND}"
+RDEPEND="${DEPEND}"
src_configure() {
local mycmakeargs=(
@@ -85,7 +90,7 @@ src_configure() {
-DMOUNT_PLUGIN=$(usex mount)
-DNETWORKMONITOR_PLUGIN=$(usex networkmonitor)
-DQUICKLAUNCH_PLUGIN=$(usex quicklaunch)
- -DSENSORS_PLUGIN=$(usex sensors)
+ -DSENSORS_PLUGIN=$(usex lm-sensors)
-DSHOWDESKTOP_PLUGIN=$(usex showdesktop)
-DSPACER_PLUGIN=$(usex spacer)
-DSTATUSNOTIFIER_PLUGIN=$(usex statusnotifier)
@@ -106,7 +111,7 @@ src_configure() {
cmake_src_configure
}
-src_install(){
+src_install() {
cmake_src_install
doman panel/man/*.1
}
diff --git a/lxqt-base/lxqt-panel/metadata.xml b/lxqt-base/lxqt-panel/metadata.xml
index 4519e700..ac1ead07 100644
--- a/lxqt-base/lxqt-panel/metadata.xml
+++ b/lxqt-base/lxqt-panel/metadata.xml
@@ -9,17 +9,16 @@
<flag name="colorpicker">Build colorpicker plugin</flag>
<flag name="cpuload">Build cpuload plugin</flag>
<flag name="desktopswitch">Build desktopswitch plugin</flag>
- <flag name="directorymenu" restrict=">=lxqt-base/lxqt-panel-0.13.0">Build directorymenu plugin</flag>
+ <flag name="directorymenu">Build directorymenu plugin</flag>
<flag name="dom">Build dom plugin</flag>
<flag name="kbindicator">Build kbindicator plugin</flag>
<flag name="mainmenu">Build mainmenu plugin</flag>
<flag name="mount">Build mount plugin</flag>
<flag name="networkmonitor">Build networkmonitor plugin</flag>
<flag name="quicklaunch">Build quicklaunch plugin</flag>
- <flag name="sensors">Build sensors plugin</flag>
<flag name="showdesktop">Build showdesktop plugin</flag>
<flag name="statusnotifier">Build statusnotifier plugin</flag>
- <flag name="spacer" restrict=">=lxqt-base/lxqt-panel-0.13.0">Build spacer plugin</flag>
+ <flag name="spacer">Build spacer plugin</flag>
<flag name="sysstat">Build sysstat plugin</flag>
<flag name="taskbar">Build taskbar plugin</flag>
<flag name="tray">Build tray plugin</flag>
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-panel/
@ 2023-05-14 15:04 Jimi Huotari
0 siblings, 0 replies; 25+ messages in thread
From: Jimi Huotari @ 2023-05-14 15:04 UTC (permalink / raw
To: gentoo-commits
commit: 3f8b8f5a450c2d2911d6444f9425a57477de9a11
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 14:27:16 2023 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sun May 14 15:03:47 2023 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=3f8b8f5a
lxqt-base/lxqt-panel: update lxqt-build-tools dependency
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
index eb91e9f9..161a1aec 100644
--- a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
+++ b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
@@ -32,7 +32,7 @@ REQUIRED_USE="
BDEPEND="
>=dev-qt/linguist-tools-5.15:5
- >=dev-util/lxqt-build-tools-0.12.0
+ >=dev-util/lxqt-build-tools-0.13.0
virtual/pkgconfig
"
DEPEND="
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-panel/
@ 2023-05-14 15:04 Jimi Huotari
0 siblings, 0 replies; 25+ messages in thread
From: Jimi Huotari @ 2023-05-14 15:04 UTC (permalink / raw
To: gentoo-commits
commit: 030b686fa99ef47b0a83b4ceb7f86bcb0977546a
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 13:49:54 2023 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sun May 14 15:03:46 2023 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=030b686f
lxqt-base/lxqt-panel: replace lxmenu-data with lxqt-menu-data
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
index fb2e069b..eb91e9f9 100644
--- a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
+++ b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
@@ -45,10 +45,10 @@ DEPEND="
>=dev-qt/qtx11extras-5.15:5
>=dev-qt/qtxml-5.15:5
kde-frameworks/kwindowsystem:5[X]
- >=lxde-base/lxmenu-data-0.1.5
>=lxde-base/menu-cache-1.1.0
=lxqt-base/liblxqt-${MY_PV}*:=
=lxqt-base/lxqt-globalkeys-${MY_PV}*
+ =lxqt-base/lxqt-menu-data-${MY_PV}*
x11-libs/libX11
cpuload? ( sys-libs/libstatgrab )
kbindicator? ( x11-libs/libxkbcommon )
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-panel/
@ 2023-05-14 15:04 Jimi Huotari
0 siblings, 0 replies; 25+ messages in thread
From: Jimi Huotari @ 2023-05-14 15:04 UTC (permalink / raw
To: gentoo-commits
commit: 65ca8ded41840771a7dfd23e68008ecf94e9cafc
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 14:52:05 2023 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sun May 14 15:03:47 2023 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=65ca8ded
lxqt-base/lxqt-panel: update libqtxdg dependency
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
index 161a1aec..158b0f66 100644
--- a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
+++ b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
@@ -36,7 +36,7 @@ BDEPEND="
virtual/pkgconfig
"
DEPEND="
- >=dev-libs/libqtxdg-3.10.0
+ >=dev-libs/libqtxdg-3.11.0
>=dev-qt/qtcore-5.15:5
>=dev-qt/qtdbus-5.15:5
>=dev-qt/qtgui-5.15:5
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-panel/
@ 2023-05-29 13:27 Andreas Sturmlechner
0 siblings, 0 replies; 25+ messages in thread
From: Andreas Sturmlechner @ 2023-05-29 13:27 UTC (permalink / raw
To: gentoo-commits
commit: c5981ce00666233d29677f178813c73834107775
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 13:27:24 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon May 29 13:27:24 2023 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=c5981ce0
lxqt-base/lxqt-panel: Switch IUSE=pulseaudio to media-libs/libpulse
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
index 158b0f66..91e8c9f4 100644
--- a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
+++ b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
@@ -70,8 +70,8 @@ DEPEND="
volume? (
alsa? ( media-libs/alsa-lib )
pulseaudio? (
+ media-libs/libpulse
media-sound/pavucontrol-qt
- media-sound/pulseaudio
)
)
"
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-panel/
@ 2024-03-25 21:12 Jimi Huotari
0 siblings, 0 replies; 25+ messages in thread
From: Jimi Huotari @ 2024-03-25 21:12 UTC (permalink / raw
To: gentoo-commits
commit: 0fe0367f22f24039dbcaf9c26fde4ca40643e8c5
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 25 21:05:51 2024 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Mon Mar 25 21:11:35 2024 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=0fe0367f
lxqt-base/lxqt-panel: welcome qt6
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild | 25 ++++++++++---------------
1 file changed, 10 insertions(+), 15 deletions(-)
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
index 96cac570..11d77059 100644
--- a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
+++ b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -31,20 +31,15 @@ REQUIRED_USE="
"
BDEPEND="
- >=dev-qt/linguist-tools-5.15:5
- >=dev-util/lxqt-build-tools-0.13.0
+ >=dev-qt/qttools-6.6:6[linguist]
+ >=dev-util/lxqt-build-tools-2.0.0
virtual/pkgconfig
"
DEPEND="
>=dev-libs/libqtxdg-3.11.0
- >=dev-qt/qtcore-5.15:5
- >=dev-qt/qtdbus-5.15:5
- >=dev-qt/qtgui-5.15:5
- >=dev-qt/qtsvg-5.15:5
- >=dev-qt/qtwidgets-5.15:5
- >=dev-qt/qtx11extras-5.15:5
- >=dev-qt/qtxml-5.15:5
- kde-frameworks/kwindowsystem:5[X]
+ >=dev-qt/qtbase-6.6:6[dbus,gui,widgets,xml]
+ >=dev-qt/qtsvg-6.6:6
+ kde-frameworks/kwindowsystem:6[X]
>=lxde-base/menu-cache-1.1.0
=lxqt-base/liblxqt-${MY_PV}*:=
=lxqt-base/lxqt-globalkeys-${MY_PV}*
@@ -53,13 +48,13 @@ DEPEND="
cpuload? ( sys-libs/libstatgrab )
kbindicator? ( x11-libs/libxkbcommon )
lm-sensors? ( sys-apps/lm-sensors:= )
- mount? ( kde-frameworks/solid:5 )
+ mount? ( kde-frameworks/solid:6 )
networkmonitor? ( sys-libs/libstatgrab )
statusnotifier? (
- dev-libs/libdbusmenu-qt[qt5(+)]
- >=dev-qt/qtconcurrent-5.15:5
+ dev-libs/libdbusmenu-lxqt
+ >=dev-qt/qtbase-6.6:6[concurrent]
)
- sysstat? ( >=lxqt-base/libsysstat-0.4.6 )
+ sysstat? ( >=lxqt-base/libsysstat-2.0.0 )
tray? (
x11-libs/libxcb:=
x11-libs/libXcomposite
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-panel/
@ 2024-04-21 20:04 Jimi Huotari
0 siblings, 0 replies; 25+ messages in thread
From: Jimi Huotari @ 2024-04-21 20:04 UTC (permalink / raw
To: gentoo-commits
commit: 23eea9fa0b12683538e2e677a019565d21d680f6
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 17:20:36 2024 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sun Apr 21 19:48:27 2024 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=23eea9fa
lxqt-base/lxqt-panel: add 2.0.0
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
lxqt-base/lxqt-panel/Manifest | 1 +
lxqt-base/lxqt-panel/lxqt-panel-2.0.0.ebuild | 117 +++++++++++++++++++++++++++
2 files changed, 118 insertions(+)
diff --git a/lxqt-base/lxqt-panel/Manifest b/lxqt-base/lxqt-panel/Manifest
new file mode 100644
index 00000000..4e5b5717
--- /dev/null
+++ b/lxqt-base/lxqt-panel/Manifest
@@ -0,0 +1 @@
+DIST lxqt-panel-2.0.0.tar.xz 659368 BLAKE2B 6d21ba65ad0ec99373e834a35a6cd32921c7c80311553219278c695c4231c58dbf0b282f93810750edd937127d4d6b2f1f01d84b20fffcf24a3256502c97733a SHA512 2045848c2840a51cb15f546fa5bbcd63527ebf1335048073fd6bc45959986a3cb73f795c270a82eef4ed62184b193fc4c66926e7902896c4810a425853e135f1
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-2.0.0.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-2.0.0.ebuild
new file mode 100644
index 00000000..07f2ef0e
--- /dev/null
+++ b/lxqt-base/lxqt-panel/lxqt-panel-2.0.0.ebuild
@@ -0,0 +1,117 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="LXQt desktop panel and plugins"
+HOMEPAGE="https://lxqt-project.org/"
+
+MY_PV="$(ver_cut 1-2)"
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+ SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="LGPL-2.1 LGPL-2.1+"
+SLOT="0"
+IUSE="
+ +alsa colorpicker cpuload +desktopswitch +directorymenu dom +kbindicator
+ +mainmenu +mount networkmonitor pulseaudio +quicklaunch lm-sensors +showdesktop
+ +spacer +statusnotifier sysstat +taskbar tray +volume +worldclock
+"
+
+# Work around a missing header issue: https://bugs.gentoo.org/666278
+REQUIRED_USE="
+ || ( desktopswitch mainmenu showdesktop taskbar )
+ volume? ( || ( alsa pulseaudio ) )
+"
+
+BDEPEND="
+ >=dev-qt/qttools-6.6:6[linguist]
+ >=dev-util/lxqt-build-tools-2.0.0
+ virtual/pkgconfig
+"
+DEPEND="
+ >=dev-libs/libqtxdg-4.0.0
+ >=dev-qt/qtbase-6.6:6[dbus,gui,widgets,xml]
+ >=dev-qt/qtsvg-6.6:6
+ kde-frameworks/kwindowsystem:6[X]
+ kde-plasma/layer-shell-qt:6
+ >=lxde-base/menu-cache-1.1.0
+ =lxqt-base/liblxqt-${MY_PV}*:=
+ =lxqt-base/lxqt-globalkeys-${MY_PV}*
+ =lxqt-base/lxqt-menu-data-${MY_PV}*
+ x11-libs/libX11
+ cpuload? ( sys-libs/libstatgrab )
+ kbindicator? ( x11-libs/libxkbcommon )
+ lm-sensors? ( sys-apps/lm-sensors:= )
+ mount? ( kde-frameworks/solid:6 )
+ networkmonitor? ( sys-libs/libstatgrab )
+ statusnotifier? (
+ dev-libs/libdbusmenu-lxqt
+ >=dev-qt/qtbase-6.6:6[concurrent]
+ )
+ sysstat? ( >=lxqt-base/libsysstat-1.0.0 )
+ tray? (
+ x11-libs/libxcb:=
+ x11-libs/libXcomposite
+ x11-libs/libXdamage
+ x11-libs/libXrender
+ x11-libs/libXtst
+ x11-libs/xcb-util
+ x11-libs/xcb-util-image
+ )
+ volume? (
+ alsa? ( media-libs/alsa-lib )
+ pulseaudio? (
+ media-libs/libpulse
+ media-sound/pavucontrol-qt
+ )
+ )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ # Plugins
+ -DCOLORPICKER_PLUGIN=$(usex colorpicker)
+ -DCPULOAD_PLUGIN=$(usex cpuload)
+ -DDESKTOPSWITCH_PLUGIN=$(usex desktopswitch)
+ -DDIRECTORYMENU_PLUGIN=$(usex directorymenu)
+ -DDOM_PLUGIN=$(usex dom)
+ -DKBINDICATOR_PLUGIN=$(usex kbindicator)
+ -DMAINMENU_PLUGIN=$(usex mainmenu)
+ -DMOUNT_PLUGIN=$(usex mount)
+ -DNETWORKMONITOR_PLUGIN=$(usex networkmonitor)
+ -DQUICKLAUNCH_PLUGIN=$(usex quicklaunch)
+ -DSENSORS_PLUGIN=$(usex lm-sensors)
+ -DSHOWDESKTOP_PLUGIN=$(usex showdesktop)
+ -DSPACER_PLUGIN=$(usex spacer)
+ -DSTATUSNOTIFIER_PLUGIN=$(usex statusnotifier)
+ -DSYSSTAT_PLUGIN=$(usex sysstat)
+ -DTASKBAR_PLUGIN=$(usex taskbar)
+ -DTRAY_PLUGIN=$(usex tray)
+ -DVOLUME_PLUGIN=$(usex volume)
+ -DWORLDCLOCK_PLUGIN=$(usex worldclock)
+ )
+
+ if use volume; then
+ mycmakeargs+=(
+ -DVOLUME_USE_ALSA=$(usex alsa)
+ -DVOLUME_USE_PULSEAUDIO=$(usex pulseaudio)
+ )
+ fi
+
+ cmake_src_configure
+}
+
+src_install() {
+ cmake_src_install
+ doman panel/man/*.1
+}
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-panel/
@ 2024-05-08 17:46 Jimi Huotari
0 siblings, 0 replies; 25+ messages in thread
From: Jimi Huotari @ 2024-05-08 17:46 UTC (permalink / raw
To: gentoo-commits
commit: 7fddf66534a19ae77ec6db4046186045b4f0902d
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Wed May 8 17:44:51 2024 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Wed May 8 17:44:51 2024 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=7fddf665
lxqt-base/lxqt-panel: add 2.0.1, drop 2.0.0
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
lxqt-base/lxqt-panel/Manifest | 2 +-
.../lxqt-panel/{lxqt-panel-2.0.0.ebuild => lxqt-panel-2.0.1.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-panel/Manifest b/lxqt-base/lxqt-panel/Manifest
index 4e5b5717..bb7037ac 100644
--- a/lxqt-base/lxqt-panel/Manifest
+++ b/lxqt-base/lxqt-panel/Manifest
@@ -1 +1 @@
-DIST lxqt-panel-2.0.0.tar.xz 659368 BLAKE2B 6d21ba65ad0ec99373e834a35a6cd32921c7c80311553219278c695c4231c58dbf0b282f93810750edd937127d4d6b2f1f01d84b20fffcf24a3256502c97733a SHA512 2045848c2840a51cb15f546fa5bbcd63527ebf1335048073fd6bc45959986a3cb73f795c270a82eef4ed62184b193fc4c66926e7902896c4810a425853e135f1
+DIST lxqt-panel-2.0.1.tar.xz 662616 BLAKE2B d27f99e5ba301ad1d03a8e8e4dad939c4f5ba8e7825fe0ac93d8a3b1649f21bd6614d144322b5355112f44f8b8eebf5f9ed3f8e5b4bac85d27530ba02abe0d31 SHA512 df2cef5f03f65eb20eaf58cf8dc2f390bc4daa67638e301e0df15c82b8332f842d8e1ee9f1f5bc2240a25ce4b2f404aa7aa69a415a41f5cbb17592f8c77a414e
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-2.0.0.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-2.0.1.ebuild
similarity index 100%
rename from lxqt-base/lxqt-panel/lxqt-panel-2.0.0.ebuild
rename to lxqt-base/lxqt-panel/lxqt-panel-2.0.1.ebuild
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-panel/
@ 2024-06-15 14:53 Jimi Huotari
0 siblings, 0 replies; 25+ messages in thread
From: Jimi Huotari @ 2024-06-15 14:53 UTC (permalink / raw
To: gentoo-commits
commit: dd4df935c26378d10cd2951061e48088952cf217
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 15 14:42:07 2024 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sat Jun 15 14:43:51 2024 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=dd4df935
lxqt-base/lxqt-panel: drop 2.0.1
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
lxqt-base/lxqt-panel/Manifest | 1 -
lxqt-base/lxqt-panel/lxqt-panel-2.0.1.ebuild | 117 ---------------------------
2 files changed, 118 deletions(-)
diff --git a/lxqt-base/lxqt-panel/Manifest b/lxqt-base/lxqt-panel/Manifest
deleted file mode 100644
index bb7037ac..00000000
--- a/lxqt-base/lxqt-panel/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lxqt-panel-2.0.1.tar.xz 662616 BLAKE2B d27f99e5ba301ad1d03a8e8e4dad939c4f5ba8e7825fe0ac93d8a3b1649f21bd6614d144322b5355112f44f8b8eebf5f9ed3f8e5b4bac85d27530ba02abe0d31 SHA512 df2cef5f03f65eb20eaf58cf8dc2f390bc4daa67638e301e0df15c82b8332f842d8e1ee9f1f5bc2240a25ce4b2f404aa7aa69a415a41f5cbb17592f8c77a414e
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-2.0.1.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-2.0.1.ebuild
deleted file mode 100644
index 07f2ef0e..00000000
--- a/lxqt-base/lxqt-panel/lxqt-panel-2.0.1.ebuild
+++ /dev/null
@@ -1,117 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="LXQt desktop panel and plugins"
-HOMEPAGE="https://lxqt-project.org/"
-
-MY_PV="$(ver_cut 1-2)"
-
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
-else
- SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64"
-fi
-
-LICENSE="LGPL-2.1 LGPL-2.1+"
-SLOT="0"
-IUSE="
- +alsa colorpicker cpuload +desktopswitch +directorymenu dom +kbindicator
- +mainmenu +mount networkmonitor pulseaudio +quicklaunch lm-sensors +showdesktop
- +spacer +statusnotifier sysstat +taskbar tray +volume +worldclock
-"
-
-# Work around a missing header issue: https://bugs.gentoo.org/666278
-REQUIRED_USE="
- || ( desktopswitch mainmenu showdesktop taskbar )
- volume? ( || ( alsa pulseaudio ) )
-"
-
-BDEPEND="
- >=dev-qt/qttools-6.6:6[linguist]
- >=dev-util/lxqt-build-tools-2.0.0
- virtual/pkgconfig
-"
-DEPEND="
- >=dev-libs/libqtxdg-4.0.0
- >=dev-qt/qtbase-6.6:6[dbus,gui,widgets,xml]
- >=dev-qt/qtsvg-6.6:6
- kde-frameworks/kwindowsystem:6[X]
- kde-plasma/layer-shell-qt:6
- >=lxde-base/menu-cache-1.1.0
- =lxqt-base/liblxqt-${MY_PV}*:=
- =lxqt-base/lxqt-globalkeys-${MY_PV}*
- =lxqt-base/lxqt-menu-data-${MY_PV}*
- x11-libs/libX11
- cpuload? ( sys-libs/libstatgrab )
- kbindicator? ( x11-libs/libxkbcommon )
- lm-sensors? ( sys-apps/lm-sensors:= )
- mount? ( kde-frameworks/solid:6 )
- networkmonitor? ( sys-libs/libstatgrab )
- statusnotifier? (
- dev-libs/libdbusmenu-lxqt
- >=dev-qt/qtbase-6.6:6[concurrent]
- )
- sysstat? ( >=lxqt-base/libsysstat-1.0.0 )
- tray? (
- x11-libs/libxcb:=
- x11-libs/libXcomposite
- x11-libs/libXdamage
- x11-libs/libXrender
- x11-libs/libXtst
- x11-libs/xcb-util
- x11-libs/xcb-util-image
- )
- volume? (
- alsa? ( media-libs/alsa-lib )
- pulseaudio? (
- media-libs/libpulse
- media-sound/pavucontrol-qt
- )
- )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- # Plugins
- -DCOLORPICKER_PLUGIN=$(usex colorpicker)
- -DCPULOAD_PLUGIN=$(usex cpuload)
- -DDESKTOPSWITCH_PLUGIN=$(usex desktopswitch)
- -DDIRECTORYMENU_PLUGIN=$(usex directorymenu)
- -DDOM_PLUGIN=$(usex dom)
- -DKBINDICATOR_PLUGIN=$(usex kbindicator)
- -DMAINMENU_PLUGIN=$(usex mainmenu)
- -DMOUNT_PLUGIN=$(usex mount)
- -DNETWORKMONITOR_PLUGIN=$(usex networkmonitor)
- -DQUICKLAUNCH_PLUGIN=$(usex quicklaunch)
- -DSENSORS_PLUGIN=$(usex lm-sensors)
- -DSHOWDESKTOP_PLUGIN=$(usex showdesktop)
- -DSPACER_PLUGIN=$(usex spacer)
- -DSTATUSNOTIFIER_PLUGIN=$(usex statusnotifier)
- -DSYSSTAT_PLUGIN=$(usex sysstat)
- -DTASKBAR_PLUGIN=$(usex taskbar)
- -DTRAY_PLUGIN=$(usex tray)
- -DVOLUME_PLUGIN=$(usex volume)
- -DWORLDCLOCK_PLUGIN=$(usex worldclock)
- )
-
- if use volume; then
- mycmakeargs+=(
- -DVOLUME_USE_ALSA=$(usex alsa)
- -DVOLUME_USE_PULSEAUDIO=$(usex pulseaudio)
- )
- fi
-
- cmake_src_configure
-}
-
-src_install() {
- cmake_src_install
- doman panel/man/*.1
-}
^ permalink raw reply related [flat|nested] 25+ messages in thread
* [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-panel/
@ 2024-11-06 13:47 Jimi Huotari
0 siblings, 0 replies; 25+ messages in thread
From: Jimi Huotari @ 2024-11-06 13:47 UTC (permalink / raw
To: gentoo-commits
commit: 79419a715eb9db13f4525f599eee521cbb8d63ea
Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 6 13:34:58 2024 +0000
Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Wed Nov 6 13:34:58 2024 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=79419a71
lxqt-base/lxqt-panel: sync keywords and update dependencies
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
index 07f2ef0e..6924bd99 100644
--- a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
+++ b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
fi
LICENSE="LGPL-2.1 LGPL-2.1+"
@@ -34,11 +34,11 @@ REQUIRED_USE="
BDEPEND="
>=dev-qt/qttools-6.6:6[linguist]
- >=dev-util/lxqt-build-tools-2.0.0
+ >=dev-util/lxqt-build-tools-2.1.0
virtual/pkgconfig
"
DEPEND="
- >=dev-libs/libqtxdg-4.0.0
+ >=dev-libs/libqtxdg-4.1.0
>=dev-qt/qtbase-6.6:6[dbus,gui,widgets,xml]
>=dev-qt/qtsvg-6.6:6
kde-frameworks/kwindowsystem:6[X]
@@ -57,7 +57,7 @@ DEPEND="
dev-libs/libdbusmenu-lxqt
>=dev-qt/qtbase-6.6:6[concurrent]
)
- sysstat? ( >=lxqt-base/libsysstat-1.0.0 )
+ sysstat? ( >=lxqt-base/libsysstat-1.1.0 )
tray? (
x11-libs/libxcb:=
x11-libs/libXcomposite
^ permalink raw reply related [flat|nested] 25+ messages in thread
end of thread, other threads:[~2024-11-06 13:48 UTC | newest]
Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-10 14:17 [gentoo-commits] proj/qt:master commit in: lxqt-base/lxqt-panel/ Ben de Groot
-- strict thread matches above, loose matches on Subject: below --
2024-11-06 13:47 Jimi Huotari
2024-06-15 14:53 Jimi Huotari
2024-05-08 17:46 Jimi Huotari
2024-04-21 20:04 Jimi Huotari
2024-03-25 21:12 Jimi Huotari
2023-05-29 13:27 Andreas Sturmlechner
2023-05-14 15:04 Jimi Huotari
2023-05-14 15:04 Jimi Huotari
2023-05-14 15:04 Jimi Huotari
2021-09-22 19:15 Andreas Sturmlechner
2021-09-22 17:41 Andreas Sturmlechner
2021-03-27 10:52 Andreas Sturmlechner
2019-10-19 21:43 Andreas Sturmlechner
2019-03-29 14:24 Jimi Huotari
2019-02-18 20:06 Jimi Huotari
2018-02-03 14:04 Michael Palimaka
2015-11-10 9:17 Davide Pesavento
2015-06-05 16:55 Davide Pesavento
2015-02-20 8:19 Ben de Groot
2015-02-19 4:52 Michael Palimaka
2015-02-10 14:13 Ben de Groot
2014-11-02 21:55 Jauhien Piatlicki
2014-10-29 17:10 Jauhien Piatlicki
2014-10-26 0:10 Jauhien Piatlicki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox