commit:     ce03c41fd339389a34e8fc7d006b6b7a806c2837
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 22:28:01 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 22:31:11 2024 +0000
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 <sam <AT> 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 000000000000..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-plasma/print-manager-23.08.5-r100:5
+       >=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
+}

Reply via email to