summaryrefslogtreecommitdiff
path: root/kde-plasma/oxygen
diff options
context:
space:
mode:
Diffstat (limited to 'kde-plasma/oxygen')
-rw-r--r--kde-plasma/oxygen/Manifest1
-rw-r--r--kde-plasma/oxygen/oxygen-5.14.0.ebuild46
2 files changed, 47 insertions, 0 deletions
diff --git a/kde-plasma/oxygen/Manifest b/kde-plasma/oxygen/Manifest
index 8e20c452ca8..fd3c66879ff 100644
--- a/kde-plasma/oxygen/Manifest
+++ b/kde-plasma/oxygen/Manifest
@@ -1 +1,2 @@
DIST oxygen-5.13.90.tar.xz 4468052 BLAKE2B 1864488de457cbd40d84ef4bd666f46d47612ca11d6d17225c26ef73b66d9a20ce21b0d9df10885abc5022b9c03e94a9de67b93f553667f04d64299b433bb3c4 SHA512 205522d5a54f627d64034ae8de65204e7d5bbe997d9b32a5ca7c01e3306b8133c63a15ede7519d57f3b3e82b820642cdb3969b3917ad6e8a0e4fbf134ca3a52d
+DIST oxygen-5.14.0.tar.xz 4265564 BLAKE2B df37c4b1c228da30fcdc1dffaf52eb52896da5924a50fce02b230ddd4d01a3484dfe4a0e90cd59933a9618748ccc8e02d719a7c573ac21773f6295b8fbc2ba51 SHA512 2c7f59fd1db9e995c21a9532ed976bf1e1d98cd7dd6a950f3a6209571e4e873128ac8013a328f7cbf424b96c20e5922d44f740b29f7f80c8ba0f08ca478f2fc3
diff --git a/kde-plasma/oxygen/oxygen-5.14.0.ebuild b/kde-plasma/oxygen/oxygen-5.14.0.ebuild
new file mode 100644
index 00000000000..d45e10e9fae
--- /dev/null
+++ b/kde-plasma/oxygen/oxygen-5.14.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Oxygen visual style for the Plasma desktop"
+HOMEPAGE="https://cgit.kde.org/oxygen.git"
+KEYWORDS="~amd64 ~arm ~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}
+ $(add_plasma_dep kde-cli-tools)
+ !kde-plasma/kdebase-cursors:4
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package wayland KF5Wayland)
+ )
+ kde5_src_configure
+}