public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-plasma/flatpak-kcm/
@ 2023-03-05 23:12 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2023-03-05 23:12 UTC (permalink / raw
  To: gentoo-commits

commit:     bdac89c2548fbfe306abed65a1d06c5295708b36
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  5 23:08:47 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar  5 23:09:05 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=bdac89c2

kde-plasma/flatpak-kcm: new package, add 5.27.49.9999

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

 .../flatpak-kcm/flatpak-kcm-5.27.49.9999.ebuild    | 34 ++++++++++++++++++++++
 kde-plasma/flatpak-kcm/metadata.xml                | 11 +++++++
 2 files changed, 45 insertions(+)

diff --git a/kde-plasma/flatpak-kcm/flatpak-kcm-5.27.49.9999.ebuild b/kde-plasma/flatpak-kcm/flatpak-kcm-5.27.49.9999.ebuild
new file mode 100644
index 0000000000..3b8304698a
--- /dev/null
+++ b/kde-plasma/flatpak-kcm/flatpak-kcm-5.27.49.9999.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.102.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.7
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Flatpak Permissions Management KCM"
+HOMEPAGE="https://invent.kde.org/plasma/flatpak-kcm"
+
+LICENSE="GPL-2 LGPL-2.1+"
+SLOT="5"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+	dev-libs/glib:2
+	>=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtsvg-${QTMIN}:5
+	>=kde-frameworks/kcmutils-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=sys-apps/flatpak-0.11.8
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+"

diff --git a/kde-plasma/flatpak-kcm/metadata.xml b/kde-plasma/flatpak-kcm/metadata.xml
new file mode 100644
index 0000000000..d925f24397
--- /dev/null
+++ b/kde-plasma/flatpak-kcm/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] 6+ messages in thread

