commit: c609eead34fd43d4767c7747e6efbc003082fb4e Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Jan 3 21:33:44 2026 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Jan 3 21:35:12 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c609eead
gui-apps/liquidshell: add 1.10.1 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> gui-apps/liquidshell/Manifest | 1 + gui-apps/liquidshell/liquidshell-1.10.1.ebuild | 60 ++++++++++++++++++++++++++ 2 files changed, 61 insertions(+) diff --git a/gui-apps/liquidshell/Manifest b/gui-apps/liquidshell/Manifest index b32bea5866c1..dacf37260600 100644 --- a/gui-apps/liquidshell/Manifest +++ b/gui-apps/liquidshell/Manifest @@ -1 +1,2 @@ DIST liquidshell-1.10.0.tar.xz 186356 BLAKE2B dd1feab05c7cb007bf9ff775057566e69f1268be0cbc4675ad33f299a6c51ed7150a7dc1f986d5c871f27b8c106688d55abf743ff05493c02ef5bd1ed8db77d5 SHA512 7add22e5c26a3610badca6464aef42cc48ce42423b5afb7db7852b0a3c4410be154352dbf72aa1a8ebf13f0f6c736491d1842740fc9fc9ba58afb18f9e1525f3 +DIST liquidshell-1.10.1.tar.xz 199892 BLAKE2B 10aca6640882e6f5ed898f95273b3c5d83f2dd1276627b9bfdd6a9d44a64d0d0baf8fd8918a312b20eccc154030ca4bbe325e9e1a6cdaf320aa6191c28a0b165 SHA512 b877a622c276bc2c1204b2637cc3795890c63fa3229e886641f3f559a84e4cdc1ff8fac5c0582a0fac703da3365b477d3dc5f9b75ecd96db7cf942d7ca8e0ff2 diff --git a/gui-apps/liquidshell/liquidshell-1.10.1.ebuild b/gui-apps/liquidshell/liquidshell-1.10.1.ebuild new file mode 100644 index 000000000000..cd0367386f26 --- /dev/null +++ b/gui-apps/liquidshell/liquidshell-1.10.1.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KFMIN=6.16.0 +QTMIN=6.7.2 +inherit ecm kde.org xdg + +DESCRIPTION="Basic desktop shell using QtWidgets" +HOMEPAGE="https://invent.kde.org/system/liquidshell" + +if [[ ${KDE_BUILD_TYPE} == release ]]; then + SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" + KEYWORDS="~amd64" +fi + +LICENSE="GPL-3+" +SLOT="0" +IUSE="" + +COMMON_DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets] + >=kde-frameworks/bluez-qt-${KFMIN}:6 + >=kde-frameworks/karchive-${KFMIN}:6 + >=kde-frameworks/kcmutils-${KFMIN}:6 + >=kde-frameworks/kconfig-${KFMIN}:6 + >=kde-frameworks/kconfigwidgets-${KFMIN}:6 + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/kcrash-${KFMIN}:6 + >=kde-frameworks/kdbusaddons-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kiconthemes-${KFMIN}:6 + >=kde-frameworks/kio-${KFMIN}:6 + >=kde-frameworks/kitemviews-${KFMIN}:6 + >=kde-frameworks/knewstuff-${KFMIN}:6 + >=kde-frameworks/knotifications-${KFMIN}:6 + >=kde-frameworks/kservice-${KFMIN}:6 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 + >=kde-frameworks/kwindowsystem-${KFMIN}:6 + >=kde-frameworks/kxmlgui-${KFMIN}:6 + >=kde-frameworks/networkmanager-qt-${KFMIN}:6 + >=kde-frameworks/solid-${KFMIN}:6 +" +DEPEND="${COMMON_DEPEND} + >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6 +" +RDEPEND="${COMMON_DEPEND} + >=dev-qt/qttools-${QTMIN}:6[qdbus] + >=kde-frameworks/kded-${KFMIN}:6 + sys-apps/dbus + x11-themes/hicolor-icon-theme +" + +src_configure() { + local mycmakeargs=( + -DCMAKE_DISABLE_FIND_PACKAGE_packagekitqt6=ON + ) + ecm_src_configure +}
