From 3b6551f2b3416633e5ab094e2b70754285a1d209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 6 Feb 2015 15:36:10 +0100 Subject: [PATCH] add oxygen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-kde/plasma/untier/oxygen/oxygen.bb | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 recipes-kde/plasma/untier/oxygen/oxygen.bb diff --git a/recipes-kde/plasma/untier/oxygen/oxygen.bb b/recipes-kde/plasma/untier/oxygen/oxygen.bb new file mode 100644 index 00000000..f0d10f42 --- /dev/null +++ b/recipes-kde/plasma/untier/oxygen/oxygen.bb @@ -0,0 +1,38 @@ +SUMMARY = "OXYGEN" +LICENSE = "GPLv2 & LGPLv2.1" +LIC_FILES_CHKSUM = " \ + file://COPYING;md5=5c213a7de3f013310bd272cdb6eb7a24 \ + file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ +" + +inherit kde-plasma + +DEPENDS += " \ + ki18n \ + kconfig \ + kguiaddons \ + kwidgetsaddons \ + kservice \ + kcompletion \ + frameworkintegration \ + kwindowsystem \ + ${@bb.utils.contains("DISTRO_FEATURES", "x11", "libxcb qtx11extras", "", d)} \ +" + +PV = "${PLASMA_VERSION}" +SRC_URI[md5sum] = "b919c30021bff3bc09c105ddcaa0c7f6" +SRC_URI[sha256sum] = "5d816ce545debb63deb084a5bb2160bd9330874da1f347764a3e0c68462d4df1" + +#FILES_SOLIBSDEV = "${libdir}/libmuonprivate${SOLIBSDEV}" + +FILES_${PN} += " \ + ${datadir}/icons \ + ${datadir}/kstyle \ + ${datadir}/plasma \ + ${libdir}/plugins \ +" + +FILES_${PN}-dbg += " \ + ${libdir}/plugins/.debug \ + ${libdir}/plugins/*/.debug \ +"