public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: gui-apps/liquidshell/
@ 2023-08-20 16:33 Andreas Sturmlechner
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2023-08-20 16:33 UTC (permalink / raw
  To: gentoo-commits

commit:     c947eb46c1586eb92bb9500afa821323bef1f053
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 16:32:02 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 16:33:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c947eb46

gui-apps/liquidshell: new package, add 1.9.0

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

 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(+)

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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>kde@gentoo.org</email>
+		<name>Gentoo KDE Project</name>
+	</maintainer>
+	<upstream>
+		<bugs-to>https://bugs.kde.org/</bugs-to>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gui-apps/liquidshell/
@ 2023-08-21 18:22 Andreas Sturmlechner
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2023-08-21 18:22 UTC (permalink / raw
  To: gentoo-commits

commit:     40c799a609bfa1ce3a158811432d2103bebf480d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 21 18:20:56 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 21 18:22:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40c799a6

gui-apps/liquidshell: Add missing dev-qt/qtgui[dbus] USE-dep

Closes: https://bugs.gentoo.org/912700
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../{liquidshell-1.9.0.ebuild => liquidshell-1.9.0-r1.ebuild}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/liquidshell/liquidshell-1.9.0.ebuild b/gui-apps/liquidshell/liquidshell-1.9.0-r1.ebuild
similarity index 97%
rename from gui-apps/liquidshell/liquidshell-1.9.0.ebuild
rename to gui-apps/liquidshell/liquidshell-1.9.0-r1.ebuild
index 7c23928182ab..6671aef8051d 100644
--- a/gui-apps/liquidshell/liquidshell-1.9.0.ebuild
+++ b/gui-apps/liquidshell/liquidshell-1.9.0-r1.ebuild
@@ -21,7 +21,7 @@ IUSE=""
 
 DEPEND="
 	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtgui-${QTMIN}:5[jpeg]
+	>=dev-qt/qtgui-${QTMIN}:5[dbus,jpeg]
 	>=dev-qt/qtnetwork-${QTMIN}:5
 	>=dev-qt/qtwidgets-${QTMIN}:5
 	>=dev-qt/qtx11extras-${QTMIN}:5


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gui-apps/liquidshell/
@ 2024-10-07 17:32 Andreas Sturmlechner
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2024-10-07 17:32 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: gui-apps/liquidshell/
@ 2024-10-07 19:12 Andreas Sturmlechner
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2024-10-07 19:12 UTC (permalink / raw
  To: gentoo-commits

commit:     0fe1212c434a3754215b026c4d8663f46135dd0a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  7 17:34:32 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct  7 19:11:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fe1212c

gui-apps/liquidshell: drop 1.9.0-r1

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

 gui-apps/liquidshell/Manifest                    |  1 -
 gui-apps/liquidshell/liquidshell-1.9.0-r1.ebuild | 61 ------------------------
 2 files changed, 62 deletions(-)

diff --git a/gui-apps/liquidshell/Manifest b/gui-apps/liquidshell/Manifest
index 92cbb6fcf36b..b32bea5866c1 100644
--- a/gui-apps/liquidshell/Manifest
+++ b/gui-apps/liquidshell/Manifest
@@ -1,2 +1 @@
 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.9.0-r1.ebuild b/gui-apps/liquidshell/liquidshell-1.9.0-r1.ebuild
deleted file mode 100644
index 6671aef8051d..000000000000
--- a/gui-apps/liquidshell/liquidshell-1.9.0-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# 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[dbus,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
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-10-07 19:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-07 17:32 [gentoo-commits] repo/gentoo:master commit in: gui-apps/liquidshell/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-10-07 19:12 Andreas Sturmlechner
2023-08-21 18:22 Andreas Sturmlechner
2023-08-20 16:33 Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox