diff --git a/desktop/kde/plasma/oxygen-icons/actions.py b/desktop/kde/plasma/oxygen-icons/actions.py new file mode 100644 index 0000000000..bd0ae015db --- /dev/null +++ b/desktop/kde/plasma/oxygen-icons/actions.py @@ -0,0 +1,19 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import cmaketools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ + -DKDE4_BUILD_TESTS=OFF \ + -DCMAKE_INSTALL_PREFIX=/usr") + +def build(): + cmaketools.make() + +def install(): + cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) diff --git a/desktop/kde/plasma/oxygen-icons/pspec.xml b/desktop/kde/plasma/oxygen-icons/pspec.xml new file mode 100644 index 0000000000..b84a2c1f20 --- /dev/null +++ b/desktop/kde/plasma/oxygen-icons/pspec.xml @@ -0,0 +1,35 @@ + + + oxygen-icons + http://www.oxygen-icons.org + + Ertuğrul Erata + ertugrulerata@gmail.com + + LGPL + KDE Oxygen icons + "The Oxygen Icon Theme + + cmake + extra-cmake-modules + + http://download.kde.org/stable/applications/15.04.3/src/oxygen-icons-15.04.3.tar.xz + + + + oxygen-icons + + /usr/share/icons + + + + + + 2015-08-01 + 15.04.3 + First Release + Ertuğrul Erata + ertugrulerata@gmail.com + + +