diff --git a/desktop/kde/framework/oxygen-icons/actions.py b/desktop/kde/framework/oxygen-icons/actions.py new file mode 100644 index 0000000000..15d84961d6 --- /dev/null +++ b/desktop/kde/framework/oxygen-icons/actions.py @@ -0,0 +1,18 @@ +#!/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 kde5 +from pisi.actionsapi import pisitools + +def setup(): + kde5.configure() + +def build(): + kde5.make() + +def install(): + kde5.install() + + pisitools.dodoc("COPYING*", "README*") diff --git a/desktop/kde/framework/oxygen-icons/pspec.xml b/desktop/kde/framework/oxygen-icons/pspec.xml new file mode 100644 index 0000000000..a394c5794a --- /dev/null +++ b/desktop/kde/framework/oxygen-icons/pspec.xml @@ -0,0 +1,36 @@ + + + oxygen-icons + http://www.oxygen-icons.org + + Ertuğrul Erata + ertugrulerata@gmail.com + + LGPL + KDE Oxygen icons + "The Oxygen Icon Theme + http://download.kde.org/stable/frameworks/5.20/oxygen-icons5-5.20.0.tar.xz + + extra-cmake-modules + qt5-base-devel + + + + + oxygen-icons + + /usr/share/icons + /usr/share/doc + + + + + + 2016-03-31 + 5.20.0 + First Release + Ertuğrul Erata + ertugrulerata@gmail.com + + +