From b4938cbee6459203c33e12f4a06e0ea6f1e85704 Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Thu, 31 Mar 2016 16:44:28 +0300 Subject: [PATCH] oxygen-icons:moved framewroks and update --- desktop/kde/framework/oxygen-icons/actions.py | 18 ++++++++++ desktop/kde/framework/oxygen-icons/pspec.xml | 36 +++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 desktop/kde/framework/oxygen-icons/actions.py create mode 100644 desktop/kde/framework/oxygen-icons/pspec.xml 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 + + +