commit:     611231746b96f5f94d2e7aef72980fbbc94c6d9c
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 21 08:27:32 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sat Dec  7 14:02:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61123174

lxqt-base/lxqt-panel: drop 1.4.0 de-stabilising x86

Stabilising 'x86' was dropped due to dependencies.

Likewise, dropping 'arm' and 'loong' due dependencies.

Bug: https://bugs.gentoo.org/938702
Bug: https://bugs.gentoo.org/941392

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 lxqt-base/lxqt-panel/Manifest                |   1 -
 lxqt-base/lxqt-panel/lxqt-panel-1.4.0.ebuild | 117 ---------------------------
 2 files changed, 118 deletions(-)

diff --git a/lxqt-base/lxqt-panel/Manifest b/lxqt-base/lxqt-panel/Manifest
index a46d19ee352c..16039ce7527c 100644
--- a/lxqt-base/lxqt-panel/Manifest
+++ b/lxqt-base/lxqt-panel/Manifest
@@ -1,3 +1,2 @@
-DIST lxqt-panel-1.4.0.tar.xz 612012 BLAKE2B 
4ab12d5aa005269374044de9e2ca027ea72491f6079544bfd35fad7fd59f8e465fca4ff8e0e7274caf2bb272a8d7c6f36d34d74c27551a0ac799e112bb88ce99
 SHA512 
87d5c89cfc4f5253dbb4048da89a531a99f664fd424eebb535a688934bdb63856edf07276a5ccba826a4658228801ed4cc036aea6664e67c57599990d7e4b997
 DIST lxqt-panel-2.0.1.tar.xz 662616 BLAKE2B 
d27f99e5ba301ad1d03a8e8e4dad939c4f5ba8e7825fe0ac93d8a3b1649f21bd6614d144322b5355112f44f8b8eebf5f9ed3f8e5b4bac85d27530ba02abe0d31
 SHA512 
df2cef5f03f65eb20eaf58cf8dc2f390bc4daa67638e301e0df15c82b8332f842d8e1ee9f1f5bc2240a25ce4b2f404aa7aa69a415a41f5cbb17592f8c77a414e
 DIST lxqt-panel-2.1.1.tar.xz 694312 BLAKE2B 
e4f6a85bc8ac6bffa6cd3320ab9f27657d3ef815c8ea610124ea060e474fd540042659990c42a8454194a89e4aa5feb8a6e81ad8428db806406dcfba8b64a2af
 SHA512 
dbc8700fef3f034bcca7a2310d470c0db054eafe4a0e30ec7d0d9a0e97740c03d1bd85e98859c2e180e51221dc9cb7bda3ac845d5a7ff50b7b3082e1c83522f7

diff --git a/lxqt-base/lxqt-panel/lxqt-panel-1.4.0.ebuild 
b/lxqt-base/lxqt-panel/lxqt-panel-1.4.0.ebuild
deleted file mode 100644
index 04e458c1966c..000000000000
--- a/lxqt-base/lxqt-panel/lxqt-panel-1.4.0.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 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-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/linguist-tools-5.15:5
-       >=dev-util/lxqt-build-tools-0.13.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]
-       >=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:5 )
-       networkmonitor? ( sys-libs/libstatgrab )
-       statusnotifier? (
-               dev-libs/libdbusmenu-qt[qt5(+)]
-               >=dev-qt/qtconcurrent-5.15:5
-       )
-       sysstat? ( >=lxqt-base/libsysstat-0.4.6 )
-       tray? (
-               x11-libs/libxcb:=
-               x11-libs/libXcomposite
-               x11-libs/libXdamage
-               x11-libs/libXrender
-               x11-libs/xcb-util
-       )
-       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
-}

Reply via email to