diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-12 14:31:26 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-12 23:09:04 +0100 |
commit | c3066272c885586bb1a9a464cdc1b574b4bfeec7 (patch) | |
tree | b519884250fe639350a0d70c9ca874d31831787d /kde-plasma/oxygen | |
parent | kde-plasma: Add KDE Plasma 5.17.3 (diff) | |
download | gentoo-c3066272c885586bb1a9a464cdc1b574b4bfeec7.tar.gz gentoo-c3066272c885586bb1a9a464cdc1b574b4bfeec7.tar.bz2 gentoo-c3066272c885586bb1a9a464cdc1b574b4bfeec7.zip |
kde-plasma: Drop KDE Plasma 5.17.2
Package-Manager: Portage-2.3.79, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/oxygen')
-rw-r--r-- | kde-plasma/oxygen/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/oxygen/oxygen-5.17.2.ebuild | 48 |
2 files changed, 0 insertions, 49 deletions
diff --git a/kde-plasma/oxygen/Manifest b/kde-plasma/oxygen/Manifest index 6cd6e102bee4..12f1e5b348f1 100644 --- a/kde-plasma/oxygen/Manifest +++ b/kde-plasma/oxygen/Manifest @@ -1,3 +1,2 @@ DIST oxygen-5.16.5.tar.xz 4466432 BLAKE2B 99ffbf358ebe687402d2ad08b01f0043c4c2510762a4eed9556d97727000d9a6144c712775c206cc4b98f4c247ed6d4fa96aceda0af6e82c2e75b69250ce8490 SHA512 6ed14b6fc454e22e837525efa7298245d62cd7c86a0f8b608960141f8820722fa9996214848309cb89d4212d9a8ad1384ce82e7917b62114aea8d65247b68951 -DIST oxygen-5.17.2.tar.xz 4465224 BLAKE2B ccf8af1b232af8e9f8fc51764a55f9ce71608dd9897bed39a798829b9afca8347b363a0e31f96cd3c101fe9b4f63252099e4f92c1c135f7da4947ad4262738c9 SHA512 dde70ee1e99e8ce0be9734a7165616c219b8550bb5700004661bebdcd1f9a886215046b90a19fc52a86d4abec351c13f47c96bbfbb11dd437a8279e3eef4e14a DIST oxygen-5.17.3.tar.xz 4466848 BLAKE2B 17e3cf98b29f88cb9053691ce9bdbb3922cb3251f9e374ca6f1afa2c9dec54b30d0952ccd53b6c0a090a6a0c80f26aa9bb8b3b560b8fd05989bfe1fe135c3e07 SHA512 bfb98035fdd541b9d35438774d722de6852d0ea3423c3b4f22ab1533f60824e062419e8fa339f434f921abd1166b3820e3d22bbdbd38e820947faba5129b7610 diff --git a/kde-plasma/oxygen/oxygen-5.17.2.ebuild b/kde-plasma/oxygen/oxygen-5.17.2.ebuild deleted file mode 100644 index be7ec3f5e9c0..000000000000 --- a/kde-plasma/oxygen/oxygen-5.17.2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit kde5 - -DESCRIPTION="Oxygen visual style for the Plasma desktop" -HOMEPAGE="https://cgit.kde.org/oxygen.git" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="wayland" - -COMMON_DEPEND=" - $(add_frameworks_dep frameworkintegration) - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kguiaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_plasma_dep kdecoration) - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtx11extras) - x11-libs/libxcb - wayland? ( $(add_frameworks_dep kwayland) ) -" -DEPEND="${COMMON_DEPEND} - $(add_frameworks_dep kservice) -" -RDEPEND="${COMMON_DEPEND} - !<kde-plasma/plasma-desktop-5.16.80 -" -PDEPEND=" - $(add_plasma_dep kde-cli-tools) -" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package wayland KF5Wayland) - ) - kde5_src_configure -} |