public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2023-11-05 23:10 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2023-11-05 23:10 UTC (permalink / raw
  To: gentoo-commits

commit:     68faf562278e8f863f4ed527d7a09e162da38e9f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  5 21:18:02 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov  5 22:36:46 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=68faf562

kde-frameworks/qqc2-desktop-style: 5.112.0 version bump

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

 .../qqc2-desktop-style-5.112.0.ebuild              | 31 ++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.112.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.112.0.ebuild
new file mode 100644
index 0000000000..78cf90702e
--- /dev/null
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.112.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.9
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
+
+LICENSE="|| ( GPL-2+ LGPL-3+ )"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:5=
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
+	=kde-frameworks/kconfigwidgets-${PVCUT}*:5
+	=kde-frameworks/kiconthemes-${PVCUT}*:5
+	=kde-frameworks/kirigami-${PVCUT}*:5
+	=kde-frameworks/sonnet-${PVCUT}*:5[qml]
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2024-10-04 22:21 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2024-10-04 22:21 UTC (permalink / raw
  To: gentoo-commits

commit:     87be0f7245ccc8b1b82be72dbb14cb50cc1d8d89
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  4 21:39:05 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Oct  4 22:00:54 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=87be0f72

kde-frameworks/qqc2-desktop-style: 6.7.0 version bump

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

 .../qqc2-desktop-style-6.7.0.ebuild                | 36 ++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.7.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.7.0.ebuild
new file mode 100644
index 0000000000..052306a8ad
--- /dev/null
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.7.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=6.6.2
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
+
+LICENSE="|| ( GPL-2+ LGPL-3+ )"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# Qt_6_PRIVATE_API matches org.kde.desktop.so, see also:
+# https://invent.kde.org/frameworks/qqc2-desktop-style/-/merge_requests/379
+DEPEND="
+	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+	>=dev-qt/qtdeclarative-${QTMIN}:6=
+	=kde-frameworks/kcolorscheme-${PVCUT}*:6
+	=kde-frameworks/kconfig-${PVCUT}*:6
+	=kde-frameworks/kiconthemes-${PVCUT}*:6
+	=kde-frameworks/kirigami-${PVCUT}*:6
+	=kde-frameworks/sonnet-${PVCUT}*:6[qml]
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qt5compat-${QTMIN}:6
+"
+BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"
+
+CMAKE_SKIP_TESTS=(
+	# bug 926509
+	animationspeedmodifiertest
+)


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2024-09-14  3:24 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2024-09-14  3:24 UTC (permalink / raw
  To: gentoo-commits

commit:     6f8b944fbb156fc58b6b458ab8567f779f4af50f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 13 17:59:57 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Sep 13 17:59:57 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6f8b944f

kde-frameworks/qqc2-desktop-style: drop 6.6.0

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

 .../qqc2-desktop-style-6.6.0.ebuild                | 36 ----------------------
 1 file changed, 36 deletions(-)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.6.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.6.0.ebuild
deleted file mode 100644
index 052306a8ad..0000000000
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.6.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.2
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
-
-LICENSE="|| ( GPL-2+ LGPL-3+ )"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# Qt_6_PRIVATE_API matches org.kde.desktop.so, see also:
-# https://invent.kde.org/frameworks/qqc2-desktop-style/-/merge_requests/379
-DEPEND="
-	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
-	>=dev-qt/qtdeclarative-${QTMIN}:6=
-	=kde-frameworks/kcolorscheme-${PVCUT}*:6
-	=kde-frameworks/kconfig-${PVCUT}*:6
-	=kde-frameworks/kiconthemes-${PVCUT}*:6
-	=kde-frameworks/kirigami-${PVCUT}*:6
-	=kde-frameworks/sonnet-${PVCUT}*:6[qml]
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qt5compat-${QTMIN}:6
-"
-BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"
-
-CMAKE_SKIP_TESTS=(
-	# bug 926509
-	animationspeedmodifiertest
-)


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2024-09-07  9:44 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2024-09-07  9:44 UTC (permalink / raw
  To: gentoo-commits

commit:     581164a2d1347eb18fb2b97945d41fdd9bfc264e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  7 08:52:15 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep  7 09:42:08 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=581164a2

kde-frameworks/qqc2-desktop-style: 6.6.0 version bump

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

 .../qqc2-desktop-style-6.6.0.ebuild                | 36 ++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.6.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.6.0.ebuild
new file mode 100644
index 0000000000..052306a8ad
--- /dev/null
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.6.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=6.6.2
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
+
+LICENSE="|| ( GPL-2+ LGPL-3+ )"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# Qt_6_PRIVATE_API matches org.kde.desktop.so, see also:
+# https://invent.kde.org/frameworks/qqc2-desktop-style/-/merge_requests/379
+DEPEND="
+	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+	>=dev-qt/qtdeclarative-${QTMIN}:6=
+	=kde-frameworks/kcolorscheme-${PVCUT}*:6
+	=kde-frameworks/kconfig-${PVCUT}*:6
+	=kde-frameworks/kiconthemes-${PVCUT}*:6
+	=kde-frameworks/kirigami-${PVCUT}*:6
+	=kde-frameworks/sonnet-${PVCUT}*:6[qml]
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qt5compat-${QTMIN}:6
+"
+BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"
+
+CMAKE_SKIP_TESTS=(
+	# bug 926509
+	animationspeedmodifiertest
+)


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2024-08-09 13:57 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2024-08-09 13:57 UTC (permalink / raw
  To: gentoo-commits

commit:     6be95b3f27677fcfac94a47fbaf77780ac4bc92e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  9 13:19:10 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug  9 13:57:30 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6be95b3f

kde-frameworks/qqc2-desktop-style: drop 6.5.0

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

 .../qqc2-desktop-style-6.5.0.ebuild                | 36 ----------------------
 1 file changed, 36 deletions(-)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.5.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.5.0.ebuild
deleted file mode 100644
index 052306a8ad..0000000000
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.5.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.2
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
-
-LICENSE="|| ( GPL-2+ LGPL-3+ )"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-# Qt_6_PRIVATE_API matches org.kde.desktop.so, see also:
-# https://invent.kde.org/frameworks/qqc2-desktop-style/-/merge_requests/379
-DEPEND="
-	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
-	>=dev-qt/qtdeclarative-${QTMIN}:6=
-	=kde-frameworks/kcolorscheme-${PVCUT}*:6
-	=kde-frameworks/kconfig-${PVCUT}*:6
-	=kde-frameworks/kiconthemes-${PVCUT}*:6
-	=kde-frameworks/kirigami-${PVCUT}*:6
-	=kde-frameworks/sonnet-${PVCUT}*:6[qml]
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qt5compat-${QTMIN}:6
-"
-BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"
-
-CMAKE_SKIP_TESTS=(
-	# bug 926509
-	animationspeedmodifiertest
-)


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2024-08-04 19:37 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2024-08-04 19:37 UTC (permalink / raw
  To: gentoo-commits

commit:     192c4f2783b0e8d07c5b2745a967c9221f89d054
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  2 13:01:59 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug  4 19:36:40 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=192c4f27

kde-frameworks/qqc2-desktop-style: 6.5.0 version bump

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

 .../qqc2-desktop-style-6.5.0.ebuild                | 36 ++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.5.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.5.0.ebuild
new file mode 100644
index 0000000000..052306a8ad
--- /dev/null
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.5.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=6.6.2
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
+
+LICENSE="|| ( GPL-2+ LGPL-3+ )"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+# Qt_6_PRIVATE_API matches org.kde.desktop.so, see also:
+# https://invent.kde.org/frameworks/qqc2-desktop-style/-/merge_requests/379
+DEPEND="
+	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+	>=dev-qt/qtdeclarative-${QTMIN}:6=
+	=kde-frameworks/kcolorscheme-${PVCUT}*:6
+	=kde-frameworks/kconfig-${PVCUT}*:6
+	=kde-frameworks/kiconthemes-${PVCUT}*:6
+	=kde-frameworks/kirigami-${PVCUT}*:6
+	=kde-frameworks/sonnet-${PVCUT}*:6[qml]
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qt5compat-${QTMIN}:6
+"
+BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"
+
+CMAKE_SKIP_TESTS=(
+	# bug 926509
+	animationspeedmodifiertest
+)


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2024-07-12 15:05 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2024-07-12 15:05 UTC (permalink / raw
  To: gentoo-commits

commit:     7cc53cb0c631b3e9d09aad5420359f9d572a4402
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 12 14:48:35 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jul 12 14:48:35 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=7cc53cb0

kde-frameworks/qqc2-desktop-style: drop 6.4.0

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

 .../qqc2-desktop-style-6.4.0.ebuild                | 36 ----------------------
 1 file changed, 36 deletions(-)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.4.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.4.0.ebuild
deleted file mode 100644
index 195251b473..0000000000
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.4.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.2
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
-
-LICENSE="|| ( GPL-2+ LGPL-3+ )"
-KEYWORDS="~amd64 ~arm64 ~riscv"
-IUSE=""
-
-# Qt_6_PRIVATE_API matches org.kde.desktop.so, see also:
-# https://invent.kde.org/frameworks/qqc2-desktop-style/-/merge_requests/379
-DEPEND="
-	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
-	>=dev-qt/qtdeclarative-${QTMIN}:6=
-	=kde-frameworks/kcolorscheme-${PVCUT}*:6
-	=kde-frameworks/kconfig-${PVCUT}*:6
-	=kde-frameworks/kiconthemes-${PVCUT}*:6
-	=kde-frameworks/kirigami-${PVCUT}*:6
-	=kde-frameworks/sonnet-${PVCUT}*:6[qml]
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qt5compat-${QTMIN}:6
-"
-BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"
-
-CMAKE_SKIP_TESTS=(
-	# bug 926509
-	animationspeedmodifiertest
-)


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2024-07-08 20:11 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2024-07-08 20:11 UTC (permalink / raw
  To: gentoo-commits

commit:     6cfaaac331b27f0a2618c96c19a80c7d92bdd09b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  5 22:31:23 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jul  8 20:11:28 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6cfaaac3

kde-frameworks/qqc2-desktop-style: 6.4.0 version bump

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

 .../qqc2-desktop-style-6.4.0.ebuild                | 36 ++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.4.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.4.0.ebuild
new file mode 100644
index 0000000000..195251b473
--- /dev/null
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.4.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=6.6.2
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
+
+LICENSE="|| ( GPL-2+ LGPL-3+ )"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+IUSE=""
+
+# Qt_6_PRIVATE_API matches org.kde.desktop.so, see also:
+# https://invent.kde.org/frameworks/qqc2-desktop-style/-/merge_requests/379
+DEPEND="
+	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+	>=dev-qt/qtdeclarative-${QTMIN}:6=
+	=kde-frameworks/kcolorscheme-${PVCUT}*:6
+	=kde-frameworks/kconfig-${PVCUT}*:6
+	=kde-frameworks/kiconthemes-${PVCUT}*:6
+	=kde-frameworks/kirigami-${PVCUT}*:6
+	=kde-frameworks/sonnet-${PVCUT}*:6[qml]
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qt5compat-${QTMIN}:6
+"
+BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"
+
+CMAKE_SKIP_TESTS=(
+	# bug 926509
+	animationspeedmodifiertest
+)


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2024-06-24 17:30 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2024-06-24 17:30 UTC (permalink / raw
  To: gentoo-commits

commit:     25bf7849428ed0c3b71768174e43f75143db338a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 24 16:31:45 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 24 17:28:54 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=25bf7849

kde-frameworks/qqc2-desktop-style: Disable animationspeedmodifiertest

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

 kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild
index 7a4ee5df7c..20e5198e20 100644
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild
@@ -29,3 +29,8 @@ RDEPEND="${DEPEND}
 	>=dev-qt/qt5compat-${QTMIN}:6
 "
 BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"
+
+CMAKE_SKIP_TESTS=(
+	# bug 926509
+	animationspeedmodifiertest
+)


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2024-06-12 15:35 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2024-06-12 15:35 UTC (permalink / raw
  To: gentoo-commits

commit:     c5e4b1e0bddea173523fb5492fe1742ae50f580a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 12 15:27:52 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 12 15:27:52 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=c5e4b1e0

kde-frameworks/qqc2-desktop-style: drop 6.3.0

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

 .../qqc2-desktop-style-6.3.0.ebuild                | 31 ----------------------
 1 file changed, 31 deletions(-)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.3.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.3.0.ebuild
deleted file mode 100644
index f16eae109f..0000000000
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.3.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.2
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
-
-LICENSE="|| ( GPL-2+ LGPL-3+ )"
-KEYWORDS="~amd64"
-IUSE=""
-
-# Qt_6_PRIVATE_API matches org.kde.desktop.so, see also:
-# https://invent.kde.org/frameworks/qqc2-desktop-style/-/merge_requests/379
-DEPEND="
-	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
-	>=dev-qt/qtdeclarative-${QTMIN}:6=
-	=kde-frameworks/kcolorscheme-${PVCUT}*:6
-	=kde-frameworks/kconfig-${PVCUT}*:6
-	=kde-frameworks/kiconthemes-${PVCUT}*:6
-	=kde-frameworks/kirigami-${PVCUT}*:6
-	=kde-frameworks/sonnet-${PVCUT}*:6[qml]
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qt5compat-${QTMIN}:6
-"
-BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2024-06-02 20:21 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2024-06-02 20:21 UTC (permalink / raw
  To: gentoo-commits

commit:     05c67782d75ff2e0fe3203db81b5f2a75bd5d289
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  1 06:36:52 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun  2 18:01:45 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=05c67782

kde-frameworks/qqc2-desktop-style: 6.3.0 version bump

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

 .../qqc2-desktop-style-6.3.0.ebuild                | 31 ++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.3.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.3.0.ebuild
new file mode 100644
index 0000000000..f16eae109f
--- /dev/null
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.3.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=6.6.2
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
+
+LICENSE="|| ( GPL-2+ LGPL-3+ )"
+KEYWORDS="~amd64"
+IUSE=""
+
+# Qt_6_PRIVATE_API matches org.kde.desktop.so, see also:
+# https://invent.kde.org/frameworks/qqc2-desktop-style/-/merge_requests/379
+DEPEND="
+	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+	>=dev-qt/qtdeclarative-${QTMIN}:6=
+	=kde-frameworks/kcolorscheme-${PVCUT}*:6
+	=kde-frameworks/kconfig-${PVCUT}*:6
+	=kde-frameworks/kiconthemes-${PVCUT}*:6
+	=kde-frameworks/kirigami-${PVCUT}*:6
+	=kde-frameworks/sonnet-${PVCUT}*:6[qml]
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qt5compat-${QTMIN}:6
+"
+BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2024-05-19 19:34 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2024-05-19 19:34 UTC (permalink / raw
  To: gentoo-commits

commit:     26de46af61b3b34ac374ddbb8fafcf65323d6872
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 19 19:31:26 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 19 19:33:38 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=26de46af

kde-frameworks/qqc2-desktop-style: drop 5.116.0

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

 .../qqc2-desktop-style-5.116.0.ebuild              | 31 ----------------------
 1 file changed, 31 deletions(-)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.116.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.116.0.ebuild
deleted file mode 100644
index fe66ca24b1..0000000000
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.116.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.9
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
-
-LICENSE="|| ( GPL-2+ LGPL-3+ )"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5=
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kconfigwidgets-${PVCUT}*:5
-	=kde-frameworks/kiconthemes-${PVCUT}*:5
-	=kde-frameworks/kirigami-${PVCUT}*:5
-	=kde-frameworks/sonnet-${PVCUT}*:5[qml]
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2024-05-13 21:05 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2024-05-13 21:05 UTC (permalink / raw
  To: gentoo-commits

commit:     2336601768bc1c81677634419ea811db74667133
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon May 13 20:59:05 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon May 13 21:04:00 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=23366017

kde-frameworks/qqc2-desktop-style: 5.116.0 version bump

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

 .../qqc2-desktop-style-5.116.0.ebuild              | 31 ++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.116.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.116.0.ebuild
new file mode 100644
index 0000000000..fe66ca24b1
--- /dev/null
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.116.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.9
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
+
+LICENSE="|| ( GPL-2+ LGPL-3+ )"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:5=
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
+	=kde-frameworks/kconfigwidgets-${PVCUT}*:5
+	=kde-frameworks/kiconthemes-${PVCUT}*:5
+	=kde-frameworks/kirigami-${PVCUT}*:5
+	=kde-frameworks/sonnet-${PVCUT}*:5[qml]
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2024-04-14 20:04 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2024-04-14 20:04 UTC (permalink / raw
  To: gentoo-commits

commit:     193f1e87bd02814ba069e910571a3411eae7121c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 19:51:03 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 19:51:03 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=193f1e87

kde-frameworks/qqc2-desktop-style: drop 6.1.0

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

 .../qqc2-desktop-style-6.1.0.ebuild                | 31 ----------------------
 1 file changed, 31 deletions(-)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.1.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.1.0.ebuild
deleted file mode 100644
index f16eae109f..0000000000
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.1.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.2
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
-
-LICENSE="|| ( GPL-2+ LGPL-3+ )"
-KEYWORDS="~amd64"
-IUSE=""
-
-# Qt_6_PRIVATE_API matches org.kde.desktop.so, see also:
-# https://invent.kde.org/frameworks/qqc2-desktop-style/-/merge_requests/379
-DEPEND="
-	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
-	>=dev-qt/qtdeclarative-${QTMIN}:6=
-	=kde-frameworks/kcolorscheme-${PVCUT}*:6
-	=kde-frameworks/kconfig-${PVCUT}*:6
-	=kde-frameworks/kiconthemes-${PVCUT}*:6
-	=kde-frameworks/kirigami-${PVCUT}*:6
-	=kde-frameworks/sonnet-${PVCUT}*:6[qml]
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qt5compat-${QTMIN}:6
-"
-BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2024-04-05 20:01 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2024-04-05 20:01 UTC (permalink / raw
  To: gentoo-commits

commit:     fd2c836500eafd555fab934dd6d61878cb02c95c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  5 14:29:53 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Apr  5 20:00:46 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=fd2c8365

kde-frameworks/qqc2-desktop-style: 6.1.0 version bump

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

 .../qqc2-desktop-style-6.1.0.ebuild                | 29 ++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.1.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.1.0.ebuild
new file mode 100644
index 0000000000..999cde61c0
--- /dev/null
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.1.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=6.6.2
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
+
+LICENSE="|| ( GPL-2+ LGPL-3+ )"
+KEYWORDS="~amd64"
+IUSE=""
+
+# FIXME: Qt_6_PRIVATE_API matches org.kde.desktop.so, but where is it coming from?
+DEPEND="
+	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+	>=dev-qt/qtdeclarative-${QTMIN}:6=
+	=kde-frameworks/kcolorscheme-${PVCUT}*:6
+	=kde-frameworks/kconfig-${PVCUT}*:6
+	=kde-frameworks/kiconthemes-${PVCUT}*:6
+	=kde-frameworks/kirigami-${PVCUT}*:6
+	=kde-frameworks/sonnet-${PVCUT}*:6[qml]
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qt5compat-${QTMIN}:6
+"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2024-03-15 14:07 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2024-03-15 14:07 UTC (permalink / raw
  To: gentoo-commits

commit:     f0e5e9ec416cf086a7daee9f605b4450bd5ce0cd
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 15 14:04:19 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Mar 15 14:05:00 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=f0e5e9ec

kde-frameworks/qqc2-desktop-style: Add comment re Qt_6_PRIVATE_API

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

 kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild
index d28f4cd2e0..707da3cae9 100644
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild
@@ -14,6 +14,7 @@ LICENSE="|| ( GPL-2+ LGPL-3+ )"
 KEYWORDS=""
 IUSE=""
 
+# FIXME: Qt_6_PRIVATE_API matches org.kde.desktop.so, but where is it coming from?
 DEPEND="
 	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
 	>=dev-qt/qtdeclarative-${QTMIN}:6=


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2024-02-11 20:15 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2024-02-11 20:15 UTC (permalink / raw
  To: gentoo-commits

commit:     639b8950dc7cec76ee5ed7ca91e256e25a09d85c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 20:09:55 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 20:09:55 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=639b8950

kde-frameworks/qqc2-desktop-style: drop 5.115.0

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

 .../qqc2-desktop-style-5.115.0.ebuild              | 31 ----------------------
 1 file changed, 31 deletions(-)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.115.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.115.0.ebuild
deleted file mode 100644
index fe66ca24b1..0000000000
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.115.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.9
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
-
-LICENSE="|| ( GPL-2+ LGPL-3+ )"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5=
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kconfigwidgets-${PVCUT}*:5
-	=kde-frameworks/kiconthemes-${PVCUT}*:5
-	=kde-frameworks/kirigami-${PVCUT}*:5
-	=kde-frameworks/sonnet-${PVCUT}*:5[qml]
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2024-02-03 21:43 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2024-02-03 21:43 UTC (permalink / raw
  To: gentoo-commits

commit:     4aa7d63baa1e02d0987b9d0a53505e1b453c2c27
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  3 19:45:08 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Feb  3 20:24:10 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=4aa7d63b

kde-frameworks/qqc2-desktop-style: 5.115.0 version bump

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

 .../qqc2-desktop-style-5.115.0.ebuild              | 31 ++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.115.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.115.0.ebuild
new file mode 100644
index 0000000000..fe66ca24b1
--- /dev/null
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.115.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.9
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
+
+LICENSE="|| ( GPL-2+ LGPL-3+ )"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:5=
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
+	=kde-frameworks/kconfigwidgets-${PVCUT}*:5
+	=kde-frameworks/kiconthemes-${PVCUT}*:5
+	=kde-frameworks/kirigami-${PVCUT}*:5
+	=kde-frameworks/sonnet-${PVCUT}*:5[qml]
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2024-01-14 22:37 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2024-01-14 22:37 UTC (permalink / raw
  To: gentoo-commits

commit:     7311000f22ecc787c7f95a8327aef04b9d31a7ce
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 14 22:32:14 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 14 22:36:50 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=7311000f

kde-frameworks/qqc2-desktop-style: drop 5.114.0

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

 .../qqc2-desktop-style-5.114.0.ebuild              | 31 ----------------------
 1 file changed, 31 deletions(-)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.114.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.114.0.ebuild
deleted file mode 100644
index fe66ca24b1..0000000000
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.114.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.9
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
-
-LICENSE="|| ( GPL-2+ LGPL-3+ )"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5=
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kconfigwidgets-${PVCUT}*:5
-	=kde-frameworks/kiconthemes-${PVCUT}*:5
-	=kde-frameworks/kirigami-${PVCUT}*:5
-	=kde-frameworks/sonnet-${PVCUT}*:5[qml]
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2024-01-10 23:27 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2024-01-10 23:27 UTC (permalink / raw
  To: gentoo-commits

commit:     7fc01c362bf72c10a16c4e4f63daf480e607de49
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 10 22:42:43 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 10 22:59:49 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=7fc01c36

kde-frameworks/qqc2-desktop-style: drop 5.248.0

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

 .../qqc2-desktop-style-5.248.0.ebuild              | 28 ----------------------
 1 file changed, 28 deletions(-)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.248.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.248.0.ebuild
deleted file mode 100644
index 0235beae82..0000000000
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.248.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.0
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
-
-LICENSE="|| ( GPL-2+ LGPL-3+ )"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
-	>=dev-qt/qtdeclarative-${QTMIN}:6=
-	=kde-frameworks/kcolorscheme-${PVCUT}*:6
-	=kde-frameworks/kconfig-${PVCUT}*:6
-	=kde-frameworks/kiconthemes-${PVCUT}*:6
-	=kde-frameworks/kirigami-${PVCUT}*:6
-	=kde-frameworks/sonnet-${PVCUT}*:6[qml]
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qt5compat-${QTMIN}:6
-"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2023-12-15 16:20 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2023-12-15 16:20 UTC (permalink / raw
  To: gentoo-commits

commit:     cc670e96d889f974081c638e240845b79ba49505
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 13:39:40 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 13:39:40 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=cc670e96

kde-frameworks/qqc2-desktop-style: drop 5.113.0

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

 .../qqc2-desktop-style-5.113.0.ebuild              | 31 ----------------------
 1 file changed, 31 deletions(-)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.113.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.113.0.ebuild
deleted file mode 100644
index 78cf90702e..0000000000
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.113.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.9
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
-
-LICENSE="|| ( GPL-2+ LGPL-3+ )"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5=
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kconfigwidgets-${PVCUT}*:5
-	=kde-frameworks/kiconthemes-${PVCUT}*:5
-	=kde-frameworks/kirigami-${PVCUT}*:5
-	=kde-frameworks/sonnet-${PVCUT}*:5[qml]
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2023-12-06 17:19 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2023-12-06 17:19 UTC (permalink / raw
  To: gentoo-commits

commit:     5563d6ba6cb4cec49149a7d4fa1ed2bf175fcbc8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  6 17:08:41 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Dec  6 17:16:06 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=5563d6ba

kde-frameworks/qqc2-desktop-style: 5.113.0 version bump

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

 .../qqc2-desktop-style-5.113.0.ebuild              | 31 ++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.113.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.113.0.ebuild
new file mode 100644
index 0000000000..78cf90702e
--- /dev/null
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.113.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.9
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
+
+LICENSE="|| ( GPL-2+ LGPL-3+ )"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:5=
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
+	=kde-frameworks/kconfigwidgets-${PVCUT}*:5
+	=kde-frameworks/kiconthemes-${PVCUT}*:5
+	=kde-frameworks/kirigami-${PVCUT}*:5
+	=kde-frameworks/sonnet-${PVCUT}*:5[qml]
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2023-11-27 23:22 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2023-11-27 23:22 UTC (permalink / raw
  To: gentoo-commits

commit:     54831b5d0b41da919e33d782875cdf407bbb3646
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 27 21:09:03 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 27 23:21:35 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=54831b5d

kde-frameworks/qqc2-desktop-style: add 9999

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

 .../qqc2-desktop-style-9999.ebuild                 | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild
new file mode 100644
index 0000000000..1b682c431d
--- /dev/null
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=6.6.0
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
+
+LICENSE="|| ( GPL-2+ LGPL-3+ )"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
+	>=dev-qt/qtdeclarative-${QTMIN}:6=
+	=kde-frameworks/kcolorscheme-${PVCUT}*:6
+	=kde-frameworks/kconfig-${PVCUT}*:6
+	=kde-frameworks/kiconthemes-${PVCUT}*:6
+	=kde-frameworks/kirigami-${PVCUT}*:6
+	=kde-frameworks/sonnet-${PVCUT}*:6[qml]
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qt5compat-${QTMIN}:6
+"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2023-11-12 10:18 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2023-11-12 10:18 UTC (permalink / raw
  To: gentoo-commits

commit:     8306246701810749b31be77746b8429c214d8309
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 12 10:05:58 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 12 10:05:58 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=83062467

kde-frameworks/qqc2-desktop-style: drop 5.112.0

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

 .../qqc2-desktop-style-5.112.0.ebuild              | 31 ----------------------
 1 file changed, 31 deletions(-)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.112.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.112.0.ebuild
deleted file mode 100644
index 78cf90702e..0000000000
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.112.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.9
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
-
-LICENSE="|| ( GPL-2+ LGPL-3+ )"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5=
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kconfigwidgets-${PVCUT}*:5
-	=kde-frameworks/kiconthemes-${PVCUT}*:5
-	=kde-frameworks/kirigami-${PVCUT}*:5
-	=kde-frameworks/sonnet-${PVCUT}*:5[qml]
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2023-10-19 20:09 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2023-10-19 20:09 UTC (permalink / raw
  To: gentoo-commits

commit:     5c6a44f21506c35bafc0879489d1f5f334b81d4d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 19 20:06:11 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 19 20:06:11 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=5c6a44f2

kde-frameworks/qqc2-desktop-style: drop 5.111.0

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

 .../qqc2-desktop-style-5.111.0.ebuild              | 31 ----------------------
 1 file changed, 31 deletions(-)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.111.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.111.0.ebuild
deleted file mode 100644
index 78cf90702e..0000000000
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.111.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.9
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
-
-LICENSE="|| ( GPL-2+ LGPL-3+ )"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdbus-${QTMIN}:5
-	>=dev-qt/qtdeclarative-${QTMIN}:5=
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	=kde-frameworks/kconfig-${PVCUT}*:5
-	=kde-frameworks/kconfigwidgets-${PVCUT}*:5
-	=kde-frameworks/kiconthemes-${PVCUT}*:5
-	=kde-frameworks/kirigami-${PVCUT}*:5
-	=kde-frameworks/sonnet-${PVCUT}*:5[qml]
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2023-10-08 12:43 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2023-10-08 12:43 UTC (permalink / raw
  To: gentoo-commits

commit:     d925f47fa23e106d64061bc31f9c3b97811c386d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  7 13:51:43 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct  7 14:01:52 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=d925f47f

kde-frameworks/qqc2-desktop-style: 5.111.0 version bump

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

 .../qqc2-desktop-style-5.111.0.ebuild              | 31 ++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.111.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.111.0.ebuild
new file mode 100644
index 0000000000..78cf90702e
--- /dev/null
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.111.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.9
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
+
+LICENSE="|| ( GPL-2+ LGPL-3+ )"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:5=
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
+	=kde-frameworks/kconfigwidgets-${PVCUT}*:5
+	=kde-frameworks/kiconthemes-${PVCUT}*:5
+	=kde-frameworks/kirigami-${PVCUT}*:5
+	=kde-frameworks/sonnet-${PVCUT}*:5[qml]
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2023-09-19 16:44 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2023-09-19 16:44 UTC (permalink / raw
  To: gentoo-commits

commit:     0a36dd75a3c8160344d2232677816a36493dd322
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 16:22:18 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 16:22:18 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0a36dd75

kde-frameworks/qqc2-desktop-style: Add missing dependencies

Upstream commit 5b8868783c010e65eb7e2e5c2c04bf90b0481688

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

 kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.9999.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.9999.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.9999.ebuild
index 5d222fc594..493a8812b0 100644
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.9999.ebuild
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.9999.ebuild
@@ -15,9 +15,11 @@ KEYWORDS=""
 IUSE=""
 
 DEPEND="
+	>=dev-qt/qtdbus-${QTMIN}:5
 	>=dev-qt/qtdeclarative-${QTMIN}:5=
 	>=dev-qt/qtgui-${QTMIN}:5
 	>=dev-qt/qtwidgets-${QTMIN}:5
+	=kde-frameworks/kconfig-${PVCUT}*:5
 	=kde-frameworks/kconfigwidgets-${PVCUT}*:5
 	=kde-frameworks/kiconthemes-${PVCUT}*:5
 	=kde-frameworks/kirigami-${PVCUT}*:5


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2023-08-18  8:56 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2023-08-18  8:56 UTC (permalink / raw
  To: gentoo-commits

commit:     dda751c7d04ac1d397180a2141631d9a00899129
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 18 08:40:48 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 18 08:51:17 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=dda751c7

kde-frameworks/qqc2-desktop-style: drop 5.109.0

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

 .../qqc2-desktop-style-5.109.0.ebuild              | 29 ----------------------
 1 file changed, 29 deletions(-)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.109.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.109.0.ebuild
deleted file mode 100644
index d09d20349e..0000000000
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.109.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.9
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
-
-LICENSE="|| ( GPL-2+ LGPL-3+ )"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdeclarative-${QTMIN}:5=
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	=kde-frameworks/kconfigwidgets-${PVCUT}*:5
-	=kde-frameworks/kiconthemes-${PVCUT}*:5
-	=kde-frameworks/kirigami-${PVCUT}*:5
-	=kde-frameworks/sonnet-${PVCUT}*:5[qml]
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2023-08-05 21:13 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2023-08-05 21:13 UTC (permalink / raw
  To: gentoo-commits

commit:     51331c6baa999d647989bf935fe62e884075dae3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  5 19:53:50 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug  5 19:56:41 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=51331c6b

kde-frameworks/qqc2-desktop-style: 5.109.0 version bump

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

 .../qqc2-desktop-style-5.109.0.ebuild              | 29 ++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.109.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.109.0.ebuild
new file mode 100644
index 0000000000..d09d20349e
--- /dev/null
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.109.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.9
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
+
+LICENSE="|| ( GPL-2+ LGPL-3+ )"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdeclarative-${QTMIN}:5=
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	=kde-frameworks/kconfigwidgets-${PVCUT}*:5
+	=kde-frameworks/kiconthemes-${PVCUT}*:5
+	=kde-frameworks/kirigami-${PVCUT}*:5
+	=kde-frameworks/sonnet-${PVCUT}*:5[qml]
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2023-07-08 16:18 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2023-07-08 16:18 UTC (permalink / raw
  To: gentoo-commits

commit:     dbeeec57e2a5c6c7dc95a9b87c47dc67be5eae2f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  8 16:15:56 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul  8 16:15:56 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=dbeeec57

kde-frameworks/qqc2-desktop-style: drop 5.108.0

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

 .../qqc2-desktop-style-5.108.0.ebuild              | 29 ----------------------
 1 file changed, 29 deletions(-)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.108.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.108.0.ebuild
deleted file mode 100644
index d09d20349e..0000000000
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.108.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.9
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
-
-LICENSE="|| ( GPL-2+ LGPL-3+ )"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdeclarative-${QTMIN}:5=
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	=kde-frameworks/kconfigwidgets-${PVCUT}*:5
-	=kde-frameworks/kiconthemes-${PVCUT}*:5
-	=kde-frameworks/kirigami-${PVCUT}*:5
-	=kde-frameworks/sonnet-${PVCUT}*:5[qml]
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2023-07-02 21:57 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2023-07-02 21:57 UTC (permalink / raw
  To: gentoo-commits

commit:     61f875864efd0cf48b685d03840cb3a329d3e2c4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  2 21:50:49 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jul  2 21:57:20 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=61f87586

kde-frameworks/qqc2-desktop-style: 5.108.0 version bump

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

 .../qqc2-desktop-style-5.108.0.ebuild              | 29 ++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.108.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.108.0.ebuild
new file mode 100644
index 0000000000..d09d20349e
--- /dev/null
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.108.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.9
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
+
+LICENSE="|| ( GPL-2+ LGPL-3+ )"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdeclarative-${QTMIN}:5=
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	=kde-frameworks/kconfigwidgets-${PVCUT}*:5
+	=kde-frameworks/kiconthemes-${PVCUT}*:5
+	=kde-frameworks/kirigami-${PVCUT}*:5
+	=kde-frameworks/sonnet-${PVCUT}*:5[qml]
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2023-06-10 10:13 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2023-06-10 10:13 UTC (permalink / raw
  To: gentoo-commits

commit:     342cdf6c784bdc6bfd2211cf547bd53e0a026de3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 10 10:08:12 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jun 10 10:08:12 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=342cdf6c

kde-frameworks/qqc2-desktop-style: drop 5.107.0

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

 .../qqc2-desktop-style-5.107.0.ebuild              | 29 ----------------------
 1 file changed, 29 deletions(-)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.107.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.107.0.ebuild
deleted file mode 100644
index d09d20349e..0000000000
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.107.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.9
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
-
-LICENSE="|| ( GPL-2+ LGPL-3+ )"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE=""
-
-DEPEND="
-	>=dev-qt/qtdeclarative-${QTMIN}:5=
-	>=dev-qt/qtgui-${QTMIN}:5
-	>=dev-qt/qtwidgets-${QTMIN}:5
-	=kde-frameworks/kconfigwidgets-${PVCUT}*:5
-	=kde-frameworks/kiconthemes-${PVCUT}*:5
-	=kde-frameworks/kirigami-${PVCUT}*:5
-	=kde-frameworks/sonnet-${PVCUT}*:5[qml]
-"
-RDEPEND="${DEPEND}
-	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
-	>=dev-qt/qtquickcontrols2-${QTMIN}:5
-"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2023-06-05 15:32 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2023-06-05 15:32 UTC (permalink / raw
  To: gentoo-commits

commit:     404e2173d0fadb175c46a7b0a30bc7d69d30972b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  5 14:35:51 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jun  5 15:31:50 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=404e2173

kde-frameworks/qqc2-desktop-style: 5.107.0 version bump

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

 .../qqc2-desktop-style-5.107.0.ebuild              | 29 ++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.107.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.107.0.ebuild
new file mode 100644
index 0000000000..d09d20349e
--- /dev/null
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.107.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.9
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
+
+LICENSE="|| ( GPL-2+ LGPL-3+ )"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdeclarative-${QTMIN}:5=
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	=kde-frameworks/kconfigwidgets-${PVCUT}*:5
+	=kde-frameworks/kiconthemes-${PVCUT}*:5
+	=kde-frameworks/kirigami-${PVCUT}*:5
+	=kde-frameworks/sonnet-${PVCUT}*:5[qml]
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2022-12-11 21:24 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2022-12-11 21:24 UTC (permalink / raw
  To: gentoo-commits

commit:     6adbb9df85d95f3de61c15c1388b24b5b1ffc876
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 11 09:56:34 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 11 17:24:52 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=6adbb9df

kde-frameworks/qqc2-desktop-style: Move 9999 to 5.9999

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

 .../{qqc2-desktop-style-9999.ebuild => qqc2-desktop-style-5.9999.ebuild}  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.9999.ebuild
similarity index 100%
rename from kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild
rename to kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.9999.ebuild


^ permalink raw reply	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2022-10-02 22:17 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2022-10-02 22:17 UTC (permalink / raw
  To: gentoo-commits

commit:     2c4d3b94ed0956344b69b08f9025c1f6df845c79
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  2 21:53:22 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct  2 22:17:12 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=2c4d3b94

kde-frameworks/qqc2-desktop-style: 5.99.0 version bump

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

 .../qqc2-desktop-style-5.99.0.ebuild               | 29 ++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.99.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.99.0.ebuild
new file mode 100644
index 0000000000..cf0e8a2b60
--- /dev/null
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.99.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.5
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
+
+LICENSE="|| ( GPL-2+ LGPL-3+ )"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtdeclarative-${QTMIN}:5=
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtwidgets-${QTMIN}:5
+	=kde-frameworks/kconfigwidgets-${PVCUT}*:5
+	=kde-frameworks/kiconthemes-${PVCUT}*:5
+	=kde-frameworks/kirigami-${PVCUT}*:5
+	=kde-frameworks/sonnet-${PVCUT}*:5[qml]
+"
+RDEPEND="${DEPEND}
+	>=dev-qt/qtgraphicaleffects-${QTMIN}:5
+	>=dev-qt/qtquickcontrols2-${QTMIN}:5
+"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2021-11-13 19:05 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2021-11-13 19:05 UTC (permalink / raw
  To: gentoo-commits

commit:     67a000f704c862a7ef5d4ed76d2f900ade4f52a1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 13 18:48:27 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 13 18:48:27 2021 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=67a000f7

kde-frameworks/qqc2-desktop-style: Add new DEPEND

Depends on newly introduced kde-frameworks/sonnet[qml] functionality.

Upstream commit e6d699c2d4dd9f48d9aa7c5b68dc133cd9688c4d

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

 kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.88.0.ebuild | 1 +
 kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.88.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.88.0.ebuild
index 1bd33428d2..25cd6813cc 100644
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.88.0.ebuild
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.88.0.ebuild
@@ -21,6 +21,7 @@ DEPEND="
 	=kde-frameworks/kconfigwidgets-${PVCUT}*:5
 	=kde-frameworks/kiconthemes-${PVCUT}*:5
 	=kde-frameworks/kirigami-${PVCUT}*:5
+	=kde-frameworks/sonnet-${PVCUT}*:5[qml]
 "
 RDEPEND="${DEPEND}
 	>=dev-qt/qtgraphicaleffects-${QTMIN}:5

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild
index b67df6ec05..1ac01d479d 100644
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild
@@ -21,6 +21,7 @@ DEPEND="
 	=kde-frameworks/kconfigwidgets-${PVCUT}*:5
 	=kde-frameworks/kiconthemes-${PVCUT}*:5
 	=kde-frameworks/kirigami-${PVCUT}*:5
+	=kde-frameworks/sonnet-${PVCUT}*:5[qml]
 "
 RDEPEND="${DEPEND}
 	>=dev-qt/qtgraphicaleffects-${QTMIN}:5


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2020-09-29 12:51 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2020-09-29 12:51 UTC (permalink / raw
  To: gentoo-commits

commit:     1970ba686701c5a79ec5db5b5310511776392eb7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 29 12:21:30 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 29 12:21:30 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=1970ba68

kde-frameworks/qqc2-desktop-style: Fix variables order

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

 kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild
index e095f90d77..fe6ed6f9aa 100644
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild
@@ -9,8 +9,9 @@ QTMIN=5.14.2
 inherit ecm kde.org
 
 DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
-KEYWORDS=""
+
 LICENSE="|| ( GPL-2+ LGPL-3+ )"
+KEYWORDS=""
 IUSE=""
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2018-05-23 19:24 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2018-05-23 19:24 UTC (permalink / raw
  To: gentoo-commits

commit:     aa194763051c162d8a9a520737618575cfec14cb
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon May 21 20:19:17 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 23 18:14:23 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=aa194763

kde-frameworks/qqc2-desktop-style: Add dev-qt/qtdeclarative slot op

Private header use.

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild
index 943757fdc9..bfefeac083 100644
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild
@@ -15,7 +15,7 @@ DEPEND="
 	$(add_frameworks_dep kconfigwidgets)
 	$(add_frameworks_dep kiconthemes)
 	$(add_frameworks_dep kirigami)
-	$(add_qt_dep qtdeclarative)
+	$(add_qt_dep qtdeclarative '' '' '5=')
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtwidgets)
 "


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2018-03-29 18:09 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2018-03-29 18:09 UTC (permalink / raw
  To: gentoo-commits

commit:     ac2de6d07d14cbecc542aa139f375be16b828d04
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 20 12:29:50 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 29 18:07:02 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=ac2de6d0

kde-frameworks/qqc2-desktop-style: Drop obsolete slot op

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild
index 08ac0802a9..943757fdc9 100644
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild
@@ -11,12 +11,11 @@ KEYWORDS=""
 LICENSE="|| ( GPL-2+ LGPL-3+ )"
 IUSE=""
 
-# drop qtdeclarative subslot operator when QT_MINIMAL >= 5.8.0
 DEPEND="
 	$(add_frameworks_dep kconfigwidgets)
 	$(add_frameworks_dep kiconthemes)
 	$(add_frameworks_dep kirigami)
-	$(add_qt_dep qtdeclarative '' '' '5=')
+	$(add_qt_dep qtdeclarative)
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtwidgets)
 "


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2017-10-15 14:20 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2017-10-15 14:20 UTC (permalink / raw
  To: gentoo-commits

commit:     b6762411f52ee804e06c5ae6c8a86cb62c4fa932
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 15 14:20:29 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 15 14:20:29 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b6762411

kde-frameworks/qqc2-desktop-style: Set KDE_QTHELP="false"

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild
index 05688287a9..91282a7c08 100644
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=6
 
+KDE_QTHELP="false"
 inherit kde5
 
 DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2017-10-12 17:47 Johannes Huber
  0 siblings, 0 replies; 45+ messages in thread
From: Johannes Huber @ 2017-10-12 17:47 UTC (permalink / raw
  To: gentoo-commits

commit:     0b3e4c3ccd5c43ba68004581431683979df85c07
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 12 17:46:45 2017 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Oct 12 17:46:45 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0b3e4c3c

kde-frameworks/qqc2-desktop-style: Remove 5.10.95

Moved to Gentoo main tree.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 .../qqc2-desktop-style-5.10.95.ebuild              | 24 ----------------------
 1 file changed, 24 deletions(-)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.10.95.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.10.95.ebuild
deleted file mode 100644
index f1ddd6e92f..0000000000
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.10.95.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
-SRC_URI="mirror://kde/unstable/${PN}/${P}.tar.xz"
-
-KEYWORDS="~amd64 ~arm ~x86"
-LICENSE="|| ( GPL-2+ LGPL-3+ )"
-IUSE=""
-
-# drop qtdeclarative subslot operator when QT_MINIMAL >= 5.8.0
-DEPEND="
-	$(add_qt_dep qtdeclarative '' '' '5=')
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}
-	$(add_qt_dep qtgraphicaleffects)
-	$(add_qt_dep qtquickcontrols2)
-"


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2017-10-10 13:34 Michael Palimaka
  0 siblings, 0 replies; 45+ messages in thread
From: Michael Palimaka @ 2017-10-10 13:34 UTC (permalink / raw
  To: gentoo-commits

commit:     954a0f212b6dde9897a98a13e2fa967ef3c7a9ca
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 10 13:29:54 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Oct 10 13:33:55 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=954a0f21

kde-frameworks/qqc2-desktop-style: add ~arm keyword

Tested on Raspberry Pi 2.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.10.95.ebuild | 2 +-
 kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.39.0.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.10.95.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.10.95.ebuild
index 36e0d676b6..f1ddd6e92f 100644
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.10.95.ebuild
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.10.95.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
 SRC_URI="mirror://kde/unstable/${PN}/${P}.tar.xz"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 LICENSE="|| ( GPL-2+ LGPL-3+ )"
 IUSE=""
 

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.39.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.39.0.ebuild
index bbde6786b2..3bdf5ca7fb 100644
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.39.0.ebuild
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.39.0.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit kde5
 
 DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 LICENSE="|| ( GPL-2+ LGPL-3+ )"
 IUSE=""
 


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2017-10-10 13:34 Michael Palimaka
  0 siblings, 0 replies; 45+ messages in thread
From: Michael Palimaka @ 2017-10-10 13:34 UTC (permalink / raw
  To: gentoo-commits

commit:     b9a3c4bf9afbf7694db1f844c9754f952cd34191
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 10 13:33:43 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Oct 10 13:33:55 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=b9a3c4bf

kde-frameworks/qqc2-desktop-style: add new dependencies

Upstream-commit: aa33639fcfd95f905c9e74b58b9ffd5358d57443
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.39.0.ebuild | 3 +++
 kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild   | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.39.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.39.0.ebuild
index 3bdf5ca7fb..eb1e7f9271 100644
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.39.0.ebuild
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.39.0.ebuild
@@ -12,6 +12,9 @@ IUSE=""
 
 # drop qtdeclarative subslot operator when QT_MINIMAL >= 5.8.0
 DEPEND="
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kiconthemes)
+	$(add_frameworks_dep kirigami)
 	$(add_qt_dep qtdeclarative '' '' '5=')
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtwidgets)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild
index c1f0dd0d61..05688287a9 100644
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild
@@ -12,6 +12,9 @@ IUSE=""
 
 # drop qtdeclarative subslot operator when QT_MINIMAL >= 5.8.0
 DEPEND="
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kiconthemes)
+	$(add_frameworks_dep kirigami)
 	$(add_qt_dep qtdeclarative '' '' '5=')
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtwidgets)


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2017-10-08 13:59 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2017-10-08 13:59 UTC (permalink / raw
  To: gentoo-commits

commit:     ceccf65ff1fbb7a297a178dc1d7e85573a15ec63
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  8 13:59:43 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct  8 13:59:43 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=ceccf65f

kde-frameworks/qqc2-desktop-style: Add KEYWORDS

Required because Plasma-5.11 is released before Frameworks 5.39.

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.10.95.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.10.95.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.10.95.ebuild
index ae9dfa8d6f..36e0d676b6 100644
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.10.95.ebuild
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.10.95.ebuild
@@ -8,7 +8,7 @@ inherit kde5
 DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
 SRC_URI="mirror://kde/unstable/${PN}/${P}.tar.xz"
 
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
 LICENSE="|| ( GPL-2+ LGPL-3+ )"
 IUSE=""
 


^ permalink raw reply related	[flat|nested] 45+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/
@ 2017-09-09 17:56 Andreas Sturmlechner
  0 siblings, 0 replies; 45+ messages in thread
From: Andreas Sturmlechner @ 2017-09-09 17:56 UTC (permalink / raw
  To: gentoo-commits

commit:     7aaf23a169eb33347a8ebbca4e0b68aff0a92b19
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  9 17:45:25 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep  9 17:45:25 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=7aaf23a1

kde-frameworks/qqc2-desktop-style: New package

This is going to be shipped as part of Frameworks in >=5.39 and required
by Plasma 5.11.

See also:
https://mail.kde.org/pipermail/plasma-devel/2017-September/073780.html
https://mail.kde.org/pipermail/plasma-devel/2017-September/073947.html

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 kde-frameworks/qqc2-desktop-style/metadata.xml     |  8 ++++++++
 .../qqc2-desktop-style-5.10.95.ebuild              | 24 ++++++++++++++++++++++
 .../qqc2-desktop-style-9999.ebuild                 | 22 ++++++++++++++++++++
 3 files changed, 54 insertions(+)

diff --git a/kde-frameworks/qqc2-desktop-style/metadata.xml b/kde-frameworks/qqc2-desktop-style/metadata.xml
new file mode 100644
index 0000000000..2fdbf33d96
--- /dev/null
+++ b/kde-frameworks/qqc2-desktop-style/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>kde@gentoo.org</email>
+		<name>Gentoo KDE Project</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.10.95.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.10.95.ebuild
new file mode 100644
index 0000000000..ae9dfa8d6f
--- /dev/null
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.10.95.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
+SRC_URI="mirror://kde/unstable/${PN}/${P}.tar.xz"
+
+KEYWORDS=""
+LICENSE="|| ( GPL-2+ LGPL-3+ )"
+IUSE=""
+
+# drop qtdeclarative subslot operator when QT_MINIMAL >= 5.8.0
+DEPEND="
+	$(add_qt_dep qtdeclarative '' '' '5=')
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}
+	$(add_qt_dep qtgraphicaleffects)
+	$(add_qt_dep qtquickcontrols2)
+"

diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild
new file mode 100644
index 0000000000..c1f0dd0d61
--- /dev/null
+++ b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-9999.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
+KEYWORDS=""
+LICENSE="|| ( GPL-2+ LGPL-3+ )"
+IUSE=""
+
+# drop qtdeclarative subslot operator when QT_MINIMAL >= 5.8.0
+DEPEND="
+	$(add_qt_dep qtdeclarative '' '' '5=')
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}
+	$(add_qt_dep qtgraphicaleffects)
+	$(add_qt_dep qtquickcontrols2)
+"


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

end of thread, other threads:[~2024-10-04 22:21 UTC | newest]

Thread overview: 45+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-05 23:10 [gentoo-commits] proj/kde:master commit in: kde-frameworks/qqc2-desktop-style/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-10-04 22:21 Andreas Sturmlechner
2024-09-14  3:24 Andreas Sturmlechner
2024-09-07  9:44 Andreas Sturmlechner
2024-08-09 13:57 Andreas Sturmlechner
2024-08-04 19:37 Andreas Sturmlechner
2024-07-12 15:05 Andreas Sturmlechner
2024-07-08 20:11 Andreas Sturmlechner
2024-06-24 17:30 Andreas Sturmlechner
2024-06-12 15:35 Andreas Sturmlechner
2024-06-02 20:21 Andreas Sturmlechner
2024-05-19 19:34 Andreas Sturmlechner
2024-05-13 21:05 Andreas Sturmlechner
2024-04-14 20:04 Andreas Sturmlechner
2024-04-05 20:01 Andreas Sturmlechner
2024-03-15 14:07 Andreas Sturmlechner
2024-02-11 20:15 Andreas Sturmlechner
2024-02-03 21:43 Andreas Sturmlechner
2024-01-14 22:37 Andreas Sturmlechner
2024-01-10 23:27 Andreas Sturmlechner
2023-12-15 16:20 Andreas Sturmlechner
2023-12-06 17:19 Andreas Sturmlechner
2023-11-27 23:22 Andreas Sturmlechner
2023-11-12 10:18 Andreas Sturmlechner
2023-10-19 20:09 Andreas Sturmlechner
2023-10-08 12:43 Andreas Sturmlechner
2023-09-19 16:44 Andreas Sturmlechner
2023-08-18  8:56 Andreas Sturmlechner
2023-08-05 21:13 Andreas Sturmlechner
2023-07-08 16:18 Andreas Sturmlechner
2023-07-02 21:57 Andreas Sturmlechner
2023-06-10 10:13 Andreas Sturmlechner
2023-06-05 15:32 Andreas Sturmlechner
2022-12-11 21:24 Andreas Sturmlechner
2022-10-02 22:17 Andreas Sturmlechner
2021-11-13 19:05 Andreas Sturmlechner
2020-09-29 12:51 Andreas Sturmlechner
2018-05-23 19:24 Andreas Sturmlechner
2018-03-29 18:09 Andreas Sturmlechner
2017-10-15 14:20 Andreas Sturmlechner
2017-10-12 17:47 Johannes Huber
2017-10-10 13:34 Michael Palimaka
2017-10-10 13:34 Michael Palimaka
2017-10-08 13:59 Andreas Sturmlechner
2017-09-09 17:56 Andreas Sturmlechner

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