[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2025-01-10 Thread WANG Xuerui
commit: 9d670b3a5a145f3a5ba9bb627d1e0636ccb4d282
Author: WANG Xuerui  gentoo  org>
AuthorDate: Fri Jan 10 10:17:55 2025 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Fri Jan 10 10:17:55 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d670b3a

kde-plasma/print-manager: keyword 6.2.5 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 kde-plasma/print-manager/print-manager-6.2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/print-manager/print-manager-6.2.5.ebuild 
b/kde-plasma/print-manager/print-manager-6.2.5.ebuild
index c32219660b1a..4d7384f27b33 100644
--- a/kde-plasma/print-manager/print-manager-6.2.5.ebuild
+++ b/kde-plasma/print-manager/print-manager-6.2.5.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="+gtk"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2025-01-01 Thread Andreas Sturmlechner
commit: 50cf34baaaf0c73026124a9d595d258b6c3c410d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan  1 19:34:00 2025 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jan  1 21:04:07 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50cf34ba

kde-plasma/print-manager: 6.2.5 version bump

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

 kde-plasma/print-manager/Manifest  |  1 +
 .../print-manager/print-manager-6.2.5.ebuild   | 67 ++
 2 files changed, 68 insertions(+)

diff --git a/kde-plasma/print-manager/Manifest 
b/kde-plasma/print-manager/Manifest
index 16f2bba122d7..fbde4f40a521 100644
--- a/kde-plasma/print-manager/Manifest
+++ b/kde-plasma/print-manager/Manifest
@@ -1 +1,2 @@
 DIST print-manager-6.2.4.tar.xz 375024 BLAKE2B 
26327fb7bd6c6477b2d0f03c34002c6573ec326e6208c9ee321a3943a4fde66a7999761840a4a25fecf5dd61fadf3fba2c05f1375f6776beddcae64c210307eb
 SHA512 
fb7192cb7ddfb15969d71176552642b1e067467a0e39e5a4f87f43523a78049e63cd721aa0beff47721eb395b35a8de406966d77dfab89b69951d45c6c11a1f4
+DIST print-manager-6.2.5.tar.xz 374932 BLAKE2B 
1a0f88ec4744700396edd03c0877eef9b6d0f8a52d998d4df9a38f9752c93000b6c04e74c0edd389269d5bdb043faeea032a31ab877039d0e70811989dff5128
 SHA512 
da261c7659d85d67c04eb6b8839bc48d36be41b536312706b3356aa8e85c13832b64741dfa57656778ea6b093fbbb27f268361bf007585050e8bf63113475a9b

diff --git a/kde-plasma/print-manager/print-manager-6.2.5.ebuild 
b/kde-plasma/print-manager/print-manager-6.2.5.ebuild
new file mode 100644
index ..c32219660b1a
--- /dev/null
+++ b/kde-plasma/print-manager/print-manager-6.2.5.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=6.6.0
+QTMIN=6.7.2
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="+gtk"
+
+DEPEND="
+   >=dev-qt/qt5compat-${QTMIN}:6
+   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
+   >=dev-qt/qtdeclarative-${QTMIN}:6
+   >=kde-frameworks/kcmutils-${KFMIN}:6
+   >=kde-frameworks/kconfig-${KFMIN}:6
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6
+   >=kde-frameworks/kdbusaddons-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+   >=kde-frameworks/kiconthemes-${KFMIN}:6
+   >=kde-frameworks/kio-${KFMIN}:6
+   >=kde-frameworks/kirigami-${KFMIN}:6
+   >=kde-frameworks/knotifications-${KFMIN}:6
+   >=kde-frameworks/kservice-${KFMIN}:6
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+   >=kde-frameworks/kwindowsystem-${KFMIN}:6
+   >=kde-plasma/libplasma-${KDE_CATV}:6
+   >=net-print/cups-2.4
+"
+RDEPEND="${DEPEND}
+   !=kde-frameworks/kdeclarative-${KFMIN}:6
+   gtk? ( app-admin/system-config-printer )
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt6=ON # not packaged
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   ecm_pkg_postinst
+
+   if [[ -z "${REPLACING_VERSIONS}" ]] && ! use gtk ; then
+   ewarn "By switching off \"gtk\" USE flag, you have chosen to do 
without"
+   ewarn "an important, though optional, runtime dependency:"
+   ewarn
+   ewarn "app-admin/system-config-printer"
+   ewarn
+   ewarn "${PN} will work nevertheless, but is going to be less 
comfortable"
+   ewarn "and will show the following error status during runtime:"
+   ewarn
+   ewarn "\"Failed to group devices: 'The name 
org.fedoraproject.Config.Printing"
+   ewarn "was not provided by any .service files'\""
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-12-10 Thread Andreas Sturmlechner
commit: 61db7696e8c290510034152a9020209a0385adb8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Dec  4 18:48:56 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec 10 23:45:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61db7696

kde-plasma/print-manager: drop 6.1.5

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

 kde-plasma/print-manager/Manifest  |  1 -
 .../print-manager/print-manager-6.1.5.ebuild   | 68 --
 2 files changed, 69 deletions(-)

diff --git a/kde-plasma/print-manager/Manifest 
b/kde-plasma/print-manager/Manifest
index f6327ba5fa71..16f2bba122d7 100644
--- a/kde-plasma/print-manager/Manifest
+++ b/kde-plasma/print-manager/Manifest
@@ -1,2 +1 @@
-DIST print-manager-6.1.5.tar.xz 371292 BLAKE2B 
140f63488f381dde409d673fac692197163efa200866311c0bb346e9dd57a57780dc3dd1a47fb950793b6bd5512e3d82ed2bae47e9476e1ece20e7dc0079b928
 SHA512 
0c83c5fdbd73ad47cde287ed2f3d89c735a44cce4c2d753201258183491bc9612091802bf639445a775f0b2ed7f485d7bc94d98904fb40ca11e23affbd046ceb
 DIST print-manager-6.2.4.tar.xz 375024 BLAKE2B 
26327fb7bd6c6477b2d0f03c34002c6573ec326e6208c9ee321a3943a4fde66a7999761840a4a25fecf5dd61fadf3fba2c05f1375f6776beddcae64c210307eb
 SHA512 
fb7192cb7ddfb15969d71176552642b1e067467a0e39e5a4f87f43523a78049e63cd721aa0beff47721eb395b35a8de406966d77dfab89b69951d45c6c11a1f4

diff --git a/kde-plasma/print-manager/print-manager-6.1.5.ebuild 
b/kde-plasma/print-manager/print-manager-6.1.5.ebuild
deleted file mode 100644
index 4a842a04e34b..
--- a/kde-plasma/print-manager/print-manager-6.1.5.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=6.5.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
-IUSE="+gtk"
-
-DEPEND="
-   >=dev-qt/qt5compat-${QTMIN}:6
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   >=kde-frameworks/kcmutils-${KFMIN}:6
-   >=kde-frameworks/kconfig-${KFMIN}:6
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
-   >=kde-frameworks/kcoreaddons-${KFMIN}:6
-   >=kde-frameworks/kdbusaddons-${KFMIN}:6
-   >=kde-frameworks/ki18n-${KFMIN}:6
-   >=kde-frameworks/kiconthemes-${KFMIN}:6
-   >=kde-frameworks/kio-${KFMIN}:6
-   >=kde-frameworks/kirigami-${KFMIN}:6
-   >=kde-frameworks/knotifications-${KFMIN}:6
-   >=kde-frameworks/kservice-${KFMIN}:6
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-   >=kde-frameworks/kwindowsystem-${KFMIN}:6
-   >=kde-plasma/libplasma-${PVCUT}:6
-   >=net-print/cups-2.4
-"
-RDEPEND="${DEPEND}
-   !=kde-frameworks/kdeclarative-${KFMIN}:6
-   gtk? ( app-admin/system-config-printer )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt6=ON # not packaged
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if [[ -z "${REPLACING_VERSIONS}" ]] && ! use gtk ; then
-   ewarn "By switching off \"gtk\" USE flag, you have chosen to do 
without"
-   ewarn "an important, though optional, runtime dependency:"
-   ewarn
-   ewarn "app-admin/system-config-printer"
-   ewarn
-   ewarn "${PN} will work nevertheless, but is going to be less 
comfortable"
-   ewarn "and will show the following error status during runtime:"
-   ewarn
-   ewarn "\"Failed to group devices: 'The name 
org.fedoraproject.Config.Printing"
-   ewarn "was not provided by any .service files'\""
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-12-04 Thread Sam James
commit: 4e79437d24fc8c461f7dd287423af3c7f53e1a71
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec  4 17:43:10 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec  4 17:43:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e79437d

kde-plasma/print-manager: Stabilize 6.2.4 arm64, #941979

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

 kde-plasma/print-manager/print-manager-6.2.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/print-manager/print-manager-6.2.4.ebuild 
b/kde-plasma/print-manager/print-manager-6.2.4.ebuild
index a62b039ff31d..6e27981d35a9 100644
--- a/kde-plasma/print-manager/print-manager-6.2.4.ebuild
+++ b/kde-plasma/print-manager/print-manager-6.2.4.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="6"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
 IUSE="+gtk"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/, kde-plasma/print-manager/files/

2024-12-03 Thread Andreas Sturmlechner
commit: 9b712d0d4adf0b5587d24e15e94889597bbf846e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Dec  3 15:45:09 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec  3 19:21:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b712d0d

kde-plasma/print-manager: drop 6.2.3-r1

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

 kde-plasma/print-manager/Manifest  |  1 -
 ...anager-6.2.3-fix-abort-in-kcm-add-printer.patch | 30 --
 .../print-manager/print-manager-6.2.3-r1.ebuild| 70 --
 3 files changed, 101 deletions(-)

diff --git a/kde-plasma/print-manager/Manifest 
b/kde-plasma/print-manager/Manifest
index 3fa0043caffc..f6327ba5fa71 100644
--- a/kde-plasma/print-manager/Manifest
+++ b/kde-plasma/print-manager/Manifest
@@ -1,3 +1,2 @@
 DIST print-manager-6.1.5.tar.xz 371292 BLAKE2B 
140f63488f381dde409d673fac692197163efa200866311c0bb346e9dd57a57780dc3dd1a47fb950793b6bd5512e3d82ed2bae47e9476e1ece20e7dc0079b928
 SHA512 
0c83c5fdbd73ad47cde287ed2f3d89c735a44cce4c2d753201258183491bc9612091802bf639445a775f0b2ed7f485d7bc94d98904fb40ca11e23affbd046ceb
-DIST print-manager-6.2.3.tar.xz 375000 BLAKE2B 
dc1419fb7c7cc26a1f5c91c4587d5014efdd963a4fee309f4104123ba4b35c222ac8912d4f184a96e2c3d3b9d4dbf14d2f9ad8e1b26b57738f6e92b9e81c53aa
 SHA512 
3bd0e91cc9f1094c2cd2052d2eaf4bf1c3cc16d096dd5b1317dcc80b012dff39123e20acb8028b54f77f75d14695f3214b081ae7ed76c2ec87feb7e93ef8c202
 DIST print-manager-6.2.4.tar.xz 375024 BLAKE2B 
26327fb7bd6c6477b2d0f03c34002c6573ec326e6208c9ee321a3943a4fde66a7999761840a4a25fecf5dd61fadf3fba2c05f1375f6776beddcae64c210307eb
 SHA512 
fb7192cb7ddfb15969d71176552642b1e067467a0e39e5a4f87f43523a78049e63cd721aa0beff47721eb395b35a8de406966d77dfab89b69951d45c6c11a1f4

diff --git 
a/kde-plasma/print-manager/files/print-manager-6.2.3-fix-abort-in-kcm-add-printer.patch
 
b/kde-plasma/print-manager/files/print-manager-6.2.3-fix-abort-in-kcm-add-printer.patch
deleted file mode 100644
index 29eb1d1c9c24..
--- 
a/kde-plasma/print-manager/files/print-manager-6.2.3-fix-abort-in-kcm-add-printer.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 2440d1b96b7af95259867b22ba8b4ba677ef0ade Mon Sep 17 00:00:00 2001
-From: Kai Uwe Broulik 
-Date: Fri, 8 Nov 2024 17:43:07 +
-Subject: [PATCH] DevicesModel: Register QList of QStringList to DBus
-
-Avoids an abort when adding a new printer from kcmshell.
-
-
-(cherry picked from commit c80a5a0d5e59049c2007264a41228fcfbaeda58b)
-
-Co-authored-by: Kai Uwe Broulik 

- src/libkcups/DevicesModel.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/libkcups/DevicesModel.cpp b/src/libkcups/DevicesModel.cpp
-index 3ffc90673..8498a719e 100644
 a/src/libkcups/DevicesModel.cpp
-+++ b/src/libkcups/DevicesModel.cpp
-@@ -45,6 +45,7 @@ DevicesModel::DevicesModel(QObject *parent)
- 
- qDBusRegisterMetaType();
- qDBusRegisterMetaType();
-+qDBusRegisterMetaType>();
- 
- // Adds the other device which is meant for manual URI input
- insertDevice(QLatin1String("other"), QString(), i18nc("@item", "Manual 
Config"), QString(), QLatin1String("other"), QString());
--- 
-GitLab
-

diff --git a/kde-plasma/print-manager/print-manager-6.2.3-r1.ebuild 
b/kde-plasma/print-manager/print-manager-6.2.3-r1.ebuild
deleted file mode 100644
index e47067d3d100..
--- a/kde-plasma/print-manager/print-manager-6.2.3-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
-
-KFMIN=6.6.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="+gtk"
-
-DEPEND="
-   >=dev-qt/qt5compat-${QTMIN}:6
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   >=kde-frameworks/kcmutils-${KFMIN}:6
-   >=kde-frameworks/kconfig-${KFMIN}:6
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
-   >=kde-frameworks/kcoreaddons-${KFMIN}:6
-   >=kde-frameworks/kdbusaddons-${KFMIN}:6
-   >=kde-frameworks/ki18n-${KFMIN}:6
-   >=kde-frameworks/kiconthemes-${KFMIN}:6
-   >=kde-frameworks/kio-${KFMIN}:6
-   >=kde-frameworks/kirigami-${KFMIN}:6
-   >=kde-frameworks/knotifications-${KFMIN}:6
-   >=kde-frameworks/kservice-${KFMIN}:6
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-   >=kde-frameworks/kwindowsystem-${KFMIN}:6
-   >=kde-plasma/libplasma-${PVCUT}:6
-   >=net-print/cups-2.4
-"
-RDEPEND="${DEPEND}
-   !=kde-frameworks/kdeclarative-${KFMIN}:6
-   gtk? ( app-admin/system-config-printer )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
-
-PATCHES=( "${FILESDIR}/${P}-fix-abort-in-kcm-add-printer.patch" )
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_DISABLE_FIND_PACKA

[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-11-26 Thread Andreas Sturmlechner
commit: 8df679401f7b3caaadcc45ef004137e01b083faf
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Nov 26 19:13:22 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Nov 26 19:23:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8df67940

kde-plasma/print-manager: drop 6.2.3

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

 .../print-manager/print-manager-6.2.3.ebuild   | 68 --
 1 file changed, 68 deletions(-)

diff --git a/kde-plasma/print-manager/print-manager-6.2.3.ebuild 
b/kde-plasma/print-manager/print-manager-6.2.3.ebuild
deleted file mode 100644
index 62e8df621130..
--- a/kde-plasma/print-manager/print-manager-6.2.3.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=6.6.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="+gtk"
-
-DEPEND="
-   >=dev-qt/qt5compat-${QTMIN}:6
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   >=kde-frameworks/kcmutils-${KFMIN}:6
-   >=kde-frameworks/kconfig-${KFMIN}:6
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
-   >=kde-frameworks/kcoreaddons-${KFMIN}:6
-   >=kde-frameworks/kdbusaddons-${KFMIN}:6
-   >=kde-frameworks/ki18n-${KFMIN}:6
-   >=kde-frameworks/kiconthemes-${KFMIN}:6
-   >=kde-frameworks/kio-${KFMIN}:6
-   >=kde-frameworks/kirigami-${KFMIN}:6
-   >=kde-frameworks/knotifications-${KFMIN}:6
-   >=kde-frameworks/kservice-${KFMIN}:6
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-   >=kde-frameworks/kwindowsystem-${KFMIN}:6
-   >=kde-plasma/libplasma-${PVCUT}:6
-   >=net-print/cups-2.4
-"
-RDEPEND="${DEPEND}
-   !=kde-frameworks/kdeclarative-${KFMIN}:6
-   gtk? ( app-admin/system-config-printer )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt6=ON # not packaged
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if [[ -z "${REPLACING_VERSIONS}" ]] && ! use gtk ; then
-   ewarn "By switching off \"gtk\" USE flag, you have chosen to do 
without"
-   ewarn "an important, though optional, runtime dependency:"
-   ewarn
-   ewarn "app-admin/system-config-printer"
-   ewarn
-   ewarn "${PN} will work nevertheless, but is going to be less 
comfortable"
-   ewarn "and will show the following error status during runtime:"
-   ewarn
-   ewarn "\"Failed to group devices: 'The name 
org.fedoraproject.Config.Printing"
-   ewarn "was not provided by any .service files'\""
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-11-26 Thread Andreas Sturmlechner
commit: 59e963afa15e0478e02dc265767a2e2eece84dfa
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Nov 26 17:34:50 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Nov 26 18:24:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59e963af

kde-plasma/print-manager: 6.2.4 version bump

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

 kde-plasma/print-manager/Manifest  |  1 +
 .../print-manager/print-manager-6.2.4.ebuild   | 68 ++
 2 files changed, 69 insertions(+)

diff --git a/kde-plasma/print-manager/Manifest 
b/kde-plasma/print-manager/Manifest
index 171dd9407524..3fa0043caffc 100644
--- a/kde-plasma/print-manager/Manifest
+++ b/kde-plasma/print-manager/Manifest
@@ -1,2 +1,3 @@
 DIST print-manager-6.1.5.tar.xz 371292 BLAKE2B 
140f63488f381dde409d673fac692197163efa200866311c0bb346e9dd57a57780dc3dd1a47fb950793b6bd5512e3d82ed2bae47e9476e1ece20e7dc0079b928
 SHA512 
0c83c5fdbd73ad47cde287ed2f3d89c735a44cce4c2d753201258183491bc9612091802bf639445a775f0b2ed7f485d7bc94d98904fb40ca11e23affbd046ceb
 DIST print-manager-6.2.3.tar.xz 375000 BLAKE2B 
dc1419fb7c7cc26a1f5c91c4587d5014efdd963a4fee309f4104123ba4b35c222ac8912d4f184a96e2c3d3b9d4dbf14d2f9ad8e1b26b57738f6e92b9e81c53aa
 SHA512 
3bd0e91cc9f1094c2cd2052d2eaf4bf1c3cc16d096dd5b1317dcc80b012dff39123e20acb8028b54f77f75d14695f3214b081ae7ed76c2ec87feb7e93ef8c202
+DIST print-manager-6.2.4.tar.xz 375024 BLAKE2B 
26327fb7bd6c6477b2d0f03c34002c6573ec326e6208c9ee321a3943a4fde66a7999761840a4a25fecf5dd61fadf3fba2c05f1375f6776beddcae64c210307eb
 SHA512 
fb7192cb7ddfb15969d71176552642b1e067467a0e39e5a4f87f43523a78049e63cd721aa0beff47721eb395b35a8de406966d77dfab89b69951d45c6c11a1f4

diff --git a/kde-plasma/print-manager/print-manager-6.2.4.ebuild 
b/kde-plasma/print-manager/print-manager-6.2.4.ebuild
new file mode 100644
index ..62e8df621130
--- /dev/null
+++ b/kde-plasma/print-manager/print-manager-6.2.4.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=6.6.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.7.2
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="+gtk"
+
+DEPEND="
+   >=dev-qt/qt5compat-${QTMIN}:6
+   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
+   >=dev-qt/qtdeclarative-${QTMIN}:6
+   >=kde-frameworks/kcmutils-${KFMIN}:6
+   >=kde-frameworks/kconfig-${KFMIN}:6
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6
+   >=kde-frameworks/kdbusaddons-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+   >=kde-frameworks/kiconthemes-${KFMIN}:6
+   >=kde-frameworks/kio-${KFMIN}:6
+   >=kde-frameworks/kirigami-${KFMIN}:6
+   >=kde-frameworks/knotifications-${KFMIN}:6
+   >=kde-frameworks/kservice-${KFMIN}:6
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+   >=kde-frameworks/kwindowsystem-${KFMIN}:6
+   >=kde-plasma/libplasma-${PVCUT}:6
+   >=net-print/cups-2.4
+"
+RDEPEND="${DEPEND}
+   !=kde-frameworks/kdeclarative-${KFMIN}:6
+   gtk? ( app-admin/system-config-printer )
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt6=ON # not packaged
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   ecm_pkg_postinst
+
+   if [[ -z "${REPLACING_VERSIONS}" ]] && ! use gtk ; then
+   ewarn "By switching off \"gtk\" USE flag, you have chosen to do 
without"
+   ewarn "an important, though optional, runtime dependency:"
+   ewarn
+   ewarn "app-admin/system-config-printer"
+   ewarn
+   ewarn "${PN} will work nevertheless, but is going to be less 
comfortable"
+   ewarn "and will show the following error status during runtime:"
+   ewarn
+   ewarn "\"Failed to group devices: 'The name 
org.fedoraproject.Config.Printing"
+   ewarn "was not provided by any .service files'\""
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/files/, kde-plasma/print-manager/

2024-11-18 Thread Andreas Sturmlechner
commit: 266874cb8439a1ddfcf34c3b28daa66974dd8439
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 18 19:59:22 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 18 20:03:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=266874cb

kde-plasma/print-manager: Fix abort when adding a new printer

Kai Uwe Broulik (1):
  DevicesModel: Register QList of QStringList to DBus

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

 ...anager-6.2.3-fix-abort-in-kcm-add-printer.patch | 30 ++
 .../print-manager/print-manager-6.2.3-r1.ebuild| 70 ++
 2 files changed, 100 insertions(+)

diff --git 
a/kde-plasma/print-manager/files/print-manager-6.2.3-fix-abort-in-kcm-add-printer.patch
 
b/kde-plasma/print-manager/files/print-manager-6.2.3-fix-abort-in-kcm-add-printer.patch
new file mode 100644
index ..29eb1d1c9c24
--- /dev/null
+++ 
b/kde-plasma/print-manager/files/print-manager-6.2.3-fix-abort-in-kcm-add-printer.patch
@@ -0,0 +1,30 @@
+From 2440d1b96b7af95259867b22ba8b4ba677ef0ade Mon Sep 17 00:00:00 2001
+From: Kai Uwe Broulik 
+Date: Fri, 8 Nov 2024 17:43:07 +
+Subject: [PATCH] DevicesModel: Register QList of QStringList to DBus
+
+Avoids an abort when adding a new printer from kcmshell.
+
+
+(cherry picked from commit c80a5a0d5e59049c2007264a41228fcfbaeda58b)
+
+Co-authored-by: Kai Uwe Broulik 
+---
+ src/libkcups/DevicesModel.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/libkcups/DevicesModel.cpp b/src/libkcups/DevicesModel.cpp
+index 3ffc90673..8498a719e 100644
+--- a/src/libkcups/DevicesModel.cpp
 b/src/libkcups/DevicesModel.cpp
+@@ -45,6 +45,7 @@ DevicesModel::DevicesModel(QObject *parent)
+ 
+ qDBusRegisterMetaType();
+ qDBusRegisterMetaType();
++qDBusRegisterMetaType>();
+ 
+ // Adds the other device which is meant for manual URI input
+ insertDevice(QLatin1String("other"), QString(), i18nc("@item", "Manual 
Config"), QString(), QLatin1String("other"), QString());
+-- 
+GitLab
+

diff --git a/kde-plasma/print-manager/print-manager-6.2.3-r1.ebuild 
b/kde-plasma/print-manager/print-manager-6.2.3-r1.ebuild
new file mode 100644
index ..e47067d3d100
--- /dev/null
+++ b/kde-plasma/print-manager/print-manager-6.2.3-r1.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=6.6.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.7.2
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="+gtk"
+
+DEPEND="
+   >=dev-qt/qt5compat-${QTMIN}:6
+   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
+   >=dev-qt/qtdeclarative-${QTMIN}:6
+   >=kde-frameworks/kcmutils-${KFMIN}:6
+   >=kde-frameworks/kconfig-${KFMIN}:6
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6
+   >=kde-frameworks/kdbusaddons-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+   >=kde-frameworks/kiconthemes-${KFMIN}:6
+   >=kde-frameworks/kio-${KFMIN}:6
+   >=kde-frameworks/kirigami-${KFMIN}:6
+   >=kde-frameworks/knotifications-${KFMIN}:6
+   >=kde-frameworks/kservice-${KFMIN}:6
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+   >=kde-frameworks/kwindowsystem-${KFMIN}:6
+   >=kde-plasma/libplasma-${PVCUT}:6
+   >=net-print/cups-2.4
+"
+RDEPEND="${DEPEND}
+   !=kde-frameworks/kdeclarative-${KFMIN}:6
+   gtk? ( app-admin/system-config-printer )
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
+
+PATCHES=( "${FILESDIR}/${P}-fix-abort-in-kcm-add-printer.patch" )
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt6=ON # not packaged
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   ecm_pkg_postinst
+
+   if [[ -z "${REPLACING_VERSIONS}" ]] && ! use gtk ; then
+   ewarn "By switching off \"gtk\" USE flag, you have chosen to do 
without"
+   ewarn "an important, though optional, runtime dependency:"
+   ewarn
+   ewarn "app-admin/system-config-printer"
+   ewarn
+   ewarn "${PN} will work nevertheless, but is going to be less 
comfortable"
+   ewarn "and will show the following error status during runtime:"
+   ewarn
+   ewarn "\"Failed to group devices: 'The name 
org.fedoraproject.Config.Printing"
+   ewarn "was not provided by any .service files'\""
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-11-05 Thread Andreas Sturmlechner
commit: 70d69ea74c9767fd92e2c9bb21e495cb70ad1569
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Nov  5 18:56:32 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Nov  5 19:03:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70d69ea7

kde-plasma/print-manager: drop 6.2.2

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

 kde-plasma/print-manager/Manifest  |  1 -
 .../print-manager/print-manager-6.2.2.ebuild   | 68 --
 2 files changed, 69 deletions(-)

diff --git a/kde-plasma/print-manager/Manifest 
b/kde-plasma/print-manager/Manifest
index 4e8347045e5a..171dd9407524 100644
--- a/kde-plasma/print-manager/Manifest
+++ b/kde-plasma/print-manager/Manifest
@@ -1,3 +1,2 @@
 DIST print-manager-6.1.5.tar.xz 371292 BLAKE2B 
140f63488f381dde409d673fac692197163efa200866311c0bb346e9dd57a57780dc3dd1a47fb950793b6bd5512e3d82ed2bae47e9476e1ece20e7dc0079b928
 SHA512 
0c83c5fdbd73ad47cde287ed2f3d89c735a44cce4c2d753201258183491bc9612091802bf639445a775f0b2ed7f485d7bc94d98904fb40ca11e23affbd046ceb
-DIST print-manager-6.2.2.tar.xz 375008 BLAKE2B 
2390877a4fd7cf7c400d09ae4f82bb4ed0e5b0aca119d63d3939644c6a903749b16f2247694fc71342ba1256f613eace09391ae04dd0c49ed1adc0649051562b
 SHA512 
a4fa5b35b3aba036bbfdb1ad8e6aee26e905a234ba3ba7bb8ee8713baa75ecaadfbb1104d03f6f7a4674a7a41fb8770c662ff82d73486624fd5bac4dff46
 DIST print-manager-6.2.3.tar.xz 375000 BLAKE2B 
dc1419fb7c7cc26a1f5c91c4587d5014efdd963a4fee309f4104123ba4b35c222ac8912d4f184a96e2c3d3b9d4dbf14d2f9ad8e1b26b57738f6e92b9e81c53aa
 SHA512 
3bd0e91cc9f1094c2cd2052d2eaf4bf1c3cc16d096dd5b1317dcc80b012dff39123e20acb8028b54f77f75d14695f3214b081ae7ed76c2ec87feb7e93ef8c202

diff --git a/kde-plasma/print-manager/print-manager-6.2.2.ebuild 
b/kde-plasma/print-manager/print-manager-6.2.2.ebuild
deleted file mode 100644
index 62e8df621130..
--- a/kde-plasma/print-manager/print-manager-6.2.2.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=6.6.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="+gtk"
-
-DEPEND="
-   >=dev-qt/qt5compat-${QTMIN}:6
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   >=kde-frameworks/kcmutils-${KFMIN}:6
-   >=kde-frameworks/kconfig-${KFMIN}:6
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
-   >=kde-frameworks/kcoreaddons-${KFMIN}:6
-   >=kde-frameworks/kdbusaddons-${KFMIN}:6
-   >=kde-frameworks/ki18n-${KFMIN}:6
-   >=kde-frameworks/kiconthemes-${KFMIN}:6
-   >=kde-frameworks/kio-${KFMIN}:6
-   >=kde-frameworks/kirigami-${KFMIN}:6
-   >=kde-frameworks/knotifications-${KFMIN}:6
-   >=kde-frameworks/kservice-${KFMIN}:6
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-   >=kde-frameworks/kwindowsystem-${KFMIN}:6
-   >=kde-plasma/libplasma-${PVCUT}:6
-   >=net-print/cups-2.4
-"
-RDEPEND="${DEPEND}
-   !=kde-frameworks/kdeclarative-${KFMIN}:6
-   gtk? ( app-admin/system-config-printer )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt6=ON # not packaged
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if [[ -z "${REPLACING_VERSIONS}" ]] && ! use gtk ; then
-   ewarn "By switching off \"gtk\" USE flag, you have chosen to do 
without"
-   ewarn "an important, though optional, runtime dependency:"
-   ewarn
-   ewarn "app-admin/system-config-printer"
-   ewarn
-   ewarn "${PN} will work nevertheless, but is going to be less 
comfortable"
-   ewarn "and will show the following error status during runtime:"
-   ewarn
-   ewarn "\"Failed to group devices: 'The name 
org.fedoraproject.Config.Printing"
-   ewarn "was not provided by any .service files'\""
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-10-22 Thread Andreas Sturmlechner
commit: 9962d19cea676851d0da90fae2af57c3c5ce4302
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct 22 15:20:05 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct 22 15:31:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9962d19c

kde-plasma/print-manager: drop 6.2.1

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

 kde-plasma/print-manager/Manifest  |  1 -
 .../print-manager/print-manager-6.2.1.ebuild   | 68 --
 2 files changed, 69 deletions(-)

diff --git a/kde-plasma/print-manager/Manifest 
b/kde-plasma/print-manager/Manifest
index f591782fcbe9..b7892d7804ad 100644
--- a/kde-plasma/print-manager/Manifest
+++ b/kde-plasma/print-manager/Manifest
@@ -1,3 +1,2 @@
 DIST print-manager-6.1.5.tar.xz 371292 BLAKE2B 
140f63488f381dde409d673fac692197163efa200866311c0bb346e9dd57a57780dc3dd1a47fb950793b6bd5512e3d82ed2bae47e9476e1ece20e7dc0079b928
 SHA512 
0c83c5fdbd73ad47cde287ed2f3d89c735a44cce4c2d753201258183491bc9612091802bf639445a775f0b2ed7f485d7bc94d98904fb40ca11e23affbd046ceb
-DIST print-manager-6.2.1.tar.xz 374992 BLAKE2B 
608851d04a765dabe0a32045dbe504d942310a5bb019c32820bf1f7d8b774d016efc77222e13f83d2d57ce121531c05d6d37b4b75a8c59c695f2922044191f70
 SHA512 
1e918544b432ff4b0be2650decaa64a67b1d01e5f6732335edc2081970d9491127f23d8467127dd95252eee590758d4dcde23b8a6966968e8fa9f23c4eefd275
 DIST print-manager-6.2.2.tar.xz 375008 BLAKE2B 
2390877a4fd7cf7c400d09ae4f82bb4ed0e5b0aca119d63d3939644c6a903749b16f2247694fc71342ba1256f613eace09391ae04dd0c49ed1adc0649051562b
 SHA512 
a4fa5b35b3aba036bbfdb1ad8e6aee26e905a234ba3ba7bb8ee8713baa75ecaadfbb1104d03f6f7a4674a7a41fb8770c662ff82d73486624fd5bac4dff46

diff --git a/kde-plasma/print-manager/print-manager-6.2.1.ebuild 
b/kde-plasma/print-manager/print-manager-6.2.1.ebuild
deleted file mode 100644
index 62e8df621130..
--- a/kde-plasma/print-manager/print-manager-6.2.1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=6.6.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="+gtk"
-
-DEPEND="
-   >=dev-qt/qt5compat-${QTMIN}:6
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   >=kde-frameworks/kcmutils-${KFMIN}:6
-   >=kde-frameworks/kconfig-${KFMIN}:6
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
-   >=kde-frameworks/kcoreaddons-${KFMIN}:6
-   >=kde-frameworks/kdbusaddons-${KFMIN}:6
-   >=kde-frameworks/ki18n-${KFMIN}:6
-   >=kde-frameworks/kiconthemes-${KFMIN}:6
-   >=kde-frameworks/kio-${KFMIN}:6
-   >=kde-frameworks/kirigami-${KFMIN}:6
-   >=kde-frameworks/knotifications-${KFMIN}:6
-   >=kde-frameworks/kservice-${KFMIN}:6
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-   >=kde-frameworks/kwindowsystem-${KFMIN}:6
-   >=kde-plasma/libplasma-${PVCUT}:6
-   >=net-print/cups-2.4
-"
-RDEPEND="${DEPEND}
-   !=kde-frameworks/kdeclarative-${KFMIN}:6
-   gtk? ( app-admin/system-config-printer )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt6=ON # not packaged
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if [[ -z "${REPLACING_VERSIONS}" ]] && ! use gtk ; then
-   ewarn "By switching off \"gtk\" USE flag, you have chosen to do 
without"
-   ewarn "an important, though optional, runtime dependency:"
-   ewarn
-   ewarn "app-admin/system-config-printer"
-   ewarn
-   ewarn "${PN} will work nevertheless, but is going to be less 
comfortable"
-   ewarn "and will show the following error status during runtime:"
-   ewarn
-   ewarn "\"Failed to group devices: 'The name 
org.fedoraproject.Config.Printing"
-   ewarn "was not provided by any .service files'\""
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-10-15 Thread Andreas Sturmlechner
commit: 0d11137d9a6f1fab93b906ca07b4a7ceed834213
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct 15 17:50:04 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct 15 17:58:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d11137d

kde-plasma/print-manager: drop 6.2.0

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

 kde-plasma/print-manager/Manifest  |  1 -
 .../print-manager/print-manager-6.2.0.ebuild   | 68 --
 2 files changed, 69 deletions(-)

diff --git a/kde-plasma/print-manager/Manifest 
b/kde-plasma/print-manager/Manifest
index 92f0607f5e49..4891d92f3066 100644
--- a/kde-plasma/print-manager/Manifest
+++ b/kde-plasma/print-manager/Manifest
@@ -1,3 +1,2 @@
 DIST print-manager-6.1.5.tar.xz 371292 BLAKE2B 
140f63488f381dde409d673fac692197163efa200866311c0bb346e9dd57a57780dc3dd1a47fb950793b6bd5512e3d82ed2bae47e9476e1ece20e7dc0079b928
 SHA512 
0c83c5fdbd73ad47cde287ed2f3d89c735a44cce4c2d753201258183491bc9612091802bf639445a775f0b2ed7f485d7bc94d98904fb40ca11e23affbd046ceb
-DIST print-manager-6.2.0.tar.xz 374740 BLAKE2B 
9ea90d1497f4da30168befeb0bd7aa76964ff09fb90f9827e883cc62728ae6ff8ed2d2cd8721aa7ff91f2229ea822ae1fe2d66e35435fd7da2c6d5d9f278a395
 SHA512 
13b5029f1041a09eb6348a6ad4ae9cb8102794d759970d10f31b80141d2f1ee6e6b2a1dd52dd09ba3e9114630b7c8373d279747658a4fd2eaf583aa332f3d485
 DIST print-manager-6.2.1.tar.xz 374992 BLAKE2B 
608851d04a765dabe0a32045dbe504d942310a5bb019c32820bf1f7d8b774d016efc77222e13f83d2d57ce121531c05d6d37b4b75a8c59c695f2922044191f70
 SHA512 
1e918544b432ff4b0be2650decaa64a67b1d01e5f6732335edc2081970d9491127f23d8467127dd95252eee590758d4dcde23b8a6966968e8fa9f23c4eefd275

diff --git a/kde-plasma/print-manager/print-manager-6.2.0.ebuild 
b/kde-plasma/print-manager/print-manager-6.2.0.ebuild
deleted file mode 100644
index 62e8df621130..
--- a/kde-plasma/print-manager/print-manager-6.2.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=6.6.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="+gtk"
-
-DEPEND="
-   >=dev-qt/qt5compat-${QTMIN}:6
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   >=kde-frameworks/kcmutils-${KFMIN}:6
-   >=kde-frameworks/kconfig-${KFMIN}:6
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
-   >=kde-frameworks/kcoreaddons-${KFMIN}:6
-   >=kde-frameworks/kdbusaddons-${KFMIN}:6
-   >=kde-frameworks/ki18n-${KFMIN}:6
-   >=kde-frameworks/kiconthemes-${KFMIN}:6
-   >=kde-frameworks/kio-${KFMIN}:6
-   >=kde-frameworks/kirigami-${KFMIN}:6
-   >=kde-frameworks/knotifications-${KFMIN}:6
-   >=kde-frameworks/kservice-${KFMIN}:6
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-   >=kde-frameworks/kwindowsystem-${KFMIN}:6
-   >=kde-plasma/libplasma-${PVCUT}:6
-   >=net-print/cups-2.4
-"
-RDEPEND="${DEPEND}
-   !=kde-frameworks/kdeclarative-${KFMIN}:6
-   gtk? ( app-admin/system-config-printer )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt6=ON # not packaged
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if [[ -z "${REPLACING_VERSIONS}" ]] && ! use gtk ; then
-   ewarn "By switching off \"gtk\" USE flag, you have chosen to do 
without"
-   ewarn "an important, though optional, runtime dependency:"
-   ewarn
-   ewarn "app-admin/system-config-printer"
-   ewarn
-   ewarn "${PN} will work nevertheless, but is going to be less 
comfortable"
-   ewarn "and will show the following error status during runtime:"
-   ewarn
-   ewarn "\"Failed to group devices: 'The name 
org.fedoraproject.Config.Printing"
-   ewarn "was not provided by any .service files'\""
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-10-08 Thread Andreas Sturmlechner
commit: 797abc1713a15766145781457947fad5e8999383
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct  8 15:26:50 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct  8 15:35:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=797abc17

kde-plasma/print-manager: 6.2.0 version bump

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

 kde-plasma/print-manager/Manifest  |  1 +
 .../print-manager/print-manager-6.2.0.ebuild   | 68 ++
 2 files changed, 69 insertions(+)

diff --git a/kde-plasma/print-manager/Manifest 
b/kde-plasma/print-manager/Manifest
index 56071c3cd61b..23f26b4a3601 100644
--- a/kde-plasma/print-manager/Manifest
+++ b/kde-plasma/print-manager/Manifest
@@ -1 +1,2 @@
 DIST print-manager-6.1.5.tar.xz 371292 BLAKE2B 
140f63488f381dde409d673fac692197163efa200866311c0bb346e9dd57a57780dc3dd1a47fb950793b6bd5512e3d82ed2bae47e9476e1ece20e7dc0079b928
 SHA512 
0c83c5fdbd73ad47cde287ed2f3d89c735a44cce4c2d753201258183491bc9612091802bf639445a775f0b2ed7f485d7bc94d98904fb40ca11e23affbd046ceb
+DIST print-manager-6.2.0.tar.xz 374740 BLAKE2B 
9ea90d1497f4da30168befeb0bd7aa76964ff09fb90f9827e883cc62728ae6ff8ed2d2cd8721aa7ff91f2229ea822ae1fe2d66e35435fd7da2c6d5d9f278a395
 SHA512 
13b5029f1041a09eb6348a6ad4ae9cb8102794d759970d10f31b80141d2f1ee6e6b2a1dd52dd09ba3e9114630b7c8373d279747658a4fd2eaf583aa332f3d485

diff --git a/kde-plasma/print-manager/print-manager-6.2.0.ebuild 
b/kde-plasma/print-manager/print-manager-6.2.0.ebuild
new file mode 100644
index ..62e8df621130
--- /dev/null
+++ b/kde-plasma/print-manager/print-manager-6.2.0.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=6.6.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.7.2
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="+gtk"
+
+DEPEND="
+   >=dev-qt/qt5compat-${QTMIN}:6
+   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
+   >=dev-qt/qtdeclarative-${QTMIN}:6
+   >=kde-frameworks/kcmutils-${KFMIN}:6
+   >=kde-frameworks/kconfig-${KFMIN}:6
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6
+   >=kde-frameworks/kdbusaddons-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+   >=kde-frameworks/kiconthemes-${KFMIN}:6
+   >=kde-frameworks/kio-${KFMIN}:6
+   >=kde-frameworks/kirigami-${KFMIN}:6
+   >=kde-frameworks/knotifications-${KFMIN}:6
+   >=kde-frameworks/kservice-${KFMIN}:6
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+   >=kde-frameworks/kwindowsystem-${KFMIN}:6
+   >=kde-plasma/libplasma-${PVCUT}:6
+   >=net-print/cups-2.4
+"
+RDEPEND="${DEPEND}
+   !=kde-frameworks/kdeclarative-${KFMIN}:6
+   gtk? ( app-admin/system-config-printer )
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt6=ON # not packaged
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   ecm_pkg_postinst
+
+   if [[ -z "${REPLACING_VERSIONS}" ]] && ! use gtk ; then
+   ewarn "By switching off \"gtk\" USE flag, you have chosen to do 
without"
+   ewarn "an important, though optional, runtime dependency:"
+   ewarn
+   ewarn "app-admin/system-config-printer"
+   ewarn
+   ewarn "${PN} will work nevertheless, but is going to be less 
comfortable"
+   ewarn "and will show the following error status during runtime:"
+   ewarn
+   ewarn "\"Failed to group devices: 'The name 
org.fedoraproject.Config.Printing"
+   ewarn "was not provided by any .service files'\""
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-10-07 Thread Andreas Sturmlechner
commit: 58b976d917f80c1f4b041e056ed18eccaebeee19
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Oct  7 16:04:44 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Oct  7 18:01:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58b976d9

kde-plasma/print-manager: drop 6.1.4

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

 kde-plasma/print-manager/Manifest  |  1 -
 .../print-manager/print-manager-6.1.4.ebuild   | 69 --
 2 files changed, 70 deletions(-)

diff --git a/kde-plasma/print-manager/Manifest 
b/kde-plasma/print-manager/Manifest
index 3c0b4b112013..56071c3cd61b 100644
--- a/kde-plasma/print-manager/Manifest
+++ b/kde-plasma/print-manager/Manifest
@@ -1,2 +1 @@
-DIST print-manager-6.1.4.tar.xz 370456 BLAKE2B 
cdc4ca600161746e1a602b65e6a37137b5dd8619a073fbe1c2569b94ef26d1be0d71cb1abce941827cdf3835dea4178ba0f5011302b2661a6a0b540aa2001a4c
 SHA512 
6f041893116b698ffaa140d59541e469cf5b5e2ecf7a613a038f1fe44dd4d784d24a336ec8f994d3cb6b75f20187c3b31e5014ae6f50d0f27ebc7297478ce88e
 DIST print-manager-6.1.5.tar.xz 371292 BLAKE2B 
140f63488f381dde409d673fac692197163efa200866311c0bb346e9dd57a57780dc3dd1a47fb950793b6bd5512e3d82ed2bae47e9476e1ece20e7dc0079b928
 SHA512 
0c83c5fdbd73ad47cde287ed2f3d89c735a44cce4c2d753201258183491bc9612091802bf639445a775f0b2ed7f485d7bc94d98904fb40ca11e23affbd046ceb

diff --git a/kde-plasma/print-manager/print-manager-6.1.4.ebuild 
b/kde-plasma/print-manager/print-manager-6.1.4.ebuild
deleted file mode 100644
index 0b1ca14e9db9..
--- a/kde-plasma/print-manager/print-manager-6.1.4.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=6.3.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.1
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
-IUSE="+gtk"
-
-DEPEND="
-   >=dev-qt/qt5compat-${QTMIN}:6
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   >=kde-frameworks/kcmutils-${KFMIN}:6
-   >=kde-frameworks/kconfig-${KFMIN}:6
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
-   >=kde-frameworks/kcoreaddons-${KFMIN}:6
-   >=kde-frameworks/kdbusaddons-${KFMIN}:6
-   >=kde-frameworks/ki18n-${KFMIN}:6
-   >=kde-frameworks/kiconthemes-${KFMIN}:6
-   >=kde-frameworks/kio-${KFMIN}:6
-   >=kde-frameworks/kirigami-${KFMIN}:6
-   >=kde-frameworks/knotifications-${KFMIN}:6
-   >=kde-frameworks/kservice-${KFMIN}:6
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-   >=kde-frameworks/kwindowsystem-${KFMIN}:6
-   >=kde-plasma/libplasma-${PVCUT}:6
-   >=net-print/cups-2.4
-"
-RDEPEND="${DEPEND}
-   !=kde-frameworks/kdeclarative-${KFMIN}:6
-   kde-plasma/kde-cli-tools:*
-   gtk? ( app-admin/system-config-printer )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt6=ON # not packaged
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if [[ -z "${REPLACING_VERSIONS}" ]] && ! use gtk ; then
-   ewarn "By switching off \"gtk\" USE flag, you have chosen to do 
without"
-   ewarn "an important, though optional, runtime dependency:"
-   ewarn
-   ewarn "app-admin/system-config-printer"
-   ewarn
-   ewarn "${PN} will work nevertheless, but is going to be less 
comfortable"
-   ewarn "and will show the following error status during runtime:"
-   ewarn
-   ewarn "\"Failed to group devices: 'The name 
org.fedoraproject.Config.Printing"
-   ewarn "was not provided by any .service files'\""
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-10-01 Thread Andreas Sturmlechner
commit: b28db1a6ff28ae744b0ede1c2e666bca3fbb0494
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Sep 20 19:55:33 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct  1 18:22:06 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b28db1a6

kde-plasma/print-manager: drop 23.08.5-r100

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

 kde-plasma/print-manager/print-manager-23.08.5-r100.ebuild | 13 -
 1 file changed, 13 deletions(-)

diff --git a/kde-plasma/print-manager/print-manager-23.08.5-r100.ebuild 
b/kde-plasma/print-manager/print-manager-23.08.5-r100.ebuild
deleted file mode 100644
index ab8b46d2445c..
--- a/kde-plasma/print-manager/print-manager-23.08.5-r100.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Shim print-manager to ease slot 5 users into slot 6"
-HOMEPAGE="https://kde.org/plasma-desktop";
-
-LICENSE="metapackage"
-SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
-
-RDEPEND="kde-plasma/print-manager:6"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-09-21 Thread Arthur Zamarin
commit: 47d6a6bfc66554454335af382ddaf049ce1cad31
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Sep 21 07:13:27 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Sep 21 07:13:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47d6a6bf

kde-plasma/print-manager: Stabilize 6.1.5 arm64, #939916

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

 kde-plasma/print-manager/print-manager-6.1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/print-manager/print-manager-6.1.5.ebuild 
b/kde-plasma/print-manager/print-manager-6.1.5.ebuild
index 8fbb2797d27d..4a842a04e34b 100644
--- a/kde-plasma/print-manager/print-manager-6.1.5.ebuild
+++ b/kde-plasma/print-manager/print-manager-6.1.5.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="6"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
 IUSE="+gtk"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-09-21 Thread Arthur Zamarin
commit: f50f711b3a6d40bc3e5d2bb7e7cc5d695e3b7edb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Sep 21 07:12:35 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Sep 21 07:12:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f50f711b

kde-plasma/print-manager: Stabilize 6.1.5 amd64, #939916

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

 kde-plasma/print-manager/print-manager-6.1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/print-manager/print-manager-6.1.5.ebuild 
b/kde-plasma/print-manager/print-manager-6.1.5.ebuild
index cc1d687308b7..8fbb2797d27d 100644
--- a/kde-plasma/print-manager/print-manager-6.1.5.ebuild
+++ b/kde-plasma/print-manager/print-manager-6.1.5.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="+gtk"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-09-10 Thread Andreas Sturmlechner
commit: 3a07bde6c5de548eea44180694aafc6e40cabfc0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep 10 15:42:10 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep 10 16:34:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a07bde6

kde-plasma/print-manager: 6.1.5 version bump

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

 kde-plasma/print-manager/Manifest  |  1 +
 .../print-manager/print-manager-6.1.5.ebuild   | 68 ++
 2 files changed, 69 insertions(+)

diff --git a/kde-plasma/print-manager/Manifest 
b/kde-plasma/print-manager/Manifest
index 12121a4204c1..3c0b4b112013 100644
--- a/kde-plasma/print-manager/Manifest
+++ b/kde-plasma/print-manager/Manifest
@@ -1 +1,2 @@
 DIST print-manager-6.1.4.tar.xz 370456 BLAKE2B 
cdc4ca600161746e1a602b65e6a37137b5dd8619a073fbe1c2569b94ef26d1be0d71cb1abce941827cdf3835dea4178ba0f5011302b2661a6a0b540aa2001a4c
 SHA512 
6f041893116b698ffaa140d59541e469cf5b5e2ecf7a613a038f1fe44dd4d784d24a336ec8f994d3cb6b75f20187c3b31e5014ae6f50d0f27ebc7297478ce88e
+DIST print-manager-6.1.5.tar.xz 371292 BLAKE2B 
140f63488f381dde409d673fac692197163efa200866311c0bb346e9dd57a57780dc3dd1a47fb950793b6bd5512e3d82ed2bae47e9476e1ece20e7dc0079b928
 SHA512 
0c83c5fdbd73ad47cde287ed2f3d89c735a44cce4c2d753201258183491bc9612091802bf639445a775f0b2ed7f485d7bc94d98904fb40ca11e23affbd046ceb

diff --git a/kde-plasma/print-manager/print-manager-6.1.5.ebuild 
b/kde-plasma/print-manager/print-manager-6.1.5.ebuild
new file mode 100644
index ..cc1d687308b7
--- /dev/null
+++ b/kde-plasma/print-manager/print-manager-6.1.5.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=6.5.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.7.2
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE="+gtk"
+
+DEPEND="
+   >=dev-qt/qt5compat-${QTMIN}:6
+   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
+   >=dev-qt/qtdeclarative-${QTMIN}:6
+   >=kde-frameworks/kcmutils-${KFMIN}:6
+   >=kde-frameworks/kconfig-${KFMIN}:6
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6
+   >=kde-frameworks/kdbusaddons-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+   >=kde-frameworks/kiconthemes-${KFMIN}:6
+   >=kde-frameworks/kio-${KFMIN}:6
+   >=kde-frameworks/kirigami-${KFMIN}:6
+   >=kde-frameworks/knotifications-${KFMIN}:6
+   >=kde-frameworks/kservice-${KFMIN}:6
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+   >=kde-frameworks/kwindowsystem-${KFMIN}:6
+   >=kde-plasma/libplasma-${PVCUT}:6
+   >=net-print/cups-2.4
+"
+RDEPEND="${DEPEND}
+   !=kde-frameworks/kdeclarative-${KFMIN}:6
+   gtk? ( app-admin/system-config-printer )
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt6=ON # not packaged
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   ecm_pkg_postinst
+
+   if [[ -z "${REPLACING_VERSIONS}" ]] && ! use gtk ; then
+   ewarn "By switching off \"gtk\" USE flag, you have chosen to do 
without"
+   ewarn "an important, though optional, runtime dependency:"
+   ewarn
+   ewarn "app-admin/system-config-printer"
+   ewarn
+   ewarn "${PN} will work nevertheless, but is going to be less 
comfortable"
+   ewarn "and will show the following error status during runtime:"
+   ewarn
+   ewarn "\"Failed to group devices: 'The name 
org.fedoraproject.Config.Printing"
+   ewarn "was not provided by any .service files'\""
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

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

kde-plasma/print-manager: drop 23.08.5

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

 kde-plasma/print-manager/Manifest  |  1 -
 .../print-manager/print-manager-23.08.5.ebuild | 62 --
 2 files changed, 63 deletions(-)

diff --git a/kde-plasma/print-manager/Manifest 
b/kde-plasma/print-manager/Manifest
index 7f841c002fc1..12121a4204c1 100644
--- a/kde-plasma/print-manager/Manifest
+++ b/kde-plasma/print-manager/Manifest
@@ -1,2 +1 @@
-DIST print-manager-23.08.5.tar.xz 290620 BLAKE2B 
3a29dd5e4684e966d95cd9db424a4b3c82889cf8c2d1fe99a4c9d27e6593979cdbd26c11c8bd1af8df98ca9c86d2557da96a31f914e4deac10e86c2a188f0a9d
 SHA512 
28af8ea76d08e83a5cdf1ea5c2e6ff6314bb89b835ed6af2648219075a75ed3606eb7472a2ebeea2aceb67fc562838a3c554b8515f168f36510a4e07077974f3
 DIST print-manager-6.1.4.tar.xz 370456 BLAKE2B 
cdc4ca600161746e1a602b65e6a37137b5dd8619a073fbe1c2569b94ef26d1be0d71cb1abce941827cdf3835dea4178ba0f5011302b2661a6a0b540aa2001a4c
 SHA512 
6f041893116b698ffaa140d59541e469cf5b5e2ecf7a613a038f1fe44dd4d784d24a336ec8f994d3cb6b75f20187c3b31e5014ae6f50d0f27ebc7297478ce88e

diff --git a/kde-plasma/print-manager/print-manager-23.08.5.ebuild 
b/kde-plasma/print-manager/print-manager-23.08.5.ebuild
deleted file mode 100644
index 7dce0e85c4e5..
--- a/kde-plasma/print-manager/print-manager-23.08.5.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86"
-IUSE="+gtk"
-
-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/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-plasma/libplasma-${KFMIN}:5
-   net-print/cups
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   kde-plasma/kde-cli-tools:*
-   gtk? ( app-admin/system-config-printer )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if [[ -z "${REPLACING_VERSIONS}" ]] && ! use gtk ; then
-   ewarn "By switching off \"gtk\" USE flag, you have chosen to do 
without"
-   ewarn "an important, though optional, runtime dependency:"
-   ewarn
-   ewarn "app-admin/system-config-printer"
-   ewarn
-   ewarn "${PN} will work nevertheless, but is going to be less 
comfortable"
-   ewarn "and will show the following error status during runtime:"
-   ewarn
-   ewarn "\"Failed to group devices: 'The name 
org.fedoraproject.Config.Printing"
-   ewarn "was not provided by any .service files'\""
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-08-06 Thread Andreas Sturmlechner
commit: 26d685593af46e23c063694c638d4d086e4f9b16
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug  6 14:20:45 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Aug  6 14:24:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26d68559

kde-plasma/print-manager: drop 6.1.3

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

 kde-plasma/print-manager/Manifest  |  1 -
 .../print-manager/print-manager-6.1.3.ebuild   | 69 --
 2 files changed, 70 deletions(-)

diff --git a/kde-plasma/print-manager/Manifest 
b/kde-plasma/print-manager/Manifest
index 41e29d2322b6..7f841c002fc1 100644
--- a/kde-plasma/print-manager/Manifest
+++ b/kde-plasma/print-manager/Manifest
@@ -1,3 +1,2 @@
 DIST print-manager-23.08.5.tar.xz 290620 BLAKE2B 
3a29dd5e4684e966d95cd9db424a4b3c82889cf8c2d1fe99a4c9d27e6593979cdbd26c11c8bd1af8df98ca9c86d2557da96a31f914e4deac10e86c2a188f0a9d
 SHA512 
28af8ea76d08e83a5cdf1ea5c2e6ff6314bb89b835ed6af2648219075a75ed3606eb7472a2ebeea2aceb67fc562838a3c554b8515f168f36510a4e07077974f3
-DIST print-manager-6.1.3.tar.xz 370464 BLAKE2B 
0ebd540d3342feef6660df359e67a278eafb3f1748f41af7c5aa0aff5075c7e01e3d227403977b69e777f4af11ddf8e3a259fc84eb614837fa52c348fabb388e
 SHA512 
d7111a24b1bb5cf2dadf2629272395f945995faf221b3b73133430d3d946e8d3855a812abb271c7d8d5c065fa85facfeab995e1e019fa04a47b6e7fa78c73c59
 DIST print-manager-6.1.4.tar.xz 370456 BLAKE2B 
cdc4ca600161746e1a602b65e6a37137b5dd8619a073fbe1c2569b94ef26d1be0d71cb1abce941827cdf3835dea4178ba0f5011302b2661a6a0b540aa2001a4c
 SHA512 
6f041893116b698ffaa140d59541e469cf5b5e2ecf7a613a038f1fe44dd4d784d24a336ec8f994d3cb6b75f20187c3b31e5014ae6f50d0f27ebc7297478ce88e

diff --git a/kde-plasma/print-manager/print-manager-6.1.3.ebuild 
b/kde-plasma/print-manager/print-manager-6.1.3.ebuild
deleted file mode 100644
index 26c17c8787ee..
--- a/kde-plasma/print-manager/print-manager-6.1.3.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=6.3.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.1
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="+gtk"
-
-DEPEND="
-   >=dev-qt/qt5compat-${QTMIN}:6
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   >=kde-frameworks/kcmutils-${KFMIN}:6
-   >=kde-frameworks/kconfig-${KFMIN}:6
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
-   >=kde-frameworks/kcoreaddons-${KFMIN}:6
-   >=kde-frameworks/kdbusaddons-${KFMIN}:6
-   >=kde-frameworks/ki18n-${KFMIN}:6
-   >=kde-frameworks/kiconthemes-${KFMIN}:6
-   >=kde-frameworks/kio-${KFMIN}:6
-   >=kde-frameworks/kirigami-${KFMIN}:6
-   >=kde-frameworks/knotifications-${KFMIN}:6
-   >=kde-frameworks/kservice-${KFMIN}:6
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-   >=kde-frameworks/kwindowsystem-${KFMIN}:6
-   >=kde-plasma/libplasma-${PVCUT}:6
-   >=net-print/cups-2.4
-"
-RDEPEND="${DEPEND}
-   !=kde-frameworks/kdeclarative-${KFMIN}:6
-   kde-plasma/kde-cli-tools:*
-   gtk? ( app-admin/system-config-printer )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt6=ON # not packaged
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if [[ -z "${REPLACING_VERSIONS}" ]] && ! use gtk ; then
-   ewarn "By switching off \"gtk\" USE flag, you have chosen to do 
without"
-   ewarn "an important, though optional, runtime dependency:"
-   ewarn
-   ewarn "app-admin/system-config-printer"
-   ewarn
-   ewarn "${PN} will work nevertheless, but is going to be less 
comfortable"
-   ewarn "and will show the following error status during runtime:"
-   ewarn
-   ewarn "\"Failed to group devices: 'The name 
org.fedoraproject.Config.Printing"
-   ewarn "was not provided by any .service files'\""
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-07-26 Thread Arthur Zamarin
commit: 43d5cf3c735936e04c9a0788ed73a27d5f3dd360
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jul 26 11:12:28 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jul 26 11:12:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43d5cf3c

kde-plasma/print-manager: Keyword 6.1.3 ppc64, #934215

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

 kde-plasma/print-manager/print-manager-6.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/print-manager/print-manager-6.1.3.ebuild 
b/kde-plasma/print-manager/print-manager-6.1.3.ebuild
index f3e435685e07..26c17c8787ee 100644
--- a/kde-plasma/print-manager/print-manager-6.1.3.ebuild
+++ b/kde-plasma/print-manager/print-manager-6.1.3.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
 IUSE="+gtk"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-07-26 Thread Arthur Zamarin
commit: 2e607423643f36e23e46d0bfbf7fc75ebbd71759
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jul 26 11:12:28 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jul 26 11:12:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e607423

kde-plasma/print-manager: Keyword 23.08.5-r100 ppc64, #934215

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

 kde-plasma/print-manager/print-manager-23.08.5-r100.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/print-manager/print-manager-23.08.5-r100.ebuild 
b/kde-plasma/print-manager/print-manager-23.08.5-r100.ebuild
index 29e4a7b7801f..8cc40131d13e 100644
--- a/kde-plasma/print-manager/print-manager-23.08.5-r100.ebuild
+++ b/kde-plasma/print-manager/print-manager-23.08.5-r100.ebuild
@@ -8,6 +8,6 @@ HOMEPAGE="https://kde.org/plasma-desktop";
 
 LICENSE="metapackage"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
 
 RDEPEND="kde-plasma/print-manager:6"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-07-16 Thread Andreas Sturmlechner
commit: 82243c6f2320345eab17300d7598b6e497d86247
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul 16 15:38:03 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul 16 16:31:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82243c6f

kde-plasma/print-manager: drop 6.1.2

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

 kde-plasma/print-manager/Manifest  |  1 -
 .../print-manager/print-manager-6.1.2.ebuild   | 69 --
 2 files changed, 70 deletions(-)

diff --git a/kde-plasma/print-manager/Manifest 
b/kde-plasma/print-manager/Manifest
index 1d23447b931c..3146144bbfad 100644
--- a/kde-plasma/print-manager/Manifest
+++ b/kde-plasma/print-manager/Manifest
@@ -1,3 +1,2 @@
 DIST print-manager-23.08.5.tar.xz 290620 BLAKE2B 
3a29dd5e4684e966d95cd9db424a4b3c82889cf8c2d1fe99a4c9d27e6593979cdbd26c11c8bd1af8df98ca9c86d2557da96a31f914e4deac10e86c2a188f0a9d
 SHA512 
28af8ea76d08e83a5cdf1ea5c2e6ff6314bb89b835ed6af2648219075a75ed3606eb7472a2ebeea2aceb67fc562838a3c554b8515f168f36510a4e07077974f3
-DIST print-manager-6.1.2.tar.xz 370676 BLAKE2B 
3e51d096735bf7ba85d91a864fd23e4e73ad68121f7e6c0c8c4950cc9f11b513518fbe5bc49f25602bd482e50d21e77822025cff4d7935bee753e468525b87d2
 SHA512 
dbfd0c7a11e410fc84617bb0c0cd5b648e737765021cf11692b841b1076b47391e39e133213d961783daa83ab87f13b5356c01d7493c9fa480d94fd6eeef4ea7
 DIST print-manager-6.1.3.tar.xz 370464 BLAKE2B 
0ebd540d3342feef6660df359e67a278eafb3f1748f41af7c5aa0aff5075c7e01e3d227403977b69e777f4af11ddf8e3a259fc84eb614837fa52c348fabb388e
 SHA512 
d7111a24b1bb5cf2dadf2629272395f945995faf221b3b73133430d3d946e8d3855a812abb271c7d8d5c065fa85facfeab995e1e019fa04a47b6e7fa78c73c59

diff --git a/kde-plasma/print-manager/print-manager-6.1.2.ebuild 
b/kde-plasma/print-manager/print-manager-6.1.2.ebuild
deleted file mode 100644
index f3e435685e07..
--- a/kde-plasma/print-manager/print-manager-6.1.2.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=6.3.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.1
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
-IUSE="+gtk"
-
-DEPEND="
-   >=dev-qt/qt5compat-${QTMIN}:6
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   >=kde-frameworks/kcmutils-${KFMIN}:6
-   >=kde-frameworks/kconfig-${KFMIN}:6
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
-   >=kde-frameworks/kcoreaddons-${KFMIN}:6
-   >=kde-frameworks/kdbusaddons-${KFMIN}:6
-   >=kde-frameworks/ki18n-${KFMIN}:6
-   >=kde-frameworks/kiconthemes-${KFMIN}:6
-   >=kde-frameworks/kio-${KFMIN}:6
-   >=kde-frameworks/kirigami-${KFMIN}:6
-   >=kde-frameworks/knotifications-${KFMIN}:6
-   >=kde-frameworks/kservice-${KFMIN}:6
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-   >=kde-frameworks/kwindowsystem-${KFMIN}:6
-   >=kde-plasma/libplasma-${PVCUT}:6
-   >=net-print/cups-2.4
-"
-RDEPEND="${DEPEND}
-   !=kde-frameworks/kdeclarative-${KFMIN}:6
-   kde-plasma/kde-cli-tools:*
-   gtk? ( app-admin/system-config-printer )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt6=ON # not packaged
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if [[ -z "${REPLACING_VERSIONS}" ]] && ! use gtk ; then
-   ewarn "By switching off \"gtk\" USE flag, you have chosen to do 
without"
-   ewarn "an important, though optional, runtime dependency:"
-   ewarn
-   ewarn "app-admin/system-config-printer"
-   ewarn
-   ewarn "${PN} will work nevertheless, but is going to be less 
comfortable"
-   ewarn "and will show the following error status during runtime:"
-   ewarn
-   ewarn "\"Failed to group devices: 'The name 
org.fedoraproject.Config.Printing"
-   ewarn "was not provided by any .service files'\""
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-07-12 Thread Arthur Zamarin
commit: 25476de4342514a289c471b6506437b647686d31
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jul 12 15:23:01 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jul 12 15:23:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25476de4

kde-plasma/print-manager: Keyword 23.08.5-r100 x86, #934215

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

 kde-plasma/print-manager/print-manager-23.08.5-r100.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/print-manager/print-manager-23.08.5-r100.ebuild 
b/kde-plasma/print-manager/print-manager-23.08.5-r100.ebuild
index 7b793c0ebf0d..29e4a7b7801f 100644
--- a/kde-plasma/print-manager/print-manager-23.08.5-r100.ebuild
+++ b/kde-plasma/print-manager/print-manager-23.08.5-r100.ebuild
@@ -8,6 +8,6 @@ HOMEPAGE="https://kde.org/plasma-desktop";
 
 LICENSE="metapackage"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~riscv"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 
 RDEPEND="kde-plasma/print-manager:6"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-07-12 Thread Arthur Zamarin
commit: 2eb6cf7ed7d1dc090f4dc2d17b60e47f42ad3e6e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jul 12 15:23:02 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jul 12 15:23:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eb6cf7e

kde-plasma/print-manager: Keyword 6.1.2 x86, #934215

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

 kde-plasma/print-manager/print-manager-6.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/print-manager/print-manager-6.1.2.ebuild 
b/kde-plasma/print-manager/print-manager-6.1.2.ebuild
index a78d672af7db..f3e435685e07 100644
--- a/kde-plasma/print-manager/print-manager-6.1.2.ebuild
+++ b/kde-plasma/print-manager/print-manager-6.1.2.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~riscv"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 IUSE="+gtk"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-07-02 Thread Andreas Sturmlechner
commit: fd234c391b3000f2b9ddee75d61b40cb9ce02151
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul  2 17:46:55 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul  2 17:55:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd234c39

kde-plasma/print-manager: drop 6.1.1

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

 kde-plasma/print-manager/Manifest  |  1 -
 .../print-manager/print-manager-6.1.1.ebuild   | 69 --
 2 files changed, 70 deletions(-)

diff --git a/kde-plasma/print-manager/Manifest 
b/kde-plasma/print-manager/Manifest
index aea4d5320510..5792ff53c7aa 100644
--- a/kde-plasma/print-manager/Manifest
+++ b/kde-plasma/print-manager/Manifest
@@ -1,3 +1,2 @@
 DIST print-manager-23.08.5.tar.xz 290620 BLAKE2B 
3a29dd5e4684e966d95cd9db424a4b3c82889cf8c2d1fe99a4c9d27e6593979cdbd26c11c8bd1af8df98ca9c86d2557da96a31f914e4deac10e86c2a188f0a9d
 SHA512 
28af8ea76d08e83a5cdf1ea5c2e6ff6314bb89b835ed6af2648219075a75ed3606eb7472a2ebeea2aceb67fc562838a3c554b8515f168f36510a4e07077974f3
-DIST print-manager-6.1.1.tar.xz 370304 BLAKE2B 
ba363fe9c21d3ce6917c7ee13563f73e966e9db53e74d37608e47fb6f7d92a5029a413aa18f0c55259244e68c27a3d48201acbbf1a9caff7c9f8a627870d3f78
 SHA512 
59a8ecd8dd19c4a23bb59f2c6983aa2bdab1015f0a5301839623a1cf83bf08ffa3de9b9cbfe20668e293d860286d148b8454937349dd6c9d327188b2278a6696
 DIST print-manager-6.1.2.tar.xz 370676 BLAKE2B 
3e51d096735bf7ba85d91a864fd23e4e73ad68121f7e6c0c8c4950cc9f11b513518fbe5bc49f25602bd482e50d21e77822025cff4d7935bee753e468525b87d2
 SHA512 
dbfd0c7a11e410fc84617bb0c0cd5b648e737765021cf11692b841b1076b47391e39e133213d961783daa83ab87f13b5356c01d7493c9fa480d94fd6eeef4ea7

diff --git a/kde-plasma/print-manager/print-manager-6.1.1.ebuild 
b/kde-plasma/print-manager/print-manager-6.1.1.ebuild
deleted file mode 100644
index a78d672af7db..
--- a/kde-plasma/print-manager/print-manager-6.1.1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=6.3.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.1
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~riscv"
-IUSE="+gtk"
-
-DEPEND="
-   >=dev-qt/qt5compat-${QTMIN}:6
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   >=kde-frameworks/kcmutils-${KFMIN}:6
-   >=kde-frameworks/kconfig-${KFMIN}:6
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
-   >=kde-frameworks/kcoreaddons-${KFMIN}:6
-   >=kde-frameworks/kdbusaddons-${KFMIN}:6
-   >=kde-frameworks/ki18n-${KFMIN}:6
-   >=kde-frameworks/kiconthemes-${KFMIN}:6
-   >=kde-frameworks/kio-${KFMIN}:6
-   >=kde-frameworks/kirigami-${KFMIN}:6
-   >=kde-frameworks/knotifications-${KFMIN}:6
-   >=kde-frameworks/kservice-${KFMIN}:6
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-   >=kde-frameworks/kwindowsystem-${KFMIN}:6
-   >=kde-plasma/libplasma-${PVCUT}:6
-   >=net-print/cups-2.4
-"
-RDEPEND="${DEPEND}
-   !=kde-frameworks/kdeclarative-${KFMIN}:6
-   kde-plasma/kde-cli-tools:*
-   gtk? ( app-admin/system-config-printer )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt6=ON # not packaged
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if [[ -z "${REPLACING_VERSIONS}" ]] && ! use gtk ; then
-   ewarn "By switching off \"gtk\" USE flag, you have chosen to do 
without"
-   ewarn "an important, though optional, runtime dependency:"
-   ewarn
-   ewarn "app-admin/system-config-printer"
-   ewarn
-   ewarn "${PN} will work nevertheless, but is going to be less 
comfortable"
-   ewarn "and will show the following error status during runtime:"
-   ewarn
-   ewarn "\"Failed to group devices: 'The name 
org.fedoraproject.Config.Printing"
-   ewarn "was not provided by any .service files'\""
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-07-02 Thread Jakov Smolić
commit: e39f03c6a6458547ba0259a99da3c0ac878d862f
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Jul  2 12:07:30 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Jul  2 12:07:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e39f03c6

kde-plasma/print-manager: Keyword 6.1.1 riscv, #934215

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

 kde-plasma/print-manager/print-manager-6.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/print-manager/print-manager-6.1.1.ebuild 
b/kde-plasma/print-manager/print-manager-6.1.1.ebuild
index 9e7a330e20aa..a78d672af7db 100644
--- a/kde-plasma/print-manager/print-manager-6.1.1.ebuild
+++ b/kde-plasma/print-manager/print-manager-6.1.1.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="6"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm64 ~riscv"
 IUSE="+gtk"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-07-02 Thread Jakov Smolić
commit: 1be2fa506d856950bcd1addd2a274ea8c643d6f7
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Jul  2 12:07:28 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Jul  2 12:07:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1be2fa50

kde-plasma/print-manager: Keyword 23.08.5-r100 riscv, #934215

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

 kde-plasma/print-manager/print-manager-23.08.5-r100.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/print-manager/print-manager-23.08.5-r100.ebuild 
b/kde-plasma/print-manager/print-manager-23.08.5-r100.ebuild
index ae0bb10e6edc..7b793c0ebf0d 100644
--- a/kde-plasma/print-manager/print-manager-23.08.5-r100.ebuild
+++ b/kde-plasma/print-manager/print-manager-23.08.5-r100.ebuild
@@ -8,6 +8,6 @@ HOMEPAGE="https://kde.org/plasma-desktop";
 
 LICENSE="metapackage"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm64 ~riscv"
 
 RDEPEND="kde-plasma/print-manager:6"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-06-27 Thread Andreas Sturmlechner
commit: 11298b51644108bf534415c24f87444ae5f28ee4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jun 27 16:56:32 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jun 27 17:18:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11298b51

kde-plasma/print-manager: drop 6.1.0

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

 kde-plasma/print-manager/Manifest  |  1 -
 .../print-manager/print-manager-6.1.0.ebuild   | 69 --
 2 files changed, 70 deletions(-)

diff --git a/kde-plasma/print-manager/Manifest 
b/kde-plasma/print-manager/Manifest
index c1e949c5112e..24651cc21289 100644
--- a/kde-plasma/print-manager/Manifest
+++ b/kde-plasma/print-manager/Manifest
@@ -1,3 +1,2 @@
 DIST print-manager-23.08.5.tar.xz 290620 BLAKE2B 
3a29dd5e4684e966d95cd9db424a4b3c82889cf8c2d1fe99a4c9d27e6593979cdbd26c11c8bd1af8df98ca9c86d2557da96a31f914e4deac10e86c2a188f0a9d
 SHA512 
28af8ea76d08e83a5cdf1ea5c2e6ff6314bb89b835ed6af2648219075a75ed3606eb7472a2ebeea2aceb67fc562838a3c554b8515f168f36510a4e07077974f3
-DIST print-manager-6.1.0.tar.xz 367816 BLAKE2B 
7830991b6d286f900e1f752569dae8a9d52672cd4f5119a292c1f82f07801edbe36da5d27bc92156a907c0a8313c3d10b982e5f9832c2b25476e374dd5891cd9
 SHA512 
b029cd39513667918befa5d1d48e2b41cbe0c13b8194c0ebe7c7d85ee65637d02f25ad76ebf157ce7ccfdf0b7d8ef383ebd7d7325075de65e22f9808524ace1b
 DIST print-manager-6.1.1.tar.xz 370304 BLAKE2B 
ba363fe9c21d3ce6917c7ee13563f73e966e9db53e74d37608e47fb6f7d92a5029a413aa18f0c55259244e68c27a3d48201acbbf1a9caff7c9f8a627870d3f78
 SHA512 
59a8ecd8dd19c4a23bb59f2c6983aa2bdab1015f0a5301839623a1cf83bf08ffa3de9b9cbfe20668e293d860286d148b8454937349dd6c9d327188b2278a6696

diff --git a/kde-plasma/print-manager/print-manager-6.1.0.ebuild 
b/kde-plasma/print-manager/print-manager-6.1.0.ebuild
deleted file mode 100644
index 9e7a330e20aa..
--- a/kde-plasma/print-manager/print-manager-6.1.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=6.3.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.1
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="~amd64 ~arm64"
-IUSE="+gtk"
-
-DEPEND="
-   >=dev-qt/qt5compat-${QTMIN}:6
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   >=kde-frameworks/kcmutils-${KFMIN}:6
-   >=kde-frameworks/kconfig-${KFMIN}:6
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
-   >=kde-frameworks/kcoreaddons-${KFMIN}:6
-   >=kde-frameworks/kdbusaddons-${KFMIN}:6
-   >=kde-frameworks/ki18n-${KFMIN}:6
-   >=kde-frameworks/kiconthemes-${KFMIN}:6
-   >=kde-frameworks/kio-${KFMIN}:6
-   >=kde-frameworks/kirigami-${KFMIN}:6
-   >=kde-frameworks/knotifications-${KFMIN}:6
-   >=kde-frameworks/kservice-${KFMIN}:6
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-   >=kde-frameworks/kwindowsystem-${KFMIN}:6
-   >=kde-plasma/libplasma-${PVCUT}:6
-   >=net-print/cups-2.4
-"
-RDEPEND="${DEPEND}
-   !=kde-frameworks/kdeclarative-${KFMIN}:6
-   kde-plasma/kde-cli-tools:*
-   gtk? ( app-admin/system-config-printer )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt6=ON # not packaged
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if [[ -z "${REPLACING_VERSIONS}" ]] && ! use gtk ; then
-   ewarn "By switching off \"gtk\" USE flag, you have chosen to do 
without"
-   ewarn "an important, though optional, runtime dependency:"
-   ewarn
-   ewarn "app-admin/system-config-printer"
-   ewarn
-   ewarn "${PN} will work nevertheless, but is going to be less 
comfortable"
-   ewarn "and will show the following error status during runtime:"
-   ewarn
-   ewarn "\"Failed to group devices: 'The name 
org.fedoraproject.Config.Printing"
-   ewarn "was not provided by any .service files'\""
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-06-27 Thread Sam James
commit: d21a435be7016d0e671e5ebe94c50ce1022e74db
Author: Sam James  gentoo  org>
AuthorDate: Thu Jun 27 10:02:18 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 27 10:02:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d21a435b

kde-plasma/print-manager: Keyword 6.1.1 arm64, #934215

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

 kde-plasma/print-manager/print-manager-6.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/print-manager/print-manager-6.1.1.ebuild 
b/kde-plasma/print-manager/print-manager-6.1.1.ebuild
index 49159fc81861..9e7a330e20aa 100644
--- a/kde-plasma/print-manager/print-manager-6.1.1.ebuild
+++ b/kde-plasma/print-manager/print-manager-6.1.1.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="6"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 IUSE="+gtk"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-06-27 Thread Arthur Zamarin
commit: 2064ae3ceb23905ad07bc7dfe4c3ec7597487ed9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jun 27 09:43:41 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jun 27 09:43:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2064ae3c

kde-plasma/print-manager: Keyword 6.1.0 arm64, #934215

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

 kde-plasma/print-manager/print-manager-6.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/print-manager/print-manager-6.1.0.ebuild 
b/kde-plasma/print-manager/print-manager-6.1.0.ebuild
index 49159fc81861..9e7a330e20aa 100644
--- a/kde-plasma/print-manager/print-manager-6.1.0.ebuild
+++ b/kde-plasma/print-manager/print-manager-6.1.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="6"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 IUSE="+gtk"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-06-27 Thread Arthur Zamarin
commit: 281960920f894ab34d934bc6ab401ce106bb5a7f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jun 27 09:43:40 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jun 27 09:43:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28196092

kde-plasma/print-manager: Keyword 23.08.5-r100 arm64, #934215

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

 kde-plasma/print-manager/print-manager-23.08.5-r100.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-plasma/print-manager/print-manager-23.08.5-r100.ebuild 
b/kde-plasma/print-manager/print-manager-23.08.5-r100.ebuild
index 4c791d5b867e..ae0bb10e6edc 100644
--- a/kde-plasma/print-manager/print-manager-23.08.5-r100.ebuild
+++ b/kde-plasma/print-manager/print-manager-23.08.5-r100.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
@@ -8,6 +8,6 @@ HOMEPAGE="https://kde.org/plasma-desktop";
 
 LICENSE="metapackage"
 SLOT="5"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 
 RDEPEND="kde-plasma/print-manager:6"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-06-25 Thread Sam James
commit: ce03c41fd339389a34e8fc7d006b6b7a806c2837
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 25 22:28:01 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 25 22:31:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce03c41f

kde-plasma/print-manager: 6.1.1 version bump

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

 kde-plasma/print-manager/Manifest  |  1 +
 .../print-manager/print-manager-6.1.1.ebuild   | 69 ++
 2 files changed, 70 insertions(+)

diff --git a/kde-plasma/print-manager/Manifest 
b/kde-plasma/print-manager/Manifest
index f7bda3bbcfb3..c1e949c5112e 100644
--- a/kde-plasma/print-manager/Manifest
+++ b/kde-plasma/print-manager/Manifest
@@ -1,2 +1,3 @@
 DIST print-manager-23.08.5.tar.xz 290620 BLAKE2B 
3a29dd5e4684e966d95cd9db424a4b3c82889cf8c2d1fe99a4c9d27e6593979cdbd26c11c8bd1af8df98ca9c86d2557da96a31f914e4deac10e86c2a188f0a9d
 SHA512 
28af8ea76d08e83a5cdf1ea5c2e6ff6314bb89b835ed6af2648219075a75ed3606eb7472a2ebeea2aceb67fc562838a3c554b8515f168f36510a4e07077974f3
 DIST print-manager-6.1.0.tar.xz 367816 BLAKE2B 
7830991b6d286f900e1f752569dae8a9d52672cd4f5119a292c1f82f07801edbe36da5d27bc92156a907c0a8313c3d10b982e5f9832c2b25476e374dd5891cd9
 SHA512 
b029cd39513667918befa5d1d48e2b41cbe0c13b8194c0ebe7c7d85ee65637d02f25ad76ebf157ce7ccfdf0b7d8ef383ebd7d7325075de65e22f9808524ace1b
+DIST print-manager-6.1.1.tar.xz 370304 BLAKE2B 
ba363fe9c21d3ce6917c7ee13563f73e966e9db53e74d37608e47fb6f7d92a5029a413aa18f0c55259244e68c27a3d48201acbbf1a9caff7c9f8a627870d3f78
 SHA512 
59a8ecd8dd19c4a23bb59f2c6983aa2bdab1015f0a5301839623a1cf83bf08ffa3de9b9cbfe20668e293d860286d148b8454937349dd6c9d327188b2278a6696

diff --git a/kde-plasma/print-manager/print-manager-6.1.1.ebuild 
b/kde-plasma/print-manager/print-manager-6.1.1.ebuild
new file mode 100644
index ..49159fc81861
--- /dev/null
+++ b/kde-plasma/print-manager/print-manager-6.1.1.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=6.3.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.7.1
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE="+gtk"
+
+DEPEND="
+   >=dev-qt/qt5compat-${QTMIN}:6
+   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
+   >=dev-qt/qtdeclarative-${QTMIN}:6
+   >=kde-frameworks/kcmutils-${KFMIN}:6
+   >=kde-frameworks/kconfig-${KFMIN}:6
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6
+   >=kde-frameworks/kdbusaddons-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+   >=kde-frameworks/kiconthemes-${KFMIN}:6
+   >=kde-frameworks/kio-${KFMIN}:6
+   >=kde-frameworks/kirigami-${KFMIN}:6
+   >=kde-frameworks/knotifications-${KFMIN}:6
+   >=kde-frameworks/kservice-${KFMIN}:6
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+   >=kde-frameworks/kwindowsystem-${KFMIN}:6
+   >=kde-plasma/libplasma-${PVCUT}:6
+   >=net-print/cups-2.4
+"
+RDEPEND="${DEPEND}
+   !=kde-frameworks/kdeclarative-${KFMIN}:6
+   kde-plasma/kde-cli-tools:*
+   gtk? ( app-admin/system-config-printer )
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt6=ON # not packaged
+   )
+
+   ecm_src_configure
+}
+
+pkg_postinst() {
+   ecm_pkg_postinst
+
+   if [[ -z "${REPLACING_VERSIONS}" ]] && ! use gtk ; then
+   ewarn "By switching off \"gtk\" USE flag, you have chosen to do 
without"
+   ewarn "an important, though optional, runtime dependency:"
+   ewarn
+   ewarn "app-admin/system-config-printer"
+   ewarn
+   ewarn "${PN} will work nevertheless, but is going to be less 
comfortable"
+   ewarn "and will show the following error status during runtime:"
+   ewarn
+   ewarn "\"Failed to group devices: 'The name 
org.fedoraproject.Config.Printing"
+   ewarn "was not provided by any .service files'\""
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-06-18 Thread Andreas Sturmlechner
commit: cdab6891b34397c6399b325c0d60132d38f9437a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jun 17 21:27:13 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jun 18 14:51:34 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdab6891

kde-plasma/print-manager: drop 6.0.90

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

 kde-plasma/print-manager/Manifest  |  1 -
 .../print-manager/print-manager-6.0.90.ebuild  | 69 --
 2 files changed, 70 deletions(-)

diff --git a/kde-plasma/print-manager/Manifest 
b/kde-plasma/print-manager/Manifest
index 6be4be4f0425..f7bda3bbcfb3 100644
--- a/kde-plasma/print-manager/Manifest
+++ b/kde-plasma/print-manager/Manifest
@@ -1,3 +1,2 @@
 DIST print-manager-23.08.5.tar.xz 290620 BLAKE2B 
3a29dd5e4684e966d95cd9db424a4b3c82889cf8c2d1fe99a4c9d27e6593979cdbd26c11c8bd1af8df98ca9c86d2557da96a31f914e4deac10e86c2a188f0a9d
 SHA512 
28af8ea76d08e83a5cdf1ea5c2e6ff6314bb89b835ed6af2648219075a75ed3606eb7472a2ebeea2aceb67fc562838a3c554b8515f168f36510a4e07077974f3
-DIST print-manager-6.0.90.tar.xz 365416 BLAKE2B 
14eb732ef9c23959eab9d3eb14dbc8b6a18500d6ebc5f2f04ad5a04998e252c5a3563dbfba8129e0df4a3c61bd731479123eada9b71ab0fec30aafab836ecebd
 SHA512 
3ac1095dc50a78a139301f3df96df5d58ec933b9489b58dc8b60d9150112299463a446587e7e5655d1a2eb2bb9f6687e3b45297b4e4ef92e62944197fefd1821
 DIST print-manager-6.1.0.tar.xz 367816 BLAKE2B 
7830991b6d286f900e1f752569dae8a9d52672cd4f5119a292c1f82f07801edbe36da5d27bc92156a907c0a8313c3d10b982e5f9832c2b25476e374dd5891cd9
 SHA512 
b029cd39513667918befa5d1d48e2b41cbe0c13b8194c0ebe7c7d85ee65637d02f25ad76ebf157ce7ccfdf0b7d8ef383ebd7d7325075de65e22f9808524ace1b

diff --git a/kde-plasma/print-manager/print-manager-6.0.90.ebuild 
b/kde-plasma/print-manager/print-manager-6.0.90.ebuild
deleted file mode 100644
index e7a5c7d07fb8..
--- a/kde-plasma/print-manager/print-manager-6.0.90.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=6.2.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.7.1
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE="+gtk"
-
-DEPEND="
-   >=dev-qt/qt5compat-${QTMIN}:6
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   >=kde-frameworks/kcmutils-${KFMIN}:6
-   >=kde-frameworks/kconfig-${KFMIN}:6
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
-   >=kde-frameworks/kcoreaddons-${KFMIN}:6
-   >=kde-frameworks/kdbusaddons-${KFMIN}:6
-   >=kde-frameworks/ki18n-${KFMIN}:6
-   >=kde-frameworks/kiconthemes-${KFMIN}:6
-   >=kde-frameworks/kio-${KFMIN}:6
-   >=kde-frameworks/kirigami-${KFMIN}:6
-   >=kde-frameworks/knotifications-${KFMIN}:6
-   >=kde-frameworks/kservice-${KFMIN}:6
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-   >=kde-frameworks/kwindowsystem-${KFMIN}:6
-   >=kde-plasma/libplasma-${PVCUT}:6
-   >=net-print/cups-2.4
-"
-RDEPEND="${DEPEND}
-   !=kde-frameworks/kdeclarative-${KFMIN}:6
-   kde-plasma/kde-cli-tools:*
-   gtk? ( app-admin/system-config-printer )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt6=ON # not packaged
-   )
-
-   ecm_src_configure
-}
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if [[ -z "${REPLACING_VERSIONS}" ]] && ! use gtk ; then
-   ewarn "By switching off \"gtk\" USE flag, you have chosen to do 
without"
-   ewarn "an important, though optional, runtime dependency:"
-   ewarn
-   ewarn "app-admin/system-config-printer"
-   ewarn
-   ewarn "${PN} will work nevertheless, but is going to be less 
comfortable"
-   ewarn "and will show the following error status during runtime:"
-   ewarn
-   ewarn "\"Failed to group devices: 'The name 
org.fedoraproject.Config.Printing"
-   ewarn "was not provided by any .service files'\""
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-06-13 Thread Sam James
commit: e84c314050f82c30af987c1071b0fb3d910b40b0
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 14 03:39:55 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 14 03:41:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e84c3140

kde-plasma/print-manager: add minimum cups version

Upstream commit 5e090189c55f1180d4d2dc3be346ec081b0e14bc. While it doesn't
matter much here, I find it easier to compare then.

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

 kde-plasma/print-manager/print-manager-6.0.90.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/print-manager/print-manager-6.0.90.ebuild 
b/kde-plasma/print-manager/print-manager-6.0.90.ebuild
index 72cd4e28be7d..e7a5c7d07fb8 100644
--- a/kde-plasma/print-manager/print-manager-6.0.90.ebuild
+++ b/kde-plasma/print-manager/print-manager-6.0.90.ebuild
@@ -33,7 +33,7 @@ DEPEND="
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
>=kde-frameworks/kwindowsystem-${KFMIN}:6
>=kde-plasma/libplasma-${PVCUT}:6
-   net-print/cups
+   >=net-print/cups-2.4
 "
 RDEPEND="${DEPEND}
!

[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-05-27 Thread Andreas Sturmlechner
commit: 53461b3ba3638d707a444aa37032c87736dc774d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May 27 17:16:34 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon May 27 22:23:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53461b3b

kde-plasma/print-manager: drop 6.0.5

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

 kde-plasma/print-manager/Manifest  |  1 -
 .../print-manager/print-manager-6.0.5.ebuild   | 61 --
 2 files changed, 62 deletions(-)

diff --git a/kde-plasma/print-manager/Manifest 
b/kde-plasma/print-manager/Manifest
index aaf4c0bc29f1..cace818e6b8a 100644
--- a/kde-plasma/print-manager/Manifest
+++ b/kde-plasma/print-manager/Manifest
@@ -1,3 +1,2 @@
 DIST print-manager-23.08.5.tar.xz 290620 BLAKE2B 
3a29dd5e4684e966d95cd9db424a4b3c82889cf8c2d1fe99a4c9d27e6593979cdbd26c11c8bd1af8df98ca9c86d2557da96a31f914e4deac10e86c2a188f0a9d
 SHA512 
28af8ea76d08e83a5cdf1ea5c2e6ff6314bb89b835ed6af2648219075a75ed3606eb7472a2ebeea2aceb67fc562838a3c554b8515f168f36510a4e07077974f3
-DIST print-manager-6.0.5.tar.xz 339988 BLAKE2B 
e4a0163d43126625080f2de6c0f4def3d17e0d83a1cd09cdb8301d7d08404ec8941bb1f561a5bcffd5bf1e893b12ee240716542a0a875f4763076613035eae26
 SHA512 
87c8e553a8a288bde40a16cfe191c27d625ef4323e42e0b3f418ca34eddd4a2b9abe77951daa67a4b5a9eb73cdcf7d3abe66f1987d9606d72976b189c5aed6c6
 DIST print-manager-6.0.90.tar.xz 365416 BLAKE2B 
14eb732ef9c23959eab9d3eb14dbc8b6a18500d6ebc5f2f04ad5a04998e252c5a3563dbfba8129e0df4a3c61bd731479123eada9b71ab0fec30aafab836ecebd
 SHA512 
3ac1095dc50a78a139301f3df96df5d58ec933b9489b58dc8b60d9150112299463a446587e7e5655d1a2eb2bb9f6687e3b45297b4e4ef92e62944197fefd1821

diff --git a/kde-plasma/print-manager/print-manager-6.0.5.ebuild 
b/kde-plasma/print-manager/print-manager-6.0.5.ebuild
deleted file mode 100644
index aa99a2858e98..
--- a/kde-plasma/print-manager/print-manager-6.0.5.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=6.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.6.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE="+gtk"
-
-DEPEND="
-   >=dev-qt/qt5compat-${QTMIN}:6
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   >=kde-frameworks/kcmutils-${KFMIN}:6
-   >=kde-frameworks/kconfig-${KFMIN}:6
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
-   >=kde-frameworks/kcoreaddons-${KFMIN}:6
-   >=kde-frameworks/kdbusaddons-${KFMIN}:6
-   >=kde-frameworks/ki18n-${KFMIN}:6
-   >=kde-frameworks/kiconthemes-${KFMIN}:6
-   >=kde-frameworks/kio-${KFMIN}:6
-   >=kde-frameworks/kirigami-${KFMIN}:6
-   >=kde-frameworks/knotifications-${KFMIN}:6
-   >=kde-frameworks/kservice-${KFMIN}:6
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-   >=kde-frameworks/kwindowsystem-${KFMIN}:6
-   >=kde-plasma/libplasma-${PVCUT}:6
-   net-print/cups
-"
-RDEPEND="${DEPEND}
-   !=kde-frameworks/kdeclarative-${KFMIN}:6
-   kde-plasma/kde-cli-tools:*
-   gtk? ( app-admin/system-config-printer )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if [[ -z "${REPLACING_VERSIONS}" ]] && ! use gtk ; then
-   ewarn "By switching off \"gtk\" USE flag, you have chosen to do 
without"
-   ewarn "an important, though optional, runtime dependency:"
-   ewarn
-   ewarn "app-admin/system-config-printer"
-   ewarn
-   ewarn "${PN} will work nevertheless, but is going to be less 
comfortable"
-   ewarn "and will show the following error status during runtime:"
-   ewarn
-   ewarn "\"Failed to group devices: 'The name 
org.fedoraproject.Config.Printing"
-   ewarn "was not provided by any .service files'\""
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-05-21 Thread Andreas Sturmlechner
commit: 17ab09794532fdc007490a79f0dc99286ee4dd7f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue May 21 18:28:12 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue May 21 19:05:34 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17ab0979

kde-plasma/print-manager: drop 6.0.4

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

 kde-plasma/print-manager/Manifest  |  1 -
 .../print-manager/print-manager-6.0.4.ebuild   | 61 --
 2 files changed, 62 deletions(-)

diff --git a/kde-plasma/print-manager/Manifest 
b/kde-plasma/print-manager/Manifest
index c3d2f32c061b..810227f86534 100644
--- a/kde-plasma/print-manager/Manifest
+++ b/kde-plasma/print-manager/Manifest
@@ -1,3 +1,2 @@
 DIST print-manager-23.08.5.tar.xz 290620 BLAKE2B 
3a29dd5e4684e966d95cd9db424a4b3c82889cf8c2d1fe99a4c9d27e6593979cdbd26c11c8bd1af8df98ca9c86d2557da96a31f914e4deac10e86c2a188f0a9d
 SHA512 
28af8ea76d08e83a5cdf1ea5c2e6ff6314bb89b835ed6af2648219075a75ed3606eb7472a2ebeea2aceb67fc562838a3c554b8515f168f36510a4e07077974f3
-DIST print-manager-6.0.4.tar.xz 340020 BLAKE2B 
56da7b890033255f4ac5bf3943c2bce844355fd422e39fd7adfb8d115bb3b0ca99bb8edb1facbe3b76d953a6d35405037e00e2fd667cac7f1a16d82fef7f5577
 SHA512 
fd1d5e1c1cb26838e0b5b98ade3f703425caa6a86b6184af508df4adeaa2521980546a20362e0f2f55d6e968b1f7c24c663a3e0754403977d457860f86885855
 DIST print-manager-6.0.5.tar.xz 339988 BLAKE2B 
e4a0163d43126625080f2de6c0f4def3d17e0d83a1cd09cdb8301d7d08404ec8941bb1f561a5bcffd5bf1e893b12ee240716542a0a875f4763076613035eae26
 SHA512 
87c8e553a8a288bde40a16cfe191c27d625ef4323e42e0b3f418ca34eddd4a2b9abe77951daa67a4b5a9eb73cdcf7d3abe66f1987d9606d72976b189c5aed6c6

diff --git a/kde-plasma/print-manager/print-manager-6.0.4.ebuild 
b/kde-plasma/print-manager/print-manager-6.0.4.ebuild
deleted file mode 100644
index aa99a2858e98..
--- a/kde-plasma/print-manager/print-manager-6.0.4.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=6.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.6.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE="+gtk"
-
-DEPEND="
-   >=dev-qt/qt5compat-${QTMIN}:6
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   >=kde-frameworks/kcmutils-${KFMIN}:6
-   >=kde-frameworks/kconfig-${KFMIN}:6
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
-   >=kde-frameworks/kcoreaddons-${KFMIN}:6
-   >=kde-frameworks/kdbusaddons-${KFMIN}:6
-   >=kde-frameworks/ki18n-${KFMIN}:6
-   >=kde-frameworks/kiconthemes-${KFMIN}:6
-   >=kde-frameworks/kio-${KFMIN}:6
-   >=kde-frameworks/kirigami-${KFMIN}:6
-   >=kde-frameworks/knotifications-${KFMIN}:6
-   >=kde-frameworks/kservice-${KFMIN}:6
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-   >=kde-frameworks/kwindowsystem-${KFMIN}:6
-   >=kde-plasma/libplasma-${PVCUT}:6
-   net-print/cups
-"
-RDEPEND="${DEPEND}
-   !=kde-frameworks/kdeclarative-${KFMIN}:6
-   kde-plasma/kde-cli-tools:*
-   gtk? ( app-admin/system-config-printer )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if [[ -z "${REPLACING_VERSIONS}" ]] && ! use gtk ; then
-   ewarn "By switching off \"gtk\" USE flag, you have chosen to do 
without"
-   ewarn "an important, though optional, runtime dependency:"
-   ewarn
-   ewarn "app-admin/system-config-printer"
-   ewarn
-   ewarn "${PN} will work nevertheless, but is going to be less 
comfortable"
-   ewarn "and will show the following error status during runtime:"
-   ewarn
-   ewarn "\"Failed to group devices: 'The name 
org.fedoraproject.Config.Printing"
-   ewarn "was not provided by any .service files'\""
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-04-16 Thread Andreas Sturmlechner
commit: c127aa980e01d1530ec3e3d8257fb79ad8ff0aa0
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Apr 16 19:30:16 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Apr 16 19:50:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c127aa98

kde-plasma/print-manager: drop 6.0.3

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

 kde-plasma/print-manager/Manifest  |  1 -
 .../print-manager/print-manager-6.0.3.ebuild   | 61 --
 2 files changed, 62 deletions(-)

diff --git a/kde-plasma/print-manager/Manifest 
b/kde-plasma/print-manager/Manifest
index 7e21e3866c84..85a7f0a77d44 100644
--- a/kde-plasma/print-manager/Manifest
+++ b/kde-plasma/print-manager/Manifest
@@ -1,3 +1,2 @@
 DIST print-manager-23.08.5.tar.xz 290620 BLAKE2B 
3a29dd5e4684e966d95cd9db424a4b3c82889cf8c2d1fe99a4c9d27e6593979cdbd26c11c8bd1af8df98ca9c86d2557da96a31f914e4deac10e86c2a188f0a9d
 SHA512 
28af8ea76d08e83a5cdf1ea5c2e6ff6314bb89b835ed6af2648219075a75ed3606eb7472a2ebeea2aceb67fc562838a3c554b8515f168f36510a4e07077974f3
-DIST print-manager-6.0.3.tar.xz 337828 BLAKE2B 
3c035c06d2debdc425a704f1e80ce185be0f60cff02c28f78c12653a660fb4c655c09bbc2b1cde0042f914c28b5b453e3dcd522162ff90d32fc9358ed7f77b92
 SHA512 
4159e0482eb72e26b3bacf267511bb50783fd89fe68a3d31e377d901c53792717247ca350073914d579fe65ea25ee6f438f5251b5f1a230dd8dec4fedb9f4127
 DIST print-manager-6.0.4.tar.xz 340020 BLAKE2B 
56da7b890033255f4ac5bf3943c2bce844355fd422e39fd7adfb8d115bb3b0ca99bb8edb1facbe3b76d953a6d35405037e00e2fd667cac7f1a16d82fef7f5577
 SHA512 
fd1d5e1c1cb26838e0b5b98ade3f703425caa6a86b6184af508df4adeaa2521980546a20362e0f2f55d6e968b1f7c24c663a3e0754403977d457860f86885855

diff --git a/kde-plasma/print-manager/print-manager-6.0.3.ebuild 
b/kde-plasma/print-manager/print-manager-6.0.3.ebuild
deleted file mode 100644
index aa99a2858e98..
--- a/kde-plasma/print-manager/print-manager-6.0.3.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=6.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.6.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE="+gtk"
-
-DEPEND="
-   >=dev-qt/qt5compat-${QTMIN}:6
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   >=kde-frameworks/kcmutils-${KFMIN}:6
-   >=kde-frameworks/kconfig-${KFMIN}:6
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
-   >=kde-frameworks/kcoreaddons-${KFMIN}:6
-   >=kde-frameworks/kdbusaddons-${KFMIN}:6
-   >=kde-frameworks/ki18n-${KFMIN}:6
-   >=kde-frameworks/kiconthemes-${KFMIN}:6
-   >=kde-frameworks/kio-${KFMIN}:6
-   >=kde-frameworks/kirigami-${KFMIN}:6
-   >=kde-frameworks/knotifications-${KFMIN}:6
-   >=kde-frameworks/kservice-${KFMIN}:6
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-   >=kde-frameworks/kwindowsystem-${KFMIN}:6
-   >=kde-plasma/libplasma-${PVCUT}:6
-   net-print/cups
-"
-RDEPEND="${DEPEND}
-   !=kde-frameworks/kdeclarative-${KFMIN}:6
-   kde-plasma/kde-cli-tools:*
-   gtk? ( app-admin/system-config-printer )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if [[ -z "${REPLACING_VERSIONS}" ]] && ! use gtk ; then
-   ewarn "By switching off \"gtk\" USE flag, you have chosen to do 
without"
-   ewarn "an important, though optional, runtime dependency:"
-   ewarn
-   ewarn "app-admin/system-config-printer"
-   ewarn
-   ewarn "${PN} will work nevertheless, but is going to be less 
comfortable"
-   ewarn "and will show the following error status during runtime:"
-   ewarn
-   ewarn "\"Failed to group devices: 'The name 
org.fedoraproject.Config.Printing"
-   ewarn "was not provided by any .service files'\""
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-03-26 Thread Andreas Sturmlechner
commit: 9a33dabeab6e458fcc6803a9c9774b49f4291309
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar 26 19:53:03 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar 26 19:56:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a33dabe

kde-plasma/print-manager: drop 6.0.2

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

 kde-plasma/print-manager/Manifest  |  1 -
 .../print-manager/print-manager-6.0.2.ebuild   | 61 --
 2 files changed, 62 deletions(-)

diff --git a/kde-plasma/print-manager/Manifest 
b/kde-plasma/print-manager/Manifest
index 9a07b487380d..5aa3df9405a8 100644
--- a/kde-plasma/print-manager/Manifest
+++ b/kde-plasma/print-manager/Manifest
@@ -1,3 +1,2 @@
 DIST print-manager-23.08.5.tar.xz 290620 BLAKE2B 
3a29dd5e4684e966d95cd9db424a4b3c82889cf8c2d1fe99a4c9d27e6593979cdbd26c11c8bd1af8df98ca9c86d2557da96a31f914e4deac10e86c2a188f0a9d
 SHA512 
28af8ea76d08e83a5cdf1ea5c2e6ff6314bb89b835ed6af2648219075a75ed3606eb7472a2ebeea2aceb67fc562838a3c554b8515f168f36510a4e07077974f3
-DIST print-manager-6.0.2.tar.xz 336576 BLAKE2B 
f4aeda01248ef044d4eecf21c2c28568e19a01ace9fccf61c11a052a01500f2085e428dbb6e32dc6673467af88e175c19c9a895e63ae352ac6f4306ea6aa7d13
 SHA512 
0a809e1a65383b8a7c624e857b6ad34001f9b7456a095b0b99dd35d7c2952b1676b7b0d0b4e96ae946f4d31b73ab2e0b54477589ae84d9d5e4f43e66296b588f
 DIST print-manager-6.0.3.tar.xz 337828 BLAKE2B 
3c035c06d2debdc425a704f1e80ce185be0f60cff02c28f78c12653a660fb4c655c09bbc2b1cde0042f914c28b5b453e3dcd522162ff90d32fc9358ed7f77b92
 SHA512 
4159e0482eb72e26b3bacf267511bb50783fd89fe68a3d31e377d901c53792717247ca350073914d579fe65ea25ee6f438f5251b5f1a230dd8dec4fedb9f4127

diff --git a/kde-plasma/print-manager/print-manager-6.0.2.ebuild 
b/kde-plasma/print-manager/print-manager-6.0.2.ebuild
deleted file mode 100644
index aa99a2858e98..
--- a/kde-plasma/print-manager/print-manager-6.0.2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=6.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.6.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE="+gtk"
-
-DEPEND="
-   >=dev-qt/qt5compat-${QTMIN}:6
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   >=kde-frameworks/kcmutils-${KFMIN}:6
-   >=kde-frameworks/kconfig-${KFMIN}:6
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
-   >=kde-frameworks/kcoreaddons-${KFMIN}:6
-   >=kde-frameworks/kdbusaddons-${KFMIN}:6
-   >=kde-frameworks/ki18n-${KFMIN}:6
-   >=kde-frameworks/kiconthemes-${KFMIN}:6
-   >=kde-frameworks/kio-${KFMIN}:6
-   >=kde-frameworks/kirigami-${KFMIN}:6
-   >=kde-frameworks/knotifications-${KFMIN}:6
-   >=kde-frameworks/kservice-${KFMIN}:6
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-   >=kde-frameworks/kwindowsystem-${KFMIN}:6
-   >=kde-plasma/libplasma-${PVCUT}:6
-   net-print/cups
-"
-RDEPEND="${DEPEND}
-   !=kde-frameworks/kdeclarative-${KFMIN}:6
-   kde-plasma/kde-cli-tools:*
-   gtk? ( app-admin/system-config-printer )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if [[ -z "${REPLACING_VERSIONS}" ]] && ! use gtk ; then
-   ewarn "By switching off \"gtk\" USE flag, you have chosen to do 
without"
-   ewarn "an important, though optional, runtime dependency:"
-   ewarn
-   ewarn "app-admin/system-config-printer"
-   ewarn
-   ewarn "${PN} will work nevertheless, but is going to be less 
comfortable"
-   ewarn "and will show the following error status during runtime:"
-   ewarn
-   ewarn "\"Failed to group devices: 'The name 
org.fedoraproject.Config.Printing"
-   ewarn "was not provided by any .service files'\""
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-03-06 Thread Andreas Sturmlechner
commit: 6b45c6bf8525c64ac6be9fe8e37448c7db505153
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Mar  6 19:53:19 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Mar  6 20:31:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b45c6bf

kde-plasma/print-manager: drop 23.08.4

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

 kde-plasma/print-manager/Manifest  |  1 -
 .../print-manager/print-manager-23.08.4.ebuild | 62 --
 2 files changed, 63 deletions(-)

diff --git a/kde-plasma/print-manager/Manifest 
b/kde-plasma/print-manager/Manifest
index da0a66c6392b..a31a0decc983 100644
--- a/kde-plasma/print-manager/Manifest
+++ b/kde-plasma/print-manager/Manifest
@@ -1,3 +1,2 @@
-DIST print-manager-23.08.4.tar.xz 289936 BLAKE2B 
904ed56a62f8e91beb7179fac171a1af4d8c6292bc86afe931dd5644ee18e0a883c3e29fc5b37dbd60eeddadb349626abc4c14a5bf2c7d32b78da77a40f063de
 SHA512 
3c527ea57d78492a77252b9c5d22e476ef05531bb154c3bd7d986dcb0bbd87c0811b8e3e354f5da94ed58bdf4d7a119d648b80b2ad8689cabe332fb9265e78d3
 DIST print-manager-23.08.5.tar.xz 290620 BLAKE2B 
3a29dd5e4684e966d95cd9db424a4b3c82889cf8c2d1fe99a4c9d27e6593979cdbd26c11c8bd1af8df98ca9c86d2557da96a31f914e4deac10e86c2a188f0a9d
 SHA512 
28af8ea76d08e83a5cdf1ea5c2e6ff6314bb89b835ed6af2648219075a75ed3606eb7472a2ebeea2aceb67fc562838a3c554b8515f168f36510a4e07077974f3
 DIST print-manager-6.0.1.tar.xz 336508 BLAKE2B 
1a5af317eb414e858437917eb2eca9861f73dc4e441004046ed914954dd72b2842abfe6a110479faba6e616bd2407dcb0eacbec964dbfe1a155ffe41f1770681
 SHA512 
eea3bc66bfd1b3b08092f109a33b829557420265ae92a7358b8bf4402bf3a00667d354f183c4ae935f285041395a6c586e5f478180c866fb46be6128acb62ba6

diff --git a/kde-plasma/print-manager/print-manager-23.08.4.ebuild 
b/kde-plasma/print-manager/print-manager-23.08.4.ebuild
deleted file mode 100644
index 7dce0e85c4e5..
--- a/kde-plasma/print-manager/print-manager-23.08.4.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86"
-IUSE="+gtk"
-
-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/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-plasma/libplasma-${KFMIN}:5
-   net-print/cups
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   kde-plasma/kde-cli-tools:*
-   gtk? ( app-admin/system-config-printer )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if [[ -z "${REPLACING_VERSIONS}" ]] && ! use gtk ; then
-   ewarn "By switching off \"gtk\" USE flag, you have chosen to do 
without"
-   ewarn "an important, though optional, runtime dependency:"
-   ewarn
-   ewarn "app-admin/system-config-printer"
-   ewarn
-   ewarn "${PN} will work nevertheless, but is going to be less 
comfortable"
-   ewarn "and will show the following error status during runtime:"
-   ewarn
-   ewarn "\"Failed to group devices: 'The name 
org.fedoraproject.Config.Printing"
-   ewarn "was not provided by any .service files'\""
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-03-06 Thread Andreas Sturmlechner
commit: 82191d6143db54ff9601b647819b52e82fbe0f22
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Mar  6 15:23:52 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Mar  6 15:46:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82191d61

kde-plasma/print-manager: drop 6.0.0

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

 kde-plasma/print-manager/Manifest  |  1 -
 .../print-manager/print-manager-6.0.0.ebuild   | 61 --
 2 files changed, 62 deletions(-)

diff --git a/kde-plasma/print-manager/Manifest 
b/kde-plasma/print-manager/Manifest
index de8f6634c425..da0a66c6392b 100644
--- a/kde-plasma/print-manager/Manifest
+++ b/kde-plasma/print-manager/Manifest
@@ -1,4 +1,3 @@
 DIST print-manager-23.08.4.tar.xz 289936 BLAKE2B 
904ed56a62f8e91beb7179fac171a1af4d8c6292bc86afe931dd5644ee18e0a883c3e29fc5b37dbd60eeddadb349626abc4c14a5bf2c7d32b78da77a40f063de
 SHA512 
3c527ea57d78492a77252b9c5d22e476ef05531bb154c3bd7d986dcb0bbd87c0811b8e3e354f5da94ed58bdf4d7a119d648b80b2ad8689cabe332fb9265e78d3
 DIST print-manager-23.08.5.tar.xz 290620 BLAKE2B 
3a29dd5e4684e966d95cd9db424a4b3c82889cf8c2d1fe99a4c9d27e6593979cdbd26c11c8bd1af8df98ca9c86d2557da96a31f914e4deac10e86c2a188f0a9d
 SHA512 
28af8ea76d08e83a5cdf1ea5c2e6ff6314bb89b835ed6af2648219075a75ed3606eb7472a2ebeea2aceb67fc562838a3c554b8515f168f36510a4e07077974f3
-DIST print-manager-6.0.0.tar.xz 336560 BLAKE2B 
f4571f515bb5ca46df98442bd7c3bd3ba67f52307b2f3cf20278e935f628c1dc6ff951a93acf984ec6cac685fe07ac0ae673fb1f80ef6e2ddf3425f406c44798
 SHA512 
6cfc3ad718f76a365b98121ce08998cf544b5b04fd06e54587590b90a16585fade9333c63b45db864b1ea6d8173201b14ed78e917474c86142bb995abf5f229a
 DIST print-manager-6.0.1.tar.xz 336508 BLAKE2B 
1a5af317eb414e858437917eb2eca9861f73dc4e441004046ed914954dd72b2842abfe6a110479faba6e616bd2407dcb0eacbec964dbfe1a155ffe41f1770681
 SHA512 
eea3bc66bfd1b3b08092f109a33b829557420265ae92a7358b8bf4402bf3a00667d354f183c4ae935f285041395a6c586e5f478180c866fb46be6128acb62ba6

diff --git a/kde-plasma/print-manager/print-manager-6.0.0.ebuild 
b/kde-plasma/print-manager/print-manager-6.0.0.ebuild
deleted file mode 100644
index aa99a2858e98..
--- a/kde-plasma/print-manager/print-manager-6.0.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=6.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.6.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE="+gtk"
-
-DEPEND="
-   >=dev-qt/qt5compat-${QTMIN}:6
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   >=kde-frameworks/kcmutils-${KFMIN}:6
-   >=kde-frameworks/kconfig-${KFMIN}:6
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
-   >=kde-frameworks/kcoreaddons-${KFMIN}:6
-   >=kde-frameworks/kdbusaddons-${KFMIN}:6
-   >=kde-frameworks/ki18n-${KFMIN}:6
-   >=kde-frameworks/kiconthemes-${KFMIN}:6
-   >=kde-frameworks/kio-${KFMIN}:6
-   >=kde-frameworks/kirigami-${KFMIN}:6
-   >=kde-frameworks/knotifications-${KFMIN}:6
-   >=kde-frameworks/kservice-${KFMIN}:6
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-   >=kde-frameworks/kwindowsystem-${KFMIN}:6
-   >=kde-plasma/libplasma-${PVCUT}:6
-   net-print/cups
-"
-RDEPEND="${DEPEND}
-   !=kde-frameworks/kdeclarative-${KFMIN}:6
-   kde-plasma/kde-cli-tools:*
-   gtk? ( app-admin/system-config-printer )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if [[ -z "${REPLACING_VERSIONS}" ]] && ! use gtk ; then
-   ewarn "By switching off \"gtk\" USE flag, you have chosen to do 
without"
-   ewarn "an important, though optional, runtime dependency:"
-   ewarn
-   ewarn "app-admin/system-config-printer"
-   ewarn
-   ewarn "${PN} will work nevertheless, but is going to be less 
comfortable"
-   ewarn "and will show the following error status during runtime:"
-   ewarn
-   ewarn "\"Failed to group devices: 'The name 
org.fedoraproject.Config.Printing"
-   ewarn "was not provided by any .service files'\""
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-03-05 Thread Arthur Zamarin
commit: 1f4b4ef86b3ad7fdd5e6c4947792ea03b2288455
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Mar  5 17:19:12 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Mar  5 17:21:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f4b4ef8

kde-plasma/print-manager: Stabilize 23.08.5 arm64, #924716

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

 kde-plasma/print-manager/print-manager-23.08.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/print-manager/print-manager-23.08.5.ebuild 
b/kde-plasma/print-manager/print-manager-23.08.5.ebuild
index 11890b0faf44..c1f852656cd9 100644
--- a/kde-plasma/print-manager/print-manager-23.08.5.ebuild
+++ b/kde-plasma/print-manager/print-manager-23.08.5.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86"
 IUSE="+gtk"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-03-04 Thread Andreas Sturmlechner
commit: 56d3c2b7aed45100802264adb0d5644b3d7e5e72
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar  4 23:03:44 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar  4 23:14:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56d3c2b7

kde-plasma/print-manager: Update metadata.xml

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

 kde-plasma/print-manager/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/print-manager/metadata.xml 
b/kde-plasma/print-manager/metadata.xml
index bd25761eebff..1039dab47de3 100644
--- a/kde-plasma/print-manager/metadata.xml
+++ b/kde-plasma/print-manager/metadata.xml
@@ -6,7 +6,7 @@
Gentoo KDE Project


-   https://bugs.kde.org/
+   
https://bugs.kde.org/enter_bug.cgi?product=systemsettings&component=kcm_printer_manager
plasma/print-manager

 



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-02-16 Thread Sam James
commit: d36d270ec904312e2593bccee942793869757a7f
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb 17 05:13:53 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb 17 05:25:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d36d270e

kde-plasma/print-manager: Bump QTMIN to 6.6.2

There was an ABI break which means 6.6.2->6.6.1 can't be done but we want

people using latest anyway as there's a lot of churn still.

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

 kde-plasma/print-manager/print-manager-5.93.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/print-manager/print-manager-5.93.0.ebuild 
b/kde-plasma/print-manager/print-manager-5.93.0.ebuild
index 4fff551020a1..70cd51c01162 100644
--- a/kde-plasma/print-manager/print-manager-5.93.0.ebuild
+++ b/kde-plasma/print-manager/print-manager-5.93.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 KFMIN=5.249.0
 PVCUT=$(ver_cut 1-3)
-QTMIN=6.6.0
+QTMIN=6.6.2
 inherit ecm plasma.kde.org
 
 DESCRIPTION="Manage CUPS print jobs and printers in Plasma"



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-02-15 Thread Andreas Sturmlechner
commit: cbd6cf28ad31620029949d64c6f425b428adb72e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Feb 15 09:46:14 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Feb 15 12:24:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbd6cf28

kde-plasma/print-manager: 23.08.5 version bump

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

 kde-plasma/print-manager/Manifest  |  1 +
 .../print-manager/print-manager-23.08.5.ebuild | 62 ++
 2 files changed, 63 insertions(+)

diff --git a/kde-plasma/print-manager/Manifest 
b/kde-plasma/print-manager/Manifest
index 7e2d853aabca..ebca285264e4 100644
--- a/kde-plasma/print-manager/Manifest
+++ b/kde-plasma/print-manager/Manifest
@@ -1,2 +1,3 @@
 DIST print-manager-23.08.4.tar.xz 289936 BLAKE2B 
904ed56a62f8e91beb7179fac171a1af4d8c6292bc86afe931dd5644ee18e0a883c3e29fc5b37dbd60eeddadb349626abc4c14a5bf2c7d32b78da77a40f063de
 SHA512 
3c527ea57d78492a77252b9c5d22e476ef05531bb154c3bd7d986dcb0bbd87c0811b8e3e354f5da94ed58bdf4d7a119d648b80b2ad8689cabe332fb9265e78d3
+DIST print-manager-23.08.5.tar.xz 290620 BLAKE2B 
3a29dd5e4684e966d95cd9db424a4b3c82889cf8c2d1fe99a4c9d27e6593979cdbd26c11c8bd1af8df98ca9c86d2557da96a31f914e4deac10e86c2a188f0a9d
 SHA512 
28af8ea76d08e83a5cdf1ea5c2e6ff6314bb89b835ed6af2648219075a75ed3606eb7472a2ebeea2aceb67fc562838a3c554b8515f168f36510a4e07077974f3
 DIST print-manager-5.93.0.tar.xz 335032 BLAKE2B 
817132086caffd93a574f3948f9219deb0ce403515a6f7d69e3140490bbd58eb8fa0061e16718f9ac2843990a2547ab767638ba5653481a9476dbe1c78cca437
 SHA512 
56a3c4ffad589df256a8e873b078fe51c4734893382e7c8c46be4f599d7e140f93ba4866a3e196e3811c9c91cd66d3169e4040110e39980423033426c35777e9

diff --git a/kde-plasma/print-manager/print-manager-23.08.5.ebuild 
b/kde-plasma/print-manager/print-manager-23.08.5.ebuild
new file mode 100644
index ..380d4d955d93
--- /dev/null
+++ b/kde-plasma/print-manager/print-manager-23.08.5.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.106.0
+QTMIN=5.15.9
+inherit ecm gear.kde.org
+
+DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="+gtk"
+
+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/kcmutils-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-plasma/libplasma-${KFMIN}:5
+   net-print/cups
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   kde-plasma/kde-cli-tools:*
+   gtk? ( app-admin/system-config-printer )
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"
+
+pkg_postinst() {
+   ecm_pkg_postinst
+
+   if [[ -z "${REPLACING_VERSIONS}" ]] && ! use gtk ; then
+   ewarn "By switching off \"gtk\" USE flag, you have chosen to do 
without"
+   ewarn "an important, though optional, runtime dependency:"
+   ewarn
+   ewarn "app-admin/system-config-printer"
+   ewarn
+   ewarn "${PN} will work nevertheless, but is going to be less 
comfortable"
+   ewarn "and will show the following error status during runtime:"
+   ewarn
+   ewarn "\"Failed to group devices: 'The name 
org.fedoraproject.Config.Printing"
+   ewarn "was not provided by any .service files'\""
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-01-10 Thread Andreas Sturmlechner
commit: 0e3f6da4b6b38f2fea0b5992935c12823ea6bdab
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan 10 22:36:00 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jan 10 23:18:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e3f6da4

kde-plasma/print-manager: drop 5.91.0

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

 kde-plasma/print-manager/Manifest  |  1 -
 .../print-manager/print-manager-5.91.0.ebuild  | 62 --
 2 files changed, 63 deletions(-)

diff --git a/kde-plasma/print-manager/Manifest 
b/kde-plasma/print-manager/Manifest
index 2b49ea99c9ea..b51813247e7c 100644
--- a/kde-plasma/print-manager/Manifest
+++ b/kde-plasma/print-manager/Manifest
@@ -1,3 +1,2 @@
 DIST print-manager-23.08.4.tar.xz 289936 BLAKE2B 
904ed56a62f8e91beb7179fac171a1af4d8c6292bc86afe931dd5644ee18e0a883c3e29fc5b37dbd60eeddadb349626abc4c14a5bf2c7d32b78da77a40f063de
 SHA512 
3c527ea57d78492a77252b9c5d22e476ef05531bb154c3bd7d986dcb0bbd87c0811b8e3e354f5da94ed58bdf4d7a119d648b80b2ad8689cabe332fb9265e78d3
-DIST print-manager-5.91.0.tar.xz 327664 BLAKE2B 
12ca6adb082f1a2de6616f86007da2dba4fad377619af47feccf69b82215629a6ed8bbd10a41a3dd8987acc2e73f0712f39a97f9d82b62cc3d4b571a7a4c8851
 SHA512 
0857dd57e93803c5f86ea530d8755a7bc7f1d29c9fc24979768ca5f71dd1e9088bf9daa4668fbbf5abb6057ced3b23d6abaeb6e30990d6bbd92023a44fe921d4
 DIST print-manager-5.92.0.tar.xz 333696 BLAKE2B 
a7875bed092ec3d038d01fb8153f57571c5374ea8b4b1a7654e7f91905755254259b7729c5e4ba8874e166a2f336d581da98a55a0a29d64f1d886e9374558d27
 SHA512 
929dca8934e9b8a450b0f26afac3dbcfff05ddd75edfea78e9d4a3b4a955a784a8544710e4976119ed4fc66524c865ea873525e730316ca4f665a799970f0330

diff --git a/kde-plasma/print-manager/print-manager-5.91.0.ebuild 
b/kde-plasma/print-manager/print-manager-5.91.0.ebuild
deleted file mode 100644
index 1065209d994c..
--- a/kde-plasma/print-manager/print-manager-5.91.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.247.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.6.0
-inherit ecm plasma.kde.org
-
-DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="~amd64"
-IUSE="+gtk"
-
-DEPEND="
-   dev-libs/kirigami-addons:6
-   >=dev-qt/qt5compat-${QTMIN}:6
-   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
-   >=dev-qt/qtdeclarative-${QTMIN}:6
-   >=kde-frameworks/kcmutils-${KFMIN}:6
-   >=kde-frameworks/kconfig-${KFMIN}:6
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
-   >=kde-frameworks/kcoreaddons-${KFMIN}:6
-   >=kde-frameworks/kdbusaddons-${KFMIN}:6
-   >=kde-frameworks/ki18n-${KFMIN}:6
-   >=kde-frameworks/kiconthemes-${KFMIN}:6
-   >=kde-frameworks/kio-${KFMIN}:6
-   >=kde-frameworks/kirigami-${KFMIN}:6
-   >=kde-frameworks/knotifications-${KFMIN}:6
-   >=kde-frameworks/kservice-${KFMIN}:6
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-   >=kde-frameworks/kwindowsystem-${KFMIN}:6
-   >=kde-plasma/libplasma-${PVCUT}:6
-   net-print/cups
-"
-RDEPEND="${DEPEND}
-   !=kde-frameworks/kdeclarative-${KFMIN}:6
-   kde-plasma/kde-cli-tools:*
-   gtk? ( app-admin/system-config-printer )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if [[ -z "${REPLACING_VERSIONS}" ]] && ! use gtk ; then
-   ewarn "By switching off \"gtk\" USE flag, you have chosen to do 
without"
-   ewarn "an important, though optional, runtime dependency:"
-   ewarn
-   ewarn "app-admin/system-config-printer"
-   ewarn
-   ewarn "${PN} will work nevertheless, but is going to be less 
comfortable"
-   ewarn "and will show the following error status during runtime:"
-   ewarn
-   ewarn "\"Failed to group devices: 'The name 
org.fedoraproject.Config.Printing"
-   ewarn "was not provided by any .service files'\""
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-01-07 Thread Andreas Sturmlechner
commit: 0ed3f649db19b76e9ccca5d79558dbfac554c111
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan  6 14:39:01 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan  7 14:32:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ed3f649

kde-plasma/print-manager: drop 23.08.3

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

 kde-plasma/print-manager/Manifest  |  1 -
 .../print-manager/print-manager-23.08.3.ebuild | 62 --
 2 files changed, 63 deletions(-)

diff --git a/kde-plasma/print-manager/Manifest 
b/kde-plasma/print-manager/Manifest
index 942d2d8c1ec0..7c19203be25b 100644
--- a/kde-plasma/print-manager/Manifest
+++ b/kde-plasma/print-manager/Manifest
@@ -1,3 +1,2 @@
-DIST print-manager-23.08.3.tar.xz 289328 BLAKE2B 
e705ea40a4330e46903430070911eed416e529d045a7bee916052386a737ddaed5b8b6d92951046a804944f20636f9b3570cf8ce5d5f7770e27df148adac3dad
 SHA512 
49d27aad5a743b700e6f46f92573e27c0595923044c3dcd30478f711ee3133de3f69f7a41fe17b8b047ab75463f213053a78d0e3a7860e84055a94b309b89a57
 DIST print-manager-23.08.4.tar.xz 289936 BLAKE2B 
904ed56a62f8e91beb7179fac171a1af4d8c6292bc86afe931dd5644ee18e0a883c3e29fc5b37dbd60eeddadb349626abc4c14a5bf2c7d32b78da77a40f063de
 SHA512 
3c527ea57d78492a77252b9c5d22e476ef05531bb154c3bd7d986dcb0bbd87c0811b8e3e354f5da94ed58bdf4d7a119d648b80b2ad8689cabe332fb9265e78d3
 DIST print-manager-5.91.0.tar.xz 327664 BLAKE2B 
12ca6adb082f1a2de6616f86007da2dba4fad377619af47feccf69b82215629a6ed8bbd10a41a3dd8987acc2e73f0712f39a97f9d82b62cc3d4b571a7a4c8851
 SHA512 
0857dd57e93803c5f86ea530d8755a7bc7f1d29c9fc24979768ca5f71dd1e9088bf9daa4668fbbf5abb6057ced3b23d6abaeb6e30990d6bbd92023a44fe921d4

diff --git a/kde-plasma/print-manager/print-manager-23.08.3.ebuild 
b/kde-plasma/print-manager/print-manager-23.08.3.ebuild
deleted file mode 100644
index 3a901c445e8b..
--- a/kde-plasma/print-manager/print-manager-23.08.3.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86"
-IUSE="+gtk"
-
-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/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-plasma/libplasma-${KFMIN}:5
-   net-print/cups
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   kde-plasma/kde-cli-tools:5
-   gtk? ( app-admin/system-config-printer )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if [[ -z "${REPLACING_VERSIONS}" ]] && ! use gtk ; then
-   ewarn "By switching off \"gtk\" USE flag, you have chosen to do 
without"
-   ewarn "an important, though optional, runtime dependency:"
-   ewarn
-   ewarn "app-admin/system-config-printer"
-   ewarn
-   ewarn "${PN} will work nevertheless, but is going to be less 
comfortable"
-   ewarn "and will show the following error status during runtime:"
-   ewarn
-   ewarn "\"Failed to group devices: 'The name 
org.fedoraproject.Config.Printing"
-   ewarn "was not provided by any .service files'\""
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2024-01-06 Thread Arthur Zamarin
commit: 3904dc36cd5bc694b37f3220109d043497152767
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan  6 12:30:16 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan  6 12:30:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3904dc36

kde-plasma/print-manager: Stabilize 23.08.4 arm64, #920693

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

 kde-plasma/print-manager/print-manager-23.08.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/print-manager/print-manager-23.08.4.ebuild 
b/kde-plasma/print-manager/print-manager-23.08.4.ebuild
index 5ef54058dafb..7dce0e85c4e5 100644
--- a/kde-plasma/print-manager/print-manager-23.08.4.ebuild
+++ b/kde-plasma/print-manager/print-manager-23.08.4.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="+gtk"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2023-12-28 Thread Arthur Zamarin
commit: 75c19ee25643027ab117d12883614a1037c8b824
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 07:04:26 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 07:04:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75c19ee2

kde-plasma/print-manager: Stabilize 23.08.4 x86, #920693

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

 kde-plasma/print-manager/print-manager-23.08.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-plasma/print-manager/print-manager-23.08.4.ebuild 
b/kde-plasma/print-manager/print-manager-23.08.4.ebuild
index ad21212fb999..a61c8a5962ca 100644
--- a/kde-plasma/print-manager/print-manager-23.08.4.ebuild
+++ b/kde-plasma/print-manager/print-manager-23.08.4.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
 
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="+gtk"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2023-12-23 Thread Andreas Sturmlechner
commit: 706658857034d7fc09b012e90204fbeaac9be017
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Dec 22 20:38:37 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec 23 18:29:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70665885

kde-plasma/print-manager: 5.91.0 version bump

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

 kde-plasma/print-manager/Manifest  |  1 +
 .../print-manager/print-manager-5.91.0.ebuild  | 62 ++
 2 files changed, 63 insertions(+)

diff --git a/kde-plasma/print-manager/Manifest 
b/kde-plasma/print-manager/Manifest
index 02d5734bef9e..942d2d8c1ec0 100644
--- a/kde-plasma/print-manager/Manifest
+++ b/kde-plasma/print-manager/Manifest
@@ -1,2 +1,3 @@
 DIST print-manager-23.08.3.tar.xz 289328 BLAKE2B 
e705ea40a4330e46903430070911eed416e529d045a7bee916052386a737ddaed5b8b6d92951046a804944f20636f9b3570cf8ce5d5f7770e27df148adac3dad
 SHA512 
49d27aad5a743b700e6f46f92573e27c0595923044c3dcd30478f711ee3133de3f69f7a41fe17b8b047ab75463f213053a78d0e3a7860e84055a94b309b89a57
 DIST print-manager-23.08.4.tar.xz 289936 BLAKE2B 
904ed56a62f8e91beb7179fac171a1af4d8c6292bc86afe931dd5644ee18e0a883c3e29fc5b37dbd60eeddadb349626abc4c14a5bf2c7d32b78da77a40f063de
 SHA512 
3c527ea57d78492a77252b9c5d22e476ef05531bb154c3bd7d986dcb0bbd87c0811b8e3e354f5da94ed58bdf4d7a119d648b80b2ad8689cabe332fb9265e78d3
+DIST print-manager-5.91.0.tar.xz 327664 BLAKE2B 
12ca6adb082f1a2de6616f86007da2dba4fad377619af47feccf69b82215629a6ed8bbd10a41a3dd8987acc2e73f0712f39a97f9d82b62cc3d4b571a7a4c8851
 SHA512 
0857dd57e93803c5f86ea530d8755a7bc7f1d29c9fc24979768ca5f71dd1e9088bf9daa4668fbbf5abb6057ced3b23d6abaeb6e30990d6bbd92023a44fe921d4

diff --git a/kde-plasma/print-manager/print-manager-5.91.0.ebuild 
b/kde-plasma/print-manager/print-manager-5.91.0.ebuild
new file mode 100644
index ..1065209d994c
--- /dev/null
+++ b/kde-plasma/print-manager/print-manager-5.91.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.247.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=6.6.0
+inherit ecm plasma.kde.org
+
+DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE="+gtk"
+
+DEPEND="
+   dev-libs/kirigami-addons:6
+   >=dev-qt/qt5compat-${QTMIN}:6
+   >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
+   >=dev-qt/qtdeclarative-${QTMIN}:6
+   >=kde-frameworks/kcmutils-${KFMIN}:6
+   >=kde-frameworks/kconfig-${KFMIN}:6
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:6
+   >=kde-frameworks/kcoreaddons-${KFMIN}:6
+   >=kde-frameworks/kdbusaddons-${KFMIN}:6
+   >=kde-frameworks/ki18n-${KFMIN}:6
+   >=kde-frameworks/kiconthemes-${KFMIN}:6
+   >=kde-frameworks/kio-${KFMIN}:6
+   >=kde-frameworks/kirigami-${KFMIN}:6
+   >=kde-frameworks/knotifications-${KFMIN}:6
+   >=kde-frameworks/kservice-${KFMIN}:6
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+   >=kde-frameworks/kwindowsystem-${KFMIN}:6
+   >=kde-plasma/libplasma-${PVCUT}:6
+   net-print/cups
+"
+RDEPEND="${DEPEND}
+   !=kde-frameworks/kdeclarative-${KFMIN}:6
+   kde-plasma/kde-cli-tools:*
+   gtk? ( app-admin/system-config-printer )
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6"
+
+pkg_postinst() {
+   ecm_pkg_postinst
+
+   if [[ -z "${REPLACING_VERSIONS}" ]] && ! use gtk ; then
+   ewarn "By switching off \"gtk\" USE flag, you have chosen to do 
without"
+   ewarn "an important, though optional, runtime dependency:"
+   ewarn
+   ewarn "app-admin/system-config-printer"
+   ewarn
+   ewarn "${PN} will work nevertheless, but is going to be less 
comfortable"
+   ewarn "and will show the following error status during runtime:"
+   ewarn
+   ewarn "\"Failed to group devices: 'The name 
org.fedoraproject.Config.Printing"
+   ewarn "was not provided by any .service files'\""
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2023-12-19 Thread Andreas Sturmlechner
commit: 964e9380039819d86095ca4fba32a0f3ee08f506
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Dec 19 19:55:58 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec 19 20:44:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=964e9380

kde-plasma/print-manager: drop 23.04.3

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

 kde-plasma/print-manager/Manifest  |  1 -
 .../print-manager/print-manager-23.04.3.ebuild | 62 --
 2 files changed, 63 deletions(-)

diff --git a/kde-plasma/print-manager/Manifest 
b/kde-plasma/print-manager/Manifest
index 8701667fdc65..02d5734bef9e 100644
--- a/kde-plasma/print-manager/Manifest
+++ b/kde-plasma/print-manager/Manifest
@@ -1,3 +1,2 @@
-DIST print-manager-23.04.3.tar.xz 288948 BLAKE2B 
ea0a507b3cb44bc410ee856b1e6ce344f7c46af54351ad8362be029e10004d50c730245175379a8669303667e9f9129bb0492f1b9ed9f6de42f482b402bb773f
 SHA512 
8462e241f73259f0cfca927f33d778df0d83d3db8cd5347dea8cd48973774352bab5d1dd2352ed4d8cd908ab6392189ec0e6468b679cfaf85afae1c574a2a3e6
 DIST print-manager-23.08.3.tar.xz 289328 BLAKE2B 
e705ea40a4330e46903430070911eed416e529d045a7bee916052386a737ddaed5b8b6d92951046a804944f20636f9b3570cf8ce5d5f7770e27df148adac3dad
 SHA512 
49d27aad5a743b700e6f46f92573e27c0595923044c3dcd30478f711ee3133de3f69f7a41fe17b8b047ab75463f213053a78d0e3a7860e84055a94b309b89a57
 DIST print-manager-23.08.4.tar.xz 289936 BLAKE2B 
904ed56a62f8e91beb7179fac171a1af4d8c6292bc86afe931dd5644ee18e0a883c3e29fc5b37dbd60eeddadb349626abc4c14a5bf2c7d32b78da77a40f063de
 SHA512 
3c527ea57d78492a77252b9c5d22e476ef05531bb154c3bd7d986dcb0bbd87c0811b8e3e354f5da94ed58bdf4d7a119d648b80b2ad8689cabe332fb9265e78d3

diff --git a/kde-plasma/print-manager/print-manager-23.04.3.ebuild 
b/kde-plasma/print-manager/print-manager-23.04.3.ebuild
deleted file mode 100644
index 3a901c445e8b..
--- a/kde-plasma/print-manager/print-manager-23.04.3.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv x86"
-IUSE="+gtk"
-
-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/kcmutils-${KFMIN}:5
-   >=kde-frameworks/kconfig-${KFMIN}:5
-   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
-   >=kde-frameworks/kcoreaddons-${KFMIN}:5
-   >=kde-frameworks/kdbusaddons-${KFMIN}:5
-   >=kde-frameworks/ki18n-${KFMIN}:5
-   >=kde-frameworks/kiconthemes-${KFMIN}:5
-   >=kde-frameworks/kio-${KFMIN}:5
-   >=kde-frameworks/knotifications-${KFMIN}:5
-   >=kde-frameworks/kservice-${KFMIN}:5
-   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
-   >=kde-frameworks/kwindowsystem-${KFMIN}:5
-   >=kde-plasma/libplasma-${KFMIN}:5
-   net-print/cups
-"
-RDEPEND="${DEPEND}
-   >=dev-qt/qtquickcontrols-${QTMIN}:5
-   >=dev-qt/qtquickcontrols2-${QTMIN}:5
-   >=kde-frameworks/kdeclarative-${KFMIN}:5
-   kde-plasma/kde-cli-tools:5
-   gtk? ( app-admin/system-config-printer )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"
-
-pkg_postinst() {
-   ecm_pkg_postinst
-
-   if [[ -z "${REPLACING_VERSIONS}" ]] && ! use gtk ; then
-   ewarn "By switching off \"gtk\" USE flag, you have chosen to do 
without"
-   ewarn "an important, though optional, runtime dependency:"
-   ewarn
-   ewarn "app-admin/system-config-printer"
-   ewarn
-   ewarn "${PN} will work nevertheless, but is going to be less 
comfortable"
-   ewarn "and will show the following error status during runtime:"
-   ewarn
-   ewarn "\"Failed to group devices: 'The name 
org.fedoraproject.Config.Printing"
-   ewarn "was not provided by any .service files'\""
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: kde-plasma/print-manager/

2023-12-09 Thread Andreas Sturmlechner
commit: f9c1850d3c1f7ca1ae72449cd98cf7d1766d85f8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Dec  9 10:19:51 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec  9 10:28:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9c1850d

kde-plasma/print-manager: 23.08.4 version bump

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

 kde-plasma/print-manager/Manifest  |  1 +
 .../print-manager/print-manager-23.08.4.ebuild | 62 ++
 2 files changed, 63 insertions(+)

diff --git a/kde-plasma/print-manager/Manifest 
b/kde-plasma/print-manager/Manifest
index f036a12fb8f5..8701667fdc65 100644
--- a/kde-plasma/print-manager/Manifest
+++ b/kde-plasma/print-manager/Manifest
@@ -1,2 +1,3 @@
 DIST print-manager-23.04.3.tar.xz 288948 BLAKE2B 
ea0a507b3cb44bc410ee856b1e6ce344f7c46af54351ad8362be029e10004d50c730245175379a8669303667e9f9129bb0492f1b9ed9f6de42f482b402bb773f
 SHA512 
8462e241f73259f0cfca927f33d778df0d83d3db8cd5347dea8cd48973774352bab5d1dd2352ed4d8cd908ab6392189ec0e6468b679cfaf85afae1c574a2a3e6
 DIST print-manager-23.08.3.tar.xz 289328 BLAKE2B 
e705ea40a4330e46903430070911eed416e529d045a7bee916052386a737ddaed5b8b6d92951046a804944f20636f9b3570cf8ce5d5f7770e27df148adac3dad
 SHA512 
49d27aad5a743b700e6f46f92573e27c0595923044c3dcd30478f711ee3133de3f69f7a41fe17b8b047ab75463f213053a78d0e3a7860e84055a94b309b89a57
+DIST print-manager-23.08.4.tar.xz 289936 BLAKE2B 
904ed56a62f8e91beb7179fac171a1af4d8c6292bc86afe931dd5644ee18e0a883c3e29fc5b37dbd60eeddadb349626abc4c14a5bf2c7d32b78da77a40f063de
 SHA512 
3c527ea57d78492a77252b9c5d22e476ef05531bb154c3bd7d986dcb0bbd87c0811b8e3e354f5da94ed58bdf4d7a119d648b80b2ad8689cabe332fb9265e78d3

diff --git a/kde-plasma/print-manager/print-manager-23.08.4.ebuild 
b/kde-plasma/print-manager/print-manager-23.08.4.ebuild
new file mode 100644
index ..ad21212fb999
--- /dev/null
+++ b/kde-plasma/print-manager/print-manager-23.08.4.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=5.106.0
+QTMIN=5.15.9
+inherit ecm gear.kde.org
+
+DESCRIPTION="Manage CUPS print jobs and printers in Plasma"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="+gtk"
+
+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/kcmutils-${KFMIN}:5
+   >=kde-frameworks/kconfig-${KFMIN}:5
+   >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+   >=kde-frameworks/kcoreaddons-${KFMIN}:5
+   >=kde-frameworks/kdbusaddons-${KFMIN}:5
+   >=kde-frameworks/ki18n-${KFMIN}:5
+   >=kde-frameworks/kiconthemes-${KFMIN}:5
+   >=kde-frameworks/kio-${KFMIN}:5
+   >=kde-frameworks/knotifications-${KFMIN}:5
+   >=kde-frameworks/kservice-${KFMIN}:5
+   >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+   >=kde-frameworks/kwindowsystem-${KFMIN}:5
+   >=kde-plasma/libplasma-${KFMIN}:5
+   net-print/cups
+"
+RDEPEND="${DEPEND}
+   >=dev-qt/qtquickcontrols-${QTMIN}:5
+   >=dev-qt/qtquickcontrols2-${QTMIN}:5
+   >=kde-frameworks/kdeclarative-${KFMIN}:5
+   kde-plasma/kde-cli-tools:*
+   gtk? ( app-admin/system-config-printer )
+"
+BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"
+
+pkg_postinst() {
+   ecm_pkg_postinst
+
+   if [[ -z "${REPLACING_VERSIONS}" ]] && ! use gtk ; then
+   ewarn "By switching off \"gtk\" USE flag, you have chosen to do 
without"
+   ewarn "an important, though optional, runtime dependency:"
+   ewarn
+   ewarn "app-admin/system-config-printer"
+   ewarn
+   ewarn "${PN} will work nevertheless, but is going to be less 
comfortable"
+   ewarn "and will show the following error status during runtime:"
+   ewarn
+   ewarn "\"Failed to group devices: 'The name 
org.fedoraproject.Config.Printing"
+   ewarn "was not provided by any .service files'\""
+   fi
+}