From 52f50912ec26e02e1cfb12cf04329a3a48df78e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Sun, 2 Aug 2015 01:27:39 +0300 Subject: [PATCH] oxygen-icons in main --- desktop/kde/plasma/oxygen-icons/actions.py | 19 ++++++++++++ desktop/kde/plasma/oxygen-icons/pspec.xml | 35 ++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 desktop/kde/plasma/oxygen-icons/actions.py create mode 100644 desktop/kde/plasma/oxygen-icons/pspec.xml 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 + + +