From 6bc2e4d7c5906e46a8f275a876ead6ec41aca5bb Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 10 Feb 2019 15:40:27 +0000 Subject: gentoo resync : 10.02.2019 --- kde-apps/print-manager/Manifest | 4 +- .../print-manager/print-manager-18.12.1.ebuild | 53 ---------------------- .../print-manager/print-manager-18.12.2.ebuild | 53 ++++++++++++++++++++++ 3 files changed, 55 insertions(+), 55 deletions(-) delete mode 100644 kde-apps/print-manager/print-manager-18.12.1.ebuild create mode 100644 kde-apps/print-manager/print-manager-18.12.2.ebuild (limited to 'kde-apps/print-manager') diff --git a/kde-apps/print-manager/Manifest b/kde-apps/print-manager/Manifest index 38bc286d46e9..841c0137dd7b 100644 --- a/kde-apps/print-manager/Manifest +++ b/kde-apps/print-manager/Manifest @@ -1,5 +1,5 @@ DIST print-manager-18.08.3.tar.xz 238796 BLAKE2B f3fe67bb2a6b7f2e05b7ed8934ba491a829eff842fdd1f76af3cc376e679826e6ae1f332242d278215828b4842a0bf85b6e22d5b3ffb03d61f01c5f575cfa0d1 SHA512 0727f5e125ac2198276a92acfd881077647ab082b5edc9c4e5211f53dccd19e12b9b6934fd696424e029d5f7de373a194f9c302f587fb0c80af42526cd4a04ad -DIST print-manager-18.12.1.tar.xz 238868 BLAKE2B c12e90e660f7598f306a46b0aa800fdcad1e2f9a04bec229bcdf0a230b4ac079d5b5aa0a03aa6f8147100e53783a130b5a706a9cfe75a6f528b127163ab2d00b SHA512 e49adbb4118565f632e74e32c987ff2f735688e8091dc8eab8dbcabce0276b1360283e0e37729d13f6d1cfce5b27a78e3c4ac93b464adab07f92ac6b15244171 +DIST print-manager-18.12.2.tar.xz 238864 BLAKE2B 0470b3d34b7eba6d510b86670eae0fb196a1fbba6fc44531c6998fcdfc1977f4d2962113ec850e67ae57dcab7d4569da1ee0bdcb362e89ce4ca9fa729783af05 SHA512 10cfa342804820c516e50d55fdda1046b4cfefb24e9d1d32c633471435e0740d160df01a7a3b2e67feb4411f5baeefc9716fdd798f4efd9506e14cd3acce4633 EBUILD print-manager-18.08.3.ebuild 1436 BLAKE2B 536af8049cf584e8e551e73687592be1758e586a095efd2b879d0a3789e118636bc931f7a12d0b42eb38de99b982190f401ceacd86255e148a5dcd053fe7ad34 SHA512 8e6d544cff6c081b85a9dc038b1a8774a25990650e1872e897b6878f02333b64c9eabbe2581d32e4b7abbe82ae386074e3d030d56d0eab3fbaf5e851201a17b9 -EBUILD print-manager-18.12.1.ebuild 1478 BLAKE2B 530737b34ac1262bafb47995da437da48c4fb42aa8fc1d01f76abad586baa741d4da2299187fc783c9bcea31d9d0b9666425e1aa5023ab8380569b0f96649d58 SHA512 b4c72762f01f63e4ce7eb9ed57f9df9b6e8b6a5df46b3c68090db9b7a7f1d65ab828a23a4ddcba03aac704fcaca2660c0af06af0116a67d2140a4e458f415427 +EBUILD print-manager-18.12.2.ebuild 1478 BLAKE2B d1a6df57d2cf51abd5d09abc5379be389383bb7cff5badfc82a07012f23ee19dace8485c4e8ea3ab2ad01874e752d44ed597db07470cc56d83368e73bff93f85 SHA512 a5124f55923745b26c8cb812b1fce6bc29014fbd6d2142113ff67e504fbb6307692fc47ed8380c89ee441a3c903e5da31189954b7fa28e27f9f00095926c6641 MISC metadata.xml 249 BLAKE2B ad415db89e5dee1627aa77f44ded9d4e1e5b8217d06c7ca25bbaa3fe92ce67c2b1090957c45a821b407d7927e5af798498aa6a5b903895ee1af8ee20a446c7f7 SHA512 76a5a340b13f0053ca3c5e94ed24380ea8d29b45ac8655419e22eaadb1e4a827c04d2e7e36b65145c4964e6526f656618fc6ac144e277ef53cb7373e6239e3c3 diff --git a/kde-apps/print-manager/print-manager-18.12.1.ebuild b/kde-apps/print-manager/print-manager-18.12.1.ebuild deleted file mode 100644 index 6d021308e98e..000000000000 --- a/kde-apps/print-manager/print-manager-18.12.1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit kde5 - -DESCRIPTION="Manage print jobs and printers in Plasma" -KEYWORDS="~amd64 ~x86" -IUSE="+gtk" - -DEPEND=" - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep plasma) - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui) - $(add_qt_dep qtnetwork) - $(add_qt_dep qtwidgets) - net-print/cups -" -RDEPEND="${DEPEND} - $(add_plasma_dep kde-cli-tools) - gtk? ( app-admin/system-config-printer ) -" - -pkg_postinst(){ - kde5_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 -} diff --git a/kde-apps/print-manager/print-manager-18.12.2.ebuild b/kde-apps/print-manager/print-manager-18.12.2.ebuild new file mode 100644 index 000000000000..4e79c22ab4e1 --- /dev/null +++ b/kde-apps/print-manager/print-manager-18.12.2.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit kde5 + +DESCRIPTION="Manage print jobs and printers in Plasma" +KEYWORDS="~amd64 ~x86" +IUSE="+gtk" + +DEPEND=" + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep plasma) + $(add_qt_dep qtdbus) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtwidgets) + net-print/cups +" +RDEPEND="${DEPEND} + $(add_plasma_dep kde-cli-tools) + gtk? ( app-admin/system-config-printer ) +" + +pkg_postinst(){ + kde5_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