commit:     bf254d466da440ef9cb00ac6be3ea6ed763c9caf
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  7 17:27:53 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct  7 17:31:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf254d46

gui-apps/liquidshell: add 1.10.0

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 gui-apps/liquidshell/Manifest                  |  1 +
 gui-apps/liquidshell/liquidshell-1.10.0.ebuild | 57 ++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

diff --git a/gui-apps/liquidshell/Manifest b/gui-apps/liquidshell/Manifest
index cd9801310b9f..92cbb6fcf36b 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.9.0.tar.xz 183752 BLAKE2B 
8af685c9e1f555369381ebd269b3a39f47644ac0f0cf58fb80fad487142f0e13e62d6ccb651f6bc794ad09c24d80beeb24d89ff3b2761353a51739746b1d6a81
 SHA512 
a6ebc04f5df5e8e0b75b7c39d66604b7be497e933accc05891450035212fdefee40a38af31a513f66c950c26cc59c0f6143f20fb50346693c1d34c33d73a8939

diff --git a/gui-apps/liquidshell/liquidshell-1.10.0.ebuild 
b/gui-apps/liquidshell/liquidshell-1.10.0.ebuild
new file mode 100644
index 000000000000..1bf537cf28f7
--- /dev/null
+++ b/gui-apps/liquidshell/liquidshell-1.10.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=6.5.0
+QTMIN=6.7.2
+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/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
+"
+RDEPEND="${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
+}

Reply via email to