* [gentoo-commits] proj/kde:master commit in: kde-apps/pim-sieve-editor/
@ 2017-03-03 19:28 Andreas Sturmlechner
0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2017-03-03 19:28 UTC (permalink / raw
To: gentoo-commits
commit: f338d9209dde1ecc9e644e10f3430981ceaeafd8
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 3 19:27:43 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Mar 3 19:27:43 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f338d920
kde-apps/pim-sieve-editor: Drop unused DEPEND
Upstream commit b2943377532883c6be88dd14190c52a1204e1ab2
Package-Manager: Portage-2.3.3, Repoman-2.3.1
kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild b/kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild
index 65e79001b9..65e927eac9 100644
--- a/kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild
+++ b/kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild
@@ -33,7 +33,6 @@ DEPEND="
$(add_kdeapps_dep kcontacts)
$(add_kdeapps_dep kmailtransport)
$(add_kdeapps_dep libksieve)
- $(add_kdeapps_dep messagelib)
$(add_kdeapps_dep pimcommon)
$(add_qt_dep qtgui)
$(add_qt_dep qtnetwork)
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/pim-sieve-editor/
@ 2020-02-08 20:02 Andreas Sturmlechner
0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2020-02-08 20:02 UTC (permalink / raw
To: gentoo-commits
commit: 526c53741d3f25dcb9e15a4dffe5545ec0b724fb
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 8 19:26:33 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Feb 8 20:01:50 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=526c5374
kde-apps/pim-sieve-editor: Add USE feedback
Upstream commit 63350abc9bb145da1ec2c32eae453346e7329248
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/pim-sieve-editor/metadata.xml | 3 +++
kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild | 11 ++++++++++-
2 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/kde-apps/pim-sieve-editor/metadata.xml b/kde-apps/pim-sieve-editor/metadata.xml
index 2fdbf33d96..6bb4132173 100644
--- a/kde-apps/pim-sieve-editor/metadata.xml
+++ b/kde-apps/pim-sieve-editor/metadata.xml
@@ -5,4 +5,7 @@
<email>kde@gentoo.org</email>
<name>Gentoo KDE Project</name>
</maintainer>
+ <use>
+ <flag name="feedback">Send anonymized usage information to KDE so they can better understand our users</flag>
+ </use>
</pkgmetadata>
diff --git a/kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild b/kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild
index 61477d9daa..ca423043d6 100644
--- a/kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild
+++ b/kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild
@@ -16,7 +16,7 @@ DESCRIPTION="Assistant for editing IMAP Sieve filters"
LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
SLOT="5"
KEYWORDS=""
-IUSE=""
+IUSE="feedback"
DEPEND="
>=dev-qt/qtgui-${QTMIN}:5
@@ -42,5 +42,14 @@ DEPEND="
>=kde-frameworks/kwallet-${KFMIN}:5
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
>=kde-frameworks/kxmlgui-${KFMIN}:5
+ feedback? ( dev-libs/kuserfeedback:5 )
"
RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake_use_find_package feedback KUserFeedback)
+ )
+
+ ecm_src_configure
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/pim-sieve-editor/
@ 2021-04-15 22:32 Andreas Sturmlechner
0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2021-04-15 22:32 UTC (permalink / raw
To: gentoo-commits
commit: bc021c1460c85a22b67a56ba57a971b410210fd9
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 15 22:11:46 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 15 22:30:40 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bc021c14
kde-apps/pim-sieve-editor: Update DEPENDs
Upstream commits:
e7ca50266e43be8e4f234646da1d33ebdf820365
0e325b172f3157e288e0c4db2a8d0efcafbc1f38
531eba155c2f6c34ea43dc54b5022dc836a5f8b9
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild b/kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild
index eabb7b0cf3..b667d3f95d 100644
--- a/kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild
+++ b/kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild
@@ -19,6 +19,7 @@ KEYWORDS=""
IUSE="telemetry"
DEPEND="
+ dev-libs/qtkeychain:=
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtnetwork-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
@@ -39,7 +40,6 @@ DEPEND="
>=kde-frameworks/kdbusaddons-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
>=kde-frameworks/kiconthemes-${KFMIN}:5
- >=kde-frameworks/kwallet-${KFMIN}:5
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
>=kde-frameworks/kxmlgui-${KFMIN}:5
telemetry? ( dev-libs/kuserfeedback:5 )
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/pim-sieve-editor/
@ 2021-04-25 8:00 Andreas Sturmlechner
0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2021-04-25 8:00 UTC (permalink / raw
To: gentoo-commits
commit: 41f7671cffcdf8d9905af67944eea748da01b030
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 25 07:57:56 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 25 07:59:41 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=41f7671c
kde-apps/pim-sieve-editor: Set ECM_HANDBOOK=optional
Upstream commit 3be2803c46df607c7aebacbb88cf15aceecb7b6e
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild b/kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild
index 463213c786..98a585d110 100644
--- a/kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild
+++ b/kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-ECM_HANDBOOK="forceoptional"
+ECM_HANDBOOK="optional"
ECM_TEST="forceoptional"
PVCUT=$(ver_cut 1-3)
KFMIN=5.81.0
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/pim-sieve-editor/
@ 2021-11-16 7:35 Andreas Sturmlechner
0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2021-11-16 7:35 UTC (permalink / raw
To: gentoo-commits
commit: d8d6f0b4d7cad5f61336743ca425e9e374ca208c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 16 07:07:19 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Nov 16 07:07:19 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d8d6f0b4
kde-apps/pim-sieve-editor: Drop unused DEPEND
Upstream commit ffaa4290742302dc25976abefc7a7888fee65fec
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild b/kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild
index 76fc25b13a..0cd07b9234 100644
--- a/kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild
+++ b/kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild
@@ -39,7 +39,6 @@ DEPEND="
>=kde-frameworks/kcrash-${KFMIN}:5
>=kde-frameworks/kdbusaddons-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kiconthemes-${KFMIN}:5
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
>=kde-frameworks/kxmlgui-${KFMIN}:5
telemetry? ( dev-libs/kuserfeedback:5 )
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/pim-sieve-editor/
@ 2021-12-09 11:28 Andreas Sturmlechner
0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2021-12-09 11:28 UTC (permalink / raw
To: gentoo-commits
commit: 7501a2fe9e029776ffa2a0babfe2d9bfb761e487
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 9 10:38:40 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec 9 11:26:38 2021 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7501a2fe
kde-apps/pim-sieve-editor: drop 21.11.90*
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../pim-sieve-editor-21.11.90.ebuild | 54 ----------------------
1 file changed, 54 deletions(-)
diff --git a/kde-apps/pim-sieve-editor/pim-sieve-editor-21.11.90.ebuild b/kde-apps/pim-sieve-editor/pim-sieve-editor-21.11.90.ebuild
deleted file mode 100644
index 47c2060d5f..0000000000
--- a/kde-apps/pim-sieve-editor/pim-sieve-editor-21.11.90.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="optional"
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.88.0
-QTMIN=5.15.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Assistant for editing IMAP Sieve filters"
-
-LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE="telemetry"
-
-DEPEND="
- dev-libs/qtkeychain:=
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-apps/akonadi-${PVCUT}:5
- >=kde-apps/akonadi-contacts-${PVCUT}:5
- >=kde-apps/akonadi-mime-${PVCUT}:5
- >=kde-apps/calendarsupport-${PVCUT}:5
- >=kde-apps/kmailtransport-${PVCUT}:5
- >=kde-apps/libksieve-${PVCUT}:5
- >=kde-apps/pimcommon-${PVCUT}:5
- >=kde-frameworks/kbookmarks-${KFMIN}:5
- >=kde-frameworks/kcalendarcore-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcontacts-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kcrash-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kxmlgui-${KFMIN}:5
- telemetry? ( dev-libs/kuserfeedback:5 )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package telemetry KUserFeedback)
- )
-
- ecm_src_configure
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/pim-sieve-editor/
@ 2022-10-11 15:18 Andreas Sturmlechner
0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2022-10-11 15:18 UTC (permalink / raw
To: gentoo-commits
commit: 6296905b473eedca044b5200fc80210e4da17e3e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 11 14:58:48 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 11 15:17:12 2022 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6296905b
kde-apps/pim-sieve-editor: Add dev-libs/qtkeychain[qt5(+)] USEdep
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/pim-sieve-editor/pim-sieve-editor-22.08.2.ebuild | 2 +-
kde-apps/pim-sieve-editor/pim-sieve-editor-22.08.49.9999.ebuild | 2 +-
kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/kde-apps/pim-sieve-editor/pim-sieve-editor-22.08.2.ebuild b/kde-apps/pim-sieve-editor/pim-sieve-editor-22.08.2.ebuild
index b55084786d..aafebd6455 100644
--- a/kde-apps/pim-sieve-editor/pim-sieve-editor-22.08.2.ebuild
+++ b/kde-apps/pim-sieve-editor/pim-sieve-editor-22.08.2.ebuild
@@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
IUSE="telemetry"
DEPEND="
- dev-libs/qtkeychain:=
+ dev-libs/qtkeychain:=[qt5(+)]
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtnetwork-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
diff --git a/kde-apps/pim-sieve-editor/pim-sieve-editor-22.08.49.9999.ebuild b/kde-apps/pim-sieve-editor/pim-sieve-editor-22.08.49.9999.ebuild
index a6ab5f05ae..88fca1458a 100644
--- a/kde-apps/pim-sieve-editor/pim-sieve-editor-22.08.49.9999.ebuild
+++ b/kde-apps/pim-sieve-editor/pim-sieve-editor-22.08.49.9999.ebuild
@@ -19,7 +19,7 @@ KEYWORDS=""
IUSE="telemetry"
DEPEND="
- dev-libs/qtkeychain:=
+ dev-libs/qtkeychain:=[qt5(+)]
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtnetwork-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
diff --git a/kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild b/kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild
index fa98d76f6c..0898ccfe64 100644
--- a/kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild
+++ b/kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild
@@ -19,7 +19,7 @@ KEYWORDS=""
IUSE="telemetry"
DEPEND="
- dev-libs/qtkeychain:=
+ dev-libs/qtkeychain:=[qt5(+)]
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtnetwork-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/pim-sieve-editor/
@ 2023-12-17 12:04 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-12-17 12:04 UTC (permalink / raw
To: gentoo-commits
commit: 373e2566f7a38812751abd00939742dea8a61cad
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 6 21:34:12 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 12:04:30 2023 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=373e2566
kde-apps/pim-sieve-editor: Port to KF6
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../pim-sieve-editor/pim-sieve-editor-9999.ebuild | 52 +++++++++++-----------
1 file changed, 25 insertions(+), 27 deletions(-)
diff --git a/kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild b/kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild
index 2323d6d641..ed4514ce09 100644
--- a/kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild
+++ b/kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild
@@ -6,47 +6,45 @@ EAPI=8
ECM_HANDBOOK="optional"
ECM_TEST="true"
PVCUT=$(ver_cut 1-3)
-KFMIN=5.106.0
-QTMIN=5.15.9
+KFMIN=5.245.0
+QTMIN=6.6.0
inherit ecm gear.kde.org
DESCRIPTION="Assistant for editing IMAP Sieve filters"
LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
-SLOT="5"
+SLOT="6"
KEYWORDS=""
IUSE="telemetry"
DEPEND="
- dev-libs/qtkeychain:=[qt5(+)]
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-apps/akonadi-${PVCUT}:5
- >=kde-apps/akonadi-contacts-${PVCUT}:5
- >=kde-apps/akonadi-mime-${PVCUT}:5
- >=kde-apps/calendarsupport-${PVCUT}:5
- >=kde-apps/kmailtransport-${PVCUT}:5
- >=kde-apps/libksieve-${PVCUT}:5
- >=kde-apps/pimcommon-${PVCUT}:5
- >=kde-frameworks/kbookmarks-${KFMIN}:5
- >=kde-frameworks/kcalendarcore-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcontacts-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kcrash-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kxmlgui-${KFMIN}:5
- telemetry? ( >=kde-frameworks/kuserfeedback-1.2.0:5 )
+ >=dev-libs/qtkeychain-0.14.1-r1:=[qt6]
+ >=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets]
+ >=kde-apps/akonadi-${PVCUT}:6
+ >=kde-apps/akonadi-contacts-${PVCUT}:6
+ >=kde-apps/akonadi-mime-${PVCUT}:6
+ >=kde-apps/calendarsupport-${PVCUT}:6
+ >=kde-apps/kmailtransport-${PVCUT}:6
+ >=kde-apps/libksieve-${PVCUT}:6
+ >=kde-apps/pimcommon-${PVCUT}:6
+ >=kde-frameworks/kbookmarks-${KFMIN}:6
+ >=kde-frameworks/kcalendarcore-${KFMIN}:6
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:6
+ >=kde-frameworks/kcontacts-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/kcrash-${KFMIN}:6
+ >=kde-frameworks/kdbusaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+ >=kde-frameworks/kxmlgui-${KFMIN}:6
+ telemetry? ( >=kde-frameworks/kuserfeedback-${KFMIN}:6 )
"
RDEPEND="${DEPEND}"
src_configure() {
local mycmakeargs=(
- $(cmake_use_find_package telemetry KUserFeedback)
+ $(cmake_use_find_package telemetry KF6UserFeedback)
)
ecm_src_configure
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/pim-sieve-editor/
@ 2024-05-17 19:50 Andreas Sturmlechner
0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2024-05-17 19:50 UTC (permalink / raw
To: gentoo-commits
commit: a0b99d85dc7bd6697e671a2c6ba02658af290fb5
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri May 17 19:38:09 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri May 17 19:38:09 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a0b99d85
kde-apps/pim-sieve-editor: Raise min dev-libs/qtkeychain to 0.14.2
Upstream commit f8f7f0537579cf4b6695580622283f63a7c64c89
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/pim-sieve-editor/pim-sieve-editor-24.04.90.ebuild | 2 +-
kde-apps/pim-sieve-editor/pim-sieve-editor-24.05.49.9999.ebuild | 2 +-
kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/kde-apps/pim-sieve-editor/pim-sieve-editor-24.04.90.ebuild b/kde-apps/pim-sieve-editor/pim-sieve-editor-24.04.90.ebuild
index 5fa4d44089..5da653d318 100644
--- a/kde-apps/pim-sieve-editor/pim-sieve-editor-24.04.90.ebuild
+++ b/kde-apps/pim-sieve-editor/pim-sieve-editor-24.04.90.ebuild
@@ -18,7 +18,7 @@ KEYWORDS="~amd64"
IUSE="telemetry"
DEPEND="
- >=dev-libs/qtkeychain-0.14.1-r1:=[qt6]
+ >=dev-libs/qtkeychain-0.14.2:=[qt6]
>=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets]
>=kde-apps/akonadi-${PVCUT}:6
>=kde-apps/akonadi-contacts-${PVCUT}:6
diff --git a/kde-apps/pim-sieve-editor/pim-sieve-editor-24.05.49.9999.ebuild b/kde-apps/pim-sieve-editor/pim-sieve-editor-24.05.49.9999.ebuild
index 9c78daa2b2..484f5092f8 100644
--- a/kde-apps/pim-sieve-editor/pim-sieve-editor-24.05.49.9999.ebuild
+++ b/kde-apps/pim-sieve-editor/pim-sieve-editor-24.05.49.9999.ebuild
@@ -18,7 +18,7 @@ KEYWORDS=""
IUSE="telemetry"
DEPEND="
- >=dev-libs/qtkeychain-0.14.1-r1:=[qt6]
+ >=dev-libs/qtkeychain-0.14.2:=[qt6]
>=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets]
>=kde-apps/akonadi-${PVCUT}:6
>=kde-apps/akonadi-contacts-${PVCUT}:6
diff --git a/kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild b/kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild
index 9c78daa2b2..484f5092f8 100644
--- a/kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild
+++ b/kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild
@@ -18,7 +18,7 @@ KEYWORDS=""
IUSE="telemetry"
DEPEND="
- >=dev-libs/qtkeychain-0.14.1-r1:=[qt6]
+ >=dev-libs/qtkeychain-0.14.2:=[qt6]
>=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets]
>=kde-apps/akonadi-${PVCUT}:6
>=kde-apps/akonadi-contacts-${PVCUT}:6
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/pim-sieve-editor/
@ 2024-08-10 15:04 Andreas Sturmlechner
0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2024-08-10 15:04 UTC (permalink / raw
To: gentoo-commits
commit: 77fb52cf48323cfce76a241327ca1aec74035e2e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 10 14:57:21 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 10 15:03:17 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=77fb52cf
kde-apps/pim-sieve-editor: Add new dependency
Upstream commit bde57017515df1750ff483d133302a5165b6d183
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild b/kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild
index 42eb86f149..5d1b9e79f9 100644
--- a/kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild
+++ b/kde-apps/pim-sieve-editor/pim-sieve-editor-9999.ebuild
@@ -36,6 +36,7 @@ DEPEND="
>=kde-frameworks/kcrash-${KFMIN}:6
>=kde-frameworks/kdbusaddons-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kiconthemes-${KFMIN}:6
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kxmlgui-${KFMIN}:6
telemetry? ( >=kde-frameworks/kuserfeedback-${KFMIN}:6 )
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2024-08-10 15:04 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-03 19:28 [gentoo-commits] proj/kde:master commit in: kde-apps/pim-sieve-editor/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2020-02-08 20:02 Andreas Sturmlechner
2021-04-15 22:32 Andreas Sturmlechner
2021-04-25 8:00 Andreas Sturmlechner
2021-11-16 7:35 Andreas Sturmlechner
2021-12-09 11:28 Andreas Sturmlechner
2022-10-11 15:18 Andreas Sturmlechner
2023-12-17 12:04 Sam James
2024-05-17 19:50 Andreas Sturmlechner
2024-08-10 15:04 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox