diff --git a/kde-plasma/print-manager/Manifest b/kde-plasma/print-manager/Manifest index 68c6b7a114882..2ee0d1465f520 100644 --- a/kde-plasma/print-manager/Manifest +++ b/kde-plasma/print-manager/Manifest @@ -1,3 +1,2 @@ DIST print-manager-6.5.5.tar.xz 381168 BLAKE2B e13be558ba359c1da223fe7dc34148f385df5b2f7743167fce715f937026bb889812921a22aa2da5cc91a3ba9c2d9ff9f3c5c9ea54cc92c69e01e1442cfbe53e SHA512 9809dcaba12b120cf307377fca578f4c1f7ea624773dd80bcd315d4b8bdedfe72c423526bc553196394a216e917f13971701dec9be4948eb90045dbd802aec07 -DIST print-manager-6.6.2.tar.xz 384412 BLAKE2B 9c44f743001d9de58e66dd4f98a87ced6a9e7ac26d90d962685f433ce3646dbe552b013fb960f6cf382ea1819a526fb2b0df27707a05e56d74fd0988a2ff56a6 SHA512 6b8946c0593bbcf9f4d51c33f95578411613fc6f1a3af71df5f78ffd6961ebc5d25d01d0cc37d2bc4f6d47b23e0dda953939244751aff97156d8f0549dcea861 DIST print-manager-6.6.3.tar.xz 385436 BLAKE2B 96ff26e90d9c75dc5c2773fdc33bc723745907ca5e7efa655105f1c7a857e0d9ae833c1d97342dfc342dba60681b85d27391d8b2e545b72464d0e5d768761fc2 SHA512 1b7bd1f635c36f954bfecada78bc65801fcfa60eae5c98354f4ec991108ba8765e384df1d779b3001e03148e04522e2a0e6ebd5fd428cd810cbbbee96a53b666 diff --git a/kde-plasma/print-manager/print-manager-6.6.2.ebuild b/kde-plasma/print-manager/print-manager-6.6.2.ebuild deleted file mode 100644 index bb3a97f417e08..0000000000000 --- a/kde-plasma/print-manager/print-manager-6.6.2.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -KFMIN=6.22.0 -QTMIN=6.10.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 ~arm64 ~loong ~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/kio-6.22.1: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 -}