From 81691eb57074d0363f18b62c226f314dfc7ded98 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Thu, 18 Sep 2025 20:35:33 +0200 Subject: kde-plasma/print-manager: 6.5.49.9999 version bump Signed-off-by: Andreas Sturmlechner --- .../print-manager/print-manager-6.5.49.9999.ebuild | 66 ++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 kde-plasma/print-manager/print-manager-6.5.49.9999.ebuild (limited to 'kde-plasma/print-manager') diff --git a/kde-plasma/print-manager/print-manager-6.5.49.9999.ebuild b/kde-plasma/print-manager/print-manager-6.5.49.9999.ebuild new file mode 100644 index 00000000000..34f90f764bd --- /dev/null +++ b/kde-plasma/print-manager/print-manager-6.5.49.9999.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KFMIN=6.18.0 +QTMIN=6.9.1 +inherit ecm plasma.kde.org xdg + +DESCRIPTION="Manage CUPS print jobs and printers in Plasma" + +LICENSE="GPL-2" # TODO: CHECK +SLOT="6" +KEYWORDS="" +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/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() { + xdg_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 +} -- cgit v1.2.3 From 4625e66185096ba59b87573d394f7f82694c037a Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Thu, 18 Sep 2025 20:45:37 +0200 Subject: kde-plasma/print-manager: 6.4.90 version bump Signed-off-by: Andreas Sturmlechner --- kde-plasma/print-manager/Manifest | 1 + .../print-manager/print-manager-6.4.90.ebuild | 66 ++++++++++++++++++++++ 2 files changed, 67 insertions(+) create mode 100644 kde-plasma/print-manager/Manifest create mode 100644 kde-plasma/print-manager/print-manager-6.4.90.ebuild (limited to 'kde-plasma/print-manager') diff --git a/kde-plasma/print-manager/Manifest b/kde-plasma/print-manager/Manifest new file mode 100644 index 00000000000..bb93f0358f9 --- /dev/null +++ b/kde-plasma/print-manager/Manifest @@ -0,0 +1 @@ +DIST print-manager-6.4.90.tar.xz 380352 BLAKE2B 9a10e48bda415acc1bbf0681087f02e6cf5de2a35c19e02a9a53e386c36e997f216c8460ba1b18b79c82ae7f89cd62d23a099fa35131d64989169952c1ad7867 SHA512 93a212707fcc1db577090c90e79c51e1c40fab16e11aa97e81b28d971d6eb82c185476fec9400163524ece46ed247a29ebb406953ece9291a47d8fb50ea3541d diff --git a/kde-plasma/print-manager/print-manager-6.4.90.ebuild b/kde-plasma/print-manager/print-manager-6.4.90.ebuild new file mode 100644 index 00000000000..f7f805cddfd --- /dev/null +++ b/kde-plasma/print-manager/print-manager-6.4.90.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KFMIN=6.18.0 +QTMIN=6.9.1 +inherit ecm plasma.kde.org xdg + +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/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() { + xdg_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 +} -- cgit v1.2.3