From c947eb46c1586eb92bb9500afa821323bef1f053 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 20 Aug 2023 18:32:02 +0200 Subject: gui-apps/liquidshell: new package, add 1.9.0 Signed-off-by: Andreas Sturmlechner --- gui-apps/liquidshell/Manifest | 1 + gui-apps/liquidshell/liquidshell-1.9.0.ebuild | 61 +++++++++++++++++++++++++++ gui-apps/liquidshell/metadata.xml | 11 +++++ 3 files changed, 73 insertions(+) create mode 100644 gui-apps/liquidshell/Manifest create mode 100644 gui-apps/liquidshell/liquidshell-1.9.0.ebuild create mode 100644 gui-apps/liquidshell/metadata.xml (limited to 'gui-apps') diff --git a/gui-apps/liquidshell/Manifest b/gui-apps/liquidshell/Manifest new file mode 100644 index 000000000000..cd9801310b9f --- /dev/null +++ b/gui-apps/liquidshell/Manifest @@ -0,0 +1 @@ +DIST liquidshell-1.9.0.tar.xz 183752 BLAKE2B 8af685c9e1f555369381ebd269b3a39f47644ac0f0cf58fb80fad487142f0e13e62d6ccb651f6bc794ad09c24d80beeb24d89ff3b2761353a51739746b1d6a81 SHA512 a6ebc04f5df5e8e0b75b7c39d66604b7be497e933accc05891450035212fdefee40a38af31a513f66c950c26cc59c0f6143f20fb50346693c1d34c33d73a8939 diff --git a/gui-apps/liquidshell/liquidshell-1.9.0.ebuild b/gui-apps/liquidshell/liquidshell-1.9.0.ebuild new file mode 100644 index 000000000000..7c23928182ab --- /dev/null +++ b/gui-apps/liquidshell/liquidshell-1.9.0.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KFMIN=5.106.0 +QTMIN=5.15.9 +inherit ecm kde.org + +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="" + +DEPEND=" + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5[jpeg] + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=dev-qt/qtx11extras-${QTMIN}:5 + >=kde-frameworks/bluez-qt-${KFMIN}:5 + >=kde-frameworks/karchive-${KFMIN}:5 + >=kde-frameworks/kcmutils-${KFMIN}:5 + >=kde-frameworks/kconfig-${KFMIN}:5 + >=kde-frameworks/kconfigwidgets-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kcrash-${KFMIN}:5 + >=kde-frameworks/kdbusaddons-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kiconthemes-${KFMIN}:5 + >=kde-frameworks/kio-${KFMIN}:5 + >=kde-frameworks/kitemviews-${KFMIN}:5 + >=kde-frameworks/knewstuff-${KFMIN}:5 + >=kde-frameworks/knotifications-${KFMIN}:5 + >=kde-frameworks/kservice-${KFMIN}:5 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 + >=kde-frameworks/kwindowsystem-${KFMIN}:5 + >=kde-frameworks/kxmlgui-${KFMIN}:5 + >=kde-frameworks/networkmanager-qt-${KFMIN}:5 + >=kde-frameworks/solid-${KFMIN}:5 +" +RDEPEND="${DEPEND} + >=dev-qt/qdbus-${QTMIN}:0 + >=kde-frameworks/kded-${KFMIN}:5 + sys-apps/dbus + x11-themes/hicolor-icon-theme +" + +src_configure() { + local mycmakeargs=( + -DCMAKE_DISABLE_FIND_PACKAGE_packagekitqt5=ON + ) + ecm_src_configure +} diff --git a/gui-apps/liquidshell/metadata.xml b/gui-apps/liquidshell/metadata.xml new file mode 100644 index 000000000000..d925f2439758 --- /dev/null +++ b/gui-apps/liquidshell/metadata.xml @@ -0,0 +1,11 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + + + https://bugs.kde.org/ + + -- cgit v1.2.3-65-gdbad