public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: gui-apps/liquidshell/
@ 2021-12-07 11:09 Andreas Sturmlechner
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2021-12-07 11:09 UTC (permalink / raw
  To: gentoo-commits

commit:     d65eb2d9233ef4dd6c6a992e5da08ffacbc82403
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  7 11:08:49 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec  7 11:08:49 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=d65eb2d9

gui-apps/liquidshell: 1.8.0 version bump

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

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

diff --git a/gui-apps/liquidshell/liquidshell-1.7.2.ebuild b/gui-apps/liquidshell/liquidshell-1.8.0.ebuild
similarity index 96%
rename from gui-apps/liquidshell/liquidshell-1.7.2.ebuild
rename to gui-apps/liquidshell/liquidshell-1.8.0.ebuild
index 9befe9f20c..3f21ca3641 100644
--- a/gui-apps/liquidshell/liquidshell-1.7.2.ebuild
+++ b/gui-apps/liquidshell/liquidshell-1.8.0.ebuild
@@ -11,7 +11,7 @@ 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}/${PV}/${P}.tar.xz"
+	SRC_URI="mirror://kde/stable/${PN}/${PV}/${PN}-1.8.tar.xz"
 	KEYWORDS="~amd64"
 fi
 


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

* [gentoo-commits] proj/kde:master commit in: gui-apps/liquidshell/
@ 2021-12-07 11:24 Andreas Sturmlechner
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2021-12-07 11:24 UTC (permalink / raw
  To: gentoo-commits

commit:     0d80b2f448c304608842e701a570a68b75d5a8b6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  7 11:11:18 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec  7 11:11:18 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0d80b2f4

gui-apps/liquidshell: Fix S

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 gui-apps/liquidshell/liquidshell-1.8.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gui-apps/liquidshell/liquidshell-1.8.0.ebuild b/gui-apps/liquidshell/liquidshell-1.8.0.ebuild
index 3f21ca3641..9e1777ba2b 100644
--- a/gui-apps/liquidshell/liquidshell-1.8.0.ebuild
+++ b/gui-apps/liquidshell/liquidshell-1.8.0.ebuild
@@ -12,6 +12,7 @@ HOMEPAGE="https://invent.kde.org/system/liquidshell"
 
 if [[ ${KDE_BUILD_TYPE} == release ]]; then
 	SRC_URI="mirror://kde/stable/${PN}/${PV}/${PN}-1.8.tar.xz"
+	S="${WORKDIR}/${PN}-1.8"
 	KEYWORDS="~amd64"
 fi
 


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

* [gentoo-commits] proj/kde:master commit in: gui-apps/liquidshell/
@ 2022-05-08 13:33 Andreas Sturmlechner
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2022-05-08 13:33 UTC (permalink / raw
  To: gentoo-commits

commit:     9399b13550748caaeb0bfed286a836dbf507ed81
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May  8 12:52:20 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May  8 12:52:20 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=9399b135

gui-apps/liquidshell: Fix dev-qt/qdbus slot dep moved to "0"

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../{liquidshell-1.8.0.ebuild => liquidshell-1.8.0-r1.ebuild}           | 2 +-
 gui-apps/liquidshell/liquidshell-9999.ebuild                            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-apps/liquidshell/liquidshell-1.8.0.ebuild b/gui-apps/liquidshell/liquidshell-1.8.0-r1.ebuild
similarity index 98%
rename from gui-apps/liquidshell/liquidshell-1.8.0.ebuild
rename to gui-apps/liquidshell/liquidshell-1.8.0-r1.ebuild
index 1551c061dd..e1ea784bd3 100644
--- a/gui-apps/liquidshell/liquidshell-1.8.0.ebuild
+++ b/gui-apps/liquidshell/liquidshell-1.8.0-r1.ebuild
@@ -48,7 +48,7 @@ DEPEND="
 	>=kde-frameworks/solid-${KFMIN}:5
 "
 RDEPEND="${DEPEND}
-	>=dev-qt/qdbus-${QTMIN}:5
+	>=dev-qt/qdbus-${QTMIN}:0
 	>=kde-frameworks/kded-${KFMIN}:5
 	sys-apps/dbus
 	x11-themes/hicolor-icon-theme

diff --git a/gui-apps/liquidshell/liquidshell-9999.ebuild b/gui-apps/liquidshell/liquidshell-9999.ebuild
index c6b34e0f8e..14ba7501c8 100644
--- a/gui-apps/liquidshell/liquidshell-9999.ebuild
+++ b/gui-apps/liquidshell/liquidshell-9999.ebuild
@@ -47,7 +47,7 @@ DEPEND="
 	>=kde-frameworks/solid-${KFMIN}:5
 "
 RDEPEND="${DEPEND}
-	>=dev-qt/qdbus-${QTMIN}:5
+	>=dev-qt/qdbus-${QTMIN}:0
 	>=kde-frameworks/kded-${KFMIN}:5
 	sys-apps/dbus
 	x11-themes/hicolor-icon-theme


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

* [gentoo-commits] proj/kde:master commit in: gui-apps/liquidshell/
@ 2022-07-27 17:40 Andreas Sturmlechner
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2022-07-27 17:40 UTC (permalink / raw
  To: gentoo-commits

commit:     d695e92b7813e77c5158f9a9980a30032ceca739
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 27 17:39:59 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jul 27 17:39:59 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=d695e92b

gui-apps/liquidshell: add 1.8.1, drop 1.8.0-r1

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

 .../{liquidshell-1.8.0-r1.ebuild => liquidshell-1.8.1.ebuild}          | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gui-apps/liquidshell/liquidshell-1.8.0-r1.ebuild b/gui-apps/liquidshell/liquidshell-1.8.1.ebuild
similarity index 94%
rename from gui-apps/liquidshell/liquidshell-1.8.0-r1.ebuild
rename to gui-apps/liquidshell/liquidshell-1.8.1.ebuild
index 45dcf40f2e..6c82792ea2 100644
--- a/gui-apps/liquidshell/liquidshell-1.8.0-r1.ebuild
+++ b/gui-apps/liquidshell/liquidshell-1.8.1.ebuild
@@ -11,8 +11,7 @@ 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}/${PV}/${PN}-1.8.tar.xz"
-	S="${WORKDIR}/${PN}-1.8"
+	SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
 	KEYWORDS="~amd64"
 fi
 


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

* [gentoo-commits] proj/kde:master commit in: gui-apps/liquidshell/
@ 2023-08-20 14:34 Andreas Sturmlechner
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2023-08-20 14:34 UTC (permalink / raw
  To: gentoo-commits

commit:     6ca3b8986216b9ef89ffe63175d8bd8a3987b70f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 14:34:05 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 14:34:05 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6ca3b898

gui-apps/liquidshell: drop 1.8.1

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

 gui-apps/liquidshell/liquidshell-1.8.1.ebuild | 61 ---------------------------
 1 file changed, 61 deletions(-)

diff --git a/gui-apps/liquidshell/liquidshell-1.8.1.ebuild b/gui-apps/liquidshell/liquidshell-1.8.1.ebuild
deleted file mode 100644
index 62f6cef938..0000000000
--- a/gui-apps/liquidshell/liquidshell-1.8.1.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}/${PV}/${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
-}


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

* [gentoo-commits] proj/kde:master commit in: gui-apps/liquidshell/
@ 2023-08-20 14:34 Andreas Sturmlechner
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2023-08-20 14:34 UTC (permalink / raw
  To: gentoo-commits

commit:     610d2368c5f7ef8095a63cbb3a40de137b2bf6a1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 14:33:53 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 14:33:53 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=610d2368

gui-apps/liquidshell: add 1.9.0

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

 gui-apps/liquidshell/liquidshell-1.9.0.ebuild | 61 +++++++++++++++++++++++++++
 1 file changed, 61 insertions(+)

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 0000000000..7c23928182
--- /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
+}


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

* [gentoo-commits] proj/kde:master commit in: gui-apps/liquidshell/
@ 2023-08-20 16:35 Andreas Sturmlechner
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2023-08-20 16:35 UTC (permalink / raw
  To: gentoo-commits

commit:     4b0a730aa2b6c93b3c13727871ea35be5bbb4e93
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 16:34:06 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 16:35:32 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=4b0a730a

gui-apps/liquidshell: drop 1.9.0, moved to ::gentoo

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

 gui-apps/liquidshell/liquidshell-1.9.0.ebuild | 61 ---------------------------
 1 file changed, 61 deletions(-)

diff --git a/gui-apps/liquidshell/liquidshell-1.9.0.ebuild b/gui-apps/liquidshell/liquidshell-1.9.0.ebuild
deleted file mode 100644
index 7c23928182..0000000000
--- a/gui-apps/liquidshell/liquidshell-1.9.0.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[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] 10+ messages in thread

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

commit:     a230d0acddcf6202629d293274143c38d5011cac
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:24:36 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=a230d0ac

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>

 gui-apps/liquidshell/liquidshell-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/liquidshell/liquidshell-9999.ebuild b/gui-apps/liquidshell/liquidshell-9999.ebuild
index 62f6cef938..0b3d467659 100644
--- a/gui-apps/liquidshell/liquidshell-9999.ebuild
+++ b/gui-apps/liquidshell/liquidshell-9999.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] 10+ messages in thread

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

commit:     0c2e27bed4020b04c0f4a0e7a4c77a32b26418fa
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  7 17:24:02 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct  7 17:25:37 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0c2e27be

gui-apps/liquidshell: Port to KF6

Upstream commits:
64b804d676a6e56455aaa20c1c64e0498d0e0f75
fc3fd5320cfa9291c356d2a40e818096ff0404a9

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

 gui-apps/liquidshell/liquidshell-9999.ebuild | 56 +++++++++++++---------------
 1 file changed, 26 insertions(+), 30 deletions(-)

diff --git a/gui-apps/liquidshell/liquidshell-9999.ebuild b/gui-apps/liquidshell/liquidshell-9999.ebuild
index 9d49ee1bf1..790bdac63a 100644
--- a/gui-apps/liquidshell/liquidshell-9999.ebuild
+++ b/gui-apps/liquidshell/liquidshell-9999.ebuild
@@ -3,8 +3,8 @@
 
 EAPI=8
 
-KFMIN=5.115.0
-QTMIN=5.15.12
+KFMIN=6.5.0
+QTMIN=6.7.2
 inherit ecm kde.org
 
 DESCRIPTION="Basic desktop shell using QtWidgets"
@@ -20,42 +20,38 @@ 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
+	>=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/qdbus-${QTMIN}:0
-	>=kde-frameworks/kded-${KFMIN}:5
+	>=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_packagekitqt5=ON
+		-DCMAKE_DISABLE_FIND_PACKAGE_packagekitqt6=ON
 	)
 	ecm_src_configure
 }


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

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

