[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2024-09-13 Thread Andreas Sturmlechner
commit: 56518f0b844a7ca8b2f7abd8c6cee7cfda46b6fa
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Sep 13 14:18:15 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Sep 14 03:22:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56518f0b

kde-frameworks/purpose: 6.6.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest |  1 +
 kde-frameworks/purpose/purpose-6.6.0.ebuild | 80 +
 2 files changed, 81 insertions(+)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index e251846fc605..095e71070022 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,2 +1,3 @@
 DIST purpose-5.116.0.tar.xz 181148 BLAKE2B 
9b4b267128511929fe0e81256f046552a1d70654c9a3e46ca52c2e5035003f96bf42cebf91b2ff0c19d8ca846b3dbd9106d5fd2df5dda11ec17c16bb8c419447
 SHA512 
3447135ad33c725e0512c6b20a9be81082737146fa0c5a32b0c7d50a21cb5697b2b4796d1cbffc8661dd845ee3ef51bc57af0c94cce0ed14cc1542df822139d5
 DIST purpose-6.5.0.tar.xz 174700 BLAKE2B 
780682a8308023e40723616f3f69704fc168d4a3391194948a7345246cf0014572d0100fccb2575c11251b067c26a21f40997418bb98e35287e7c88b3454c9e2
 SHA512 
8f0947545c125b08ed34a36321d73ff99725e6e537ec7675f8cff0673c11b7a4570bf194da409b43c997927a844f2236ebaf07fd193f887d57e768485f41ca0b
+DIST purpose-6.6.0.tar.xz 176800 BLAKE2B 
ca9bf9a881935f2e20bc734d248a15a5fdfbd66cb953ec8284190c962369704093351199560e229caa6e7f5e0110bf1e2ed4447c7bb137562613d0a2d82ded2e
 SHA512 
bc12591f5dccb322cd447a275fa6e35d68e2d7762b09464f10c6f63a8f66e47a45be3693eb289475c581e12d9c316ae8d288b7b29f671068c7b05f757d248811

diff --git a/kde-frameworks/purpose/purpose-6.6.0.ebuild 
b/kde-frameworks/purpose/purpose-6.6.0.ebuild
new file mode 100644
index ..3addb28b15b1
--- /dev/null
+++ b/kde-frameworks/purpose/purpose-6.6.0.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+ECM_TEST="forceoptional"
+PVCUT=$(ver_cut 1-2)
+QTMIN=6.6.2
+inherit ecm frameworks.kde.org optfeature xdg-utils
+
+DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
+
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="bluetooth webengine"
+
+# requires running environment
+RESTRICT="test"
+
+DEPEND="
+   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
+   >=dev-qt/qtdeclarative-${QTMIN}:6
+   =kde-frameworks/kconfig-${PVCUT}*:6
+   =kde-frameworks/kcoreaddons-${PVCUT}*:6
+   =kde-frameworks/ki18n-${PVCUT}*:6
+   =kde-frameworks/kio-${PVCUT}*:6
+   =kde-frameworks/kirigami-${PVCUT}*:6
+   =kde-frameworks/knotifications-${PVCUT}*:6
+   =kde-frameworks/kservice-${PVCUT}*:6
+   =kde-frameworks/prison-${PVCUT}*:6
+   webengine? (
+   kde-apps/kaccounts-integration:6
+   >=net-libs/accounts-qt-1.16_p20220803[qt6]
+   )
+"
+RDEPEND="${DEPEND}
+   >=kde-frameworks/kdeclarative-${PVCUT}:6
+   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:6 )
+   webengine? (
+   >=kde-frameworks/purpose-kaccounts-services-${PVCUT}
+   >=net-libs/accounts-qml-0.7_p20231028[qt6]
+   )
+"
+BDEPEND="webengine? ( dev-util/intltool )"
+
+src_prepare() {
+   ecm_src_prepare
+
+   use bluetooth ||
+   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
+}
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package webengine KAccounts6)
+   )
+
+   ecm_src_configure
+}
+
+src_install() {
+   # Shipped by kde-frameworks/purpose-kaccounts-services package for 
shared use w/ SLOT 5
+   use webengine && ECM_REMOVE_FROM_INSTALL=(
+   
/usr/share/accounts/services/kde/{google-youtube,nextcloud-upload}.service
+   )
+   ecm_src_install
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   optfeature "Send through KDE Connect" kde-misc/kdeconnect
+   fi
+   ecm_pkg_postinst
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose-kaccounts-services/

2024-09-13 Thread Andreas Sturmlechner
commit: 0e9464eeb063b350cd0d262bbf2aad6be30bb274
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Sep 13 14:18:19 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Sep 14 03:22:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e9464ee

kde-frameworks/purpose-kaccounts-services: 6.6.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose-kaccounts-services/Manifest |  1 +
 .../purpose-kaccounts-services-6.6.0.ebuild| 56 ++
 2 files changed, 57 insertions(+)

diff --git a/kde-frameworks/purpose-kaccounts-services/Manifest 
b/kde-frameworks/purpose-kaccounts-services/Manifest
index e9a50ad9eb07..5ca3b4255230 100644
--- a/kde-frameworks/purpose-kaccounts-services/Manifest
+++ b/kde-frameworks/purpose-kaccounts-services/Manifest
@@ -1 +1,2 @@
 DIST purpose-6.5.0.tar.xz 174700 BLAKE2B 
780682a8308023e40723616f3f69704fc168d4a3391194948a7345246cf0014572d0100fccb2575c11251b067c26a21f40997418bb98e35287e7c88b3454c9e2
 SHA512 
8f0947545c125b08ed34a36321d73ff99725e6e537ec7675f8cff0673c11b7a4570bf194da409b43c997927a844f2236ebaf07fd193f887d57e768485f41ca0b
+DIST purpose-6.6.0.tar.xz 176800 BLAKE2B 
ca9bf9a881935f2e20bc734d248a15a5fdfbd66cb953ec8284190c962369704093351199560e229caa6e7f5e0110bf1e2ed4447c7bb137562613d0a2d82ded2e
 SHA512 
bc12591f5dccb322cd447a275fa6e35d68e2d7762b09464f10c6f63a8f66e47a45be3693eb289475c581e12d9c316ae8d288b7b29f671068c7b05f757d248811

diff --git 
a/kde-frameworks/purpose-kaccounts-services/purpose-kaccounts-services-6.6.0.ebuild
 
b/kde-frameworks/purpose-kaccounts-services/purpose-kaccounts-services-6.6.0.ebuild
new file mode 100644
index ..488d5a17d72c
--- /dev/null
+++ 
b/kde-frameworks/purpose-kaccounts-services/purpose-kaccounts-services-6.6.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# this is purely for service file creation
+ECM_I18N="false"
+ECM_HANDBOOK="false"
+KDE_ORG_NAME="${PN/-kaccounts-services/}"
+KF5_BDEPEND=( "kde-apps/kaccounts-integration:6[qt5]" )
+KF6_BDEPEND=( "kde-apps/kaccounts-integration:6" )
+KFMIN=5.115.0
+inherit ecm-common frameworks.kde.org
+
+DESCRIPTION="KAccounts generated service files for nextcloud and google 
services"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+IUSE=""
+
+RDEPEND="
+   !> CMakeLists.txt <<- _EOF_ || die
+   if(KFSLOT STREQUAL "6")
+   find_package(KAccounts6 REQUIRED)
+   else()
+   find_package(KAccounts REQUIRED)
+   endif()
+
+   
kaccounts_add_service(\${CMAKE_CURRENT_SOURCE_DIR}/src/plugins/nextcloud/nextcloud-upload.service.in)
+   
kaccounts_add_service(\${CMAKE_CURRENT_SOURCE_DIR}/src/plugins/youtube/google-youtube.service.in)
+   _EOF_
+}
+
+src_prepare() {
+   ecm-common_src_prepare
+
+   # Safety measure in case new services are added in the future
+   local known_num_of_services=2
+   local found_num_of_services=$(find . -iname "*service.in" | wc -l)
+   if [[ ${found_num_of_services} != ${known_num_of_services} ]]; then
+   eerror "Number of service files mismatch!"
+   eerror "Expected: ${known_num_of_services}"
+   eerror "Found: ${found_num_of_services}"
+   die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose-kaccounts-services/

2024-09-04 Thread Andreas Sturmlechner
commit: dc28a64866ce0f0a4de33a206abdf25da7bdaef9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep  1 22:08:32 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Sep  4 13:59:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc28a648

kde-frameworks/purpose-kaccounts-services: leave only amd64, arm64

All other arches really are masked for revdeps anyway.

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../purpose-kaccounts-services/purpose-kaccounts-services-6.5.0.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-frameworks/purpose-kaccounts-services/purpose-kaccounts-services-6.5.0.ebuild
 
b/kde-frameworks/purpose-kaccounts-services/purpose-kaccounts-services-6.5.0.ebuild
index e6c243d86fd9..936ff4ed283a 100644
--- 
a/kde-frameworks/purpose-kaccounts-services/purpose-kaccounts-services-6.5.0.ebuild
+++ 
b/kde-frameworks/purpose-kaccounts-services/purpose-kaccounts-services-6.5.0.ebuild
@@ -19,7 +19,7 @@ DESCRIPTION="KAccounts generated service files for nextcloud 
and google services
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm64"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2024-08-29 Thread Andreas Sturmlechner
commit: eab2bda69ed40c9b9682edf22241d6d4f821fbdb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Aug 28 19:39:06 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Aug 29 21:17:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eab2bda6

kde-frameworks/purpose: drop 5.116.0-r1

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/metadata.xml  |  1 -
 kde-frameworks/purpose/purpose-5.116.0-r1.ebuild | 91 
 2 files changed, 92 deletions(-)

diff --git a/kde-frameworks/purpose/metadata.xml 
b/kde-frameworks/purpose/metadata.xml
index 9f968689f3d1..fc6af5af3754 100644
--- a/kde-frameworks/purpose/metadata.xml
+++ b/kde-frameworks/purpose/metadata.xml
@@ -11,7 +11,6 @@


Enable support for system-wide defined 
KAccounts
-   Disable components colliding with KF6, 
depend on KF6 components instead
Enable support for system-wide defined 
KAccounts



diff --git a/kde-frameworks/purpose/purpose-5.116.0-r1.ebuild 
b/kde-frameworks/purpose/purpose-5.116.0-r1.ebuild
deleted file mode 100644
index 9f3b9e96d6dd..
--- a/kde-frameworks/purpose/purpose-5.116.0-r1.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.9
-inherit ecm frameworks.kde.org optfeature xdg-utils
-
-DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
-LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE="bluetooth kaccounts kf6compat"
-
-# requires running environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kirigami-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/kservice-${PVCUT}*:5
-   =kde-frameworks/prison-${PVCUT}*:5
-   kaccounts? (
-   || (
-   kde-apps/kaccounts-integration:6[qt5]
-   kde-apps/kaccounts-integration:5
-   )
-   net-libs/accounts-qt[qt5(+)]
-   )
-"
-RDEPEND="${DEPEND}
-   kf6compat? ( kaccounts? ( 
>=kde-frameworks/purpose-6.3.0-r1:6[webengine] ) )
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${PVCUT}:5
-   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
-   kaccounts? ( net-libs/accounts-qml[qt5(+)] )
-"
-BDEPEND="kaccounts? ( dev-util/intltool )"
-
-src_prepare() {
-   ecm_src_prepare
-
-   use bluetooth ||
-   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package kaccounts KAccounts)
-   )
-
-   ecm_src_configure
-}
-
-src_install() {
-   ecm_src_install
-
-   if use kf6compat; then
-   rm 
"${D}"/usr/share/icons/hicolor/128x128/apps/{reviewboard,phabricator}-purpose.png
 \
-   
"${D}"/usr/share/icons/hicolor/16x16/apps/{reviewboard,phabricator}-purpose.png 
\
-   || die
-   if use kaccounts; then
-   rm 
"${D}"/usr/share/accounts/services/kde/{google-youtube,nextcloud-upload}.service
 \
-   || die
-   fi
-   fi
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Send through KDE Connect" kde-misc/kdeconnect
-   fi
-   ecm_pkg_postinst
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose-kaccounts-services/

2024-08-29 Thread Sam James
commit: b949d227b16d650dc9788004308af85526d2afb2
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 29 19:39:50 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 29 19:39:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b949d227

kde-frameworks/purpose-kaccounts-services: Stabilize 6.5.0 x86, #938291

Signed-off-by: Sam James  gentoo.org>

 .../purpose-kaccounts-services/purpose-kaccounts-services-6.5.0.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-frameworks/purpose-kaccounts-services/purpose-kaccounts-services-6.5.0.ebuild
 
b/kde-frameworks/purpose-kaccounts-services/purpose-kaccounts-services-6.5.0.ebuild
index 82497f63ef09..e6c243d86fd9 100644
--- 
a/kde-frameworks/purpose-kaccounts-services/purpose-kaccounts-services-6.5.0.ebuild
+++ 
b/kde-frameworks/purpose-kaccounts-services/purpose-kaccounts-services-6.5.0.ebuild
@@ -19,7 +19,7 @@ DESCRIPTION="KAccounts generated service files for nextcloud 
and google services
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2024-08-29 Thread Sam James
commit: 3ed03b064cd3f03dbb1cf8da91646a50c6ab7428
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 29 19:39:48 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 29 19:39:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed03b06

kde-frameworks/purpose: Stabilize 5.116.0-r2 x86, #938291

Signed-off-by: Sam James  gentoo.org>

 kde-frameworks/purpose/purpose-5.116.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/purpose/purpose-5.116.0-r2.ebuild 
b/kde-frameworks/purpose/purpose-5.116.0-r2.ebuild
index fa93b1f5775e..897e2153fb40 100644
--- a/kde-frameworks/purpose/purpose-5.116.0-r2.ebuild
+++ b/kde-frameworks/purpose/purpose-5.116.0-r2.ebuild
@@ -12,7 +12,7 @@ inherit ecm frameworks.kde.org optfeature xdg-utils
 DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="bluetooth kaccounts"
 
 # requires running environment



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2024-08-28 Thread Jakov Smolić
commit: 3c832e656aac8b42fb49972874917633014fcd08
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Aug 28 21:38:16 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Aug 28 21:38:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c832e65

kde-frameworks/purpose: Stabilize 5.116.0-r2 arm64, #938291

Signed-off-by: Jakov Smolić  gentoo.org>

 kde-frameworks/purpose/purpose-5.116.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/purpose/purpose-5.116.0-r2.ebuild 
b/kde-frameworks/purpose/purpose-5.116.0-r2.ebuild
index 2fe2127999cd..fa93b1f5775e 100644
--- a/kde-frameworks/purpose/purpose-5.116.0-r2.ebuild
+++ b/kde-frameworks/purpose/purpose-5.116.0-r2.ebuild
@@ -12,7 +12,7 @@ inherit ecm frameworks.kde.org optfeature xdg-utils
 DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="bluetooth kaccounts"
 
 # requires running environment



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose-kaccounts-services/

2024-08-28 Thread Jakov Smolić
commit: cd29cb8290caf0769d02c7500631bca142058920
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Aug 28 21:38:20 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Aug 28 21:38:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd29cb82

kde-frameworks/purpose-kaccounts-services: Stabilize 6.5.0 arm64, #938291

Signed-off-by: Jakov Smolić  gentoo.org>

 .../purpose-kaccounts-services/purpose-kaccounts-services-6.5.0.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-frameworks/purpose-kaccounts-services/purpose-kaccounts-services-6.5.0.ebuild
 
b/kde-frameworks/purpose-kaccounts-services/purpose-kaccounts-services-6.5.0.ebuild
index 3b4c26abc5a1..82497f63ef09 100644
--- 
a/kde-frameworks/purpose-kaccounts-services/purpose-kaccounts-services-6.5.0.ebuild
+++ 
b/kde-frameworks/purpose-kaccounts-services/purpose-kaccounts-services-6.5.0.ebuild
@@ -19,7 +19,7 @@ DESCRIPTION="KAccounts generated service files for nextcloud 
and google services
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose-kaccounts-services/

2024-08-28 Thread Sam James
commit: ad53cf1444b153469fb24c575491255715d543ac
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 28 20:34:22 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 28 20:34:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad53cf14

kde-frameworks/purpose-kaccounts-services: Stabilize 6.5.0 amd64, #938291

Signed-off-by: Sam James  gentoo.org>

 .../purpose-kaccounts-services/purpose-kaccounts-services-6.5.0.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/kde-frameworks/purpose-kaccounts-services/purpose-kaccounts-services-6.5.0.ebuild
 
b/kde-frameworks/purpose-kaccounts-services/purpose-kaccounts-services-6.5.0.ebuild
index 69ff7d09cabf..3b4c26abc5a1 100644
--- 
a/kde-frameworks/purpose-kaccounts-services/purpose-kaccounts-services-6.5.0.ebuild
+++ 
b/kde-frameworks/purpose-kaccounts-services/purpose-kaccounts-services-6.5.0.ebuild
@@ -19,7 +19,7 @@ DESCRIPTION="KAccounts generated service files for nextcloud 
and google services
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2024-08-28 Thread Sam James
commit: d5397d5aacc071837417c6a54a04fde4cd97ac7c
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 28 20:34:22 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 28 20:34:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5397d5a

kde-frameworks/purpose: Stabilize 5.116.0-r2 amd64, #938291

Signed-off-by: Sam James  gentoo.org>

 kde-frameworks/purpose/purpose-5.116.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/purpose/purpose-5.116.0-r2.ebuild 
b/kde-frameworks/purpose/purpose-5.116.0-r2.ebuild
index e399592c8dd3..2fe2127999cd 100644
--- a/kde-frameworks/purpose/purpose-5.116.0-r2.ebuild
+++ b/kde-frameworks/purpose/purpose-5.116.0-r2.ebuild
@@ -12,7 +12,7 @@ inherit ecm frameworks.kde.org optfeature xdg-utils
 DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
 
 LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="bluetooth kaccounts"
 
 # requires running environment



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose-kaccounts-services/

2024-08-25 Thread Andreas Sturmlechner
commit: ee95a854ca4f0dfdba6662789c15f6f4411181c2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 25 22:50:52 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Aug 26 06:34:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee95a854

kde-frameworks/purpose-kaccounts-services: Accept kaccounts-integration:6[qt5]

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../purpose-kaccounts-services-6.5.0.ebuild  | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git 
a/kde-frameworks/purpose-kaccounts-services/purpose-kaccounts-services-6.5.0.ebuild
 
b/kde-frameworks/purpose-kaccounts-services/purpose-kaccounts-services-6.5.0.ebuild
index 11d7765f9513..69ff7d09cabf 100644
--- 
a/kde-frameworks/purpose-kaccounts-services/purpose-kaccounts-services-6.5.0.ebuild
+++ 
b/kde-frameworks/purpose-kaccounts-services/purpose-kaccounts-services-6.5.0.ebuild
@@ -7,7 +7,10 @@ EAPI=8
 ECM_I18N="false"
 ECM_HANDBOOK="false"
 KDE_ORG_NAME="${PN/-kaccounts-services/}"
-KF5_BDEPEND=( "kde-apps/kaccounts-integration:5" )
+KF5_BDEPEND=( "|| (
+   kde-apps/kaccounts-integration:6[qt5]
+   kde-apps/kaccounts-integration:5
+)" )
 KF6_BDEPEND=( "kde-apps/kaccounts-integration:6" )
 KFMIN=5.115.0
 inherit ecm-common frameworks.kde.org



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2024-08-21 Thread Andreas Sturmlechner
commit: 05abf1d0c858443d82e954f0941671e75cccdb9f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug 20 15:34:51 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Aug 21 21:16:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05abf1d0

kde-frameworks/purpose: RDEPEND on purpose-kaccounts-services

Dropping IUSE kf6compat

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/purpose-5.116.0-r2.ebuild | 87 
 kde-frameworks/purpose/purpose-6.5.0-r1.ebuild   | 80 ++
 2 files changed, 167 insertions(+)

diff --git a/kde-frameworks/purpose/purpose-5.116.0-r2.ebuild 
b/kde-frameworks/purpose/purpose-5.116.0-r2.ebuild
new file mode 100644
index ..e399592c8dd3
--- /dev/null
+++ b/kde-frameworks/purpose/purpose-5.116.0-r2.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+ECM_TEST="forceoptional"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.9
+inherit ecm frameworks.kde.org optfeature xdg-utils
+
+DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
+
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="bluetooth kaccounts"
+
+# requires running environment
+RESTRICT="test"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   =kde-frameworks/kirigami-${PVCUT}*:5
+   =kde-frameworks/knotifications-${PVCUT}*:5
+   =kde-frameworks/kservice-${PVCUT}*:5
+   =kde-frameworks/prison-${PVCUT}*:5
+   kaccounts? (
+   || (
+   kde-apps/kaccounts-integration:6[qt5]
+   kde-apps/kaccounts-integration:5
+   )
+   >=net-libs/accounts-qt-1.16_p20220803[qt5(-)]
+   )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kdeclarative-${PVCUT}:5
+   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
+   kaccounts? (
+   kde-frameworks/purpose-kaccounts-services
+   >=net-libs/accounts-qml-0.7_p20231028[qt5(-)]
+   )
+"
+BDEPEND="kaccounts? ( dev-util/intltool )"
+
+src_prepare() {
+   ecm_src_prepare
+
+   use bluetooth ||
+   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
+}
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package kaccounts KAccounts)
+   )
+   ecm_src_configure
+}
+
+src_install() {
+   # Shipped by kde-frameworks/purpose-kaccounts-services package for 
shared use w/ SLOT 5
+   use kaccounts && ECM_REMOVE_FROM_INSTALL=(
+   
/usr/share/accounts/services/kde/{google-youtube,nextcloud-upload}.service
+   )
+   ecm_src_install
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   optfeature "Send through KDE Connect" kde-misc/kdeconnect
+   fi
+   ecm_pkg_postinst
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}

diff --git a/kde-frameworks/purpose/purpose-6.5.0-r1.ebuild 
b/kde-frameworks/purpose/purpose-6.5.0-r1.ebuild
new file mode 100644
index ..3addb28b15b1
--- /dev/null
+++ b/kde-frameworks/purpose/purpose-6.5.0-r1.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+ECM_TEST="forceoptional"
+PVCUT=$(ver_cut 1-2)
+QTMIN=6.6.2
+inherit ecm frameworks.kde.org optfeature xdg-utils
+
+DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
+
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="bluetooth webengine"
+
+# requires running environment
+RESTRICT="test"
+
+DEPEND="
+   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
+   >=dev-qt/qtdeclarative-${QTMIN}:6
+   =kde-frameworks/kconfig-${PVCUT}*:6
+   =kde-frameworks/kcoreaddons-${PVCUT}*:6
+   =kde-frameworks/ki18n-${PVCUT}*:6
+   =kde-frameworks/kio-${PVCUT}*:6
+   =kde-frameworks/kirigami-${PVCUT}*:6
+   =kde-frameworks/knotifications-${PVCUT}*:6
+   =kde-frameworks/kservice-${PVCUT}*:6
+   =kde-frameworks/prison-${PVCUT}*:6
+   webengine? (
+   kde-apps/kaccounts-integration:6
+   >=net-libs/accounts-qt-1.16_p20220803[qt6]
+   )
+"
+RDEPEND="${DEPEND}
+   >=kde-frameworks/kdeclarative-${PVCUT}:6
+   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:6 )
+   webengine

[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2024-08-21 Thread Andreas Sturmlechner
commit: 0156ac3ed16d40d8436960fae9d008e3ed0b3743
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug 20 15:34:51 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Aug 21 21:16:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0156ac3e

kde-frameworks/purpose: drop 6.5.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/purpose-6.5.0.ebuild | 70 -
 1 file changed, 70 deletions(-)

diff --git a/kde-frameworks/purpose/purpose-6.5.0.ebuild 
b/kde-frameworks/purpose/purpose-6.5.0.ebuild
deleted file mode 100644
index 601eaf910a3c..
--- a/kde-frameworks/purpose/purpose-6.5.0.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.2
-inherit ecm frameworks.kde.org optfeature xdg-utils
-
-DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
-
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="bluetooth webengine"
-
-# requires running environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   =kde-frameworks/kconfig-${PVCUT}*:6
-   =kde-frameworks/kcoreaddons-${PVCUT}*:6
-   =kde-frameworks/ki18n-${PVCUT}*:6
-   =kde-frameworks/kio-${PVCUT}*:6
-   =kde-frameworks/kirigami-${PVCUT}*:6
-   =kde-frameworks/knotifications-${PVCUT}*:6
-   =kde-frameworks/kservice-${PVCUT}*:6
-   =kde-frameworks/prison-${PVCUT}*:6
-   webengine? (
-   kde-apps/kaccounts-integration:6
-   >=net-libs/accounts-qt-1.16_p20220803[qt6]
-   )
-"
-RDEPEND="${DEPEND}
-   !${CATEGORY}/${PN}:5[-kf6compat(-)]
-   >=kde-frameworks/kdeclarative-${PVCUT}:6
-   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:6 )
-   webengine? ( >=net-libs/accounts-qml-0.7_p20231028[qt6] )
-"
-BDEPEND="webengine? ( dev-util/intltool )"
-
-src_prepare() {
-   ecm_src_prepare
-
-   use bluetooth ||
-   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package webengine KAccounts6)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Send through KDE Connect" kde-misc/kdeconnect
-   fi
-   ecm_pkg_postinst
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose-kaccounts-services/

2024-08-21 Thread Andreas Sturmlechner
commit: 7d9dcc87939e2e96d0c9f53e06ac5691719e3cd8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug 20 15:34:50 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Aug 21 21:16:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d9dcc87

kde-frameworks/purpose-kaccounts-services: new package, add 6.5.0

Split service files from kde-frameworks/purpose.

KAccounts is used to generate these service files, which pulls in
dev-qt/qtwebengine down the depgraph line.

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose-kaccounts-services/Manifest |  1 +
 .../purpose-kaccounts-services/metadata.xml| 12 +
 .../purpose-kaccounts-services-6.5.0.ebuild| 56 ++
 3 files changed, 69 insertions(+)

diff --git a/kde-frameworks/purpose-kaccounts-services/Manifest 
b/kde-frameworks/purpose-kaccounts-services/Manifest
new file mode 100644
index ..e9a50ad9eb07
--- /dev/null
+++ b/kde-frameworks/purpose-kaccounts-services/Manifest
@@ -0,0 +1 @@
+DIST purpose-6.5.0.tar.xz 174700 BLAKE2B 
780682a8308023e40723616f3f69704fc168d4a3391194948a7345246cf0014572d0100fccb2575c11251b067c26a21f40997418bb98e35287e7c88b3454c9e2
 SHA512 
8f0947545c125b08ed34a36321d73ff99725e6e537ec7675f8cff0673c11b7a4570bf194da409b43c997927a844f2236ebaf07fd193f887d57e768485f41ca0b

diff --git a/kde-frameworks/purpose-kaccounts-services/metadata.xml 
b/kde-frameworks/purpose-kaccounts-services/metadata.xml
new file mode 100644
index ..ec7aae97d041
--- /dev/null
+++ b/kde-frameworks/purpose-kaccounts-services/metadata.xml
@@ -0,0 +1,12 @@
+
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   k...@gentoo.org
+   Gentoo KDE Project
+   
+   
+   
https://bugs.kde.org/enter_bug.cgi?product=frameworks-purpose
+   frameworks/purpose
+   
+

diff --git 
a/kde-frameworks/purpose-kaccounts-services/purpose-kaccounts-services-6.5.0.ebuild
 