* [gentoo-commits] proj/kde:master commit in: kde-plasma/flatpak-kcm/
@ 2023-03-07 19:32 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2023-03-07 19:32 UTC (permalink / raw
  To: gentoo-commits

commit:     e5166c6d8306027e548523d50796b5cdcff5cc7c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  7 19:25:35 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Mar  7 19:25:41 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=e5166c6d

kde-plasma/flatpak-kcm: add 9999

Just to satisfy the revdeps, even if it does not work right now.

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

 kde-plasma/flatpak-kcm/flatpak-kcm-9999.ebuild | 34 ++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/kde-plasma/flatpak-kcm/flatpak-kcm-9999.ebuild b/kde-plasma/flatpak-kcm/flatpak-kcm-9999.ebuild
new file mode 100644
index 0000000000..3b8304698a
--- /dev/null
+++ b/kde-plasma/flatpak-kcm/flatpak-kcm-9999.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.102.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.7
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Flatpak Permissions Management KCM"
+HOMEPAGE="https://invent.kde.org/plasma/flatpak-kcm"
+
+LICENSE="GPL-2 LGPL-2.1+"
+SLOT="5"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+	dev-libs/glib:2
+	>=dev-qt/qtdeclarative-${QTMIN}:5[widgets]
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtsvg-${QTMIN}:5
+	>=kde-frameworks/kcmutils-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=sys-apps/flatpak-0.11.8
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+	>=kde-frameworks/kirigami-${KFMIN}:5
+"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/flatpak-kcm/
@ 2023-12-16 12:34 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2023-12-16 12:34 UTC (permalink / raw
  To: gentoo-commits

commit:     33d63b8c4f8b58b880411215e8524e1eef015e16
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 12:30:39 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 12:32:54 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=33d63b8c

kde-plasma/flatpak-kcm: Add missing BDEPEND

Upstream commit 69089f765ca2b4b7b05c164715c9d86aa38c1cea

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

 kde-plasma/flatpak-kcm/flatpak-kcm-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-plasma/flatpak-kcm/flatpak-kcm-9999.ebuild b/kde-plasma/flatpak-kcm/flatpak-kcm-9999.ebuild
index 04a1adddfd..168aaeac28 100644
--- a/kde-plasma/flatpak-kcm/flatpak-kcm-9999.ebuild
+++ b/kde-plasma/flatpak-kcm/flatpak-kcm-9999.ebuild
@@ -32,3 +32,4 @@ DEPEND="
 RDEPEND="${DEPEND}
 	>=kde-frameworks/kirigami-${KFMIN}:6
 "
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/flatpak-kcm/
@ 2023-12-16 12:34 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2023-12-16 12:34 UTC (permalink / raw
  To: gentoo-commits

commit:     994eae2ceae79128330d2945afdb48901a75abd0
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 12:29:05 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 12:32:54 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=994eae2c

kde-plasma/flatpak-kcm: add kde-invent upstream metadata

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

 kde-plasma/flatpak-kcm/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-plasma/flatpak-kcm/metadata.xml b/kde-plasma/flatpak-kcm/metadata.xml
index d925f24397..31f896cd3c 100644
--- a/kde-plasma/flatpak-kcm/metadata.xml
+++ b/kde-plasma/flatpak-kcm/metadata.xml
@@ -7,5 +7,6 @@
 	</maintainer>
 	<upstream>
 		<bugs-to>https://bugs.kde.org/</bugs-to>
+		<remote-id type="kde-invent">plasma/flatpak-kcm</remote-id>
 	</upstream>
 </pkgmetadata>


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/flatpak-kcm/
@ 2023-12-16 12:34 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2023-12-16 12:34 UTC (permalink / raw
  To: gentoo-commits

commit:     325c7c64f4add87820d948fa40929ad1ab95fa83
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 12:28:40 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 12:32:42 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=325c7c64

kde-plasma/flatpak-kcm: Update dependencies

Upstream commits:
baec198c65efdeb38c1a88ea560900b42f42df5b
18c353120fc3c32b3aaeb4c7ac565921640f124c

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

 kde-plasma/flatpak-kcm/flatpak-kcm-5.27.49.9999.ebuild | 1 +
 kde-plasma/flatpak-kcm/flatpak-kcm-9999.ebuild         | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/kde-plasma/flatpak-kcm/flatpak-kcm-5.27.49.9999.ebuild b/kde-plasma/flatpak-kcm/flatpak-kcm-5.27.49.9999.ebuild
index 40b418eee5..3f1a87759c 100644
--- a/kde-plasma/flatpak-kcm/flatpak-kcm-5.27.49.9999.ebuild
+++ b/kde-plasma/flatpak-kcm/flatpak-kcm-5.27.49.9999.ebuild
@@ -26,6 +26,7 @@ DEPEND="
 	>=kde-frameworks/kcoreaddons-${KFMIN}:5
 	>=kde-frameworks/kdeclarative-${KFMIN}:5
 	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kitemmodels-${KFMIN}:6[qml]
 	>=sys-apps/flatpak-0.11.8
 "
 RDEPEND="${DEPEND}

diff --git a/kde-plasma/flatpak-kcm/flatpak-kcm-9999.ebuild b/kde-plasma/flatpak-kcm/flatpak-kcm-9999.ebuild
index a8ccf0cee6..04a1adddfd 100644
--- a/kde-plasma/flatpak-kcm/flatpak-kcm-9999.ebuild
+++ b/kde-plasma/flatpak-kcm/flatpak-kcm-9999.ebuild
@@ -18,7 +18,7 @@ IUSE=""
 
 DEPEND="
 	dev-libs/glib:2
-	>=dev-qt/qtbase-${QTMIN}:6[dbus]
+	>=dev-qt/qtbase-${QTMIN}:6
 	>=dev-qt/qtdeclarative-${QTMIN}:6[widgets]
 	>=dev-qt/qtsvg-${QTMIN}:6
 	>=kde-frameworks/kcmutils-${KFMIN}:6
@@ -26,6 +26,7 @@ DEPEND="
 	>=kde-frameworks/kcoreaddons-${KFMIN}:6
 	>=kde-frameworks/kdeclarative-${KFMIN}:6
 	>=kde-frameworks/ki18n-${KFMIN}:6
+	>=kde-frameworks/kitemmodels-${KFMIN}:6[qml]
 	>=sys-apps/flatpak-0.11.8
 "
 RDEPEND="${DEPEND}


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

* [gentoo-commits] proj/kde:master commit in: kde-plasma/flatpak-kcm/
@ 2024-01-04 12:55 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2024-01-04 12:55 UTC (permalink / raw
  To: gentoo-commits

commit:     31ffc39dad141371d6800ebe7d6897bad06a2fd2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  4 12:55:05 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan  4 12:55:05 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=31ffc39d

kde-plasma/flatpak-kcm: Fix kde-frameworks/kitemmodels slot dep

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

 kde-plasma/flatpak-kcm/flatpak-kcm-5.27.49.9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/flatpak-kcm/flatpak-kcm-5.27.49.9999.ebuild b/kde-plasma/flatpak-kcm/flatpak-kcm-5.27.49.9999.ebuild
index dfbcb3bd9f..635c07250a 100644
--- a/kde-plasma/flatpak-kcm/flatpak-kcm-5.27.49.9999.ebuild
+++ b/kde-plasma/flatpak-kcm/flatpak-kcm-5.27.49.9999.ebuild
@@ -26,7 +26,7 @@ DEPEND="
 	>=kde-frameworks/kcoreaddons-${KFMIN}:5
 	>=kde-frameworks/kdeclarative-${KFMIN}:5
 	>=kde-frameworks/ki18n-${KFMIN}:5
-	>=kde-frameworks/kitemmodels-${KFMIN}:6
+	>=kde-frameworks/kitemmodels-${KFMIN}:5
 	>=sys-apps/flatpak-0.11.8
 "
 RDEPEND="${DEPEND}


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

end of thread, other threads:[~2024-01-04 12:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-07 19:32 [gentoo-commits] proj/kde:master commit in: kde-plasma/flatpak-kcm/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-01-04 12:55 Andreas Sturmlechner
2023-12-16 12:34 Andreas Sturmlechner
2023-12-16 12:34 Andreas Sturmlechner
2023-12-16 12:34 Andreas Sturmlechner
2023-03-05 23:12 Andreas Sturmlechner

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