commit:     00bd8ee0afd9967b2e999949fe57e86df770d7ed
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  7 17:32:20 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct  7 17:32:20 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=00bd8ee0

gui-apps/liquidshell: Drop := slot op from dev-qt/qtbase:6

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

 gui-apps/liquidshell/liquidshell-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui-apps/liquidshell/liquidshell-9999.ebuild b/gui-apps/liquidshell/liquidshell-9999.ebuild
index 790bdac63a..1bf537cf28 100644
--- a/gui-apps/liquidshell/liquidshell-9999.ebuild
+++ b/gui-apps/liquidshell/liquidshell-9999.ebuild
@@ -11,7 +11,7 @@ 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}/${PV}/${P}.tar.xz"
+	SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
 	KEYWORDS="~amd64"
 fi
 
@@ -20,7 +20,7 @@ SLOT="0"
 IUSE=""
 
 DEPEND="
-	>=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,network,widgets]
+	>=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


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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-07 17:25 [gentoo-commits] proj/kde:master commit in: gui-apps/liquidshell/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-10-07 17:32 Andreas Sturmlechner
2023-08-21 18:24 Andreas Sturmlechner
2023-08-20 16:35 Andreas Sturmlechner
2023-08-20 14:34 Andreas Sturmlechner
2023-08-20 14:34 Andreas Sturmlechner
2022-07-27 17:40 Andreas Sturmlechner
2022-05-08 13:33 Andreas Sturmlechner
2021-12-07 11:24 Andreas Sturmlechner
2021-12-07 11:09 Andreas Sturmlechner

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