b/kde-frameworks/purpose-kaccounts-services/purpose-kaccounts-services-6.5.0.ebuild
new file mode 100644
index ..11d7765f9513
--- /dev/null
+++ 
b/kde-frameworks/purpose-kaccounts-services/purpose-kaccounts-services-6.5.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# this is purely for service file creation
+ECM_I18N="false"
+ECM_HANDBOOK="false"
+KDE_ORG_NAME="${PN/-kaccounts-services/}"
+KF5_BDEPEND=( "kde-apps/kaccounts-integration:5" )
+KF6_BDEPEND=( "kde-apps/kaccounts-integration:6" )
+KFMIN=5.115.0
+inherit ecm-common frameworks.kde.org
+
+DESCRIPTION="KAccounts generated service files for nextcloud and google 
services"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+RDEPEND="
+   !> CMakeLists.txt <<- _EOF_ || die
+   if(KFSLOT STREQUAL "6")
+   find_package(KAccounts6 REQUIRED)
+   else()
+   find_package(KAccounts REQUIRED)
+   endif()
+
+   
kaccounts_add_service(\${CMAKE_CURRENT_SOURCE_DIR}/src/plugins/nextcloud/nextcloud-upload.service.in)
+   
kaccounts_add_service(\${CMAKE_CURRENT_SOURCE_DIR}/src/plugins/youtube/google-youtube.service.in)
+   _EOF_
+}
+
+src_prepare() {
+   ecm-common_src_prepare
+
+   # Safety measure in case new services are added in the future
+   local known_num_of_services=2
+   local found_num_of_services=$(find . -iname "*service.in" | wc -l)
+   if [[ ${found_num_of_services} != ${known_num_of_services} ]]; then
+   eerror "Number of service files mismatch!"
+   eerror "Expected: ${known_num_of_services}"
+   eerror "Found: ${found_num_of_services}"
+   die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2024-08-16 Thread Andreas Sturmlechner
commit: f6e09ebbb3372f78bc5d79f7ee0730cc340ecbef
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug 16 20:12:46 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug 16 20:13:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6e09ebb

kde-frameworks/purpose: drop 5.116.0-r2, too hasty

service files still collide.

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/purpose-5.116.0-r2.ebuild | 75 
 1 file changed, 75 deletions(-)

diff --git a/kde-frameworks/purpose/purpose-5.116.0-r2.ebuild 
b/kde-frameworks/purpose/purpose-5.116.0-r2.ebuild
deleted file mode 100644
index b5e5c652d598..
--- a/kde-frameworks/purpose/purpose-5.116.0-r2.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.9
-inherit ecm frameworks.kde.org optfeature xdg-utils
-
-DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="bluetooth kaccounts"
-
-# requires running environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kirigami-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/kservice-${PVCUT}*:5
-   =kde-frameworks/prison-${PVCUT}*:5
-   kaccounts? (
-   || (
-   kde-apps/kaccounts-integration:6[qt5]
-   kde-apps/kaccounts-integration:5
-   )
-   net-libs/accounts-qt[qt5(+)]
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${PVCUT}:5
-   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
-   kaccounts? ( net-libs/accounts-qml[qt5(+)] )
-"
-BDEPEND="kaccounts? ( dev-util/intltool )"
-
-src_prepare() {
-   ecm_src_prepare
-
-   use bluetooth ||
-   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package kaccounts KAccounts)
-   )
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Send through KDE Connect" kde-misc/kdeconnect
-   fi
-   ecm_pkg_postinst
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2024-08-16 Thread Andreas Sturmlechner
commit: 23413d5ec9aebc47ff189a0467016dc1f51ad10c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug 16 20:07:04 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug 16 20:10:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23413d5e

kde-frameworks/purpose: Drop no longer necessary IUSE kf6compat

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/purpose-5.116.0-r2.ebuild | 75 
 1 file changed, 75 insertions(+)

diff --git a/kde-frameworks/purpose/purpose-5.116.0-r2.ebuild 
b/kde-frameworks/purpose/purpose-5.116.0-r2.ebuild
new file mode 100644
index ..b5e5c652d598
--- /dev/null
+++ b/kde-frameworks/purpose/purpose-5.116.0-r2.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+ECM_TEST="forceoptional"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.9
+inherit ecm frameworks.kde.org optfeature xdg-utils
+
+DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="bluetooth kaccounts"
+
+# requires running environment
+RESTRICT="test"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   =kde-frameworks/kirigami-${PVCUT}*:5
+   =kde-frameworks/knotifications-${PVCUT}*:5
+   =kde-frameworks/kservice-${PVCUT}*:5
+   =kde-frameworks/prison-${PVCUT}*:5
+   kaccounts? (
+   || (
+   kde-apps/kaccounts-integration:6[qt5]
+   kde-apps/kaccounts-integration:5
+   )
+   net-libs/accounts-qt[qt5(+)]
+   )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kdeclarative-${PVCUT}:5
+   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
+   kaccounts? ( net-libs/accounts-qml[qt5(+)] )
+"
+BDEPEND="kaccounts? ( dev-util/intltool )"
+
+src_prepare() {
+   ecm_src_prepare
+
+   use bluetooth ||
+   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
+}
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package kaccounts KAccounts)
+   )
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   optfeature "Send through KDE Connect" kde-misc/kdeconnect
+   fi
+   ecm_pkg_postinst
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2024-08-12 Thread Andreas Sturmlechner
commit: 48c91878eaa2f3999d4aec6ada75c66b7ac6bdff
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug 12 18:10:18 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Aug 12 19:07:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48c91878

kde-frameworks/purpose: add kde-invent upstream metadata

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/metadata.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/kde-frameworks/purpose/metadata.xml 
b/kde-frameworks/purpose/metadata.xml
index 70fcb363554b..9f968689f3d1 100644
--- a/kde-frameworks/purpose/metadata.xml
+++ b/kde-frameworks/purpose/metadata.xml
@@ -6,7 +6,8 @@
Gentoo KDE Project


-   https://bugs.kde.org/
+   
https://bugs.kde.org/enter_bug.cgi?product=frameworks-purpose
+   frameworks/purpose


Enable support for system-wide defined 
KAccounts



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2024-08-10 Thread Andreas Sturmlechner
commit: 2a40cf53ef5fc8c5ac11b2a92aaeb748566ffd86
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  9 20:37:18 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 10 07:56:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a40cf53

kde-frameworks/purpose: drop 6.4.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest |  1 -
 kde-frameworks/purpose/purpose-6.4.0.ebuild | 70 -
 2 files changed, 71 deletions(-)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index ac74740fd2f7..e251846fc605 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,3 +1,2 @@
 DIST purpose-5.116.0.tar.xz 181148 BLAKE2B 
9b4b267128511929fe0e81256f046552a1d70654c9a3e46ca52c2e5035003f96bf42cebf91b2ff0c19d8ca846b3dbd9106d5fd2df5dda11ec17c16bb8c419447
 SHA512 
3447135ad33c725e0512c6b20a9be81082737146fa0c5a32b0c7d50a21cb5697b2b4796d1cbffc8661dd845ee3ef51bc57af0c94cce0ed14cc1542df822139d5
-DIST purpose-6.4.0.tar.xz 173916 BLAKE2B 
2ef90d2d76b8ec1b8c22a71a56667a8b9f0fcdfc3cbcd86cc835a088e6f68606eb4ff1a8df78398edad53c101a70d88eb78afb3375bfed4840c4645d904e4dc0
 SHA512 
0f52dfd6bed4cd5d0fa0bc1673edef1de773a4a404947ba9f1e9519c28f73ed5779e4c157c5cfa43ff6c2a6c2e119950b635b3e236b578e6dc75e09ddf330dd9
 DIST purpose-6.5.0.tar.xz 174700 BLAKE2B 
780682a8308023e40723616f3f69704fc168d4a3391194948a7345246cf0014572d0100fccb2575c11251b067c26a21f40997418bb98e35287e7c88b3454c9e2
 SHA512 
8f0947545c125b08ed34a36321d73ff99725e6e537ec7675f8cff0673c11b7a4570bf194da409b43c997927a844f2236ebaf07fd193f887d57e768485f41ca0b

diff --git a/kde-frameworks/purpose/purpose-6.4.0.ebuild 
b/kde-frameworks/purpose/purpose-6.4.0.ebuild
deleted file mode 100644
index 601eaf910a3c..
--- a/kde-frameworks/purpose/purpose-6.4.0.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.2
-inherit ecm frameworks.kde.org optfeature xdg-utils
-
-DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
-
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="bluetooth webengine"
-
-# requires running environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   =kde-frameworks/kconfig-${PVCUT}*:6
-   =kde-frameworks/kcoreaddons-${PVCUT}*:6
-   =kde-frameworks/ki18n-${PVCUT}*:6
-   =kde-frameworks/kio-${PVCUT}*:6
-   =kde-frameworks/kirigami-${PVCUT}*:6
-   =kde-frameworks/knotifications-${PVCUT}*:6
-   =kde-frameworks/kservice-${PVCUT}*:6
-   =kde-frameworks/prison-${PVCUT}*:6
-   webengine? (
-   kde-apps/kaccounts-integration:6
-   >=net-libs/accounts-qt-1.16_p20220803[qt6]
-   )
-"
-RDEPEND="${DEPEND}
-   !${CATEGORY}/${PN}:5[-kf6compat(-)]
-   >=kde-frameworks/kdeclarative-${PVCUT}:6
-   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:6 )
-   webengine? ( >=net-libs/accounts-qml-0.7_p20231028[qt6] )
-"
-BDEPEND="webengine? ( dev-util/intltool )"
-
-src_prepare() {
-   ecm_src_prepare
-
-   use bluetooth ||
-   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package webengine KAccounts6)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Send through KDE Connect" kde-misc/kdeconnect
-   fi
-   ecm_pkg_postinst
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2024-08-09 Thread Andreas Sturmlechner
commit: 0e8d6a60abe2ff00ba3eba06614385a0d951cc84
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  9 11:15:33 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug  9 13:14:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e8d6a60

kde-frameworks/purpose: 6.5.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest |  1 +
 kde-frameworks/purpose/purpose-6.5.0.ebuild | 70 +
 2 files changed, 71 insertions(+)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index 2afb08116f3c..ac74740fd2f7 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,2 +1,3 @@
 DIST purpose-5.116.0.tar.xz 181148 BLAKE2B 
9b4b267128511929fe0e81256f046552a1d70654c9a3e46ca52c2e5035003f96bf42cebf91b2ff0c19d8ca846b3dbd9106d5fd2df5dda11ec17c16bb8c419447
 SHA512 
3447135ad33c725e0512c6b20a9be81082737146fa0c5a32b0c7d50a21cb5697b2b4796d1cbffc8661dd845ee3ef51bc57af0c94cce0ed14cc1542df822139d5
 DIST purpose-6.4.0.tar.xz 173916 BLAKE2B 
2ef90d2d76b8ec1b8c22a71a56667a8b9f0fcdfc3cbcd86cc835a088e6f68606eb4ff1a8df78398edad53c101a70d88eb78afb3375bfed4840c4645d904e4dc0
 SHA512 
0f52dfd6bed4cd5d0fa0bc1673edef1de773a4a404947ba9f1e9519c28f73ed5779e4c157c5cfa43ff6c2a6c2e119950b635b3e236b578e6dc75e09ddf330dd9
+DIST purpose-6.5.0.tar.xz 174700 BLAKE2B 
780682a8308023e40723616f3f69704fc168d4a3391194948a7345246cf0014572d0100fccb2575c11251b067c26a21f40997418bb98e35287e7c88b3454c9e2
 SHA512 
8f0947545c125b08ed34a36321d73ff99725e6e537ec7675f8cff0673c11b7a4570bf194da409b43c997927a844f2236ebaf07fd193f887d57e768485f41ca0b

diff --git a/kde-frameworks/purpose/purpose-6.5.0.ebuild 
b/kde-frameworks/purpose/purpose-6.5.0.ebuild
new file mode 100644
index ..601eaf910a3c
--- /dev/null
+++ b/kde-frameworks/purpose/purpose-6.5.0.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+ECM_TEST="forceoptional"
+PVCUT=$(ver_cut 1-2)
+QTMIN=6.6.2
+inherit ecm frameworks.kde.org optfeature xdg-utils
+
+DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
+
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="bluetooth webengine"
+
+# requires running environment
+RESTRICT="test"
+
+DEPEND="
+   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
+   >=dev-qt/qtdeclarative-${QTMIN}:6
+   =kde-frameworks/kconfig-${PVCUT}*:6
+   =kde-frameworks/kcoreaddons-${PVCUT}*:6
+   =kde-frameworks/ki18n-${PVCUT}*:6
+   =kde-frameworks/kio-${PVCUT}*:6
+   =kde-frameworks/kirigami-${PVCUT}*:6
+   =kde-frameworks/knotifications-${PVCUT}*:6
+   =kde-frameworks/kservice-${PVCUT}*:6
+   =kde-frameworks/prison-${PVCUT}*:6
+   webengine? (
+   kde-apps/kaccounts-integration:6
+   >=net-libs/accounts-qt-1.16_p20220803[qt6]
+   )
+"
+RDEPEND="${DEPEND}
+   !${CATEGORY}/${PN}:5[-kf6compat(-)]
+   >=kde-frameworks/kdeclarative-${PVCUT}:6
+   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:6 )
+   webengine? ( >=net-libs/accounts-qml-0.7_p20231028[qt6] )
+"
+BDEPEND="webengine? ( dev-util/intltool )"
+
+src_prepare() {
+   ecm_src_prepare
+
+   use bluetooth ||
+   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
+}
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package webengine KAccounts6)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   optfeature "Send through KDE Connect" kde-misc/kdeconnect
+   fi
+   ecm_pkg_postinst
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2024-07-12 Thread Andreas Sturmlechner
commit: 449dd484d4700f820db055d936b1b4bdc1ad1281
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jul 12 14:44:11 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jul 12 15:02:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=449dd484

kde-frameworks/purpose: drop 6.3.0-r1

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest|  1 -
 kde-frameworks/purpose/purpose-6.3.0-r1.ebuild | 70 --
 2 files changed, 71 deletions(-)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index 3abb7afa53e1..2afb08116f3c 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,3 +1,2 @@
 DIST purpose-5.116.0.tar.xz 181148 BLAKE2B 
9b4b267128511929fe0e81256f046552a1d70654c9a3e46ca52c2e5035003f96bf42cebf91b2ff0c19d8ca846b3dbd9106d5fd2df5dda11ec17c16bb8c419447
 SHA512 
3447135ad33c725e0512c6b20a9be81082737146fa0c5a32b0c7d50a21cb5697b2b4796d1cbffc8661dd845ee3ef51bc57af0c94cce0ed14cc1542df822139d5
-DIST purpose-6.3.0.tar.xz 177216 BLAKE2B 
7eb5190f4ab26ff458cfeb2635cd6c066483d03ab1eae253cb53c8c15775173280ca02273aefb629be7a2739740abfa3a7e071f081e61af59e410f3180a3b684
 SHA512 
012e9d6c30f64f76d800a3c90bda8426de45ce918a5f50c98daca06df0601e53083b8ae598a6bd37fe64e0c3cc84d9e606dba9e884ac9b41577f43fe6b9ae2df
 DIST purpose-6.4.0.tar.xz 173916 BLAKE2B 
2ef90d2d76b8ec1b8c22a71a56667a8b9f0fcdfc3cbcd86cc835a088e6f68606eb4ff1a8df78398edad53c101a70d88eb78afb3375bfed4840c4645d904e4dc0
 SHA512 
0f52dfd6bed4cd5d0fa0bc1673edef1de773a4a404947ba9f1e9519c28f73ed5779e4c157c5cfa43ff6c2a6c2e119950b635b3e236b578e6dc75e09ddf330dd9

diff --git a/kde-frameworks/purpose/purpose-6.3.0-r1.ebuild 
b/kde-frameworks/purpose/purpose-6.3.0-r1.ebuild
deleted file mode 100644
index 6e2d7f0e76de..
--- a/kde-frameworks/purpose/purpose-6.3.0-r1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.2
-inherit ecm frameworks.kde.org optfeature xdg-utils
-
-DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
-
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm64 ~riscv"
-IUSE="bluetooth webengine"
-
-# requires running environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   =kde-frameworks/kconfig-${PVCUT}*:6
-   =kde-frameworks/kcoreaddons-${PVCUT}*:6
-   =kde-frameworks/ki18n-${PVCUT}*:6
-   =kde-frameworks/kio-${PVCUT}*:6
-   =kde-frameworks/kirigami-${PVCUT}*:6
-   =kde-frameworks/knotifications-${PVCUT}*:6
-   =kde-frameworks/kservice-${PVCUT}*:6
-   =kde-frameworks/prison-${PVCUT}*:6
-   webengine? (
-   kde-apps/kaccounts-integration:6
-   >=net-libs/accounts-qt-1.16_p20220803[qt6]
-   )
-"
-RDEPEND="${DEPEND}
-   !${CATEGORY}/${PN}:5[-kf6compat(-)]
-   >=kde-frameworks/kdeclarative-${PVCUT}:6
-   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:6 )
-   webengine? ( >=net-libs/accounts-qml-0.7_p20231028[qt6] )
-"
-BDEPEND="webengine? ( dev-util/intltool )"
-
-src_prepare() {
-   ecm_src_prepare
-
-   use bluetooth ||
-   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package webengine KAccounts6)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Send through KDE Connect" kde-misc/kdeconnect
-   fi
-   ecm_pkg_postinst
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2024-07-01 Thread Andreas Sturmlechner
commit: 083dfae3303382a457b71c6fc6f6364178655b25
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun 30 10:23:34 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jul  1 21:05:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=083dfae3

kde-frameworks/purpose: Rename IUSE kaccounts -> webengine

kde-apps/kaccounts-integration inevitably pulls in -providers which
pulls in dev-qt/qtwebengine.

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/metadata.xml|  1 +
 .../{purpose-5.116.0.ebuild => purpose-5.116.0-r1.ebuild}  |  2 +-
 .../purpose/{purpose-6.3.0.ebuild => purpose-6.3.0-r1.ebuild}  | 10 +-
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/kde-frameworks/purpose/metadata.xml 
b/kde-frameworks/purpose/metadata.xml
index 6b0d501b777f..70fcb363554b 100644
--- a/kde-frameworks/purpose/metadata.xml
+++ b/kde-frameworks/purpose/metadata.xml
@@ -11,6 +11,7 @@

Enable support for system-wide defined 
KAccounts
Disable components colliding with KF6, 
depend on KF6 components instead
+   Enable support for system-wide defined 
KAccounts




diff --git a/kde-frameworks/purpose/purpose-5.116.0.ebuild 
b/kde-frameworks/purpose/purpose-5.116.0-r1.ebuild
similarity index 96%
rename from kde-frameworks/purpose/purpose-5.116.0.ebuild
rename to kde-frameworks/purpose/purpose-5.116.0-r1.ebuild
index 608b515dc68e..9f3b9e96d6dd 100644
--- a/kde-frameworks/purpose/purpose-5.116.0.ebuild
+++ b/kde-frameworks/purpose/purpose-5.116.0-r1.ebuild
@@ -40,7 +40,7 @@ DEPEND="
)
 "
 RDEPEND="${DEPEND}
-   kf6compat? ( kde-frameworks/purpose:6[kaccounts?] )
+   kf6compat? ( kaccounts? ( 
>=kde-frameworks/purpose-6.3.0-r1:6[webengine] ) )
>=dev-qt/qtquickcontrols-${QTMIN}:5
>=dev-qt/qtquickcontrols2-${QTMIN}:5
>=kde-frameworks/kdeclarative-${PVCUT}:5

diff --git a/kde-frameworks/purpose/purpose-6.3.0.ebuild 
b/kde-frameworks/purpose/purpose-6.3.0-r1.ebuild
similarity index 88%
rename from kde-frameworks/purpose/purpose-6.3.0.ebuild
rename to kde-frameworks/purpose/purpose-6.3.0-r1.ebuild
index 5fc42a4bd896..5a87ee551fe4 100644
--- a/kde-frameworks/purpose/purpose-6.3.0.ebuild
+++ b/kde-frameworks/purpose/purpose-6.3.0-r1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Library for providing abstractions to get the 
developer's purposes
 
 LICENSE="LGPL-2.1+"
 KEYWORDS="~amd64 ~arm64"
-IUSE="bluetooth kaccounts"
+IUSE="bluetooth webengine"
 
 # requires running environment
 RESTRICT="test"
@@ -29,7 +29,7 @@ DEPEND="
=kde-frameworks/knotifications-${PVCUT}*:6
=kde-frameworks/kservice-${PVCUT}*:6
=kde-frameworks/prison-${PVCUT}*:6
-   kaccounts? (
+   webengine? (
kde-apps/kaccounts-integration:6
>=net-libs/accounts-qt-1.16_p20220803[qt6]
)
@@ -38,9 +38,9 @@ RDEPEND="${DEPEND}
!${CATEGORY}/${PN}:5[-kf6compat(-)]
>=kde-frameworks/kdeclarative-${PVCUT}:6
bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:6 )
-   kaccounts? ( >=net-libs/accounts-qml-0.7_p20231028[qt6] )
+   webengine? ( >=net-libs/accounts-qml-0.7_p20231028[qt6] )
 "
-BDEPEND="kaccounts? ( dev-util/intltool )"
+BDEPEND="webengine? ( dev-util/intltool )"
 
 src_prepare() {
ecm_src_prepare
@@ -51,7 +51,7 @@ src_prepare() {
 
 src_configure() {
local mycmakeargs=(
-   $(cmake_use_find_package kaccounts KAccounts6)
+   $(cmake_use_find_package webengine KAccounts6)
)
 
ecm_src_configure



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2024-05-27 Thread Sam James
commit: 971fde0fcd3ed1dc50cdfe7ee32cd814d674d8d8
Author: Sam James  gentoo  org>
AuthorDate: Tue May 28 02:07:28 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 28 02:07:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=971fde0f

kde-frameworks/purpose: Stabilize 5.116.0 arm64, #932369

Signed-off-by: Sam James  gentoo.org>

 kde-frameworks/purpose/purpose-5.116.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/purpose/purpose-5.116.0.ebuild 
b/kde-frameworks/purpose/purpose-5.116.0.ebuild
index 7c8e0858bc67..608b515dc68e 100644
--- a/kde-frameworks/purpose/purpose-5.116.0.ebuild
+++ b/kde-frameworks/purpose/purpose-5.116.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm frameworks.kde.org optfeature xdg-utils
 
 DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
 LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="bluetooth kaccounts kf6compat"
 
 # requires running environment



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2024-05-27 Thread Sam James
commit: 5a674764d440dde3525ab4b5dff12b55b1d108c1
Author: Sam James  gentoo  org>
AuthorDate: Mon May 27 23:43:46 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 27 23:43:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a674764

kde-frameworks/purpose: Stabilize 5.116.0 x86, #932369

Signed-off-by: Sam James  gentoo.org>

 kde-frameworks/purpose/purpose-5.116.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/purpose/purpose-5.116.0.ebuild 
b/kde-frameworks/purpose/purpose-5.116.0.ebuild
index d039152bb3bb..7c8e0858bc67 100644
--- a/kde-frameworks/purpose/purpose-5.116.0.ebuild
+++ b/kde-frameworks/purpose/purpose-5.116.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm frameworks.kde.org optfeature xdg-utils
 
 DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
 LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="bluetooth kaccounts kf6compat"
 
 # requires running environment



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2024-05-19 Thread Andreas Sturmlechner
commit: e028a8101269061a1aa20e0783654c68303e0da2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May 19 19:04:00 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 19 19:24:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e028a810

kde-frameworks/purpose: 5.116.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest   |  1 +
 kde-frameworks/purpose/purpose-5.116.0.ebuild | 91 +++
 2 files changed, 92 insertions(+)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index 132196b092cc..e8540c6759e6 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,2 +1,3 @@
 DIST purpose-5.115.0.tar.xz 180012 BLAKE2B 
2e5a2805b19384f5e8ce0fdb94fa5cc3a7dbfeaaac027e45d95cc16091ea94e2a626ebb8be34f67838ea48049496005588ee6055f745b332676a64a35450c30e
 SHA512 
b17cd780ed7947582fbc71430de67ebeaf33432113bbb77fba3736bd608d05fb132d40f7783cba4fdfd7ab3eec60f00676d48be0ce9c601c37f8eccc04d4db31
+DIST purpose-5.116.0.tar.xz 181148 BLAKE2B 
9b4b267128511929fe0e81256f046552a1d70654c9a3e46ca52c2e5035003f96bf42cebf91b2ff0c19d8ca846b3dbd9106d5fd2df5dda11ec17c16bb8c419447
 SHA512 
3447135ad33c725e0512c6b20a9be81082737146fa0c5a32b0c7d50a21cb5697b2b4796d1cbffc8661dd845ee3ef51bc57af0c94cce0ed14cc1542df822139d5
 DIST purpose-6.2.0.tar.xz 177088 BLAKE2B 
55eb988d13fc49e77b77ff8ca25ada6574be9e7bbf7943806f41cc2c7500f43fbe2e6bfcde72ea232fec3a4b702455114f4cbb5790019f0c7791e224664b8954
 SHA512 
6eaf12c4a2c85b201a8cc3fdd321f5c99274b467b3785fcc4ceed1016873433b71bbb14b1d1b97dd81baa94c5dd22a34d41813948d799b4a6a2fdd7ede0d28c6

diff --git a/kde-frameworks/purpose/purpose-5.116.0.ebuild 
b/kde-frameworks/purpose/purpose-5.116.0.ebuild
new file mode 100644
index ..39bad79d4f2d
--- /dev/null
+++ b/kde-frameworks/purpose/purpose-5.116.0.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+ECM_TEST="forceoptional"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.9
+inherit ecm frameworks.kde.org optfeature xdg-utils
+
+DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="bluetooth kaccounts kf6compat"
+
+# requires running environment
+RESTRICT="test"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   =kde-frameworks/kirigami-${PVCUT}*:5
+   =kde-frameworks/knotifications-${PVCUT}*:5
+   =kde-frameworks/kservice-${PVCUT}*:5
+   =kde-frameworks/prison-${PVCUT}*:5
+   kaccounts? (
+   || (
+   kde-apps/kaccounts-integration:6[qt5]
+   kde-apps/kaccounts-integration:5
+   )
+   net-libs/accounts-qt[qt5(+)]
+   )
+"
+RDEPEND="${DEPEND}
+   kf6compat? ( kde-frameworks/purpose:6[kaccounts?] )
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kdeclarative-${PVCUT}:5
+   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
+   kaccounts? ( net-libs/accounts-qml[qt5(+)] )
+"
+BDEPEND="kaccounts? ( dev-util/intltool )"
+
+src_prepare() {
+   ecm_src_prepare
+
+   use bluetooth ||
+   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
+}
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package kaccounts KAccounts)
+   )
+
+   ecm_src_configure
+}
+
+src_install() {
+   ecm_src_install
+
+   if use kf6compat; then
+   rm 
"${D}"/usr/share/icons/hicolor/128x128/apps/{reviewboard,phabricator}-purpose.png
 \
+   
"${D}"/usr/share/icons/hicolor/16x16/apps/{reviewboard,phabricator}-purpose.png 
\
+   || die
+   if use kaccounts; then
+   rm 
"${D}"/usr/share/accounts/services/kde/{google-youtube,nextcloud-upload}.service
 \
+   || die
+   fi
+   fi
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   optfeature "Send through KDE Connect" kde-misc/kdeconnect
+   fi
+   ecm_pkg_postinst
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2024-05-13 Thread Andreas Sturmlechner
commit: d803dd8ac524a6cec2d2bcf3daffe58010d49296
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May 13 20:10:37 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon May 13 20:13:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d803dd8a

kde-frameworks/purpose: drop 6.1.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest |  1 -
 kde-frameworks/purpose/purpose-6.1.0.ebuild | 70 -
 2 files changed, 71 deletions(-)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index a5fd9f2a7c1e..132196b092cc 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,3 +1,2 @@
 DIST purpose-5.115.0.tar.xz 180012 BLAKE2B 
2e5a2805b19384f5e8ce0fdb94fa5cc3a7dbfeaaac027e45d95cc16091ea94e2a626ebb8be34f67838ea48049496005588ee6055f745b332676a64a35450c30e
 SHA512 
b17cd780ed7947582fbc71430de67ebeaf33432113bbb77fba3736bd608d05fb132d40f7783cba4fdfd7ab3eec60f00676d48be0ce9c601c37f8eccc04d4db31
-DIST purpose-6.1.0.tar.xz 175584 BLAKE2B 
02cabc4ff679560bad0bc77d853f97ac5b4a27e2e20c5ac0ca86ce932aa2c8ed1d8e2d24d1ff5c39513903baefea772289fd99307bcbb13282d3499205712b24
 SHA512 
a52b365c3e33966e2557529d63a9cab8af66d1ea976a47e9aeee62755897bada371ad16f758abefb47201728e371f050c40fd88d29b9584445b4c816e954ff78
 DIST purpose-6.2.0.tar.xz 177088 BLAKE2B 
55eb988d13fc49e77b77ff8ca25ada6574be9e7bbf7943806f41cc2c7500f43fbe2e6bfcde72ea232fec3a4b702455114f4cbb5790019f0c7791e224664b8954
 SHA512 
6eaf12c4a2c85b201a8cc3fdd321f5c99274b467b3785fcc4ceed1016873433b71bbb14b1d1b97dd81baa94c5dd22a34d41813948d799b4a6a2fdd7ede0d28c6

diff --git a/kde-frameworks/purpose/purpose-6.1.0.ebuild 
b/kde-frameworks/purpose/purpose-6.1.0.ebuild
deleted file mode 100644
index 644569f4d542..
--- a/kde-frameworks/purpose/purpose-6.1.0.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.2
-inherit ecm frameworks.kde.org optfeature xdg-utils
-
-DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
-
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64"
-IUSE="bluetooth kaccounts"
-
-# requires running environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   =kde-frameworks/kconfig-${PVCUT}*:6
-   =kde-frameworks/kcoreaddons-${PVCUT}*:6
-   =kde-frameworks/ki18n-${PVCUT}*:6
-   =kde-frameworks/kio-${PVCUT}*:6
-   =kde-frameworks/kirigami-${PVCUT}*:6
-   =kde-frameworks/knotifications-${PVCUT}*:6
-   =kde-frameworks/kservice-${PVCUT}*:6
-   =kde-frameworks/prison-${PVCUT}*:6
-   kaccounts? (
-   kde-apps/kaccounts-integration:6
-   >=net-libs/accounts-qt-1.16_p20220803[qt6]
-   )
-"
-RDEPEND="${DEPEND}
-   !${CATEGORY}/${PN}:5[-kf6compat(-)]
-   >=kde-frameworks/kdeclarative-${PVCUT}:6
-   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:6 )
-   kaccounts? ( >=net-libs/accounts-qml-0.7_p20231028[qt6] )
-"
-BDEPEND="kaccounts? ( dev-util/intltool )"
-
-src_prepare() {
-   ecm_src_prepare
-
-   use bluetooth ||
-   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package kaccounts KAccounts6)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Send through KDE Connect" kde-misc/kdeconnect
-   fi
-   ecm_pkg_postinst
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2024-04-14 Thread Andreas Sturmlechner
commit: 2b4a52e3551e3d2de4d2faeb0372aa77651b8230
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 14 19:48:28 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 14 20:01:34 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b4a52e3

kde-frameworks/purpose: drop 6.0.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest |  1 -
 kde-frameworks/purpose/purpose-6.0.0.ebuild | 70 -
 2 files changed, 71 deletions(-)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index f05b2ea3ebde..0695c546af1b 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,3 +1,2 @@
 DIST purpose-5.115.0.tar.xz 180012 BLAKE2B 
2e5a2805b19384f5e8ce0fdb94fa5cc3a7dbfeaaac027e45d95cc16091ea94e2a626ebb8be34f67838ea48049496005588ee6055f745b332676a64a35450c30e
 SHA512 
b17cd780ed7947582fbc71430de67ebeaf33432113bbb77fba3736bd608d05fb132d40f7783cba4fdfd7ab3eec60f00676d48be0ce9c601c37f8eccc04d4db31
-DIST purpose-6.0.0.tar.xz 174876 BLAKE2B 
fef97eb97b497067ea5fbe7f19c3cd0234a2500c3c09e45851a44cf36f36a39052591e151cbbe39b2e8c5d5e86484f7495cfab3da92051cea52aefd2ad0bf67c
 SHA512 
f160ead62f2e16bdcc9763c139d77479b72dc24b3f6cf9b0a65336ec4ebce371394c8765e08171e4caf939e69f9874596ba5e4baba03146823b23240ec972bfe
 DIST purpose-6.1.0.tar.xz 175584 BLAKE2B 
02cabc4ff679560bad0bc77d853f97ac5b4a27e2e20c5ac0ca86ce932aa2c8ed1d8e2d24d1ff5c39513903baefea772289fd99307bcbb13282d3499205712b24
 SHA512 
a52b365c3e33966e2557529d63a9cab8af66d1ea976a47e9aeee62755897bada371ad16f758abefb47201728e371f050c40fd88d29b9584445b4c816e954ff78

diff --git a/kde-frameworks/purpose/purpose-6.0.0.ebuild 
b/kde-frameworks/purpose/purpose-6.0.0.ebuild
deleted file mode 100644
index 644569f4d542..
--- a/kde-frameworks/purpose/purpose-6.0.0.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.2
-inherit ecm frameworks.kde.org optfeature xdg-utils
-
-DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
-
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64"
-IUSE="bluetooth kaccounts"
-
-# requires running environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   =kde-frameworks/kconfig-${PVCUT}*:6
-   =kde-frameworks/kcoreaddons-${PVCUT}*:6
-   =kde-frameworks/ki18n-${PVCUT}*:6
-   =kde-frameworks/kio-${PVCUT}*:6
-   =kde-frameworks/kirigami-${PVCUT}*:6
-   =kde-frameworks/knotifications-${PVCUT}*:6
-   =kde-frameworks/kservice-${PVCUT}*:6
-   =kde-frameworks/prison-${PVCUT}*:6
-   kaccounts? (
-   kde-apps/kaccounts-integration:6
-   >=net-libs/accounts-qt-1.16_p20220803[qt6]
-   )
-"
-RDEPEND="${DEPEND}
-   !${CATEGORY}/${PN}:5[-kf6compat(-)]
-   >=kde-frameworks/kdeclarative-${PVCUT}:6
-   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:6 )
-   kaccounts? ( >=net-libs/accounts-qml-0.7_p20231028[qt6] )
-"
-BDEPEND="kaccounts? ( dev-util/intltool )"
-
-src_prepare() {
-   ecm_src_prepare
-
-   use bluetooth ||
-   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package kaccounts KAccounts6)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Send through KDE Connect" kde-misc/kdeconnect
-   fi
-   ecm_pkg_postinst
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2024-03-02 Thread Andreas Sturmlechner
commit: 664b9b8c4af065399acc7a9ad56477dc160771fc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar  2 08:45:36 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar  2 09:12:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=664b9b8c

kde-frameworks/purpose: drop 5.113.0-r2

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest  |  1 -
 kde-frameworks/purpose/purpose-5.113.0-r2.ebuild | 91 
 2 files changed, 92 deletions(-)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index 63f45512e5d0..c0d27784dae4 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,3 +1,2 @@
-DIST purpose-5.113.0.tar.xz 179544 BLAKE2B 
9c9cf7d17f2c8b270f23052553796ea7403260bab11186ff846d840503efc9ae5fdc1d70730605584f7f14ea1aa9f7258864458f2b813b4ed7e01a466f818bbd
 SHA512 
df7f2b3164caa474100731eb360318c2a6bb8301aeb0729fab3824d95f123ece00e74032c2533ce477c92717c116404ed56f7c320320557c29a5036ecf135f7e
 DIST purpose-5.115.0.tar.xz 180012 BLAKE2B 
2e5a2805b19384f5e8ce0fdb94fa5cc3a7dbfeaaac027e45d95cc16091ea94e2a626ebb8be34f67838ea48049496005588ee6055f745b332676a64a35450c30e
 SHA512 
b17cd780ed7947582fbc71430de67ebeaf33432113bbb77fba3736bd608d05fb132d40f7783cba4fdfd7ab3eec60f00676d48be0ce9c601c37f8eccc04d4db31
 DIST purpose-6.0.0.tar.xz 174876 BLAKE2B 
fef97eb97b497067ea5fbe7f19c3cd0234a2500c3c09e45851a44cf36f36a39052591e151cbbe39b2e8c5d5e86484f7495cfab3da92051cea52aefd2ad0bf67c
 SHA512 
f160ead62f2e16bdcc9763c139d77479b72dc24b3f6cf9b0a65336ec4ebce371394c8765e08171e4caf939e69f9874596ba5e4baba03146823b23240ec972bfe

diff --git a/kde-frameworks/purpose/purpose-5.113.0-r2.ebuild 
b/kde-frameworks/purpose/purpose-5.113.0-r2.ebuild
deleted file mode 100644
index 608b515dc68e..
--- a/kde-frameworks/purpose/purpose-5.113.0-r2.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.9
-inherit ecm frameworks.kde.org optfeature xdg-utils
-
-DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
-LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE="bluetooth kaccounts kf6compat"
-
-# requires running environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kirigami-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/kservice-${PVCUT}*:5
-   =kde-frameworks/prison-${PVCUT}*:5
-   kaccounts? (
-   || (
-   kde-apps/kaccounts-integration:6[qt5]
-   kde-apps/kaccounts-integration:5
-   )
-   net-libs/accounts-qt[qt5(+)]
-   )
-"
-RDEPEND="${DEPEND}
-   kf6compat? ( kde-frameworks/purpose:6[kaccounts?] )
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${PVCUT}:5
-   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
-   kaccounts? ( net-libs/accounts-qml[qt5(+)] )
-"
-BDEPEND="kaccounts? ( dev-util/intltool )"
-
-src_prepare() {
-   ecm_src_prepare
-
-   use bluetooth ||
-   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package kaccounts KAccounts)
-   )
-
-   ecm_src_configure
-}
-
-src_install() {
-   ecm_src_install
-
-   if use kf6compat; then
-   rm 
"${D}"/usr/share/icons/hicolor/128x128/apps/{reviewboard,phabricator}-purpose.png
 \
-   
"${D}"/usr/share/icons/hicolor/16x16/apps/{reviewboard,phabricator}-purpose.png 
\
-   || die
-   if use kaccounts; then
-   rm 
"${D}"/usr/share/accounts/services/kde/{google-youtube,nextcloud-upload}.service
 \
-   || die
-   fi
-   fi
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Send through KDE Connect" kde-misc/kdeconnect
-   fi
-   ecm_pkg_postinst
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2024-03-01 Thread Arthur Zamarin
commit: b75a8c8140c89529417f426d6f668ae467f28c9f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Mar  1 16:21:16 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar  1 16:21:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b75a8c81

kde-frameworks/purpose: Stabilize 5.115.0 x86, #924308

Signed-off-by: Arthur Zamarin  gentoo.org>

 kde-frameworks/purpose/purpose-5.115.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/purpose/purpose-5.115.0.ebuild 
b/kde-frameworks/purpose/purpose-5.115.0.ebuild
index 1931f769237a..608b515dc68e 100644
--- a/kde-frameworks/purpose/purpose-5.115.0.ebuild
+++ b/kde-frameworks/purpose/purpose-5.115.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm frameworks.kde.org optfeature xdg-utils
 
 DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
 LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="bluetooth kaccounts kf6compat"
 
 # requires running environment



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2024-02-28 Thread Arthur Zamarin
commit: 735024d3dab61116c49b6b571a65a0859f134ae7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Feb 28 18:50:00 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Feb 28 18:50:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=735024d3

kde-frameworks/purpose: Stabilize 5.115.0 arm64, #924308

Signed-off-by: Arthur Zamarin  gentoo.org>

 kde-frameworks/purpose/purpose-5.115.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/purpose/purpose-5.115.0.ebuild 
b/kde-frameworks/purpose/purpose-5.115.0.ebuild
index d039152bb3bb..1931f769237a 100644
--- a/kde-frameworks/purpose/purpose-5.115.0.ebuild
+++ b/kde-frameworks/purpose/purpose-5.115.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm frameworks.kde.org optfeature xdg-utils
 
 DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
 LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="bluetooth kaccounts kf6compat"
 
 # requires running environment



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2024-02-19 Thread Sam James
commit: 8f494227268b9b28edbf01bd637802d6e98dd8b4
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 19 16:25:28 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 19 16:25:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f494227

kde-frameworks/purpose: Stabilize 5.115.0 amd64, #924308

Signed-off-by: Sam James  gentoo.org>

 kde-frameworks/purpose/purpose-5.115.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/purpose/purpose-5.115.0.ebuild 
b/kde-frameworks/purpose/purpose-5.115.0.ebuild
index 39bad79d4f2d..d039152bb3bb 100644
--- a/kde-frameworks/purpose/purpose-5.115.0.ebuild
+++ b/kde-frameworks/purpose/purpose-5.115.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm frameworks.kde.org optfeature xdg-utils
 
 DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
 LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="bluetooth kaccounts kf6compat"
 
 # requires running environment



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2024-02-11 Thread Andreas Sturmlechner
commit: bf90cc6a8cf16bd77b411cee6cdb8347992e8b82
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Feb 11 20:09:52 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb 11 20:15:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf90cc6a

kde-frameworks/purpose: drop 5.114.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest   |  1 -
 kde-frameworks/purpose/purpose-5.114.0.ebuild | 91 ---
 2 files changed, 92 deletions(-)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index a28095bc2de2..6b5af2e39f0b 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,4 +1,3 @@
 DIST purpose-5.113.0.tar.xz 179544 BLAKE2B 
9c9cf7d17f2c8b270f23052553796ea7403260bab11186ff846d840503efc9ae5fdc1d70730605584f7f14ea1aa9f7258864458f2b813b4ed7e01a466f818bbd
 SHA512 
df7f2b3164caa474100731eb360318c2a6bb8301aeb0729fab3824d95f123ece00e74032c2533ce477c92717c116404ed56f7c320320557c29a5036ecf135f7e
-DIST purpose-5.114.0.tar.xz 179776 BLAKE2B 
19cbc2744ef9e40a53aef90da9511c9d7a342f35b95e3ff0c8a090fdbaa84c44de94c71ff81c8d40e05dfbf52191d3a9440c54c3e1a12f6f11391d693fbfac81
 SHA512 
f56be72e5690da06e35cf339b9d45030f651cf1312a7e1ced850dcc137b06f5227533fa1276e4458fac22d3ff8ffef61d503732ce95957e9ea98cdac6916120f
 DIST purpose-5.115.0.tar.xz 180012 BLAKE2B 
2e5a2805b19384f5e8ce0fdb94fa5cc3a7dbfeaaac027e45d95cc16091ea94e2a626ebb8be34f67838ea48049496005588ee6055f745b332676a64a35450c30e
 SHA512 
b17cd780ed7947582fbc71430de67ebeaf33432113bbb77fba3736bd608d05fb132d40f7783cba4fdfd7ab3eec60f00676d48be0ce9c601c37f8eccc04d4db31
 DIST purpose-5.249.0.tar.xz 174540 BLAKE2B 
4f43501631161b23f8e64c3b42ff839b64f4fb618e03c5fa20c4cb2bd26271b6113bee803d57cb4c1bbecbc0e2e000963581ba872c226ecde8d02a96192df405
 SHA512 
9efa22bbd12297c082ab697202980c586b32d11276b8d682176385a654177f9def23e6ea227da6f43a1b45e10da04cedc323f5039d75694de4201c9fcdd1c527

diff --git a/kde-frameworks/purpose/purpose-5.114.0.ebuild 
b/kde-frameworks/purpose/purpose-5.114.0.ebuild
deleted file mode 100644
index 39bad79d4f2d..
--- a/kde-frameworks/purpose/purpose-5.114.0.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.9
-inherit ecm frameworks.kde.org optfeature xdg-utils
-
-DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="bluetooth kaccounts kf6compat"
-
-# requires running environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kirigami-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/kservice-${PVCUT}*:5
-   =kde-frameworks/prison-${PVCUT}*:5
-   kaccounts? (
-   || (
-   kde-apps/kaccounts-integration:6[qt5]
-   kde-apps/kaccounts-integration:5
-   )
-   net-libs/accounts-qt[qt5(+)]
-   )
-"
-RDEPEND="${DEPEND}
-   kf6compat? ( kde-frameworks/purpose:6[kaccounts?] )
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${PVCUT}:5
-   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
-   kaccounts? ( net-libs/accounts-qml[qt5(+)] )
-"
-BDEPEND="kaccounts? ( dev-util/intltool )"
-
-src_prepare() {
-   ecm_src_prepare
-
-   use bluetooth ||
-   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package kaccounts KAccounts)
-   )
-
-   ecm_src_configure
-}
-
-src_install() {
-   ecm_src_install
-
-   if use kf6compat; then
-   rm 
"${D}"/usr/share/icons/hicolor/128x128/apps/{reviewboard,phabricator}-purpose.png
 \
-   
"${D}"/usr/share/icons/hicolor/16x16/apps/{reviewboard,phabricator}-purpose.png 
\
-   || die
-   if use kaccounts; then
-   rm 
"${D}"/usr/share/accounts/services/kde/{google-youtube,nextcloud-upload}.service
 \
-   || die
-   fi
-   fi
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Send through KDE Connect" kde-misc/kdeconnect
-   fi
-   ecm_pkg_postinst
-   xdg_ico

[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2024-02-01 Thread Andreas Sturmlechner
commit: 5b1de742951270f0b01a808de65bb681c3e92b99
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Feb  1 19:56:20 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Feb  1 21:17:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b1de742

kde-frameworks/purpose: drop 5.248.0-r1

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest  |  1 -
 kde-frameworks/purpose/purpose-5.248.0-r1.ebuild | 70 
 2 files changed, 71 deletions(-)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index 626bcaf9dd23..75d6560e6d4c 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,4 +1,3 @@
 DIST purpose-5.113.0.tar.xz 179544 BLAKE2B 
9c9cf7d17f2c8b270f23052553796ea7403260bab11186ff846d840503efc9ae5fdc1d70730605584f7f14ea1aa9f7258864458f2b813b4ed7e01a466f818bbd
 SHA512 
df7f2b3164caa474100731eb360318c2a6bb8301aeb0729fab3824d95f123ece00e74032c2533ce477c92717c116404ed56f7c320320557c29a5036ecf135f7e
 DIST purpose-5.114.0.tar.xz 179776 BLAKE2B 
19cbc2744ef9e40a53aef90da9511c9d7a342f35b95e3ff0c8a090fdbaa84c44de94c71ff81c8d40e05dfbf52191d3a9440c54c3e1a12f6f11391d693fbfac81
 SHA512 
f56be72e5690da06e35cf339b9d45030f651cf1312a7e1ced850dcc137b06f5227533fa1276e4458fac22d3ff8ffef61d503732ce95957e9ea98cdac6916120f
-DIST purpose-5.248.0.tar.xz 174628 BLAKE2B 
f544f5307b5a8af755af47836724cb0c70ce075666bab29129cd22649da651e1d2a33a1b6b1488d1897efb444bcdd59c45dbac7f44eabdb0bf63eaa7c8c07493
 SHA512 
e043091e8d628d7e8b274184bd18de06a7d78aab463c553191c580fd897d7e991c848ef16b96ab25879dd64f2b3bc8ee6d9b60c34b3c7c94714fef77649cdae8
 DIST purpose-5.249.0.tar.xz 174540 BLAKE2B 
4f43501631161b23f8e64c3b42ff839b64f4fb618e03c5fa20c4cb2bd26271b6113bee803d57cb4c1bbecbc0e2e000963581ba872c226ecde8d02a96192df405
 SHA512 
9efa22bbd12297c082ab697202980c586b32d11276b8d682176385a654177f9def23e6ea227da6f43a1b45e10da04cedc323f5039d75694de4201c9fcdd1c527

diff --git a/kde-frameworks/purpose/purpose-5.248.0-r1.ebuild 
b/kde-frameworks/purpose/purpose-5.248.0-r1.ebuild
deleted file mode 100644
index 3c74ea370010..
--- a/kde-frameworks/purpose/purpose-5.248.0-r1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.0
-inherit ecm frameworks.kde.org optfeature xdg-utils
-
-DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
-
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64"
-IUSE="bluetooth kaccounts"
-
-# requires running environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   =kde-frameworks/kconfig-${PVCUT}*:6
-   =kde-frameworks/kcoreaddons-${PVCUT}*:6
-   =kde-frameworks/ki18n-${PVCUT}*:6
-   =kde-frameworks/kio-${PVCUT}*:6
-   =kde-frameworks/kirigami-${PVCUT}*:6
-   =kde-frameworks/knotifications-${PVCUT}*:6
-   =kde-frameworks/kservice-${PVCUT}*:6
-   =kde-frameworks/prison-${PVCUT}*:6
-   kaccounts? (
-   kde-apps/kaccounts-integration:6
-   >=net-libs/accounts-qt-1.16-r1[qt6]
-   )
-"
-RDEPEND="${DEPEND}
-   !${CATEGORY}/${PN}:5[-kf6compat(-)]
-   >=kde-frameworks/kdeclarative-${PVCUT}:6
-   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:6 )
-   kaccounts? ( >=net-libs/accounts-qml-0.7_p20231028[qt6] )
-"
-BDEPEND="kaccounts? ( dev-util/intltool )"
-
-src_prepare() {
-   ecm_src_prepare
-
-   use bluetooth ||
-   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package kaccounts KAccounts6)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Send through KDE Connect" kde-misc/kdeconnect
-   fi
-   ecm_pkg_postinst
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2024-01-21 Thread Andreas Sturmlechner
commit: c4dfb01cbe9dc764a2fa792d5388e1cd997db1db
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 21 21:19:48 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 21 21:36:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4dfb01c

kde-frameworks/purpose: Do not enable IUSE kaccounts by default

Bug: https://bugs.gentoo.org/920914
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/purpose-5.113.0-r2.ebuild | 2 +-
 kde-frameworks/purpose/purpose-5.114.0.ebuild| 2 +-
 kde-frameworks/purpose/purpose-5.248.0-r1.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kde-frameworks/purpose/purpose-5.113.0-r2.ebuild 
b/kde-frameworks/purpose/purpose-5.113.0-r2.ebuild
index 6deed8b6b2cb..608b515dc68e 100644
--- a/kde-frameworks/purpose/purpose-5.113.0-r2.ebuild
+++ b/kde-frameworks/purpose/purpose-5.113.0-r2.ebuild
@@ -12,7 +12,7 @@ inherit ecm frameworks.kde.org optfeature xdg-utils
 DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
 LICENSE="LGPL-2.1+"
 KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE="bluetooth +kaccounts kf6compat"
+IUSE="bluetooth kaccounts kf6compat"
 
 # requires running environment
 RESTRICT="test"

diff --git a/kde-frameworks/purpose/purpose-5.114.0.ebuild 
b/kde-frameworks/purpose/purpose-5.114.0.ebuild
index 9a8a706944b8..39bad79d4f2d 100644
--- a/kde-frameworks/purpose/purpose-5.114.0.ebuild
+++ b/kde-frameworks/purpose/purpose-5.114.0.ebuild
@@ -12,7 +12,7 @@ inherit ecm frameworks.kde.org optfeature xdg-utils
 DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
 LICENSE="LGPL-2.1+"
 KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="bluetooth +kaccounts kf6compat"
+IUSE="bluetooth kaccounts kf6compat"
 
 # requires running environment
 RESTRICT="test"

diff --git a/kde-frameworks/purpose/purpose-5.248.0-r1.ebuild 
b/kde-frameworks/purpose/purpose-5.248.0-r1.ebuild
index f83c0cb5d7ed..3c74ea370010 100644
--- a/kde-frameworks/purpose/purpose-5.248.0-r1.ebuild
+++ b/kde-frameworks/purpose/purpose-5.248.0-r1.ebuild
@@ -13,7 +13,7 @@ DESCRIPTION="Library for providing abstractions to get the 
developer's purposes
 
 LICENSE="LGPL-2.1+"
 KEYWORDS="~amd64"
-IUSE="bluetooth +kaccounts"
+IUSE="bluetooth kaccounts"
 
 # requires running environment
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2024-01-14 Thread Andreas Sturmlechner
commit: 4092761643104316bc86e36d491191a4725b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 14 22:03:10 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 14 22:28:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40927616

kde-frameworks/purpose: 5.114.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest   |  1 +
 kde-frameworks/purpose/purpose-5.114.0.ebuild | 91 +++
 2 files changed, 92 insertions(+)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index 2f521cebd585..e9076790bd4c 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,2 +1,3 @@
 DIST purpose-5.113.0.tar.xz 179544 BLAKE2B 
9c9cf7d17f2c8b270f23052553796ea7403260bab11186ff846d840503efc9ae5fdc1d70730605584f7f14ea1aa9f7258864458f2b813b4ed7e01a466f818bbd
 SHA512 
df7f2b3164caa474100731eb360318c2a6bb8301aeb0729fab3824d95f123ece00e74032c2533ce477c92717c116404ed56f7c320320557c29a5036ecf135f7e
+DIST purpose-5.114.0.tar.xz 179776 BLAKE2B 
19cbc2744ef9e40a53aef90da9511c9d7a342f35b95e3ff0c8a090fdbaa84c44de94c71ff81c8d40e05dfbf52191d3a9440c54c3e1a12f6f11391d693fbfac81
 SHA512 
f56be72e5690da06e35cf339b9d45030f651cf1312a7e1ced850dcc137b06f5227533fa1276e4458fac22d3ff8ffef61d503732ce95957e9ea98cdac6916120f
 DIST purpose-5.248.0.tar.xz 174628 BLAKE2B 
f544f5307b5a8af755af47836724cb0c70ce075666bab29129cd22649da651e1d2a33a1b6b1488d1897efb444bcdd59c45dbac7f44eabdb0bf63eaa7c8c07493
 SHA512 
e043091e8d628d7e8b274184bd18de06a7d78aab463c553191c580fd897d7e991c848ef16b96ab25879dd64f2b3bc8ee6d9b60c34b3c7c94714fef77649cdae8

diff --git a/kde-frameworks/purpose/purpose-5.114.0.ebuild 
b/kde-frameworks/purpose/purpose-5.114.0.ebuild
new file mode 100644
index ..9a8a706944b8
--- /dev/null
+++ b/kde-frameworks/purpose/purpose-5.114.0.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+ECM_TEST="forceoptional"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.9
+inherit ecm frameworks.kde.org optfeature xdg-utils
+
+DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="bluetooth +kaccounts kf6compat"
+
+# requires running environment
+RESTRICT="test"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   =kde-frameworks/kirigami-${PVCUT}*:5
+   =kde-frameworks/knotifications-${PVCUT}*:5
+   =kde-frameworks/kservice-${PVCUT}*:5
+   =kde-frameworks/prison-${PVCUT}*:5
+   kaccounts? (
+   || (
+   kde-apps/kaccounts-integration:6[qt5]
+   kde-apps/kaccounts-integration:5
+   )
+   net-libs/accounts-qt[qt5(+)]
+   )
+"
+RDEPEND="${DEPEND}
+   kf6compat? ( kde-frameworks/purpose:6[kaccounts?] )
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kdeclarative-${PVCUT}:5
+   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
+   kaccounts? ( net-libs/accounts-qml[qt5(+)] )
+"
+BDEPEND="kaccounts? ( dev-util/intltool )"
+
+src_prepare() {
+   ecm_src_prepare
+
+   use bluetooth ||
+   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
+}
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package kaccounts KAccounts)
+   )
+
+   ecm_src_configure
+}
+
+src_install() {
+   ecm_src_install
+
+   if use kf6compat; then
+   rm 
"${D}"/usr/share/icons/hicolor/128x128/apps/{reviewboard,phabricator}-purpose.png
 \
+   
"${D}"/usr/share/icons/hicolor/16x16/apps/{reviewboard,phabricator}-purpose.png 
\
+   || die
+   if use kaccounts; then
+   rm 
"${D}"/usr/share/accounts/services/kde/{google-youtube,nextcloud-upload}.service
 \
+   || die
+   fi
+   fi
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   optfeature "Send through KDE Connect" kde-misc/kdeconnect
+   fi
+   ecm_pkg_postinst
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2024-01-08 Thread Andreas Sturmlechner
commit: ca780b515e90c9528e25a17bd395ad3ed91ae19a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jan  8 20:23:41 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan  8 20:23:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca780b51

kde-frameworks/purpose: 5.247.0 does not have IUSE=kaccounts yet

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/purpose-5.247.0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/kde-frameworks/purpose/purpose-5.247.0.ebuild 
b/kde-frameworks/purpose/purpose-5.247.0.ebuild
index 19d19f3dde2d..8c554f4728cf 100644
--- a/kde-frameworks/purpose/purpose-5.247.0.ebuild
+++ b/kde-frameworks/purpose/purpose-5.247.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -35,7 +35,6 @@ RDEPEND="${DEPEND}
>=kde-frameworks/kdeclarative-${PVCUT}:6
bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:6 )
 "
-BDEPEND="kaccounts? ( dev-util/intltool )"
 
 src_prepare() {
ecm_src_prepare



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2024-01-08 Thread Andreas Sturmlechner
commit: 57b0a68c631e4cdc47efa2c131e5cf18112d6cd6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jan  8 18:45:57 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan  8 20:03:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57b0a68c

kde-frameworks/purpose: Add missing BDEPEND

kaccounts_add_service (from kaccounts-integration) is using dev-util/intltool

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/purpose-5.113.0-r1.ebuild | 1 +
 kde-frameworks/purpose/purpose-5.247.0.ebuild| 1 +
 2 files changed, 2 insertions(+)

diff --git a/kde-frameworks/purpose/purpose-5.113.0-r1.ebuild 
b/kde-frameworks/purpose/purpose-5.113.0-r1.ebuild
index c6423963fd2e..82990ca6ba98 100644
--- a/kde-frameworks/purpose/purpose-5.113.0-r1.ebuild
+++ b/kde-frameworks/purpose/purpose-5.113.0-r1.ebuild
@@ -44,6 +44,7 @@ RDEPEND="${DEPEND}
bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
kaccounts? ( net-libs/accounts-qml[qt5(+)] )
 "
+BDEPEND="kaccounts? ( dev-util/intltool )"
 
 src_prepare() {
ecm_src_prepare

diff --git a/kde-frameworks/purpose/purpose-5.247.0.ebuild 
b/kde-frameworks/purpose/purpose-5.247.0.ebuild
index 585ae16503e7..19d19f3dde2d 100644
--- a/kde-frameworks/purpose/purpose-5.247.0.ebuild
+++ b/kde-frameworks/purpose/purpose-5.247.0.ebuild
@@ -35,6 +35,7 @@ RDEPEND="${DEPEND}
>=kde-frameworks/kdeclarative-${PVCUT}:6
bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:6 )
 "
+BDEPEND="kaccounts? ( dev-util/intltool )"
 
 src_prepare() {
ecm_src_prepare



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2024-01-05 Thread Andreas Sturmlechner
commit: 9d09dd625193cd14d236c472e2431ca49ee8eaa7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan  4 11:09:46 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan  5 08:33:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d09dd62

kde-frameworks/purpose: drop 5.112.0-r1

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest  |  1 -
 kde-frameworks/purpose/purpose-5.112.0-r1.ebuild | 72 
 2 files changed, 73 deletions(-)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index aeaf41549be9..0c0215c9143f 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,3 +1,2 @@
-DIST purpose-5.112.0.tar.xz 180816 BLAKE2B 
4ed9e6fa546b8b230375ccbdab32e3bbfe79262204d94a9180b299903f499df94abd546ba68d8b43b29bfc3c7e101ff17e75bebc44ecd8ee1253a4e1e78ed5fc
 SHA512 
b5cbcf29f2659dfb60891083abe516bb230a4ee5e67da88e4c231c7c0a5eac9ec076c71a7cbd4d6ba40ca79e45b1a8b422e636a91a1a67517f81ad98963584b3
 DIST purpose-5.113.0.tar.xz 179544 BLAKE2B 
9c9cf7d17f2c8b270f23052553796ea7403260bab11186ff846d840503efc9ae5fdc1d70730605584f7f14ea1aa9f7258864458f2b813b4ed7e01a466f818bbd
 SHA512 
df7f2b3164caa474100731eb360318c2a6bb8301aeb0729fab3824d95f123ece00e74032c2533ce477c92717c116404ed56f7c320320557c29a5036ecf135f7e
 DIST purpose-5.247.0.tar.xz 174664 BLAKE2B 
1280d520698a016b33975773d7fc371a802572956cab790b96f114e4de65874b5f77687bd00508cf94906ce0333f73a8a2751002d1c03f54da7f829dcb85d7c1
 SHA512 
79dea049edd9cfda70947090caf36c7cb82b5e8dc60ad0690d007ad9d515a3863e8124d242a617b2c9f568d8e6d9354d99524de09ce4e4b930db3453d7391f14

diff --git a/kde-frameworks/purpose/purpose-5.112.0-r1.ebuild 
b/kde-frameworks/purpose/purpose-5.112.0-r1.ebuild
deleted file mode 100644
index a24151245924..
--- a/kde-frameworks/purpose/purpose-5.112.0-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.9
-inherit ecm frameworks.kde.org optfeature xdg-utils
-
-DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
-LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE="bluetooth +kaccounts"
-
-# requires running environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kirigami-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/kservice-${PVCUT}*:5
-   =kde-frameworks/prison-${PVCUT}*:5
-   kaccounts? (
-   >=kde-apps/kaccounts-integration-19.04.3:5
-   net-libs/accounts-qt[qt5(+)]
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${PVCUT}:5
-   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
-   kaccounts? ( net-libs/accounts-qml[qt5(+)] )
-"
-
-src_prepare() {
-   ecm_src_prepare
-
-   use bluetooth ||
-   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package kaccounts KAccounts)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Send through KDE Connect" kde-misc/kdeconnect
-   fi
-   ecm_pkg_postinst
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2024-01-04 Thread Sam James
commit: 5d1c3bd67db622da27a77e9745efdfdb9fd0a868
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  4 10:06:02 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  4 10:06:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d1c3bd6

kde-frameworks/purpose: Stabilize 5.113.0-r1 x86, #920698

Signed-off-by: Sam James  gentoo.org>

 kde-frameworks/purpose/purpose-5.113.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-frameworks/purpose/purpose-5.113.0-r1.ebuild 
b/kde-frameworks/purpose/purpose-5.113.0-r1.ebuild
index 572f0da91c2e..c6423963fd2e 100644
--- a/kde-frameworks/purpose/purpose-5.113.0-r1.ebuild
+++ b/kde-frameworks/purpose/purpose-5.113.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ inherit ecm frameworks.kde.org optfeature xdg-utils
 
 DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
 LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="bluetooth +kaccounts kf6compat"
 
 # requires running environment



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2023-12-28 Thread Arthur Zamarin
commit: dca868f5219a6df84b850770f6d2580f7930d903
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Dec 28 18:53:00 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Dec 28 18:53:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dca868f5

kde-frameworks/purpose: Stabilize 5.113.0-r1 arm64, #920698

Signed-off-by: Arthur Zamarin  gentoo.org>

 kde-frameworks/purpose/purpose-5.113.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/purpose/purpose-5.113.0-r1.ebuild 
b/kde-frameworks/purpose/purpose-5.113.0-r1.ebuild
index 4b465798d7aa..572f0da91c2e 100644
--- a/kde-frameworks/purpose/purpose-5.113.0-r1.ebuild
+++ b/kde-frameworks/purpose/purpose-5.113.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit ecm frameworks.kde.org optfeature xdg-utils
 
 DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
 LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="bluetooth +kaccounts kf6compat"
 
 # requires running environment



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2023-12-21 Thread Andreas Sturmlechner
commit: 118d6d298e9b7872f7f4b833a1030f6cf4a25c5d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Dec 21 15:20:42 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Dec 21 15:21:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=118d6d29

kde-frameworks/purpose: Fix cmake arg

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/purpose-5.247.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/purpose/purpose-5.247.0.ebuild 
b/kde-frameworks/purpose/purpose-5.247.0.ebuild
index 138c7c5198dd..585ae16503e7 100644
--- a/kde-frameworks/purpose/purpose-5.247.0.ebuild
+++ b/kde-frameworks/purpose/purpose-5.247.0.ebuild
@@ -45,7 +45,7 @@ src_prepare() {
 
 src_configure() {
local mycmakeargs=(
-   -DCMAKE_DISABLE_FIND_PACKAGE_KAccounts6=$(usex kaccounts)
+   -DCMAKE_DISABLE_FIND_PACKAGE_KAccounts6=ON
)
 
ecm_src_configure



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2023-12-20 Thread Andreas Sturmlechner
commit: 8737e4232484bb79cd61cb8d3b2f2f25bfda6baa
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Dec 20 13:41:54 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Dec 20 15:11:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8737e423

kde-frameworks/purpose: drop 5.246.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest   |  1 -
 kde-frameworks/purpose/purpose-5.246.0.ebuild | 69 ---
 2 files changed, 70 deletions(-)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index 580206d732ee..aeaf41549be9 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,4 +1,3 @@
 DIST purpose-5.112.0.tar.xz 180816 BLAKE2B 
4ed9e6fa546b8b230375ccbdab32e3bbfe79262204d94a9180b299903f499df94abd546ba68d8b43b29bfc3c7e101ff17e75bebc44ecd8ee1253a4e1e78ed5fc
 SHA512 
b5cbcf29f2659dfb60891083abe516bb230a4ee5e67da88e4c231c7c0a5eac9ec076c71a7cbd4d6ba40ca79e45b1a8b422e636a91a1a67517f81ad98963584b3
 DIST purpose-5.113.0.tar.xz 179544 BLAKE2B 
9c9cf7d17f2c8b270f23052553796ea7403260bab11186ff846d840503efc9ae5fdc1d70730605584f7f14ea1aa9f7258864458f2b813b4ed7e01a466f818bbd
 SHA512 
df7f2b3164caa474100731eb360318c2a6bb8301aeb0729fab3824d95f123ece00e74032c2533ce477c92717c116404ed56f7c320320557c29a5036ecf135f7e
-DIST purpose-5.246.0.tar.xz 179352 BLAKE2B 
d0fcf85f71164442457c6c04aeda1fcf7c18db7a5374829c3cff78b2ce47e01845d65fe96e062a5cb08b5c04db5dea5a161fe1172d78007a07c9dcc9c0414387
 SHA512 
a9035cf0e90d5a3841f9028b5f4d783e692135ac2ac5097dd27c05eccc2431b5445428b823ac4b3a74119dfd6922ae644da377ec064ced29db13283b9ba81b2e
 DIST purpose-5.247.0.tar.xz 174664 BLAKE2B 
1280d520698a016b33975773d7fc371a802572956cab790b96f114e4de65874b5f77687bd00508cf94906ce0333f73a8a2751002d1c03f54da7f829dcb85d7c1
 SHA512 
79dea049edd9cfda70947090caf36c7cb82b5e8dc60ad0690d007ad9d515a3863e8124d242a617b2c9f568d8e6d9354d99524de09ce4e4b930db3453d7391f14

diff --git a/kde-frameworks/purpose/purpose-5.246.0.ebuild 
b/kde-frameworks/purpose/purpose-5.246.0.ebuild
deleted file mode 100644
index 4d859686c01c..
--- a/kde-frameworks/purpose/purpose-5.246.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.0
-inherit ecm frameworks.kde.org optfeature xdg-utils
-
-DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
-
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64"
-IUSE="bluetooth"
-
-# requires running environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   =kde-frameworks/kconfig-${PVCUT}*:6
-   =kde-frameworks/kcoreaddons-${PVCUT}*:6
-   =kde-frameworks/ki18n-${PVCUT}*:6
-   =kde-frameworks/kio-${PVCUT}*:6
-   =kde-frameworks/kirigami-${PVCUT}*:6
-   =kde-frameworks/knotifications-${PVCUT}*:6
-   =kde-frameworks/kservice-${PVCUT}*:6
-   =kde-frameworks/prison-${PVCUT}*:6
-"
-#  kaccounts? (
-#  >=kde-apps/kaccounts-integration-19.04.3:6
-#  net-libs/accounts-qt
-#  )
-RDEPEND="${DEPEND}
-   !${CATEGORY}/${PN}:5[-kf6compat(-)]
-   >=kde-frameworks/kdeclarative-${PVCUT}:6
-   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:6 )
-"
-#  kaccounts? ( net-libs/accounts-qml )
-
-src_prepare() {
-   ecm_src_prepare
-
-   use bluetooth ||
-   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
-}
-
-# src_configure() {
-#  local mycmakeargs=(
-#  $(cmake_use_find_package kaccounts KAccounts)
-#  )
-# 
-#  ecm_src_configure
-# }
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Send through KDE Connect" kde-misc/kdeconnect
-   fi
-   ecm_pkg_postinst
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2023-12-17 Thread Andreas Sturmlechner
commit: 9659c42be43a7660dab6a05586a10ed20d9c609c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec 17 09:50:33 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 17 23:00:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9659c42b

kde-frameworks/purpose: add 5.246.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest   |  1 +
 kde-frameworks/purpose/purpose-5.246.0.ebuild | 69 +++
 2 files changed, 70 insertions(+)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index 574826a04cc0..9d80003a98b5 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,2 +1,3 @@
 DIST purpose-5.112.0.tar.xz 180816 BLAKE2B 
4ed9e6fa546b8b230375ccbdab32e3bbfe79262204d94a9180b299903f499df94abd546ba68d8b43b29bfc3c7e101ff17e75bebc44ecd8ee1253a4e1e78ed5fc
 SHA512 
b5cbcf29f2659dfb60891083abe516bb230a4ee5e67da88e4c231c7c0a5eac9ec076c71a7cbd4d6ba40ca79e45b1a8b422e636a91a1a67517f81ad98963584b3
 DIST purpose-5.113.0.tar.xz 179544 BLAKE2B 
9c9cf7d17f2c8b270f23052553796ea7403260bab11186ff846d840503efc9ae5fdc1d70730605584f7f14ea1aa9f7258864458f2b813b4ed7e01a466f818bbd
 SHA512 
df7f2b3164caa474100731eb360318c2a6bb8301aeb0729fab3824d95f123ece00e74032c2533ce477c92717c116404ed56f7c320320557c29a5036ecf135f7e
+DIST purpose-5.246.0.tar.xz 179352 BLAKE2B 
d0fcf85f71164442457c6c04aeda1fcf7c18db7a5374829c3cff78b2ce47e01845d65fe96e062a5cb08b5c04db5dea5a161fe1172d78007a07c9dcc9c0414387
 SHA512 
a9035cf0e90d5a3841f9028b5f4d783e692135ac2ac5097dd27c05eccc2431b5445428b823ac4b3a74119dfd6922ae644da377ec064ced29db13283b9ba81b2e

diff --git a/kde-frameworks/purpose/purpose-5.246.0.ebuild 
b/kde-frameworks/purpose/purpose-5.246.0.ebuild
new file mode 100644
index ..4d859686c01c
--- /dev/null
+++ b/kde-frameworks/purpose/purpose-5.246.0.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+ECM_TEST="forceoptional"
+PVCUT=$(ver_cut 1-2)
+QTMIN=6.6.0
+inherit ecm frameworks.kde.org optfeature xdg-utils
+
+DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
+
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64"
+IUSE="bluetooth"
+
+# requires running environment
+RESTRICT="test"
+
+DEPEND="
+   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
+   >=dev-qt/qtdeclarative-${QTMIN}:6
+   =kde-frameworks/kconfig-${PVCUT}*:6
+   =kde-frameworks/kcoreaddons-${PVCUT}*:6
+   =kde-frameworks/ki18n-${PVCUT}*:6
+   =kde-frameworks/kio-${PVCUT}*:6
+   =kde-frameworks/kirigami-${PVCUT}*:6
+   =kde-frameworks/knotifications-${PVCUT}*:6
+   =kde-frameworks/kservice-${PVCUT}*:6
+   =kde-frameworks/prison-${PVCUT}*:6
+"
+#  kaccounts? (
+#  >=kde-apps/kaccounts-integration-19.04.3:6
+#  net-libs/accounts-qt
+#  )
+RDEPEND="${DEPEND}
+   !${CATEGORY}/${PN}:5[-kf6compat(-)]
+   >=kde-frameworks/kdeclarative-${PVCUT}:6
+   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:6 )
+"
+#  kaccounts? ( net-libs/accounts-qml )
+
+src_prepare() {
+   ecm_src_prepare
+
+   use bluetooth ||
+   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
+}
+
+# src_configure() {
+#  local mycmakeargs=(
+#  $(cmake_use_find_package kaccounts KAccounts)
+#  )
+# 
+#  ecm_src_configure
+# }
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   optfeature "Send through KDE Connect" kde-misc/kdeconnect
+   fi
+   ecm_pkg_postinst
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2023-12-15 Thread Andreas Sturmlechner
commit: bf6b896f17134202c015a594dfeb2490e0afe17c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Dec 15 11:59:46 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Dec 15 16:21:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf6b896f

kde-frameworks/purpose: 5.113.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest   |  1 +
 kde-frameworks/purpose/metadata.xml   |  1 +
 kde-frameworks/purpose/purpose-5.113.0.ebuild | 83 +++
 3 files changed, 85 insertions(+)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index cbacb753c2ae..574826a04cc0 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1 +1,2 @@
 DIST purpose-5.112.0.tar.xz 180816 BLAKE2B 
4ed9e6fa546b8b230375ccbdab32e3bbfe79262204d94a9180b299903f499df94abd546ba68d8b43b29bfc3c7e101ff17e75bebc44ecd8ee1253a4e1e78ed5fc
 SHA512 
b5cbcf29f2659dfb60891083abe516bb230a4ee5e67da88e4c231c7c0a5eac9ec076c71a7cbd4d6ba40ca79e45b1a8b422e636a91a1a67517f81ad98963584b3
+DIST purpose-5.113.0.tar.xz 179544 BLAKE2B 
9c9cf7d17f2c8b270f23052553796ea7403260bab11186ff846d840503efc9ae5fdc1d70730605584f7f14ea1aa9f7258864458f2b813b4ed7e01a466f818bbd
 SHA512 
df7f2b3164caa474100731eb360318c2a6bb8301aeb0729fab3824d95f123ece00e74032c2533ce477c92717c116404ed56f7c320320557c29a5036ecf135f7e

diff --git a/kde-frameworks/purpose/metadata.xml 
b/kde-frameworks/purpose/metadata.xml
index 94150564ce73..6b0d501b777f 100644
--- a/kde-frameworks/purpose/metadata.xml
+++ b/kde-frameworks/purpose/metadata.xml
@@ -10,6 +10,7 @@


Enable support for system-wide defined 
KAccounts
+   Disable components colliding with KF6, 
depend on KF6 components instead




diff --git a/kde-frameworks/purpose/purpose-5.113.0.ebuild 
b/kde-frameworks/purpose/purpose-5.113.0.ebuild
new file mode 100644
index ..12cd439d5dcb
--- /dev/null
+++ b/kde-frameworks/purpose/purpose-5.113.0.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+ECM_TEST="forceoptional"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.9
+inherit ecm frameworks.kde.org optfeature xdg-utils
+
+DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="bluetooth +kaccounts kf6compat"
+
+# requires running environment
+RESTRICT="test"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   =kde-frameworks/kirigami-${PVCUT}*:5
+   =kde-frameworks/knotifications-${PVCUT}*:5
+   =kde-frameworks/kservice-${PVCUT}*:5
+   =kde-frameworks/prison-${PVCUT}*:5
+   kaccounts? (
+   >=kde-apps/kaccounts-integration-19.04.3:5
+   net-libs/accounts-qt
+   )
+"
+RDEPEND="${DEPEND}
+   kf6compat? ( kde-frameworks/purpose:6 )
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kdeclarative-${PVCUT}:5
+   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
+   kaccounts? ( net-libs/accounts-qml )
+"
+
+src_prepare() {
+   ecm_src_prepare
+
+   use bluetooth ||
+   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
+}
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package kaccounts KAccounts)
+   )
+
+   ecm_src_configure
+}
+
+src_install() {
+   ecm_src_install
+
+   if use kf6compat; then
+   rm 
"${D}"/usr/share/icons/hicolor/128x128/apps/{reviewboard,phabricator}-purpose.png
 \
+   
"${D}"/usr/share/icons/hicolor/16x16/apps/{reviewboard,phabricator}-purpose.png 
\
+   || die
+   fi
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   optfeature "Send through KDE Connect" kde-misc/kdeconnect
+   fi
+   ecm_pkg_postinst
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2023-11-28 Thread Andreas Sturmlechner
commit: 96c18bcfb78ed1707beda0e6e148c82c426ec914
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Nov 24 12:47:19 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Nov 28 09:45:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96c18bcf

kde-frameworks/purpose: drop 5.110.0-r1

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest  |  1 -
 kde-frameworks/purpose/purpose-5.110.0-r1.ebuild | 72 
 2 files changed, 73 deletions(-)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index ca1b0d4e200d..cbacb753c2ae 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,2 +1 @@
-DIST purpose-5.110.0.tar.xz 180760 BLAKE2B 
2bc4c11cd02fc542b9bb1ceff7539d506640c2b46e0ba9e085260067a86418ee31af14ad688025ce687225218c3fa51b8d34400e5e31e3e9faa59cf6db04ffd3
 SHA512 
b447abfb9a3db5929e7217025173d9316a8414ce3d23553a5049fda8d07a2b77d15a0bee669d089ad6e6e034c41e8671bf83b9ad0de7a17e57c2cfb34cabac30
 DIST purpose-5.112.0.tar.xz 180816 BLAKE2B 
4ed9e6fa546b8b230375ccbdab32e3bbfe79262204d94a9180b299903f499df94abd546ba68d8b43b29bfc3c7e101ff17e75bebc44ecd8ee1253a4e1e78ed5fc
 SHA512 
b5cbcf29f2659dfb60891083abe516bb230a4ee5e67da88e4c231c7c0a5eac9ec076c71a7cbd4d6ba40ca79e45b1a8b422e636a91a1a67517f81ad98963584b3

diff --git a/kde-frameworks/purpose/purpose-5.110.0-r1.ebuild 
b/kde-frameworks/purpose/purpose-5.110.0-r1.ebuild
deleted file mode 100644
index 59fcc332f8ea..
--- a/kde-frameworks/purpose/purpose-5.110.0-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.9
-inherit ecm frameworks.kde.org optfeature xdg-utils
-
-DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
-LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE="bluetooth +kaccounts"
-
-# requires running environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kirigami-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/kservice-${PVCUT}*:5
-   =kde-frameworks/prison-${PVCUT}*:5
-   kaccounts? (
-   >=kde-apps/kaccounts-integration-19.04.3:5
-   net-libs/accounts-qt
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${PVCUT}:5
-   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
-   kaccounts? ( net-libs/accounts-qml )
-"
-
-src_prepare() {
-   ecm_src_prepare
-
-   use bluetooth ||
-   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package kaccounts KAccounts)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Send through KDE Connect" kde-misc/kdeconnect
-   fi
-   ecm_pkg_postinst
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2023-11-12 Thread Andreas Sturmlechner
commit: 24db9c6490a24172bf67a87e444c7cf98f5a0c2b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov 12 09:38:33 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Nov 12 09:43:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24db9c64

kde-frameworks/purpose: drop 5.111.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest   |  1 -
 kde-frameworks/purpose/purpose-5.111.0.ebuild | 72 ---
 2 files changed, 73 deletions(-)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index 42a8b103d817..ca1b0d4e200d 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,3 +1,2 @@
 DIST purpose-5.110.0.tar.xz 180760 BLAKE2B 
2bc4c11cd02fc542b9bb1ceff7539d506640c2b46e0ba9e085260067a86418ee31af14ad688025ce687225218c3fa51b8d34400e5e31e3e9faa59cf6db04ffd3
 SHA512 
b447abfb9a3db5929e7217025173d9316a8414ce3d23553a5049fda8d07a2b77d15a0bee669d089ad6e6e034c41e8671bf83b9ad0de7a17e57c2cfb34cabac30
-DIST purpose-5.111.0.tar.xz 180796 BLAKE2B 
cb4d94f9877055d62f0ebe7b7d151308b49ced843da2541f81ae29431310af505ef29cf7826416986da20a6060911508ef5e5b0a9e2487a32259bb68f4f15242
 SHA512 
c05898bc68c6ff7bdd8814203ad6d64f6c7c1346e871a2ef298a660e56b9b2c86a647cc13533626eaad21cc8e238714e1ce03f5ef556a04005140a2d4bba8aa4
 DIST purpose-5.112.0.tar.xz 180816 BLAKE2B 
4ed9e6fa546b8b230375ccbdab32e3bbfe79262204d94a9180b299903f499df94abd546ba68d8b43b29bfc3c7e101ff17e75bebc44ecd8ee1253a4e1e78ed5fc
 SHA512 
b5cbcf29f2659dfb60891083abe516bb230a4ee5e67da88e4c231c7c0a5eac9ec076c71a7cbd4d6ba40ca79e45b1a8b422e636a91a1a67517f81ad98963584b3

diff --git a/kde-frameworks/purpose/purpose-5.111.0.ebuild 
b/kde-frameworks/purpose/purpose-5.111.0.ebuild
deleted file mode 100644
index f43120abdffa..
--- a/kde-frameworks/purpose/purpose-5.111.0.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.9
-inherit ecm frameworks.kde.org optfeature xdg-utils
-
-DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="bluetooth +kaccounts"
-
-# requires running environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdbus-${QTMIN}:5
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kconfig-${PVCUT}*:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kirigami-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/kservice-${PVCUT}*:5
-   =kde-frameworks/prison-${PVCUT}*:5
-   kaccounts? (
-   >=kde-apps/kaccounts-integration-19.04.3:5
-   net-libs/accounts-qt
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${PVCUT}:5
-   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
-   kaccounts? ( net-libs/accounts-qml )
-"
-
-src_prepare() {
-   ecm_src_prepare
-
-   use bluetooth ||
-   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package kaccounts KAccounts)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Send through KDE Connect" kde-misc/kdeconnect
-   fi
-   ecm_pkg_postinst
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2023-10-19 Thread Andreas Sturmlechner
commit: 67d499adf251b714d9ff7d10a871447d60ca8b96
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct 19 14:35:03 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct 19 15:11:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67d499ad

kde-frameworks/purpose: 5.111.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest   |  1 +
 kde-frameworks/purpose/purpose-5.111.0.ebuild | 72 +++
 2 files changed, 73 insertions(+)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index f939cb499ab1..de2b4a0a41ef 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1 +1,2 @@
 DIST purpose-5.110.0.tar.xz 180760 BLAKE2B 
2bc4c11cd02fc542b9bb1ceff7539d506640c2b46e0ba9e085260067a86418ee31af14ad688025ce687225218c3fa51b8d34400e5e31e3e9faa59cf6db04ffd3
 SHA512 
b447abfb9a3db5929e7217025173d9316a8414ce3d23553a5049fda8d07a2b77d15a0bee669d089ad6e6e034c41e8671bf83b9ad0de7a17e57c2cfb34cabac30
+DIST purpose-5.111.0.tar.xz 180796 BLAKE2B 
cb4d94f9877055d62f0ebe7b7d151308b49ced843da2541f81ae29431310af505ef29cf7826416986da20a6060911508ef5e5b0a9e2487a32259bb68f4f15242
 SHA512 
c05898bc68c6ff7bdd8814203ad6d64f6c7c1346e871a2ef298a660e56b9b2c86a647cc13533626eaad21cc8e238714e1ce03f5ef556a04005140a2d4bba8aa4

diff --git a/kde-frameworks/purpose/purpose-5.111.0.ebuild 
b/kde-frameworks/purpose/purpose-5.111.0.ebuild
new file mode 100644
index ..f43120abdffa
--- /dev/null
+++ b/kde-frameworks/purpose/purpose-5.111.0.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+ECM_TEST="forceoptional"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.9
+inherit ecm frameworks.kde.org optfeature xdg-utils
+
+DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="bluetooth +kaccounts"
+
+# requires running environment
+RESTRICT="test"
+
+DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   =kde-frameworks/kirigami-${PVCUT}*:5
+   =kde-frameworks/knotifications-${PVCUT}*:5
+   =kde-frameworks/kservice-${PVCUT}*:5
+   =kde-frameworks/prison-${PVCUT}*:5
+   kaccounts? (
+   >=kde-apps/kaccounts-integration-19.04.3:5
+   net-libs/accounts-qt
+   )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kdeclarative-${PVCUT}:5
+   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
+   kaccounts? ( net-libs/accounts-qml )
+"
+
+src_prepare() {
+   ecm_src_prepare
+
+   use bluetooth ||
+   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
+}
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package kaccounts KAccounts)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   optfeature "Send through KDE Connect" kde-misc/kdeconnect
+   fi
+   ecm_pkg_postinst
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2023-09-26 Thread Andreas Sturmlechner
commit: 0523e3e902f3d3ebdbbeead96da56e0f15604359
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep 26 18:41:07 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep 26 19:06:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0523e3e9

kde-frameworks/purpose: drop 5.108.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest   |  1 -
 kde-frameworks/purpose/purpose-5.108.0.ebuild | 69 ---
 2 files changed, 70 deletions(-)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index d75e1ea144c5..f939cb499ab1 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,2 +1 @@
-DIST purpose-5.108.0.tar.xz 179400 BLAKE2B 
7678abe3996006acca028d300457550a667ffac743ce163009af87c9b950b159a56453dc1afe3adfb88f9a9cd8710ada7f645fdcf63da7cdb93777883166cb88
 SHA512 
4dd031ea685c54d06b06ad8ff24d6b7ddd68e5bf27391817889dd0cb377ebdbb8ea6e030bf215e9c93e29b61e7bd62e17ad576e6f8a4189278f6b99e47f02409
 DIST purpose-5.110.0.tar.xz 180760 BLAKE2B 
2bc4c11cd02fc542b9bb1ceff7539d506640c2b46e0ba9e085260067a86418ee31af14ad688025ce687225218c3fa51b8d34400e5e31e3e9faa59cf6db04ffd3
 SHA512 
b447abfb9a3db5929e7217025173d9316a8414ce3d23553a5049fda8d07a2b77d15a0bee669d089ad6e6e034c41e8671bf83b9ad0de7a17e57c2cfb34cabac30

diff --git a/kde-frameworks/purpose/purpose-5.108.0.ebuild 
b/kde-frameworks/purpose/purpose-5.108.0.ebuild
deleted file mode 100644
index c5c2e5df4868..
--- a/kde-frameworks/purpose/purpose-5.108.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.9
-inherit ecm frameworks.kde.org optfeature xdg-utils
-
-DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
-LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE="bluetooth +kaccounts"
-
-# requires running environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kirigami-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/prison-${PVCUT}*:5
-   kaccounts? (
-   >=kde-apps/kaccounts-integration-19.04.3:5
-   net-libs/accounts-qt
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${PVCUT}:5
-   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
-   kaccounts? ( net-libs/accounts-qml )
-"
-
-src_prepare() {
-   ecm_src_prepare
-
-   use bluetooth ||
-   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package kaccounts KAccounts)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Send through KDE Connect" kde-misc/kdeconnect
-   fi
-   ecm_pkg_postinst
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2023-09-19 Thread Andreas Sturmlechner
commit: d7e5e62c91a855e25909a9d82243801dc0569b49
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep 19 16:34:17 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep 19 16:51:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7e5e62c

kde-frameworks/purpose: Add missing dependencies

Upstream commits:
5ba56ab8f541e3717f43eafec34868a40ff39a89
ba798d7578a4e036ee657b76bbdcfa79404cf1b3

Closes: https://bugs.gentoo.org/914134
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../purpose/{purpose-5.110.0.ebuild => purpose-5.110.0-r1.ebuild}  | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/kde-frameworks/purpose/purpose-5.110.0.ebuild 
b/kde-frameworks/purpose/purpose-5.110.0-r1.ebuild
similarity index 93%
rename from kde-frameworks/purpose/purpose-5.110.0.ebuild
rename to kde-frameworks/purpose/purpose-5.110.0-r1.ebuild
index a5a92b820096..f43120abdffa 100644
--- a/kde-frameworks/purpose/purpose-5.110.0.ebuild
+++ b/kde-frameworks/purpose/purpose-5.110.0-r1.ebuild
@@ -18,15 +18,18 @@ IUSE="bluetooth +kaccounts"
 RESTRICT="test"
 
 DEPEND="
+   >=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtdeclarative-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtnetwork-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
+   =kde-frameworks/kconfig-${PVCUT}*:5
=kde-frameworks/kcoreaddons-${PVCUT}*:5
=kde-frameworks/ki18n-${PVCUT}*:5
=kde-frameworks/kio-${PVCUT}*:5
=kde-frameworks/kirigami-${PVCUT}*:5
=kde-frameworks/knotifications-${PVCUT}*:5
+   =kde-frameworks/kservice-${PVCUT}*:5
=kde-frameworks/prison-${PVCUT}*:5
kaccounts? (
>=kde-apps/kaccounts-integration-19.04.3:5



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2023-09-10 Thread Andreas Sturmlechner
commit: 03cf1bceefd51c27295c11eaffd8435521f183fd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Sep 10 11:32:14 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Sep 10 11:44:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03cf1bce

kde-frameworks/purpose: drop 5.109.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest   |  1 -
 kde-frameworks/purpose/purpose-5.109.0.ebuild | 69 ---
 2 files changed, 70 deletions(-)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index 93fa5b2ba9bd..d75e1ea144c5 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,3 +1,2 @@
 DIST purpose-5.108.0.tar.xz 179400 BLAKE2B 
7678abe3996006acca028d300457550a667ffac743ce163009af87c9b950b159a56453dc1afe3adfb88f9a9cd8710ada7f645fdcf63da7cdb93777883166cb88
 SHA512 
4dd031ea685c54d06b06ad8ff24d6b7ddd68e5bf27391817889dd0cb377ebdbb8ea6e030bf215e9c93e29b61e7bd62e17ad576e6f8a4189278f6b99e47f02409
-DIST purpose-5.109.0.tar.xz 180772 BLAKE2B 
893a560c8fb85a4ca7400ec6dd365d94f186f491d3656a2e0a972d995d9a0f6891d99351e68f214f9ab4268db135585b80febdec56457562b323e5c0a6008f8b
 SHA512 
432733c048ba6c4cb4c148f0043538447d4a82fed06b4158b84d222ce573cec9777f2313a1f17b4a771e9f112260cad8dd0c2e178f751723ba9eacc87703009b
 DIST purpose-5.110.0.tar.xz 180760 BLAKE2B 
2bc4c11cd02fc542b9bb1ceff7539d506640c2b46e0ba9e085260067a86418ee31af14ad688025ce687225218c3fa51b8d34400e5e31e3e9faa59cf6db04ffd3
 SHA512 
b447abfb9a3db5929e7217025173d9316a8414ce3d23553a5049fda8d07a2b77d15a0bee669d089ad6e6e034c41e8671bf83b9ad0de7a17e57c2cfb34cabac30

diff --git a/kde-frameworks/purpose/purpose-5.109.0.ebuild 
b/kde-frameworks/purpose/purpose-5.109.0.ebuild
deleted file mode 100644
index a5a92b820096..
--- a/kde-frameworks/purpose/purpose-5.109.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.9
-inherit ecm frameworks.kde.org optfeature xdg-utils
-
-DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="bluetooth +kaccounts"
-
-# requires running environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kirigami-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/prison-${PVCUT}*:5
-   kaccounts? (
-   >=kde-apps/kaccounts-integration-19.04.3:5
-   net-libs/accounts-qt
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${PVCUT}:5
-   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
-   kaccounts? ( net-libs/accounts-qml )
-"
-
-src_prepare() {
-   ecm_src_prepare
-
-   use bluetooth ||
-   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package kaccounts KAccounts)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Send through KDE Connect" kde-misc/kdeconnect
-   fi
-   ecm_pkg_postinst
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2023-08-25 Thread Sam James
commit: 8aecdb1c2631fd08d5c1708904488d586dd9cfec
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 26 04:34:26 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 26 04:47:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aecdb1c

kde-frameworks/purpose: Keyword 5.109.0 x86, #911784

Signed-off-by: Sam James  gentoo.org>

 kde-frameworks/purpose/purpose-5.109.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/purpose/purpose-5.109.0.ebuild 
b/kde-frameworks/purpose/purpose-5.109.0.ebuild
index aabadc7a8d3c..a5a92b820096 100644
--- a/kde-frameworks/purpose/purpose-5.109.0.ebuild
+++ b/kde-frameworks/purpose/purpose-5.109.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm frameworks.kde.org optfeature xdg-utils
 
 DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
 LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="bluetooth +kaccounts"
 
 # requires running environment



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2023-08-18 Thread Andreas Sturmlechner
commit: 780a9030595aeab19f2d4cd55e62c81155d25f7e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Aug 16 08:54:59 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug 18 08:25:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=780a9030

kde-frameworks/purpose: 5.109.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest   |  1 +
 kde-frameworks/purpose/purpose-5.109.0.ebuild | 69 +++
 2 files changed, 70 insertions(+)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index 7b8251e80417..e8374e58c945 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1 +1,2 @@
 DIST purpose-5.108.0.tar.xz 179400 BLAKE2B 
7678abe3996006acca028d300457550a667ffac743ce163009af87c9b950b159a56453dc1afe3adfb88f9a9cd8710ada7f645fdcf63da7cdb93777883166cb88
 SHA512 
4dd031ea685c54d06b06ad8ff24d6b7ddd68e5bf27391817889dd0cb377ebdbb8ea6e030bf215e9c93e29b61e7bd62e17ad576e6f8a4189278f6b99e47f02409
+DIST purpose-5.109.0.tar.xz 180772 BLAKE2B 
893a560c8fb85a4ca7400ec6dd365d94f186f491d3656a2e0a972d995d9a0f6891d99351e68f214f9ab4268db135585b80febdec56457562b323e5c0a6008f8b
 SHA512 
432733c048ba6c4cb4c148f0043538447d4a82fed06b4158b84d222ce573cec9777f2313a1f17b4a771e9f112260cad8dd0c2e178f751723ba9eacc87703009b

diff --git a/kde-frameworks/purpose/purpose-5.109.0.ebuild 
b/kde-frameworks/purpose/purpose-5.109.0.ebuild
new file mode 100644
index ..5476699558c1
--- /dev/null
+++ b/kde-frameworks/purpose/purpose-5.109.0.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+ECM_TEST="forceoptional"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.9
+inherit ecm frameworks.kde.org optfeature xdg-utils
+
+DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv"
+IUSE="bluetooth +kaccounts"
+
+# requires running environment
+RESTRICT="test"
+
+DEPEND="
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   =kde-frameworks/kirigami-${PVCUT}*:5
+   =kde-frameworks/knotifications-${PVCUT}*:5
+   =kde-frameworks/prison-${PVCUT}*:5
+   kaccounts? (
+   >=kde-apps/kaccounts-integration-19.04.3:5
+   net-libs/accounts-qt
+   )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kdeclarative-${PVCUT}:5
+   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
+   kaccounts? ( net-libs/accounts-qml )
+"
+
+src_prepare() {
+   ecm_src_prepare
+
+   use bluetooth ||
+   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
+}
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package kaccounts KAccounts)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   optfeature "Send through KDE Connect" kde-misc/kdeconnect
+   fi
+   ecm_pkg_postinst
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2023-08-02 Thread Andreas Sturmlechner
commit: 9cd0673f34de100d745f5ddb3f03b073f7c39ab1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Aug  2 19:17:04 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Aug  2 19:33:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cd0673f

kde-frameworks/purpose: drop 5.106.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest   |  1 -
 kde-frameworks/purpose/purpose-5.106.0.ebuild | 69 ---
 2 files changed, 70 deletions(-)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index 6deb5befe870..7b8251e80417 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,2 +1 @@
-DIST purpose-5.106.0.tar.xz 177988 BLAKE2B 
68a5bfdf89e4e407b0f5494d5fa1cc4fbef990769b84c93fe2a768b809936375aa84190cf999e6c91ad602de0be21e37f511dea31f7be38f1c32882faa9df376
 SHA512 
4ed8f6b4fd5a2e4fff02380aded436a2ffaadde9a97e48c6430800db597e1fd46dd5aba3b57888d62838a9d316e2ac6e0b0acc4878c723e29f0231d5a692c33e
 DIST purpose-5.108.0.tar.xz 179400 BLAKE2B 
7678abe3996006acca028d300457550a667ffac743ce163009af87c9b950b159a56453dc1afe3adfb88f9a9cd8710ada7f645fdcf63da7cdb93777883166cb88
 SHA512 
4dd031ea685c54d06b06ad8ff24d6b7ddd68e5bf27391817889dd0cb377ebdbb8ea6e030bf215e9c93e29b61e7bd62e17ad576e6f8a4189278f6b99e47f02409

diff --git a/kde-frameworks/purpose/purpose-5.106.0.ebuild 
b/kde-frameworks/purpose/purpose-5.106.0.ebuild
deleted file mode 100644
index f873b3b82755..
--- a/kde-frameworks/purpose/purpose-5.106.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-inherit ecm frameworks.kde.org optfeature xdg-utils
-
-DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
-LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE="bluetooth +kaccounts"
-
-# requires running environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kirigami-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/prison-${PVCUT}*:5
-   kaccounts? (
-   >=kde-apps/kaccounts-integration-19.04.3:5
-   net-libs/accounts-qt
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${PVCUT}:5
-   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
-   kaccounts? ( net-libs/accounts-qml )
-"
-
-src_prepare() {
-   ecm_src_prepare
-
-   use bluetooth ||
-   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package kaccounts KAccounts)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Send through KDE Connect" kde-misc/kdeconnect
-   fi
-   ecm_pkg_postinst
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2023-08-02 Thread Sam James
commit: 10d46efce7beb87fe72da366d729918b779a8f58
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug  2 17:47:23 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug  2 17:47:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10d46efc

kde-frameworks/purpose: stabilize 5.108.0 for arm64

Signed-off-by: Sam James  gentoo.org>

 kde-frameworks/purpose/purpose-5.108.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/purpose/purpose-5.108.0.ebuild 
b/kde-frameworks/purpose/purpose-5.108.0.ebuild
index 482641728e20..c5c2e5df4868 100644
--- a/kde-frameworks/purpose/purpose-5.108.0.ebuild
+++ b/kde-frameworks/purpose/purpose-5.108.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm frameworks.kde.org optfeature xdg-utils
 
 DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
 LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="bluetooth +kaccounts"
 
 # requires running environment



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2023-07-25 Thread Arthur Zamarin
commit: 66a7f45c1d3e5a6b2afa26e4c7dec24627da5afc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jul 25 18:12:35 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jul 25 18:12:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66a7f45c

kde-frameworks/purpose: Stabilize 5.108.0 x86, #910062

Signed-off-by: Arthur Zamarin  gentoo.org>

 kde-frameworks/purpose/purpose-5.108.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/purpose/purpose-5.108.0.ebuild 
b/kde-frameworks/purpose/purpose-5.108.0.ebuild
index b91e3b2cfa05..482641728e20 100644
--- a/kde-frameworks/purpose/purpose-5.108.0.ebuild
+++ b/kde-frameworks/purpose/purpose-5.108.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm frameworks.kde.org optfeature xdg-utils
 
 DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
 LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="bluetooth +kaccounts"
 
 # requires running environment



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2023-07-08 Thread Andreas Sturmlechner
commit: 6c615251d08fce699746b21f1880cc02a49fd378
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jul  8 15:38:53 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul  8 16:04:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c615251

kde-frameworks/purpose: drop 5.107.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest   |  1 -
 kde-frameworks/purpose/purpose-5.107.0.ebuild | 69 ---
 2 files changed, 70 deletions(-)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index 296d1817b3f7..6deb5befe870 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,3 +1,2 @@
 DIST purpose-5.106.0.tar.xz 177988 BLAKE2B 
68a5bfdf89e4e407b0f5494d5fa1cc4fbef990769b84c93fe2a768b809936375aa84190cf999e6c91ad602de0be21e37f511dea31f7be38f1c32882faa9df376
 SHA512 
4ed8f6b4fd5a2e4fff02380aded436a2ffaadde9a97e48c6430800db597e1fd46dd5aba3b57888d62838a9d316e2ac6e0b0acc4878c723e29f0231d5a692c33e
-DIST purpose-5.107.0.tar.xz 179408 BLAKE2B 
b8d8ae29e5848a226c2b6b885b7778b4ef1e57d5ace99185e1a5e77deb6d29d4f7685a1254df1c720e85a41c80124ca0e8dad8274a6564118a427110020ac964
 SHA512 
ce146b0ffb0a6b38c7e7f11f81d8f4837b345ff70321e1f6dc2993d2649d6e51686e703eaa89d2e07fee612bb609bdcba7c915d52471e5ed98ea9ebd736f
 DIST purpose-5.108.0.tar.xz 179400 BLAKE2B 
7678abe3996006acca028d300457550a667ffac743ce163009af87c9b950b159a56453dc1afe3adfb88f9a9cd8710ada7f645fdcf63da7cdb93777883166cb88
 SHA512 
4dd031ea685c54d06b06ad8ff24d6b7ddd68e5bf27391817889dd0cb377ebdbb8ea6e030bf215e9c93e29b61e7bd62e17ad576e6f8a4189278f6b99e47f02409

diff --git a/kde-frameworks/purpose/purpose-5.107.0.ebuild 
b/kde-frameworks/purpose/purpose-5.107.0.ebuild
deleted file mode 100644
index a5a92b820096..
--- a/kde-frameworks/purpose/purpose-5.107.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.9
-inherit ecm frameworks.kde.org optfeature xdg-utils
-
-DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="bluetooth +kaccounts"
-
-# requires running environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kirigami-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/prison-${PVCUT}*:5
-   kaccounts? (
-   >=kde-apps/kaccounts-integration-19.04.3:5
-   net-libs/accounts-qt
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${PVCUT}:5
-   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
-   kaccounts? ( net-libs/accounts-qml )
-"
-
-src_prepare() {
-   ecm_src_prepare
-
-   use bluetooth ||
-   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package kaccounts KAccounts)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Send through KDE Connect" kde-misc/kdeconnect
-   fi
-   ecm_pkg_postinst
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2023-06-22 Thread Andreas Sturmlechner
commit: bfc489bb5f42b0af3d83091e4028c681169233c6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jun 22 20:42:39 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jun 22 21:16:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfc489bb

kde-frameworks/purpose: drop 5.104.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest   |  1 -
 kde-frameworks/purpose/purpose-5.104.0.ebuild | 69 ---
 2 files changed, 70 deletions(-)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index c91852119939..a04c193f3f7d 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,3 +1,2 @@
-DIST purpose-5.104.0.tar.xz 177424 BLAKE2B 
790cffe2765bc1cca1f060bfe7faafa9c9c6e2ea211cf2b8ec912040a8813433896d52b35adcdc6a961ab2f1a67f7d251854f8c3007c6f1dd2f8c1f74cec729e
 SHA512 
303640b2bae5c0bdd373881d06350ac05edb9dcfca0d0baa155a93fd98f4dadf2467254c46ba55508deaec21ca78d1ad458874b98d3bfd53856844cf3f13a3fa
 DIST purpose-5.106.0.tar.xz 177988 BLAKE2B 
68a5bfdf89e4e407b0f5494d5fa1cc4fbef990769b84c93fe2a768b809936375aa84190cf999e6c91ad602de0be21e37f511dea31f7be38f1c32882faa9df376
 SHA512 
4ed8f6b4fd5a2e4fff02380aded436a2ffaadde9a97e48c6430800db597e1fd46dd5aba3b57888d62838a9d316e2ac6e0b0acc4878c723e29f0231d5a692c33e
 DIST purpose-5.107.0.tar.xz 179408 BLAKE2B 
b8d8ae29e5848a226c2b6b885b7778b4ef1e57d5ace99185e1a5e77deb6d29d4f7685a1254df1c720e85a41c80124ca0e8dad8274a6564118a427110020ac964
 SHA512 
ce146b0ffb0a6b38c7e7f11f81d8f4837b345ff70321e1f6dc2993d2649d6e51686e703eaa89d2e07fee612bb609bdcba7c915d52471e5ed98ea9ebd736f

diff --git a/kde-frameworks/purpose/purpose-5.104.0.ebuild 
b/kde-frameworks/purpose/purpose-5.104.0.ebuild
deleted file mode 100644
index f873b3b82755..
--- a/kde-frameworks/purpose/purpose-5.104.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-inherit ecm frameworks.kde.org optfeature xdg-utils
-
-DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
-LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE="bluetooth +kaccounts"
-
-# requires running environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kirigami-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/prison-${PVCUT}*:5
-   kaccounts? (
-   >=kde-apps/kaccounts-integration-19.04.3:5
-   net-libs/accounts-qt
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${PVCUT}:5
-   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
-   kaccounts? ( net-libs/accounts-qml )
-"
-
-src_prepare() {
-   ecm_src_prepare
-
-   use bluetooth ||
-   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package kaccounts KAccounts)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Send through KDE Connect" kde-misc/kdeconnect
-   fi
-   ecm_pkg_postinst
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2023-06-22 Thread Arthur Zamarin
commit: e7655b40817923832c80752218484f5299649be7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jun 22 19:57:31 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jun 22 19:57:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7655b40

kde-frameworks/purpose: Stabilize 5.106.0 x86, #906676

Signed-off-by: Arthur Zamarin  gentoo.org>

 kde-frameworks/purpose/purpose-5.106.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/purpose/purpose-5.106.0.ebuild 
b/kde-frameworks/purpose/purpose-5.106.0.ebuild
index e7f1f32f3b5f..f873b3b82755 100644
--- a/kde-frameworks/purpose/purpose-5.106.0.ebuild
+++ b/kde-frameworks/purpose/purpose-5.106.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm frameworks.kde.org optfeature xdg-utils
 
 DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
 LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="bluetooth +kaccounts"
 
 # requires running environment



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2023-06-10 Thread Andreas Sturmlechner
commit: 4aad7f76276fe579e4a2d331eb9c8a017fdf8f30
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 10 09:58:53 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 10 10:02:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aad7f76

kde-frameworks/purpose: 5.107.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest   |  1 +
 kde-frameworks/purpose/purpose-5.107.0.ebuild | 69 +++
 2 files changed, 70 insertions(+)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index 252551a3f9e8..c91852119939 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,2 +1,3 @@
 DIST purpose-5.104.0.tar.xz 177424 BLAKE2B 
790cffe2765bc1cca1f060bfe7faafa9c9c6e2ea211cf2b8ec912040a8813433896d52b35adcdc6a961ab2f1a67f7d251854f8c3007c6f1dd2f8c1f74cec729e
 SHA512 
303640b2bae5c0bdd373881d06350ac05edb9dcfca0d0baa155a93fd98f4dadf2467254c46ba55508deaec21ca78d1ad458874b98d3bfd53856844cf3f13a3fa
 DIST purpose-5.106.0.tar.xz 177988 BLAKE2B 
68a5bfdf89e4e407b0f5494d5fa1cc4fbef990769b84c93fe2a768b809936375aa84190cf999e6c91ad602de0be21e37f511dea31f7be38f1c32882faa9df376
 SHA512 
4ed8f6b4fd5a2e4fff02380aded436a2ffaadde9a97e48c6430800db597e1fd46dd5aba3b57888d62838a9d316e2ac6e0b0acc4878c723e29f0231d5a692c33e
+DIST purpose-5.107.0.tar.xz 179408 BLAKE2B 
b8d8ae29e5848a226c2b6b885b7778b4ef1e57d5ace99185e1a5e77deb6d29d4f7685a1254df1c720e85a41c80124ca0e8dad8274a6564118a427110020ac964
 SHA512 
ce146b0ffb0a6b38c7e7f11f81d8f4837b345ff70321e1f6dc2993d2649d6e51686e703eaa89d2e07fee612bb609bdcba7c915d52471e5ed98ea9ebd736f

diff --git a/kde-frameworks/purpose/purpose-5.107.0.ebuild 
b/kde-frameworks/purpose/purpose-5.107.0.ebuild
new file mode 100644
index ..a5a92b820096
--- /dev/null
+++ b/kde-frameworks/purpose/purpose-5.107.0.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+ECM_TEST="forceoptional"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.9
+inherit ecm frameworks.kde.org optfeature xdg-utils
+
+DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="bluetooth +kaccounts"
+
+# requires running environment
+RESTRICT="test"
+
+DEPEND="
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   =kde-frameworks/kirigami-${PVCUT}*:5
+   =kde-frameworks/knotifications-${PVCUT}*:5
+   =kde-frameworks/prison-${PVCUT}*:5
+   kaccounts? (
+   >=kde-apps/kaccounts-integration-19.04.3:5
+   net-libs/accounts-qt
+   )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kdeclarative-${PVCUT}:5
+   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
+   kaccounts? ( net-libs/accounts-qml )
+"
+
+src_prepare() {
+   ecm_src_prepare
+
+   use bluetooth ||
+   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
+}
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package kaccounts KAccounts)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   optfeature "Send through KDE Connect" kde-misc/kdeconnect
+   fi
+   ecm_pkg_postinst
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2023-05-27 Thread Arthur Zamarin
commit: f56155b0e21107a2b772f9cc1f061ebd938454de
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 27 13:43:09 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 27 13:43:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f56155b0

kde-frameworks/purpose: Stabilize 5.106.0 amd64, #906676

Signed-off-by: Arthur Zamarin  gentoo.org>

 kde-frameworks/purpose/purpose-5.106.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/purpose/purpose-5.106.0.ebuild 
b/kde-frameworks/purpose/purpose-5.106.0.ebuild
index 166c267df106..23277f8da615 100644
--- a/kde-frameworks/purpose/purpose-5.106.0.ebuild
+++ b/kde-frameworks/purpose/purpose-5.106.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm frameworks.kde.org optfeature xdg-utils
 
 DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
 LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="bluetooth +kaccounts"
 
 # requires running environment



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2023-05-13 Thread Andreas Sturmlechner
commit: 45b7596264069e8b5259019da57ba19fe7e3e015
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 13 21:15:31 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 13 21:24:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45b75962

kde-frameworks/purpose: drop 5.105.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest   |  1 -
 kde-frameworks/purpose/purpose-5.105.0.ebuild | 69 ---
 2 files changed, 70 deletions(-)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index 6d38f8c1a7d9..252551a3f9e8 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,3 +1,2 @@
 DIST purpose-5.104.0.tar.xz 177424 BLAKE2B 
790cffe2765bc1cca1f060bfe7faafa9c9c6e2ea211cf2b8ec912040a8813433896d52b35adcdc6a961ab2f1a67f7d251854f8c3007c6f1dd2f8c1f74cec729e
 SHA512 
303640b2bae5c0bdd373881d06350ac05edb9dcfca0d0baa155a93fd98f4dadf2467254c46ba55508deaec21ca78d1ad458874b98d3bfd53856844cf3f13a3fa
-DIST purpose-5.105.0.tar.xz 177676 BLAKE2B 
ad60449feae5627afab0bb6d872880bcbe23dd0836fade3f71a055953506e08de5202ae53342ac3cdadba90fe954fe910e7d826f16ec060159d7cbc11417a222
 SHA512 
80db4dd19580d44c4dcc0d5fdbf9e09f61fb5022fc87e60ac0cec85b5c3ef9af1dbe13a8e09830f0630ec1efe2ab53bc08b7c21a0eb8efdf3b573e94e3a5f85a
 DIST purpose-5.106.0.tar.xz 177988 BLAKE2B 
68a5bfdf89e4e407b0f5494d5fa1cc4fbef990769b84c93fe2a768b809936375aa84190cf999e6c91ad602de0be21e37f511dea31f7be38f1c32882faa9df376
 SHA512 
4ed8f6b4fd5a2e4fff02380aded436a2ffaadde9a97e48c6430800db597e1fd46dd5aba3b57888d62838a9d316e2ac6e0b0acc4878c723e29f0231d5a692c33e

diff --git a/kde-frameworks/purpose/purpose-5.105.0.ebuild 
b/kde-frameworks/purpose/purpose-5.105.0.ebuild
deleted file mode 100644
index 166c267df106..
--- a/kde-frameworks/purpose/purpose-5.105.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-inherit ecm frameworks.kde.org optfeature xdg-utils
-
-DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="bluetooth +kaccounts"
-
-# requires running environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kirigami-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/prison-${PVCUT}*:5
-   kaccounts? (
-   >=kde-apps/kaccounts-integration-19.04.3:5
-   net-libs/accounts-qt
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${PVCUT}:5
-   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
-   kaccounts? ( net-libs/accounts-qml )
-"
-
-src_prepare() {
-   ecm_src_prepare
-
-   use bluetooth ||
-   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package kaccounts KAccounts)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Send through KDE Connect" kde-misc/kdeconnect
-   fi
-   ecm_pkg_postinst
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2023-05-13 Thread Andreas Sturmlechner
commit: 85ebf6a182983b3a6ac96da10bbfbe4246f31eed
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 13 16:39:08 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 13 16:55:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85ebf6a1

kde-frameworks/purpose: 5.106.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest   |  1 +
 kde-frameworks/purpose/purpose-5.106.0.ebuild | 69 +++
 2 files changed, 70 insertions(+)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index 2e034b30810b..6d38f8c1a7d9 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,2 +1,3 @@
 DIST purpose-5.104.0.tar.xz 177424 BLAKE2B 
790cffe2765bc1cca1f060bfe7faafa9c9c6e2ea211cf2b8ec912040a8813433896d52b35adcdc6a961ab2f1a67f7d251854f8c3007c6f1dd2f8c1f74cec729e
 SHA512 
303640b2bae5c0bdd373881d06350ac05edb9dcfca0d0baa155a93fd98f4dadf2467254c46ba55508deaec21ca78d1ad458874b98d3bfd53856844cf3f13a3fa
 DIST purpose-5.105.0.tar.xz 177676 BLAKE2B 
ad60449feae5627afab0bb6d872880bcbe23dd0836fade3f71a055953506e08de5202ae53342ac3cdadba90fe954fe910e7d826f16ec060159d7cbc11417a222
 SHA512 
80db4dd19580d44c4dcc0d5fdbf9e09f61fb5022fc87e60ac0cec85b5c3ef9af1dbe13a8e09830f0630ec1efe2ab53bc08b7c21a0eb8efdf3b573e94e3a5f85a
+DIST purpose-5.106.0.tar.xz 177988 BLAKE2B 
68a5bfdf89e4e407b0f5494d5fa1cc4fbef990769b84c93fe2a768b809936375aa84190cf999e6c91ad602de0be21e37f511dea31f7be38f1c32882faa9df376
 SHA512 
4ed8f6b4fd5a2e4fff02380aded436a2ffaadde9a97e48c6430800db597e1fd46dd5aba3b57888d62838a9d316e2ac6e0b0acc4878c723e29f0231d5a692c33e

diff --git a/kde-frameworks/purpose/purpose-5.106.0.ebuild 
b/kde-frameworks/purpose/purpose-5.106.0.ebuild
new file mode 100644
index ..166c267df106
--- /dev/null
+++ b/kde-frameworks/purpose/purpose-5.106.0.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+ECM_TEST="forceoptional"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.5
+inherit ecm frameworks.kde.org optfeature xdg-utils
+
+DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="bluetooth +kaccounts"
+
+# requires running environment
+RESTRICT="test"
+
+DEPEND="
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   =kde-frameworks/kirigami-${PVCUT}*:5
+   =kde-frameworks/knotifications-${PVCUT}*:5
+   =kde-frameworks/prison-${PVCUT}*:5
+   kaccounts? (
+   >=kde-apps/kaccounts-integration-19.04.3:5
+   net-libs/accounts-qt
+   )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kdeclarative-${PVCUT}:5
+   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
+   kaccounts? ( net-libs/accounts-qml )
+"
+
+src_prepare() {
+   ecm_src_prepare
+
+   use bluetooth ||
+   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
+}
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package kaccounts KAccounts)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   optfeature "Send through KDE Connect" kde-misc/kdeconnect
+   fi
+   ecm_pkg_postinst
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2023-04-22 Thread Andreas Sturmlechner
commit: 95b7d5a256c54cccde4e077318f37ca8b0511626
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr 22 16:13:29 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Apr 22 16:20:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95b7d5a2

kde-frameworks/purpose: drop 5.102.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest   |  1 -
 kde-frameworks/purpose/purpose-5.102.0.ebuild | 69 ---
 2 files changed, 70 deletions(-)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index 5b36a8deef01..2e034b30810b 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,3 +1,2 @@
-DIST purpose-5.102.0.tar.xz 176740 BLAKE2B 
41c848404801ece1b4653a1ead97018acf410aeb2cf994114ff27a983cc9c0d33b1bf130ebaf82a72eef109deb9babe8706f9f48a1fc83d3d6249eb0c2afe2fe
 SHA512 
78a74e784fd50e4625c845025157eaf96712bc1ce993f6947446ccb964cb94c0bf3647ef94eafc44d45d936815528c66cad5c94d96c2ad7b7c6fb5253a35d0eb
 DIST purpose-5.104.0.tar.xz 177424 BLAKE2B 
790cffe2765bc1cca1f060bfe7faafa9c9c6e2ea211cf2b8ec912040a8813433896d52b35adcdc6a961ab2f1a67f7d251854f8c3007c6f1dd2f8c1f74cec729e
 SHA512 
303640b2bae5c0bdd373881d06350ac05edb9dcfca0d0baa155a93fd98f4dadf2467254c46ba55508deaec21ca78d1ad458874b98d3bfd53856844cf3f13a3fa
 DIST purpose-5.105.0.tar.xz 177676 BLAKE2B 
ad60449feae5627afab0bb6d872880bcbe23dd0836fade3f71a055953506e08de5202ae53342ac3cdadba90fe954fe910e7d826f16ec060159d7cbc11417a222
 SHA512 
80db4dd19580d44c4dcc0d5fdbf9e09f61fb5022fc87e60ac0cec85b5c3ef9af1dbe13a8e09830f0630ec1efe2ab53bc08b7c21a0eb8efdf3b573e94e3a5f85a

diff --git a/kde-frameworks/purpose/purpose-5.102.0.ebuild 
b/kde-frameworks/purpose/purpose-5.102.0.ebuild
deleted file mode 100644
index f873b3b82755..
--- a/kde-frameworks/purpose/purpose-5.102.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-inherit ecm frameworks.kde.org optfeature xdg-utils
-
-DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
-LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE="bluetooth +kaccounts"
-
-# requires running environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kirigami-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/prison-${PVCUT}*:5
-   kaccounts? (
-   >=kde-apps/kaccounts-integration-19.04.3:5
-   net-libs/accounts-qt
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${PVCUT}:5
-   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
-   kaccounts? ( net-libs/accounts-qml )
-"
-
-src_prepare() {
-   ecm_src_prepare
-
-   use bluetooth ||
-   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package kaccounts KAccounts)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Send through KDE Connect" kde-misc/kdeconnect
-   fi
-   ecm_pkg_postinst
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2023-04-08 Thread Andreas Sturmlechner
commit: 2ae224e5197ab6f299b9ce4ea359eb02e118134c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr  8 13:49:32 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Apr  8 14:02:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ae224e5

kde-frameworks/purpose: 5.105.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest   |  1 +
 kde-frameworks/purpose/purpose-5.105.0.ebuild | 69 +++
 2 files changed, 70 insertions(+)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index ad672e468bd6..5b36a8deef01 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,2 +1,3 @@
 DIST purpose-5.102.0.tar.xz 176740 BLAKE2B 
41c848404801ece1b4653a1ead97018acf410aeb2cf994114ff27a983cc9c0d33b1bf130ebaf82a72eef109deb9babe8706f9f48a1fc83d3d6249eb0c2afe2fe
 SHA512 
78a74e784fd50e4625c845025157eaf96712bc1ce993f6947446ccb964cb94c0bf3647ef94eafc44d45d936815528c66cad5c94d96c2ad7b7c6fb5253a35d0eb
 DIST purpose-5.104.0.tar.xz 177424 BLAKE2B 
790cffe2765bc1cca1f060bfe7faafa9c9c6e2ea211cf2b8ec912040a8813433896d52b35adcdc6a961ab2f1a67f7d251854f8c3007c6f1dd2f8c1f74cec729e
 SHA512 
303640b2bae5c0bdd373881d06350ac05edb9dcfca0d0baa155a93fd98f4dadf2467254c46ba55508deaec21ca78d1ad458874b98d3bfd53856844cf3f13a3fa
+DIST purpose-5.105.0.tar.xz 177676 BLAKE2B 
ad60449feae5627afab0bb6d872880bcbe23dd0836fade3f71a055953506e08de5202ae53342ac3cdadba90fe954fe910e7d826f16ec060159d7cbc11417a222
 SHA512 
80db4dd19580d44c4dcc0d5fdbf9e09f61fb5022fc87e60ac0cec85b5c3ef9af1dbe13a8e09830f0630ec1efe2ab53bc08b7c21a0eb8efdf3b573e94e3a5f85a

diff --git a/kde-frameworks/purpose/purpose-5.105.0.ebuild 
b/kde-frameworks/purpose/purpose-5.105.0.ebuild
new file mode 100644
index ..166c267df106
--- /dev/null
+++ b/kde-frameworks/purpose/purpose-5.105.0.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+ECM_TEST="forceoptional"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.5
+inherit ecm frameworks.kde.org optfeature xdg-utils
+
+DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="bluetooth +kaccounts"
+
+# requires running environment
+RESTRICT="test"
+
+DEPEND="
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   =kde-frameworks/kirigami-${PVCUT}*:5
+   =kde-frameworks/knotifications-${PVCUT}*:5
+   =kde-frameworks/prison-${PVCUT}*:5
+   kaccounts? (
+   >=kde-apps/kaccounts-integration-19.04.3:5
+   net-libs/accounts-qt
+   )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kdeclarative-${PVCUT}:5
+   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
+   kaccounts? ( net-libs/accounts-qml )
+"
+
+src_prepare() {
+   ecm_src_prepare
+
+   use bluetooth ||
+   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
+}
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package kaccounts KAccounts)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   optfeature "Send through KDE Connect" kde-misc/kdeconnect
+   fi
+   ecm_pkg_postinst
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2023-03-12 Thread Andreas Sturmlechner
commit: 9c3c8277335b9007979082a06d1e6eb9a2dad798
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 12 21:06:38 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 12 21:06:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c3c8277

kde-frameworks/purpose: drop 5.103.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest   |  1 -
 kde-frameworks/purpose/purpose-5.103.0.ebuild | 69 ---
 2 files changed, 70 deletions(-)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index b9303276f396..ad672e468bd6 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,3 +1,2 @@
 DIST purpose-5.102.0.tar.xz 176740 BLAKE2B 
41c848404801ece1b4653a1ead97018acf410aeb2cf994114ff27a983cc9c0d33b1bf130ebaf82a72eef109deb9babe8706f9f48a1fc83d3d6249eb0c2afe2fe
 SHA512 
78a74e784fd50e4625c845025157eaf96712bc1ce993f6947446ccb964cb94c0bf3647ef94eafc44d45d936815528c66cad5c94d96c2ad7b7c6fb5253a35d0eb
-DIST purpose-5.103.0.tar.xz 176740 BLAKE2B 
a1da7fb5bd18d51376851dc29fb0f027ae6aa082b0d177c3559e7b31797ea477fc1110568ad94c934204f37e1e9c56e5c07737f0e8282c903ec5a66951e3d6d3
 SHA512 
6784a067a56a383d3a4324c2c09458ca2abf0f03eb1a349c9c1784ee243cc6c66fe8ae9130f8a25d122a8a17accd86307cac66dc3f3f5bad177c550fa505e62c
 DIST purpose-5.104.0.tar.xz 177424 BLAKE2B 
790cffe2765bc1cca1f060bfe7faafa9c9c6e2ea211cf2b8ec912040a8813433896d52b35adcdc6a961ab2f1a67f7d251854f8c3007c6f1dd2f8c1f74cec729e
 SHA512 
303640b2bae5c0bdd373881d06350ac05edb9dcfca0d0baa155a93fd98f4dadf2467254c46ba55508deaec21ca78d1ad458874b98d3bfd53856844cf3f13a3fa

diff --git a/kde-frameworks/purpose/purpose-5.103.0.ebuild 
b/kde-frameworks/purpose/purpose-5.103.0.ebuild
deleted file mode 100644
index 166c267df106..
--- a/kde-frameworks/purpose/purpose-5.103.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-inherit ecm frameworks.kde.org optfeature xdg-utils
-
-DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="bluetooth +kaccounts"
-
-# requires running environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kirigami-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/prison-${PVCUT}*:5
-   kaccounts? (
-   >=kde-apps/kaccounts-integration-19.04.3:5
-   net-libs/accounts-qt
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${PVCUT}:5
-   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
-   kaccounts? ( net-libs/accounts-qml )
-"
-
-src_prepare() {
-   ecm_src_prepare
-
-   use bluetooth ||
-   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package kaccounts KAccounts)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Send through KDE Connect" kde-misc/kdeconnect
-   fi
-   ecm_pkg_postinst
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2023-03-11 Thread Andreas Sturmlechner
commit: 7ee8de2812d960f063028b786a964697ef4a421e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar 11 08:14:37 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar 11 18:19:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ee8de28

kde-frameworks/purpose: 5.104.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest   |  1 +
 kde-frameworks/purpose/purpose-5.104.0.ebuild | 69 +++
 2 files changed, 70 insertions(+)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index c26356978af8..b9303276f396 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,2 +1,3 @@
 DIST purpose-5.102.0.tar.xz 176740 BLAKE2B 
41c848404801ece1b4653a1ead97018acf410aeb2cf994114ff27a983cc9c0d33b1bf130ebaf82a72eef109deb9babe8706f9f48a1fc83d3d6249eb0c2afe2fe
 SHA512 
78a74e784fd50e4625c845025157eaf96712bc1ce993f6947446ccb964cb94c0bf3647ef94eafc44d45d936815528c66cad5c94d96c2ad7b7c6fb5253a35d0eb
 DIST purpose-5.103.0.tar.xz 176740 BLAKE2B 
a1da7fb5bd18d51376851dc29fb0f027ae6aa082b0d177c3559e7b31797ea477fc1110568ad94c934204f37e1e9c56e5c07737f0e8282c903ec5a66951e3d6d3
 SHA512 
6784a067a56a383d3a4324c2c09458ca2abf0f03eb1a349c9c1784ee243cc6c66fe8ae9130f8a25d122a8a17accd86307cac66dc3f3f5bad177c550fa505e62c
+DIST purpose-5.104.0.tar.xz 177424 BLAKE2B 
790cffe2765bc1cca1f060bfe7faafa9c9c6e2ea211cf2b8ec912040a8813433896d52b35adcdc6a961ab2f1a67f7d251854f8c3007c6f1dd2f8c1f74cec729e
 SHA512 
303640b2bae5c0bdd373881d06350ac05edb9dcfca0d0baa155a93fd98f4dadf2467254c46ba55508deaec21ca78d1ad458874b98d3bfd53856844cf3f13a3fa

diff --git a/kde-frameworks/purpose/purpose-5.104.0.ebuild 
b/kde-frameworks/purpose/purpose-5.104.0.ebuild
new file mode 100644
index ..166c267df106
--- /dev/null
+++ b/kde-frameworks/purpose/purpose-5.104.0.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+ECM_TEST="forceoptional"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.5
+inherit ecm frameworks.kde.org optfeature xdg-utils
+
+DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="bluetooth +kaccounts"
+
+# requires running environment
+RESTRICT="test"
+
+DEPEND="
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   =kde-frameworks/kirigami-${PVCUT}*:5
+   =kde-frameworks/knotifications-${PVCUT}*:5
+   =kde-frameworks/prison-${PVCUT}*:5
+   kaccounts? (
+   >=kde-apps/kaccounts-integration-19.04.3:5
+   net-libs/accounts-qt
+   )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kdeclarative-${PVCUT}:5
+   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
+   kaccounts? ( net-libs/accounts-qml )
+"
+
+src_prepare() {
+   ecm_src_prepare
+
+   use bluetooth ||
+   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
+}
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package kaccounts KAccounts)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   optfeature "Send through KDE Connect" kde-misc/kdeconnect
+   fi
+   ecm_pkg_postinst
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2023-02-18 Thread Andreas Sturmlechner
commit: 28cdac6675e9ca4ae65c05daf2b62ec263beabee
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 14 19:21:21 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Feb 18 22:40:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28cdac66

kde-frameworks/purpose: drop 5.99.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest  |  1 -
 kde-frameworks/purpose/purpose-5.99.0.ebuild | 69 
 2 files changed, 70 deletions(-)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index 87dc0fb65de6..c26356978af8 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,3 +1,2 @@
 DIST purpose-5.102.0.tar.xz 176740 BLAKE2B 
41c848404801ece1b4653a1ead97018acf410aeb2cf994114ff27a983cc9c0d33b1bf130ebaf82a72eef109deb9babe8706f9f48a1fc83d3d6249eb0c2afe2fe
 SHA512 
78a74e784fd50e4625c845025157eaf96712bc1ce993f6947446ccb964cb94c0bf3647ef94eafc44d45d936815528c66cad5c94d96c2ad7b7c6fb5253a35d0eb
 DIST purpose-5.103.0.tar.xz 176740 BLAKE2B 
a1da7fb5bd18d51376851dc29fb0f027ae6aa082b0d177c3559e7b31797ea477fc1110568ad94c934204f37e1e9c56e5c07737f0e8282c903ec5a66951e3d6d3
 SHA512 
6784a067a56a383d3a4324c2c09458ca2abf0f03eb1a349c9c1784ee243cc6c66fe8ae9130f8a25d122a8a17accd86307cac66dc3f3f5bad177c550fa505e62c
-DIST purpose-5.99.0.tar.xz 174964 BLAKE2B 
18c0b9b51e3f7496f01b7404ad3a733aaae0cfed4781f188df0f66554db7320bfdd4fe2ce00ef7c91c21923ef9543e90b2e37f600e2fa2fa1462845e1348cfde
 SHA512 
0f5070c6de1c6c7280c2cbc4c8848375bd689df6fcdf6f1eed0bd8c8abb695f6e5c926bbe21099c8d99bf562dfe96df6af269907e5fb9b01b0f2c5f5fabe54dd

diff --git a/kde-frameworks/purpose/purpose-5.99.0.ebuild 
b/kde-frameworks/purpose/purpose-5.99.0.ebuild
deleted file mode 100644
index cab6195db685..
--- a/kde-frameworks/purpose/purpose-5.99.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-inherit ecm frameworks.kde.org optfeature xdg-utils
-
-DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
-LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE="bluetooth +kaccounts"
-
-# requires running environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kirigami-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/prison-${PVCUT}*:5
-   kaccounts? (
-   >=kde-apps/kaccounts-integration-19.04.3:5
-   net-libs/accounts-qt
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${PVCUT}:5
-   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
-   kaccounts? ( net-libs/accounts-qml )
-"
-
-src_prepare() {
-   ecm_src_prepare
-
-   use bluetooth ||
-   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package kaccounts KAccounts)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Send through KDE Connect" kde-misc/kdeconnect
-   fi
-   ecm_pkg_postinst
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2023-02-18 Thread Arthur Zamarin
commit: 1db6c861c565590454963ffb0d7670b598667e60
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 18 16:03:45 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 18 16:04:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1db6c861

kde-frameworks/purpose: Stabilize 5.102.0 amd64, #891927

Signed-off-by: Arthur Zamarin  gentoo.org>

 kde-frameworks/purpose/purpose-5.102.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/purpose/purpose-5.102.0.ebuild 
b/kde-frameworks/purpose/purpose-5.102.0.ebuild
index 2384fb81ad9d..f873b3b82755 100644
--- a/kde-frameworks/purpose/purpose-5.102.0.ebuild
+++ b/kde-frameworks/purpose/purpose-5.102.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm frameworks.kde.org optfeature xdg-utils
 
 DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
 LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="bluetooth +kaccounts"
 
 # requires running environment



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2023-02-18 Thread Arthur Zamarin
commit: 3a8937e4d06ea0d27e267510fdd4d45fcd24e121
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Feb 18 13:25:44 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 18 13:25:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a8937e4

kde-frameworks/purpose: Stabilize 5.102.0 arm64, #891927

Signed-off-by: Arthur Zamarin  gentoo.org>

 kde-frameworks/purpose/purpose-5.102.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/purpose/purpose-5.102.0.ebuild 
b/kde-frameworks/purpose/purpose-5.102.0.ebuild
index 166c267df106..61ce9cc7885c 100644
--- a/kde-frameworks/purpose/purpose-5.102.0.ebuild
+++ b/kde-frameworks/purpose/purpose-5.102.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm frameworks.kde.org optfeature xdg-utils
 
 DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
 LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="bluetooth +kaccounts"
 
 # requires running environment



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2023-02-12 Thread Andreas Sturmlechner
commit: af3984850449bc7f13bc30a814a7941056178059
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Feb 12 10:01:11 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb 12 11:10:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af398485

kde-frameworks/purpose: 5.103.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest   |  1 +
 kde-frameworks/purpose/purpose-5.103.0.ebuild | 69 +++
 2 files changed, 70 insertions(+)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index 4dbb43474720..87dc0fb65de6 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,2 +1,3 @@
 DIST purpose-5.102.0.tar.xz 176740 BLAKE2B 
41c848404801ece1b4653a1ead97018acf410aeb2cf994114ff27a983cc9c0d33b1bf130ebaf82a72eef109deb9babe8706f9f48a1fc83d3d6249eb0c2afe2fe
 SHA512 
78a74e784fd50e4625c845025157eaf96712bc1ce993f6947446ccb964cb94c0bf3647ef94eafc44d45d936815528c66cad5c94d96c2ad7b7c6fb5253a35d0eb
+DIST purpose-5.103.0.tar.xz 176740 BLAKE2B 
a1da7fb5bd18d51376851dc29fb0f027ae6aa082b0d177c3559e7b31797ea477fc1110568ad94c934204f37e1e9c56e5c07737f0e8282c903ec5a66951e3d6d3
 SHA512 
6784a067a56a383d3a4324c2c09458ca2abf0f03eb1a349c9c1784ee243cc6c66fe8ae9130f8a25d122a8a17accd86307cac66dc3f3f5bad177c550fa505e62c
 DIST purpose-5.99.0.tar.xz 174964 BLAKE2B 
18c0b9b51e3f7496f01b7404ad3a733aaae0cfed4781f188df0f66554db7320bfdd4fe2ce00ef7c91c21923ef9543e90b2e37f600e2fa2fa1462845e1348cfde
 SHA512 
0f5070c6de1c6c7280c2cbc4c8848375bd689df6fcdf6f1eed0bd8c8abb695f6e5c926bbe21099c8d99bf562dfe96df6af269907e5fb9b01b0f2c5f5fabe54dd

diff --git a/kde-frameworks/purpose/purpose-5.103.0.ebuild 
b/kde-frameworks/purpose/purpose-5.103.0.ebuild
new file mode 100644
index ..166c267df106
--- /dev/null
+++ b/kde-frameworks/purpose/purpose-5.103.0.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+ECM_TEST="forceoptional"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.5
+inherit ecm frameworks.kde.org optfeature xdg-utils
+
+DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="bluetooth +kaccounts"
+
+# requires running environment
+RESTRICT="test"
+
+DEPEND="
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   =kde-frameworks/kirigami-${PVCUT}*:5
+   =kde-frameworks/knotifications-${PVCUT}*:5
+   =kde-frameworks/prison-${PVCUT}*:5
+   kaccounts? (
+   >=kde-apps/kaccounts-integration-19.04.3:5
+   net-libs/accounts-qt
+   )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kdeclarative-${PVCUT}:5
+   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
+   kaccounts? ( net-libs/accounts-qml )
+"
+
+src_prepare() {
+   ecm_src_prepare
+
+   use bluetooth ||
+   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
+}
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package kaccounts KAccounts)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   optfeature "Send through KDE Connect" kde-misc/kdeconnect
+   fi
+   ecm_pkg_postinst
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2023-01-15 Thread Andreas Sturmlechner
commit: e49bd15d88d9f31d96c34ed988fc455d7b76fb12
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan 14 23:49:20 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 15 12:36:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e49bd15d

kde-frameworks/purpose: drop 5.101.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest   |  1 -
 kde-frameworks/purpose/purpose-5.101.0.ebuild | 69 ---
 2 files changed, 70 deletions(-)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index f8d955b87435..4dbb43474720 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,3 +1,2 @@
-DIST purpose-5.101.0.tar.xz 176684 BLAKE2B 
89c175a7a1d18880415b20215714a29f3dd1d53388101e2b0f0f8f20c3f392ab9072e45807e40e2bc9ce4eeb7a38fc72feacece902a3e8e456d8c0b8534bcfb6
 SHA512 
c32132ee2eabb8e52aa835bb89446addc7a50b39b49600a2bea5269e365ea10ee19212e8a6e72cb41c962ca7a36c15dbdb4d0afabbe4572b500888e0a88b10b8
 DIST purpose-5.102.0.tar.xz 176740 BLAKE2B 
41c848404801ece1b4653a1ead97018acf410aeb2cf994114ff27a983cc9c0d33b1bf130ebaf82a72eef109deb9babe8706f9f48a1fc83d3d6249eb0c2afe2fe
 SHA512 
78a74e784fd50e4625c845025157eaf96712bc1ce993f6947446ccb964cb94c0bf3647ef94eafc44d45d936815528c66cad5c94d96c2ad7b7c6fb5253a35d0eb
 DIST purpose-5.99.0.tar.xz 174964 BLAKE2B 
18c0b9b51e3f7496f01b7404ad3a733aaae0cfed4781f188df0f66554db7320bfdd4fe2ce00ef7c91c21923ef9543e90b2e37f600e2fa2fa1462845e1348cfde
 SHA512 
0f5070c6de1c6c7280c2cbc4c8848375bd689df6fcdf6f1eed0bd8c8abb695f6e5c926bbe21099c8d99bf562dfe96df6af269907e5fb9b01b0f2c5f5fabe54dd

diff --git a/kde-frameworks/purpose/purpose-5.101.0.ebuild 
b/kde-frameworks/purpose/purpose-5.101.0.ebuild
deleted file mode 100644
index 977f6624605a..
--- a/kde-frameworks/purpose/purpose-5.101.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-inherit ecm frameworks.kde.org optfeature xdg-utils
-
-DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="bluetooth +kaccounts"
-
-# requires running environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kirigami-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/prison-${PVCUT}*:5
-   kaccounts? (
-   >=kde-apps/kaccounts-integration-19.04.3:5
-   net-libs/accounts-qt
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${PVCUT}:5
-   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
-   kaccounts? ( net-libs/accounts-qml )
-"
-
-src_prepare() {
-   ecm_src_prepare
-
-   use bluetooth ||
-   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package kaccounts KAccounts)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Send through KDE Connect" kde-misc/kdeconnect
-   fi
-   ecm_pkg_postinst
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2023-01-14 Thread Andreas Sturmlechner
commit: 413160f107963ff00761bd7ab31bd6780f1843f4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan 14 21:35:03 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jan 14 23:32:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=413160f1

kde-frameworks/purpose: 5.102.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest   |  1 +
 kde-frameworks/purpose/purpose-5.102.0.ebuild | 69 +++
 2 files changed, 70 insertions(+)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index 4bd5f7b37f46..f8d955b87435 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,2 +1,3 @@
 DIST purpose-5.101.0.tar.xz 176684 BLAKE2B 
89c175a7a1d18880415b20215714a29f3dd1d53388101e2b0f0f8f20c3f392ab9072e45807e40e2bc9ce4eeb7a38fc72feacece902a3e8e456d8c0b8534bcfb6
 SHA512 
c32132ee2eabb8e52aa835bb89446addc7a50b39b49600a2bea5269e365ea10ee19212e8a6e72cb41c962ca7a36c15dbdb4d0afabbe4572b500888e0a88b10b8
+DIST purpose-5.102.0.tar.xz 176740 BLAKE2B 
41c848404801ece1b4653a1ead97018acf410aeb2cf994114ff27a983cc9c0d33b1bf130ebaf82a72eef109deb9babe8706f9f48a1fc83d3d6249eb0c2afe2fe
 SHA512 
78a74e784fd50e4625c845025157eaf96712bc1ce993f6947446ccb964cb94c0bf3647ef94eafc44d45d936815528c66cad5c94d96c2ad7b7c6fb5253a35d0eb
 DIST purpose-5.99.0.tar.xz 174964 BLAKE2B 
18c0b9b51e3f7496f01b7404ad3a733aaae0cfed4781f188df0f66554db7320bfdd4fe2ce00ef7c91c21923ef9543e90b2e37f600e2fa2fa1462845e1348cfde
 SHA512 
0f5070c6de1c6c7280c2cbc4c8848375bd689df6fcdf6f1eed0bd8c8abb695f6e5c926bbe21099c8d99bf562dfe96df6af269907e5fb9b01b0f2c5f5fabe54dd

diff --git a/kde-frameworks/purpose/purpose-5.102.0.ebuild 
b/kde-frameworks/purpose/purpose-5.102.0.ebuild
new file mode 100644
index ..166c267df106
--- /dev/null
+++ b/kde-frameworks/purpose/purpose-5.102.0.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+ECM_TEST="forceoptional"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.5
+inherit ecm frameworks.kde.org optfeature xdg-utils
+
+DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="bluetooth +kaccounts"
+
+# requires running environment
+RESTRICT="test"
+
+DEPEND="
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   =kde-frameworks/kirigami-${PVCUT}*:5
+   =kde-frameworks/knotifications-${PVCUT}*:5
+   =kde-frameworks/prison-${PVCUT}*:5
+   kaccounts? (
+   >=kde-apps/kaccounts-integration-19.04.3:5
+   net-libs/accounts-qt
+   )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kdeclarative-${PVCUT}:5
+   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
+   kaccounts? ( net-libs/accounts-qml )
+"
+
+src_prepare() {
+   ecm_src_prepare
+
+   use bluetooth ||
+   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
+}
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package kaccounts KAccounts)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   optfeature "Send through KDE Connect" kde-misc/kdeconnect
+   fi
+   ecm_pkg_postinst
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2022-12-10 Thread Andreas Sturmlechner
commit: 5d0a98891325daf08dd27cd1a0b94dda7c66a964
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Dec 10 10:46:01 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec 10 10:47:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d0a9889

kde-frameworks/purpose: drop 5.100.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest   |  1 -
 kde-frameworks/purpose/purpose-5.100.0.ebuild | 69 ---
 2 files changed, 70 deletions(-)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index 0ab43bdec058..4bd5f7b37f46 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,3 +1,2 @@
-DIST purpose-5.100.0.tar.xz 176608 BLAKE2B 
ed08a98397fd19569029f94edc1f88f31119f18d2c3bbacf2dbd3913e74d8742051333d87d4854387257b7360f97a0fc252c5ce10df9a7ca96c1259ee177bed7
 SHA512 
f0b6af4c40842dff9471746cc12b7f9195a239d4448faea79a506575ab701801bea7e62a82877718caa4b68b04edcb47ccca02234b629d12c981f5871e70d595
 DIST purpose-5.101.0.tar.xz 176684 BLAKE2B 
89c175a7a1d18880415b20215714a29f3dd1d53388101e2b0f0f8f20c3f392ab9072e45807e40e2bc9ce4eeb7a38fc72feacece902a3e8e456d8c0b8534bcfb6
 SHA512 
c32132ee2eabb8e52aa835bb89446addc7a50b39b49600a2bea5269e365ea10ee19212e8a6e72cb41c962ca7a36c15dbdb4d0afabbe4572b500888e0a88b10b8
 DIST purpose-5.99.0.tar.xz 174964 BLAKE2B 
18c0b9b51e3f7496f01b7404ad3a733aaae0cfed4781f188df0f66554db7320bfdd4fe2ce00ef7c91c21923ef9543e90b2e37f600e2fa2fa1462845e1348cfde
 SHA512 
0f5070c6de1c6c7280c2cbc4c8848375bd689df6fcdf6f1eed0bd8c8abb695f6e5c926bbe21099c8d99bf562dfe96df6af269907e5fb9b01b0f2c5f5fabe54dd

diff --git a/kde-frameworks/purpose/purpose-5.100.0.ebuild 
b/kde-frameworks/purpose/purpose-5.100.0.ebuild
deleted file mode 100644
index 977f6624605a..
--- a/kde-frameworks/purpose/purpose-5.100.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-inherit ecm frameworks.kde.org optfeature xdg-utils
-
-DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="bluetooth +kaccounts"
-
-# requires running environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kirigami-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/prison-${PVCUT}*:5
-   kaccounts? (
-   >=kde-apps/kaccounts-integration-19.04.3:5
-   net-libs/accounts-qt
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${PVCUT}:5
-   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
-   kaccounts? ( net-libs/accounts-qml )
-"
-
-src_prepare() {
-   ecm_src_prepare
-
-   use bluetooth ||
-   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package kaccounts KAccounts)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Send through KDE Connect" kde-misc/kdeconnect
-   fi
-   ecm_pkg_postinst
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2022-11-27 Thread Andreas Sturmlechner
commit: 892f0cbefdfb9dd418dd90fe9ef9c86d6c138714
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov 27 11:13:59 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Nov 27 11:20:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=892f0cbe

kde-frameworks/purpose: drop 5.96.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest  |  1 -
 kde-frameworks/purpose/purpose-5.96.0.ebuild | 69 
 2 files changed, 70 deletions(-)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index c1fd0812685f..69b33e65d3f6 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,3 +1,2 @@
 DIST purpose-5.100.0.tar.xz 176608 BLAKE2B 
ed08a98397fd19569029f94edc1f88f31119f18d2c3bbacf2dbd3913e74d8742051333d87d4854387257b7360f97a0fc252c5ce10df9a7ca96c1259ee177bed7
 SHA512 
f0b6af4c40842dff9471746cc12b7f9195a239d4448faea79a506575ab701801bea7e62a82877718caa4b68b04edcb47ccca02234b629d12c981f5871e70d595
-DIST purpose-5.96.0.tar.xz 172284 BLAKE2B 
3a272ea568d862ed4c300a45dbf6c3d5eee6b9dd1a6b8bc1f9c08535375ae9bac1233514ca8b6bafc20febce4b42efd773fe8415dfd7156222cbe3302d33d7c2
 SHA512 
80ede3300842db1a1e2553525c47f0d8d5d8611c6fd5509b2e864f1832b468326c38f70fd1a9588260660c4aff6ac7264d8dade55a5c255a9b46cb4aff2445b7
 DIST purpose-5.99.0.tar.xz 174964 BLAKE2B 
18c0b9b51e3f7496f01b7404ad3a733aaae0cfed4781f188df0f66554db7320bfdd4fe2ce00ef7c91c21923ef9543e90b2e37f600e2fa2fa1462845e1348cfde
 SHA512 
0f5070c6de1c6c7280c2cbc4c8848375bd689df6fcdf6f1eed0bd8c8abb695f6e5c926bbe21099c8d99bf562dfe96df6af269907e5fb9b01b0f2c5f5fabe54dd

diff --git a/kde-frameworks/purpose/purpose-5.96.0.ebuild 
b/kde-frameworks/purpose/purpose-5.96.0.ebuild
deleted file mode 100644
index 433693cab7b4..
--- a/kde-frameworks/purpose/purpose-5.96.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.4
-inherit ecm frameworks.kde.org optfeature xdg-utils
-
-DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
-LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE="bluetooth +kaccounts"
-
-# requires running environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kirigami-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/prison-${PVCUT}*:5
-   kaccounts? (
-   >=kde-apps/kaccounts-integration-19.04.3:5
-   net-libs/accounts-qt
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${PVCUT}:5
-   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
-   kaccounts? ( net-libs/accounts-qml )
-"
-
-src_prepare() {
-   ecm_src_prepare
-
-   use bluetooth ||
-   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package kaccounts KAccounts)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Send through KDE Connect" kde-misc/kdeconnect
-   fi
-   ecm_pkg_postinst
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2022-11-24 Thread Jakov Smolić
commit: cc396d03489198a37d71d8c3c08c24535e40d7c8
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri Nov 25 01:06:47 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri Nov 25 01:06:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc396d03

kde-frameworks/purpose: Stabilize 5.99.0 x86, #876484

Signed-off-by: Jakov Smolić  gentoo.org>

 kde-frameworks/purpose/purpose-5.99.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/purpose/purpose-5.99.0.ebuild 
b/kde-frameworks/purpose/purpose-5.99.0.ebuild
index 9646785a3bae..cab6195db685 100644
--- a/kde-frameworks/purpose/purpose-5.99.0.ebuild
+++ b/kde-frameworks/purpose/purpose-5.99.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm frameworks.kde.org optfeature xdg-utils
 
 DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
 LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="bluetooth +kaccounts"
 
 # requires running environment



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2022-11-23 Thread Jakov Smolić
commit: 7d7114376e076f6a6c9d1f2834d3d736da01e7d1
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 23 17:45:38 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 23 17:48:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d711437

kde-frameworks/purpose: Stabilize 5.99.0 amd64, #876484

Signed-off-by: Jakov Smolić  gentoo.org>

 kde-frameworks/purpose/purpose-5.99.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/purpose/purpose-5.99.0.ebuild 
b/kde-frameworks/purpose/purpose-5.99.0.ebuild
index e84df0a38b6e..9646785a3bae 100644
--- a/kde-frameworks/purpose/purpose-5.99.0.ebuild
+++ b/kde-frameworks/purpose/purpose-5.99.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm frameworks.kde.org optfeature xdg-utils
 
 DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
 LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="bluetooth +kaccounts"
 
 # requires running environment



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2022-11-14 Thread Andreas Sturmlechner
commit: 3949e215965c0b9e4d0cf88336e5f4638bfde267
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 14 12:39:35 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 14 14:16:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3949e215

kde-frameworks/purpose: 5.100.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest   |  1 +
 kde-frameworks/purpose/purpose-5.100.0.ebuild | 69 +++
 2 files changed, 70 insertions(+)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index df23c82e482b..c1fd0812685f 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,2 +1,3 @@
+DIST purpose-5.100.0.tar.xz 176608 BLAKE2B 
ed08a98397fd19569029f94edc1f88f31119f18d2c3bbacf2dbd3913e74d8742051333d87d4854387257b7360f97a0fc252c5ce10df9a7ca96c1259ee177bed7
 SHA512 
f0b6af4c40842dff9471746cc12b7f9195a239d4448faea79a506575ab701801bea7e62a82877718caa4b68b04edcb47ccca02234b629d12c981f5871e70d595
 DIST purpose-5.96.0.tar.xz 172284 BLAKE2B 
3a272ea568d862ed4c300a45dbf6c3d5eee6b9dd1a6b8bc1f9c08535375ae9bac1233514ca8b6bafc20febce4b42efd773fe8415dfd7156222cbe3302d33d7c2
 SHA512 
80ede3300842db1a1e2553525c47f0d8d5d8611c6fd5509b2e864f1832b468326c38f70fd1a9588260660c4aff6ac7264d8dade55a5c255a9b46cb4aff2445b7
 DIST purpose-5.99.0.tar.xz 174964 BLAKE2B 
18c0b9b51e3f7496f01b7404ad3a733aaae0cfed4781f188df0f66554db7320bfdd4fe2ce00ef7c91c21923ef9543e90b2e37f600e2fa2fa1462845e1348cfde
 SHA512 
0f5070c6de1c6c7280c2cbc4c8848375bd689df6fcdf6f1eed0bd8c8abb695f6e5c926bbe21099c8d99bf562dfe96df6af269907e5fb9b01b0f2c5f5fabe54dd

diff --git a/kde-frameworks/purpose/purpose-5.100.0.ebuild 
b/kde-frameworks/purpose/purpose-5.100.0.ebuild
new file mode 100644
index ..977f6624605a
--- /dev/null
+++ b/kde-frameworks/purpose/purpose-5.100.0.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+ECM_TEST="forceoptional"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.5
+inherit ecm frameworks.kde.org optfeature xdg-utils
+
+DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="bluetooth +kaccounts"
+
+# requires running environment
+RESTRICT="test"
+
+DEPEND="
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   =kde-frameworks/kirigami-${PVCUT}*:5
+   =kde-frameworks/knotifications-${PVCUT}*:5
+   =kde-frameworks/prison-${PVCUT}*:5
+   kaccounts? (
+   >=kde-apps/kaccounts-integration-19.04.3:5
+   net-libs/accounts-qt
+   )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kdeclarative-${PVCUT}:5
+   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
+   kaccounts? ( net-libs/accounts-qml )
+"
+
+src_prepare() {
+   ecm_src_prepare
+
+   use bluetooth ||
+   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
+}
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package kaccounts KAccounts)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   optfeature "Send through KDE Connect" kde-misc/kdeconnect
+   fi
+   ecm_pkg_postinst
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2022-11-12 Thread Arthur Zamarin
commit: 38bb20d9e52c497eb4b3d83d2e33ac24808908be
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 12 14:51:48 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 12 14:52:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38bb20d9

kde-frameworks/purpose: Stabilize 5.99.0 arm64, #876484

Signed-off-by: Arthur Zamarin  gentoo.org>

 kde-frameworks/purpose/purpose-5.99.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/purpose/purpose-5.99.0.ebuild 
b/kde-frameworks/purpose/purpose-5.99.0.ebuild
index 977f6624605a..e84df0a38b6e 100644
--- a/kde-frameworks/purpose/purpose-5.99.0.ebuild
+++ b/kde-frameworks/purpose/purpose-5.99.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm frameworks.kde.org optfeature xdg-utils
 
 DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
 LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="bluetooth +kaccounts"
 
 # requires running environment



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2022-10-10 Thread Andreas Sturmlechner
commit: 1150fd542a88383bb23162a9c837b3eee4d797fc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Oct  8 18:06:53 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Oct 10 08:14:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1150fd54

kde-frameworks/purpose: drop 5.98.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest  |  1 -
 kde-frameworks/purpose/purpose-5.98.0.ebuild | 69 
 2 files changed, 70 deletions(-)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index 05812baebe60..df23c82e482b 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,3 +1,2 @@
 DIST purpose-5.96.0.tar.xz 172284 BLAKE2B 
3a272ea568d862ed4c300a45dbf6c3d5eee6b9dd1a6b8bc1f9c08535375ae9bac1233514ca8b6bafc20febce4b42efd773fe8415dfd7156222cbe3302d33d7c2
 SHA512 
80ede3300842db1a1e2553525c47f0d8d5d8611c6fd5509b2e864f1832b468326c38f70fd1a9588260660c4aff6ac7264d8dade55a5c255a9b46cb4aff2445b7
-DIST purpose-5.98.0.tar.xz 174904 BLAKE2B 
a4cadd69aff680fbe41b6a93e18756b8a05a82fb43c8c2e55c2805ddbcc3829b7327d8f3a2e799a61220eb0caa29ec8998e507914ba75eabe36203f2f6ee9324
 SHA512 
3fff666a64a6ff82fec7e109a3118078179b971692f6b62dac72c7204b345b481766f2366b8d799674fb73633dc76c9aefe457d4f18ae733afb9e7a47fc18eb6
 DIST purpose-5.99.0.tar.xz 174964 BLAKE2B 
18c0b9b51e3f7496f01b7404ad3a733aaae0cfed4781f188df0f66554db7320bfdd4fe2ce00ef7c91c21923ef9543e90b2e37f600e2fa2fa1462845e1348cfde
 SHA512 
0f5070c6de1c6c7280c2cbc4c8848375bd689df6fcdf6f1eed0bd8c8abb695f6e5c926bbe21099c8d99bf562dfe96df6af269907e5fb9b01b0f2c5f5fabe54dd

diff --git a/kde-frameworks/purpose/purpose-5.98.0.ebuild 
b/kde-frameworks/purpose/purpose-5.98.0.ebuild
deleted file mode 100644
index 977f6624605a..
--- a/kde-frameworks/purpose/purpose-5.98.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-inherit ecm frameworks.kde.org optfeature xdg-utils
-
-DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="bluetooth +kaccounts"
-
-# requires running environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kirigami-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/prison-${PVCUT}*:5
-   kaccounts? (
-   >=kde-apps/kaccounts-integration-19.04.3:5
-   net-libs/accounts-qt
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${PVCUT}:5
-   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
-   kaccounts? ( net-libs/accounts-qml )
-"
-
-src_prepare() {
-   ecm_src_prepare
-
-   use bluetooth ||
-   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package kaccounts KAccounts)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Send through KDE Connect" kde-misc/kdeconnect
-   fi
-   ecm_pkg_postinst
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2022-09-13 Thread Andreas Sturmlechner
commit: 5ebb488a04b44d4ca13207a4f2c7a55f02a20e41
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep 13 10:59:18 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep 13 13:20:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ebb488a

kde-frameworks/purpose: drop 5.97.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest  |  1 -
 kde-frameworks/purpose/purpose-5.97.0.ebuild | 69 
 2 files changed, 70 deletions(-)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index dbd870957305..1efe0375fff5 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,3 +1,2 @@
 DIST purpose-5.96.0.tar.xz 172284 BLAKE2B 
3a272ea568d862ed4c300a45dbf6c3d5eee6b9dd1a6b8bc1f9c08535375ae9bac1233514ca8b6bafc20febce4b42efd773fe8415dfd7156222cbe3302d33d7c2
 SHA512 
80ede3300842db1a1e2553525c47f0d8d5d8611c6fd5509b2e864f1832b468326c38f70fd1a9588260660c4aff6ac7264d8dade55a5c255a9b46cb4aff2445b7
-DIST purpose-5.97.0.tar.xz 174884 BLAKE2B 
2743795bdb8e8e0872304178f0eb3433a0520526eb4eb728f4633e9cef0202df8e5e0edb9b0cb6937c1512873b256dea7f42040dacaf54496b0b090e522d2707
 SHA512 
be5f66b961bca62a32fffe886ae205db6d4531e2ef05952bae383637df47d538e1beefaf495c06a9f2213b237f742384094e981096598a79fe8bbcf9046bc447
 DIST purpose-5.98.0.tar.xz 174904 BLAKE2B 
a4cadd69aff680fbe41b6a93e18756b8a05a82fb43c8c2e55c2805ddbcc3829b7327d8f3a2e799a61220eb0caa29ec8998e507914ba75eabe36203f2f6ee9324
 SHA512 
3fff666a64a6ff82fec7e109a3118078179b971692f6b62dac72c7204b345b481766f2366b8d799674fb73633dc76c9aefe457d4f18ae733afb9e7a47fc18eb6

diff --git a/kde-frameworks/purpose/purpose-5.97.0.ebuild 
b/kde-frameworks/purpose/purpose-5.97.0.ebuild
deleted file mode 100644
index 977f6624605a..
--- a/kde-frameworks/purpose/purpose-5.97.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-inherit ecm frameworks.kde.org optfeature xdg-utils
-
-DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="bluetooth +kaccounts"
-
-# requires running environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kirigami-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/prison-${PVCUT}*:5
-   kaccounts? (
-   >=kde-apps/kaccounts-integration-19.04.3:5
-   net-libs/accounts-qt
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${PVCUT}:5
-   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
-   kaccounts? ( net-libs/accounts-qml )
-"
-
-src_prepare() {
-   ecm_src_prepare
-
-   use bluetooth ||
-   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package kaccounts KAccounts)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Send through KDE Connect" kde-misc/kdeconnect
-   fi
-   ecm_pkg_postinst
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2022-08-14 Thread Andreas Sturmlechner
commit: 7aac7b2e1407cba3387f49450ecc8a1bca186d7a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 13 17:45:14 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 14 08:29:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aac7b2e

kde-frameworks/purpose: 5.97.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest  |  1 +
 kde-frameworks/purpose/purpose-5.97.0.ebuild | 69 
 2 files changed, 70 insertions(+)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index 2ee08781fdd0..7de9231b97b5 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1 +1,2 @@
 DIST purpose-5.96.0.tar.xz 172284 BLAKE2B 
3a272ea568d862ed4c300a45dbf6c3d5eee6b9dd1a6b8bc1f9c08535375ae9bac1233514ca8b6bafc20febce4b42efd773fe8415dfd7156222cbe3302d33d7c2
 SHA512 
80ede3300842db1a1e2553525c47f0d8d5d8611c6fd5509b2e864f1832b468326c38f70fd1a9588260660c4aff6ac7264d8dade55a5c255a9b46cb4aff2445b7
+DIST purpose-5.97.0.tar.xz 174884 BLAKE2B 
2743795bdb8e8e0872304178f0eb3433a0520526eb4eb728f4633e9cef0202df8e5e0edb9b0cb6937c1512873b256dea7f42040dacaf54496b0b090e522d2707
 SHA512 
be5f66b961bca62a32fffe886ae205db6d4531e2ef05952bae383637df47d538e1beefaf495c06a9f2213b237f742384094e981096598a79fe8bbcf9046bc447

diff --git a/kde-frameworks/purpose/purpose-5.97.0.ebuild 
b/kde-frameworks/purpose/purpose-5.97.0.ebuild
new file mode 100644
index ..977f6624605a
--- /dev/null
+++ b/kde-frameworks/purpose/purpose-5.97.0.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+ECM_TEST="forceoptional"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.5
+inherit ecm frameworks.kde.org optfeature xdg-utils
+
+DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="bluetooth +kaccounts"
+
+# requires running environment
+RESTRICT="test"
+
+DEPEND="
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   =kde-frameworks/kirigami-${PVCUT}*:5
+   =kde-frameworks/knotifications-${PVCUT}*:5
+   =kde-frameworks/prison-${PVCUT}*:5
+   kaccounts? (
+   >=kde-apps/kaccounts-integration-19.04.3:5
+   net-libs/accounts-qt
+   )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kdeclarative-${PVCUT}:5
+   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
+   kaccounts? ( net-libs/accounts-qml )
+"
+
+src_prepare() {
+   ecm_src_prepare
+
+   use bluetooth ||
+   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
+}
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package kaccounts KAccounts)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   optfeature "Send through KDE Connect" kde-misc/kdeconnect
+   fi
+   ecm_pkg_postinst
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2022-08-06 Thread Andreas Sturmlechner
commit: 5f9a4765a4adeac9074d01a4e1d500e748e60c45
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug  6 06:59:34 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug  6 07:18:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f9a4765

kde-frameworks/purpose: drop 5.92.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest  |  1 -
 kde-frameworks/purpose/purpose-5.92.0.ebuild | 69 
 2 files changed, 70 deletions(-)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index 31a5e85af819..2ee08781fdd0 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,2 +1 @@
-DIST purpose-5.92.0.tar.xz 173280 BLAKE2B 
4cbed1b8b9b8a443fdb9ecbaf6495918c1f21f641184827a5e6af4084b5b2beb5b5f4a0a8c4d8e593ac4a4222dfc702e5b2ac5330625a3d26962f986d0ff07f1
 SHA512 
e466b836d4628f8773247cb952621d9c33127c26ae73c27b9f8015239997b0f7241a0f556c8c683a2a580c3977f448b1e9742965d9133e2c569d42b2d6cf2009
 DIST purpose-5.96.0.tar.xz 172284 BLAKE2B 
3a272ea568d862ed4c300a45dbf6c3d5eee6b9dd1a6b8bc1f9c08535375ae9bac1233514ca8b6bafc20febce4b42efd773fe8415dfd7156222cbe3302d33d7c2
 SHA512 
80ede3300842db1a1e2553525c47f0d8d5d8611c6fd5509b2e864f1832b468326c38f70fd1a9588260660c4aff6ac7264d8dade55a5c255a9b46cb4aff2445b7

diff --git a/kde-frameworks/purpose/purpose-5.92.0.ebuild 
b/kde-frameworks/purpose/purpose-5.92.0.ebuild
deleted file mode 100644
index 13e4232ba16b..
--- a/kde-frameworks/purpose/purpose-5.92.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-inherit ecm kde.org optfeature xdg-utils
-
-DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
-LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE="bluetooth +kaccounts"
-
-# requires running environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kirigami-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/prison-${PVCUT}*:5
-   kaccounts? (
-   >=kde-apps/kaccounts-integration-19.04.3:5
-   net-libs/accounts-qt
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${PVCUT}:5
-   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
-   kaccounts? ( net-libs/accounts-qml )
-"
-
-src_prepare() {
-   ecm_src_prepare
-
-   use bluetooth ||
-   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package kaccounts KAccounts)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Send through KDE Connect" kde-misc/kdeconnect
-   fi
-   ecm_pkg_postinst
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2022-08-05 Thread Sam James
commit: 0fac967c6b8ab607eface42bdd16f419a1a5908a
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug  6 04:08:03 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug  6 04:08:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fac967c

kde-frameworks/purpose: Stabilize 5.96.0 amd64, #853325

Signed-off-by: Sam James  gentoo.org>

 kde-frameworks/purpose/purpose-5.96.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/purpose/purpose-5.96.0.ebuild 
b/kde-frameworks/purpose/purpose-5.96.0.ebuild
index 31db8a088493..433693cab7b4 100644
--- a/kde-frameworks/purpose/purpose-5.96.0.ebuild
+++ b/kde-frameworks/purpose/purpose-5.96.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm frameworks.kde.org optfeature xdg-utils
 
 DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
 LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="bluetooth +kaccounts"
 
 # requires running environment



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2022-07-19 Thread Andreas Sturmlechner
commit: 220b12109aa5707492fc62da193a4357609dacf8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul 19 14:10:07 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul 19 15:38:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=220b1210

kde-frameworks/purpose: drop 5.95.0

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest  |  1 -
 kde-frameworks/purpose/purpose-5.95.0.ebuild | 69 
 2 files changed, 70 deletions(-)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index a846609f56c2..31a5e85af819 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,3 +1,2 @@
 DIST purpose-5.92.0.tar.xz 173280 BLAKE2B 
4cbed1b8b9b8a443fdb9ecbaf6495918c1f21f641184827a5e6af4084b5b2beb5b5f4a0a8c4d8e593ac4a4222dfc702e5b2ac5330625a3d26962f986d0ff07f1
 SHA512 
e466b836d4628f8773247cb952621d9c33127c26ae73c27b9f8015239997b0f7241a0f556c8c683a2a580c3977f448b1e9742965d9133e2c569d42b2d6cf2009
-DIST purpose-5.95.0.tar.xz 172852 BLAKE2B 
d90ec7b12f683d4bb8e2c22ab72ef7582a392ce69521be8e9df8fe173cf99c0bfed7ea6abc9817e4b6ab43ed27c989fd92605d58480977ca6ce06e2b6e4c4d75
 SHA512 
b0ea8e506d9d8f4162ee61cd6f946620d20e9d39c3d750952aac1d328164d5d3364cf8d605a28af78833cd75c654462d62c0dcd7425d237623ddc0f19a69679f
 DIST purpose-5.96.0.tar.xz 172284 BLAKE2B 
3a272ea568d862ed4c300a45dbf6c3d5eee6b9dd1a6b8bc1f9c08535375ae9bac1233514ca8b6bafc20febce4b42efd773fe8415dfd7156222cbe3302d33d7c2
 SHA512 
80ede3300842db1a1e2553525c47f0d8d5d8611c6fd5509b2e864f1832b468326c38f70fd1a9588260660c4aff6ac7264d8dade55a5c255a9b46cb4aff2445b7

diff --git a/kde-frameworks/purpose/purpose-5.95.0.ebuild 
b/kde-frameworks/purpose/purpose-5.95.0.ebuild
deleted file mode 100644
index 8d320c165430..
--- a/kde-frameworks/purpose/purpose-5.95.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.3
-inherit ecm kde.org optfeature xdg-utils
-
-DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="bluetooth +kaccounts"
-
-# requires running environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kirigami-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/prison-${PVCUT}*:5
-   kaccounts? (
-   >=kde-apps/kaccounts-integration-19.04.3:5
-   net-libs/accounts-qt
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${PVCUT}:5
-   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
-   kaccounts? ( net-libs/accounts-qml )
-"
-
-src_prepare() {
-   ecm_src_prepare
-
-   use bluetooth ||
-   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package kaccounts KAccounts)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Send through KDE Connect" kde-misc/kdeconnect
-   fi
-   ecm_pkg_postinst
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2022-07-09 Thread Andreas Sturmlechner
commit: 77c70c2a7611c098fadfb41c55f7beaf2c72f3b4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jul  9 10:40:35 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul  9 14:27:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77c70c2a

kde-frameworks/purpose: 5.96.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest  |  1 +
 kde-frameworks/purpose/purpose-5.96.0.ebuild | 69 
 2 files changed, 70 insertions(+)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index 0a0201b61057..a846609f56c2 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,2 +1,3 @@
 DIST purpose-5.92.0.tar.xz 173280 BLAKE2B 
4cbed1b8b9b8a443fdb9ecbaf6495918c1f21f641184827a5e6af4084b5b2beb5b5f4a0a8c4d8e593ac4a4222dfc702e5b2ac5330625a3d26962f986d0ff07f1
 SHA512 
e466b836d4628f8773247cb952621d9c33127c26ae73c27b9f8015239997b0f7241a0f556c8c683a2a580c3977f448b1e9742965d9133e2c569d42b2d6cf2009
 DIST purpose-5.95.0.tar.xz 172852 BLAKE2B 
d90ec7b12f683d4bb8e2c22ab72ef7582a392ce69521be8e9df8fe173cf99c0bfed7ea6abc9817e4b6ab43ed27c989fd92605d58480977ca6ce06e2b6e4c4d75
 SHA512 
b0ea8e506d9d8f4162ee61cd6f946620d20e9d39c3d750952aac1d328164d5d3364cf8d605a28af78833cd75c654462d62c0dcd7425d237623ddc0f19a69679f
+DIST purpose-5.96.0.tar.xz 172284 BLAKE2B 
3a272ea568d862ed4c300a45dbf6c3d5eee6b9dd1a6b8bc1f9c08535375ae9bac1233514ca8b6bafc20febce4b42efd773fe8415dfd7156222cbe3302d33d7c2
 SHA512 
80ede3300842db1a1e2553525c47f0d8d5d8611c6fd5509b2e864f1832b468326c38f70fd1a9588260660c4aff6ac7264d8dade55a5c255a9b46cb4aff2445b7

diff --git a/kde-frameworks/purpose/purpose-5.96.0.ebuild 
b/kde-frameworks/purpose/purpose-5.96.0.ebuild
new file mode 100644
index ..9337ada9b1c3
--- /dev/null
+++ b/kde-frameworks/purpose/purpose-5.96.0.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+ECM_TEST="forceoptional"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.4
+inherit ecm kde.org optfeature xdg-utils
+
+DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="bluetooth +kaccounts"
+
+# requires running environment
+RESTRICT="test"
+
+DEPEND="
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   =kde-frameworks/kirigami-${PVCUT}*:5
+   =kde-frameworks/knotifications-${PVCUT}*:5
+   =kde-frameworks/prison-${PVCUT}*:5
+   kaccounts? (
+   >=kde-apps/kaccounts-integration-19.04.3:5
+   net-libs/accounts-qt
+   )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kdeclarative-${PVCUT}:5
+   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
+   kaccounts? ( net-libs/accounts-qml )
+"
+
+src_prepare() {
+   ecm_src_prepare
+
+   use bluetooth ||
+   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
+}
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package kaccounts KAccounts)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   optfeature "Send through KDE Connect" kde-misc/kdeconnect
+   fi
+   ecm_pkg_postinst
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2022-06-14 Thread Andreas Sturmlechner
commit: 41eb17165be690b747187869aea88680dd4ad8ae
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jun 14 07:39:57 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun 14 07:43:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41eb1716

kde-frameworks/purpose: drop 5.94.0*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest  |  1 -
 kde-frameworks/purpose/purpose-5.94.0.ebuild | 69 
 2 files changed, 70 deletions(-)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index 05b60b19c60c..0a0201b61057 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,3 +1,2 @@
 DIST purpose-5.92.0.tar.xz 173280 BLAKE2B 
4cbed1b8b9b8a443fdb9ecbaf6495918c1f21f641184827a5e6af4084b5b2beb5b5f4a0a8c4d8e593ac4a4222dfc702e5b2ac5330625a3d26962f986d0ff07f1
 SHA512 
e466b836d4628f8773247cb952621d9c33127c26ae73c27b9f8015239997b0f7241a0f556c8c683a2a580c3977f448b1e9742965d9133e2c569d42b2d6cf2009
-DIST purpose-5.94.0.tar.xz 172680 BLAKE2B 
44564faf3656eec617f41fab17312733aa592fb0c6c8a194aabe4cf2b0c7dcfe634afc2b3037499e13f6d3cb776fb043e11d5f07d2862841e8f7383280220962
 SHA512 
04bb9c29b9084e2d13f5463874aec8dca5942d6f7f25a63766451e9e4141ce5dc314afda56ab24a9621861052973245a264ebea06d864c0714c3d9829593c522
 DIST purpose-5.95.0.tar.xz 172852 BLAKE2B 
d90ec7b12f683d4bb8e2c22ab72ef7582a392ce69521be8e9df8fe173cf99c0bfed7ea6abc9817e4b6ab43ed27c989fd92605d58480977ca6ce06e2b6e4c4d75
 SHA512 
b0ea8e506d9d8f4162ee61cd6f946620d20e9d39c3d750952aac1d328164d5d3364cf8d605a28af78833cd75c654462d62c0dcd7425d237623ddc0f19a69679f

diff --git a/kde-frameworks/purpose/purpose-5.94.0.ebuild 
b/kde-frameworks/purpose/purpose-5.94.0.ebuild
deleted file mode 100644
index 8751c96220dd..
--- a/kde-frameworks/purpose/purpose-5.94.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.3
-inherit ecm kde.org optfeature xdg-utils
-
-DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="bluetooth +kaccounts"
-
-# requires running environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kirigami-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/prison-${PVCUT}*:5
-   kaccounts? (
-   >=kde-apps/kaccounts-integration-19.04.3:5
-   net-libs/accounts-qt
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${PVCUT}:5
-   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
-   kaccounts? ( net-libs/accounts-qml )
-"
-
-src_prepare() {
-   ecm_src_prepare
-
-   use bluetooth ||
-   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package kaccounts KAccounts)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Send through KDE Connect" kde-misc/kdeconnect
-   fi
-   ecm_pkg_postinst
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2022-06-12 Thread Andreas Sturmlechner
commit: 053e2659a5bfee5c141dc954b4852d7778148ffe
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun 12 19:35:41 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun 12 19:41:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=053e2659

kde-frameworks/purpose: 5.95.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest  |  1 +
 kde-frameworks/purpose/purpose-5.95.0.ebuild | 69 
 2 files changed, 70 insertions(+)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index db3eaad0dfa4..05b60b19c60c 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,2 +1,3 @@
 DIST purpose-5.92.0.tar.xz 173280 BLAKE2B 
4cbed1b8b9b8a443fdb9ecbaf6495918c1f21f641184827a5e6af4084b5b2beb5b5f4a0a8c4d8e593ac4a4222dfc702e5b2ac5330625a3d26962f986d0ff07f1
 SHA512 
e466b836d4628f8773247cb952621d9c33127c26ae73c27b9f8015239997b0f7241a0f556c8c683a2a580c3977f448b1e9742965d9133e2c569d42b2d6cf2009
 DIST purpose-5.94.0.tar.xz 172680 BLAKE2B 
44564faf3656eec617f41fab17312733aa592fb0c6c8a194aabe4cf2b0c7dcfe634afc2b3037499e13f6d3cb776fb043e11d5f07d2862841e8f7383280220962
 SHA512 
04bb9c29b9084e2d13f5463874aec8dca5942d6f7f25a63766451e9e4141ce5dc314afda56ab24a9621861052973245a264ebea06d864c0714c3d9829593c522
+DIST purpose-5.95.0.tar.xz 172852 BLAKE2B 
d90ec7b12f683d4bb8e2c22ab72ef7582a392ce69521be8e9df8fe173cf99c0bfed7ea6abc9817e4b6ab43ed27c989fd92605d58480977ca6ce06e2b6e4c4d75
 SHA512 
b0ea8e506d9d8f4162ee61cd6f946620d20e9d39c3d750952aac1d328164d5d3364cf8d605a28af78833cd75c654462d62c0dcd7425d237623ddc0f19a69679f

diff --git a/kde-frameworks/purpose/purpose-5.95.0.ebuild 
b/kde-frameworks/purpose/purpose-5.95.0.ebuild
new file mode 100644
index ..8751c96220dd
--- /dev/null
+++ b/kde-frameworks/purpose/purpose-5.95.0.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+ECM_TEST="forceoptional"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.3
+inherit ecm kde.org optfeature xdg-utils
+
+DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="bluetooth +kaccounts"
+
+# requires running environment
+RESTRICT="test"
+
+DEPEND="
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   =kde-frameworks/kirigami-${PVCUT}*:5
+   =kde-frameworks/knotifications-${PVCUT}*:5
+   =kde-frameworks/prison-${PVCUT}*:5
+   kaccounts? (
+   >=kde-apps/kaccounts-integration-19.04.3:5
+   net-libs/accounts-qt
+   )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kdeclarative-${PVCUT}:5
+   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
+   kaccounts? ( net-libs/accounts-qml )
+"
+
+src_prepare() {
+   ecm_src_prepare
+
+   use bluetooth ||
+   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
+}
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package kaccounts KAccounts)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   optfeature "Send through KDE Connect" kde-misc/kdeconnect
+   fi
+   ecm_pkg_postinst
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2022-05-14 Thread Andreas Sturmlechner
commit: dde0053440a071b6f977e92423859d88663733f1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat May 14 11:18:13 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May 14 11:32:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dde00534

kde-frameworks/purpose: drop 5.93.0*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest  |  1 -
 kde-frameworks/purpose/purpose-5.93.0.ebuild | 69 
 2 files changed, 70 deletions(-)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index b2c1b668a403..db3eaad0dfa4 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,3 +1,2 @@
 DIST purpose-5.92.0.tar.xz 173280 BLAKE2B 
4cbed1b8b9b8a443fdb9ecbaf6495918c1f21f641184827a5e6af4084b5b2beb5b5f4a0a8c4d8e593ac4a4222dfc702e5b2ac5330625a3d26962f986d0ff07f1
 SHA512 
e466b836d4628f8773247cb952621d9c33127c26ae73c27b9f8015239997b0f7241a0f556c8c683a2a580c3977f448b1e9742965d9133e2c569d42b2d6cf2009
-DIST purpose-5.93.0.tar.xz 173380 BLAKE2B 
50fe2c210f2cca7bac12aed67d26876ea0501bf34f6cb23b849925d465cbb931bce20c6bf463b932aa7f01959358c41fba4567f331cccec13f23e97d5c04e490
 SHA512 
946dd6474f58100981e155d3dcae34260068d84b1e2931b8f1f794381e0e8d68e178287d0c702e7b8890d938c60952226dcbbef97e27d642decaa072a456d34c
 DIST purpose-5.94.0.tar.xz 172680 BLAKE2B 
44564faf3656eec617f41fab17312733aa592fb0c6c8a194aabe4cf2b0c7dcfe634afc2b3037499e13f6d3cb776fb043e11d5f07d2862841e8f7383280220962
 SHA512 
04bb9c29b9084e2d13f5463874aec8dca5942d6f7f25a63766451e9e4141ce5dc314afda56ab24a9621861052973245a264ebea06d864c0714c3d9829593c522

diff --git a/kde-frameworks/purpose/purpose-5.93.0.ebuild 
b/kde-frameworks/purpose/purpose-5.93.0.ebuild
deleted file mode 100644
index 0d2e408ffe68..
--- a/kde-frameworks/purpose/purpose-5.93.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-inherit ecm kde.org optfeature xdg-utils
-
-DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="bluetooth +kaccounts"
-
-# requires running environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kirigami-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/prison-${PVCUT}*:5
-   kaccounts? (
-   >=kde-apps/kaccounts-integration-19.04.3:5
-   net-libs/accounts-qt
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${PVCUT}:5
-   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
-   kaccounts? ( net-libs/accounts-qml )
-"
-
-src_prepare() {
-   ecm_src_prepare
-
-   use bluetooth ||
-   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package kaccounts KAccounts)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Send through KDE Connect" kde-misc/kdeconnect
-   fi
-   ecm_pkg_postinst
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2022-05-04 Thread Andreas Sturmlechner
commit: 12da13c6e1b24814749f586afbabe7af5fbfa319
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr 30 21:37:02 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed May  4 20:49:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12da13c6

kde-frameworks/purpose: drop 5.90.0*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest  |  1 -
 kde-frameworks/purpose/purpose-5.90.0.ebuild | 69 
 2 files changed, 70 deletions(-)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index cf6bfaad0517..2f377bb9bf69 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,3 +1,2 @@
-DIST purpose-5.90.0.tar.xz 171204 BLAKE2B 
5319b0d1d20a77b35503180f8276752a8478bfccd1f80fe7564aa590c786a64517d2c0484fd5596cfdbe2635c6933f931d8ab43609d8b168a3766de2dea1fcc3
 SHA512 
8ba0808eba826ed267e42b9d8e9fd247482e964b104f0e68fd73b02862c13486c24d5bdc9cdf22f4912ad1edb49855d113f209d6690463aaec247bacd3ad0154
 DIST purpose-5.92.0.tar.xz 173280 BLAKE2B 
4cbed1b8b9b8a443fdb9ecbaf6495918c1f21f641184827a5e6af4084b5b2beb5b5f4a0a8c4d8e593ac4a4222dfc702e5b2ac5330625a3d26962f986d0ff07f1
 SHA512 
e466b836d4628f8773247cb952621d9c33127c26ae73c27b9f8015239997b0f7241a0f556c8c683a2a580c3977f448b1e9742965d9133e2c569d42b2d6cf2009
 DIST purpose-5.93.0.tar.xz 173380 BLAKE2B 
50fe2c210f2cca7bac12aed67d26876ea0501bf34f6cb23b849925d465cbb931bce20c6bf463b932aa7f01959358c41fba4567f331cccec13f23e97d5c04e490
 SHA512 
946dd6474f58100981e155d3dcae34260068d84b1e2931b8f1f794381e0e8d68e178287d0c702e7b8890d938c60952226dcbbef97e27d642decaa072a456d34c

diff --git a/kde-frameworks/purpose/purpose-5.90.0.ebuild 
b/kde-frameworks/purpose/purpose-5.90.0.ebuild
deleted file mode 100644
index 13e4232ba16b..
--- a/kde-frameworks/purpose/purpose-5.90.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-inherit ecm kde.org optfeature xdg-utils
-
-DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
-LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE="bluetooth +kaccounts"
-
-# requires running environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kirigami-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/prison-${PVCUT}*:5
-   kaccounts? (
-   >=kde-apps/kaccounts-integration-19.04.3:5
-   net-libs/accounts-qt
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${PVCUT}:5
-   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
-   kaccounts? ( net-libs/accounts-qml )
-"
-
-src_prepare() {
-   ecm_src_prepare
-
-   use bluetooth ||
-   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package kaccounts KAccounts)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Send through KDE Connect" kde-misc/kdeconnect
-   fi
-   ecm_pkg_postinst
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2022-04-28 Thread Sam James
commit: 9767d6822891ef80d3fd6050a859352ff7e6f9cc
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 29 03:28:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 29 03:28:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9767d682

kde-frameworks/purpose: Stabilize 5.92.0 arm64, #838502

Signed-off-by: Sam James  gentoo.org>

 kde-frameworks/purpose/purpose-5.92.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/purpose/purpose-5.92.0.ebuild 
b/kde-frameworks/purpose/purpose-5.92.0.ebuild
index 9c347b25d1ea..13e4232ba16b 100644
--- a/kde-frameworks/purpose/purpose-5.92.0.ebuild
+++ b/kde-frameworks/purpose/purpose-5.92.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm kde.org optfeature xdg-utils
 
 DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
 LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE="bluetooth +kaccounts"
 
 # requires running environment



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2022-04-21 Thread Sam James
commit: f6c181ad743f71085f0fe7bfde82f298e395c904
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 22 01:59:15 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 22 01:59:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6c181ad

kde-frameworks/purpose: Stabilize 5.92.0 x86, #838502

Signed-off-by: Sam James  gentoo.org>

 kde-frameworks/purpose/purpose-5.92.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/purpose/purpose-5.92.0.ebuild 
b/kde-frameworks/purpose/purpose-5.92.0.ebuild
index dc6d0eaa8a72..9c347b25d1ea 100644
--- a/kde-frameworks/purpose/purpose-5.92.0.ebuild
+++ b/kde-frameworks/purpose/purpose-5.92.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm kde.org optfeature xdg-utils
 
 DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
 LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE="bluetooth +kaccounts"
 
 # requires running environment



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2022-04-21 Thread Sam James
commit: 39a9ccb660e7b52a14e33858632f3947254cfd0f
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 22 01:57:02 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 22 01:57:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39a9ccb6

kde-frameworks/purpose: Stabilize 5.92.0 amd64, #838502

Signed-off-by: Sam James  gentoo.org>

 kde-frameworks/purpose/purpose-5.92.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/purpose/purpose-5.92.0.ebuild 
b/kde-frameworks/purpose/purpose-5.92.0.ebuild
index 0d2e408ffe68..dc6d0eaa8a72 100644
--- a/kde-frameworks/purpose/purpose-5.92.0.ebuild
+++ b/kde-frameworks/purpose/purpose-5.92.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm kde.org optfeature xdg-utils
 
 DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
 LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="bluetooth +kaccounts"
 
 # requires running environment



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2022-04-09 Thread Andreas Sturmlechner
commit: da453d695eddab889d91896a734693fbd6cd281b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr  9 21:05:06 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Apr  9 21:46:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da453d69

kde-frameworks/purpose: 5.93.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest  |  1 +
 kde-frameworks/purpose/purpose-5.93.0.ebuild | 69 
 2 files changed, 70 insertions(+)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index dbfd11cc21eb..cf6bfaad0517 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,2 +1,3 @@
 DIST purpose-5.90.0.tar.xz 171204 BLAKE2B 
5319b0d1d20a77b35503180f8276752a8478bfccd1f80fe7564aa590c786a64517d2c0484fd5596cfdbe2635c6933f931d8ab43609d8b168a3766de2dea1fcc3
 SHA512 
8ba0808eba826ed267e42b9d8e9fd247482e964b104f0e68fd73b02862c13486c24d5bdc9cdf22f4912ad1edb49855d113f209d6690463aaec247bacd3ad0154
 DIST purpose-5.92.0.tar.xz 173280 BLAKE2B 
4cbed1b8b9b8a443fdb9ecbaf6495918c1f21f641184827a5e6af4084b5b2beb5b5f4a0a8c4d8e593ac4a4222dfc702e5b2ac5330625a3d26962f986d0ff07f1
 SHA512 
e466b836d4628f8773247cb952621d9c33127c26ae73c27b9f8015239997b0f7241a0f556c8c683a2a580c3977f448b1e9742965d9133e2c569d42b2d6cf2009
+DIST purpose-5.93.0.tar.xz 173380 BLAKE2B 
50fe2c210f2cca7bac12aed67d26876ea0501bf34f6cb23b849925d465cbb931bce20c6bf463b932aa7f01959358c41fba4567f331cccec13f23e97d5c04e490
 SHA512 
946dd6474f58100981e155d3dcae34260068d84b1e2931b8f1f794381e0e8d68e178287d0c702e7b8890d938c60952226dcbbef97e27d642decaa072a456d34c

diff --git a/kde-frameworks/purpose/purpose-5.93.0.ebuild 
b/kde-frameworks/purpose/purpose-5.93.0.ebuild
new file mode 100644
index ..0d2e408ffe68
--- /dev/null
+++ b/kde-frameworks/purpose/purpose-5.93.0.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+ECM_TEST="forceoptional"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+inherit ecm kde.org optfeature xdg-utils
+
+DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="bluetooth +kaccounts"
+
+# requires running environment
+RESTRICT="test"
+
+DEPEND="
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   =kde-frameworks/kirigami-${PVCUT}*:5
+   =kde-frameworks/knotifications-${PVCUT}*:5
+   =kde-frameworks/prison-${PVCUT}*:5
+   kaccounts? (
+   >=kde-apps/kaccounts-integration-19.04.3:5
+   net-libs/accounts-qt
+   )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kdeclarative-${PVCUT}:5
+   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
+   kaccounts? ( net-libs/accounts-qml )
+"
+
+src_prepare() {
+   ecm_src_prepare
+
+   use bluetooth ||
+   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
+}
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package kaccounts KAccounts)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   optfeature "Send through KDE Connect" kde-misc/kdeconnect
+   fi
+   ecm_pkg_postinst
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2022-03-13 Thread Andreas Sturmlechner
commit: 4157b666e8501a3ab886109cce8a97de6cf17f74
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar 13 09:05:59 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar 13 19:22:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4157b666

kde-frameworks/purpose: drop 5.91.0*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest  |  1 -
 kde-frameworks/purpose/purpose-5.91.0.ebuild | 69 
 2 files changed, 70 deletions(-)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index 175b346407cd..dbfd11cc21eb 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,3 +1,2 @@
 DIST purpose-5.90.0.tar.xz 171204 BLAKE2B 
5319b0d1d20a77b35503180f8276752a8478bfccd1f80fe7564aa590c786a64517d2c0484fd5596cfdbe2635c6933f931d8ab43609d8b168a3766de2dea1fcc3
 SHA512 
8ba0808eba826ed267e42b9d8e9fd247482e964b104f0e68fd73b02862c13486c24d5bdc9cdf22f4912ad1edb49855d113f209d6690463aaec247bacd3ad0154
-DIST purpose-5.91.0.tar.xz 172796 BLAKE2B 
ab42e9ae3e548dda194ea73dda2bb4d94ee19b3f40adf108535300309409da3b3a6842e5bc101f7e92ceb839f7807bb3c21b05fbf757400d79ad7f1150d43747
 SHA512 
d2bf6f99b7836ae0bfda6bfb7ee231b35952514d774b13cbbab6e6aa99b6a6e0c9148ed11ecf1c6baccd9b5e6a1566390852b069ad59f1402ac03ed2ca7ef200
 DIST purpose-5.92.0.tar.xz 173280 BLAKE2B 
4cbed1b8b9b8a443fdb9ecbaf6495918c1f21f641184827a5e6af4084b5b2beb5b5f4a0a8c4d8e593ac4a4222dfc702e5b2ac5330625a3d26962f986d0ff07f1
 SHA512 
e466b836d4628f8773247cb952621d9c33127c26ae73c27b9f8015239997b0f7241a0f556c8c683a2a580c3977f448b1e9742965d9133e2c569d42b2d6cf2009

diff --git a/kde-frameworks/purpose/purpose-5.91.0.ebuild 
b/kde-frameworks/purpose/purpose-5.91.0.ebuild
deleted file mode 100644
index 0d2e408ffe68..
--- a/kde-frameworks/purpose/purpose-5.91.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-inherit ecm kde.org optfeature xdg-utils
-
-DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="bluetooth +kaccounts"
-
-# requires running environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kirigami-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/prison-${PVCUT}*:5
-   kaccounts? (
-   >=kde-apps/kaccounts-integration-19.04.3:5
-   net-libs/accounts-qt
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${PVCUT}:5
-   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
-   kaccounts? ( net-libs/accounts-qml )
-"
-
-src_prepare() {
-   ecm_src_prepare
-
-   use bluetooth ||
-   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package kaccounts KAccounts)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Send through KDE Connect" kde-misc/kdeconnect
-   fi
-   ecm_pkg_postinst
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2022-02-14 Thread Andreas Sturmlechner
commit: 6ab4bac699236ce3973cd3c6d2a11e09450257e0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Feb 14 21:18:13 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Feb 14 21:34:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ab4bac6

kde-frameworks/purpose: 5.91.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest  |  1 +
 kde-frameworks/purpose/purpose-5.91.0.ebuild | 69 
 2 files changed, 70 insertions(+)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index 4e38359f3857..35668aff80b3 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1 +1,2 @@
 DIST purpose-5.90.0.tar.xz 171204 BLAKE2B 
5319b0d1d20a77b35503180f8276752a8478bfccd1f80fe7564aa590c786a64517d2c0484fd5596cfdbe2635c6933f931d8ab43609d8b168a3766de2dea1fcc3
 SHA512 
8ba0808eba826ed267e42b9d8e9fd247482e964b104f0e68fd73b02862c13486c24d5bdc9cdf22f4912ad1edb49855d113f209d6690463aaec247bacd3ad0154
+DIST purpose-5.91.0.tar.xz 172796 BLAKE2B 
ab42e9ae3e548dda194ea73dda2bb4d94ee19b3f40adf108535300309409da3b3a6842e5bc101f7e92ceb839f7807bb3c21b05fbf757400d79ad7f1150d43747
 SHA512 
d2bf6f99b7836ae0bfda6bfb7ee231b35952514d774b13cbbab6e6aa99b6a6e0c9148ed11ecf1c6baccd9b5e6a1566390852b069ad59f1402ac03ed2ca7ef200

diff --git a/kde-frameworks/purpose/purpose-5.91.0.ebuild 
b/kde-frameworks/purpose/purpose-5.91.0.ebuild
new file mode 100644
index ..0d2e408ffe68
--- /dev/null
+++ b/kde-frameworks/purpose/purpose-5.91.0.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+ECM_TEST="forceoptional"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+inherit ecm kde.org optfeature xdg-utils
+
+DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="bluetooth +kaccounts"
+
+# requires running environment
+RESTRICT="test"
+
+DEPEND="
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   =kde-frameworks/kirigami-${PVCUT}*:5
+   =kde-frameworks/knotifications-${PVCUT}*:5
+   =kde-frameworks/prison-${PVCUT}*:5
+   kaccounts? (
+   >=kde-apps/kaccounts-integration-19.04.3:5
+   net-libs/accounts-qt
+   )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kdeclarative-${PVCUT}:5
+   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
+   kaccounts? ( net-libs/accounts-qml )
+"
+
+src_prepare() {
+   ecm_src_prepare
+
+   use bluetooth ||
+   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
+}
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package kaccounts KAccounts)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   optfeature "Send through KDE Connect" kde-misc/kdeconnect
+   fi
+   ecm_pkg_postinst
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2022-02-10 Thread Andreas Sturmlechner
commit: 3ff7a2eff4095f27972ff4df6a5e35c946ed8a2f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Feb 10 08:20:53 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Feb 10 09:11:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ff7a2ef

kde-frameworks/purpose: drop 5.88.0*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest  |  1 -
 kde-frameworks/purpose/purpose-5.88.0.ebuild | 69 
 2 files changed, 70 deletions(-)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index 4e767039ba6c..4e38359f3857 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,2 +1 @@
-DIST purpose-5.88.0.tar.xz 165852 BLAKE2B 
67603932b1d092eda49e4011dd2ebf8feb6862e315dc8cc3ce12a14f26e3796bd05f39e1ee91a119629b3cf2c962c3e44c600b4200e9c1fe0ecaf96ba8476673
 SHA512 
b21e5f50fe463f58cb3be92039e45c4c88f775d6612f85f9711090926ae65798ed159b825196fa314191fbb08eb52ae4d35077b48a1b4d6987291c6380893fae
 DIST purpose-5.90.0.tar.xz 171204 BLAKE2B 
5319b0d1d20a77b35503180f8276752a8478bfccd1f80fe7564aa590c786a64517d2c0484fd5596cfdbe2635c6933f931d8ab43609d8b168a3766de2dea1fcc3
 SHA512 
8ba0808eba826ed267e42b9d8e9fd247482e964b104f0e68fd73b02862c13486c24d5bdc9cdf22f4912ad1edb49855d113f209d6690463aaec247bacd3ad0154

diff --git a/kde-frameworks/purpose/purpose-5.88.0.ebuild 
b/kde-frameworks/purpose/purpose-5.88.0.ebuild
deleted file mode 100644
index 027f90fbb515..
--- a/kde-frameworks/purpose/purpose-5.88.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-inherit ecm kde.org optfeature xdg-utils
-
-DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
-LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
-IUSE="bluetooth +kaccounts"
-
-# requires running environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kirigami-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/prison-${PVCUT}*:5
-   kaccounts? (
-   >=kde-apps/kaccounts-integration-19.04.3:5
-   net-libs/accounts-qt
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${PVCUT}:5
-   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
-   kaccounts? ( net-libs/accounts-qml )
-"
-
-src_prepare() {
-   ecm_src_prepare
-
-   use bluetooth ||
-   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package kaccounts KAccounts)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Send through KDE Connect" kde-misc/kdeconnect
-   fi
-   ecm_pkg_postinst
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2022-02-09 Thread Sam James
commit: 8006bd9b6d224bd8e961d895d802039671b72972
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 10 00:40:13 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 10 00:40:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8006bd9b

kde-frameworks/purpose: Stabilize 5.90.0 arm64, #831587

Signed-off-by: Sam James  gentoo.org>

 kde-frameworks/purpose/purpose-5.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/purpose/purpose-5.90.0.ebuild 
b/kde-frameworks/purpose/purpose-5.90.0.ebuild
index 9c347b25d1ea..13e4232ba16b 100644
--- a/kde-frameworks/purpose/purpose-5.90.0.ebuild
+++ b/kde-frameworks/purpose/purpose-5.90.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm kde.org optfeature xdg-utils
 
 DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
 LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE="bluetooth +kaccounts"
 
 # requires running environment



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2022-02-08 Thread Agostino Sarubbo
commit: 1b888112cb55c8ef3edefe8e4b4618628397d25a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Feb  8 14:46:27 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Feb  8 14:46:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b888112

kde-frameworks/purpose: x86 stable wrt bug #831587

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 kde-frameworks/purpose/purpose-5.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/purpose/purpose-5.90.0.ebuild 
b/kde-frameworks/purpose/purpose-5.90.0.ebuild
index dc6d0eaa8a72..9c347b25d1ea 100644
--- a/kde-frameworks/purpose/purpose-5.90.0.ebuild
+++ b/kde-frameworks/purpose/purpose-5.90.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm kde.org optfeature xdg-utils
 
 DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
 LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 IUSE="bluetooth +kaccounts"
 
 # requires running environment



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2022-02-08 Thread Jakov Smolić
commit: 491df282ab54e3b7c1a254e65baf81c1ee890a70
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Feb  8 11:01:50 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Feb  8 11:01:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=491df282

kde-frameworks/purpose: Stabilize 5.90.0 amd64, #831587

Signed-off-by: Jakov Smolić  gentoo.org>

 kde-frameworks/purpose/purpose-5.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/purpose/purpose-5.90.0.ebuild 
b/kde-frameworks/purpose/purpose-5.90.0.ebuild
index 0d2e408ffe68..dc6d0eaa8a72 100644
--- a/kde-frameworks/purpose/purpose-5.90.0.ebuild
+++ b/kde-frameworks/purpose/purpose-5.90.0.ebuild
@@ -11,7 +11,7 @@ inherit ecm kde.org optfeature xdg-utils
 
 DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
 LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="bluetooth +kaccounts"
 
 # requires running environment



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2022-01-08 Thread Andreas Sturmlechner
commit: 8551c2f3e435397320ac24079cb6161496c310d5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan  8 13:01:24 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jan  8 21:08:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8551c2f3

kde-frameworks/purpose: drop 5.89.0*

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest  |  1 -
 kde-frameworks/purpose/purpose-5.89.0.ebuild | 69 
 2 files changed, 70 deletions(-)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index c6a75af8c9d8..4e767039ba6c 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,3 +1,2 @@
 DIST purpose-5.88.0.tar.xz 165852 BLAKE2B 
67603932b1d092eda49e4011dd2ebf8feb6862e315dc8cc3ce12a14f26e3796bd05f39e1ee91a119629b3cf2c962c3e44c600b4200e9c1fe0ecaf96ba8476673
 SHA512 
b21e5f50fe463f58cb3be92039e45c4c88f775d6612f85f9711090926ae65798ed159b825196fa314191fbb08eb52ae4d35077b48a1b4d6987291c6380893fae
-DIST purpose-5.89.0.tar.xz 168224 BLAKE2B 
69b86d0c3e4fde7e11907286151532e87046d446457a89ea5f8d40f69d00b6c8583bab014d26b94ed6187a663dca8aa319930708cec57d92048ae156c03c2a0f
 SHA512 
a3552c54f4c2e7084168a266b812f9d7a2697ade4b3f3f25eba868c7143fe2eeb25b5c1d0504e65a0677b7dbbf75b544450175c1d9ba04deb78a5132b90a5893
 DIST purpose-5.90.0.tar.xz 171204 BLAKE2B 
5319b0d1d20a77b35503180f8276752a8478bfccd1f80fe7564aa590c786a64517d2c0484fd5596cfdbe2635c6933f931d8ab43609d8b168a3766de2dea1fcc3
 SHA512 
8ba0808eba826ed267e42b9d8e9fd247482e964b104f0e68fd73b02862c13486c24d5bdc9cdf22f4912ad1edb49855d113f209d6690463aaec247bacd3ad0154

diff --git a/kde-frameworks/purpose/purpose-5.89.0.ebuild 
b/kde-frameworks/purpose/purpose-5.89.0.ebuild
deleted file mode 100644
index 8f61c83816a7..
--- a/kde-frameworks/purpose/purpose-5.89.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.2
-inherit ecm kde.org optfeature xdg-utils
-
-DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="bluetooth +kaccounts"
-
-# requires running environment
-RESTRICT="test"
-
-DEPEND="
-   >=dev-qt/qtdeclarative-${QTMIN}:5
-   >=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtnetwork-${QTMIN}:5
-   >=dev-qt/qtwidgets-${QTMIN}:5
-   =kde-frameworks/kcoreaddons-${PVCUT}*:5
-   =kde-frameworks/ki18n-${PVCUT}*:5
-   =kde-frameworks/kio-${PVCUT}*:5
-   =kde-frameworks/kirigami-${PVCUT}*:5
-   =kde-frameworks/knotifications-${PVCUT}*:5
-   =kde-frameworks/prison-${PVCUT}*:5
-   kaccounts? (
-   >=kde-apps/kaccounts-integration-19.04.3:5
-   net-libs/accounts-qt
-   )
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${PVCUT}:5
-   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
-   kaccounts? ( net-libs/accounts-qml )
-"
-
-src_prepare() {
-   ecm_src_prepare
-
-   use bluetooth ||
-   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
-}
-
-src_configure() {
-   local mycmakeargs=(
-   $(cmake_use_find_package kaccounts KAccounts)
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   if [[ -z "${REPLACING_VERSIONS}" ]]; then
-   optfeature "Send through KDE Connect" kde-misc/kdeconnect
-   fi
-   ecm_pkg_postinst
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: kde-frameworks/purpose/

2021-12-12 Thread Andreas Sturmlechner
commit: 9d62a3b47c7e4febd79dfb2c2a16d1b02a05639e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Dec 10 19:44:02 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 12 22:12:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d62a3b4

kde-frameworks/purpose: 5.89.0 version bump

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-frameworks/purpose/Manifest  |  1 +
 kde-frameworks/purpose/purpose-5.89.0.ebuild | 69 
 2 files changed, 70 insertions(+)

diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest
index 8893e670cd1b..952feda5c2b6 100644
--- a/kde-frameworks/purpose/Manifest
+++ b/kde-frameworks/purpose/Manifest
@@ -1,2 +1,3 @@
 DIST purpose-5.85.0.tar.xz 161412 BLAKE2B 
c6d55396ebde4f8b3f08a71c429bce4f0bbfe1303907d06faf841ab53147a78b582bd63e4b731eb6c5d16b939dade6dab2ca30930a9fa31babb9c1b68c37e53e
 SHA512 
30da8286d7eb8b0652656d0c52fe0f95dd4c3c1f86e468af5f9b546b0afc996dbf9f3a0e011376de5b58e34bf529faca9f3add7ee0e820ab693745c98e21b1ed
 DIST purpose-5.88.0.tar.xz 165852 BLAKE2B 
67603932b1d092eda49e4011dd2ebf8feb6862e315dc8cc3ce12a14f26e3796bd05f39e1ee91a119629b3cf2c962c3e44c600b4200e9c1fe0ecaf96ba8476673
 SHA512 
b21e5f50fe463f58cb3be92039e45c4c88f775d6612f85f9711090926ae65798ed159b825196fa314191fbb08eb52ae4d35077b48a1b4d6987291c6380893fae
+DIST purpose-5.89.0.tar.xz 168224 BLAKE2B 
69b86d0c3e4fde7e11907286151532e87046d446457a89ea5f8d40f69d00b6c8583bab014d26b94ed6187a663dca8aa319930708cec57d92048ae156c03c2a0f
 SHA512 
a3552c54f4c2e7084168a266b812f9d7a2697ade4b3f3f25eba868c7143fe2eeb25b5c1d0504e65a0677b7dbbf75b544450175c1d9ba04deb78a5132b90a5893

diff --git a/kde-frameworks/purpose/purpose-5.89.0.ebuild 
b/kde-frameworks/purpose/purpose-5.89.0.ebuild
new file mode 100644
index ..8f61c83816a7
--- /dev/null
+++ b/kde-frameworks/purpose/purpose-5.89.0.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_QTHELP="false"
+ECM_TEST="forceoptional"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.2
+inherit ecm kde.org optfeature xdg-utils
+
+DESCRIPTION="Library for providing abstractions to get the developer's 
purposes fulfilled"
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="bluetooth +kaccounts"
+
+# requires running environment
+RESTRICT="test"
+
+DEPEND="
+   >=dev-qt/qtdeclarative-${QTMIN}:5
+   >=dev-qt/qtgui-${QTMIN}:5
+   >=dev-qt/qtnetwork-${QTMIN}:5
+   >=dev-qt/qtwidgets-${QTMIN}:5
+   =kde-frameworks/kcoreaddons-${PVCUT}*:5
+   =kde-frameworks/ki18n-${PVCUT}*:5
+   =kde-frameworks/kio-${PVCUT}*:5
+   =kde-frameworks/kirigami-${PVCUT}*:5
+   =kde-frameworks/knotifications-${PVCUT}*:5
+   =kde-frameworks/prison-${PVCUT}*:5
+   kaccounts? (
+   >=kde-apps/kaccounts-integration-19.04.3:5
+   net-libs/accounts-qt
+   )
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kdeclarative-${PVCUT}:5
+   bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:5 )
+   kaccounts? ( net-libs/accounts-qml )
+"
+
+src_prepare() {
+   ecm_src_prepare
+
+   use bluetooth ||
+   cmake_run_in src/plugins cmake_comment_add_subdirectory 
bluetooth
+}
+
+src_configure() {
+   local mycmakeargs=(
+   $(cmake_use_find_package kaccounts KAccounts)
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   optfeature "Send through KDE Connect" kde-misc/kdeconnect
+   fi
+   ecm_pkg_postinst
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



  1   2   >