diff --git a/desktop/lookandfeel/icon-theme-adwaita/actions.py b/desktop/lookandfeel/icon-theme-adwaita/actions.py new file mode 100644 index 0000000000..49ee84fe9d --- /dev/null +++ b/desktop/lookandfeel/icon-theme-adwaita/actions.py @@ -0,0 +1,20 @@ +#!/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 autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + autotools.configure() + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "NEWS", "COPYING*", "README") diff --git a/desktop/lookandfeel/icon-theme-adwaita/pspec.xml b/desktop/lookandfeel/icon-theme-adwaita/pspec.xml new file mode 100644 index 0000000000..822e77c210 --- /dev/null +++ b/desktop/lookandfeel/icon-theme-adwaita/pspec.xml @@ -0,0 +1,36 @@ + + + icon-theme-adwaita + http://www.gnome.org + + Alihan Öztürk + alihan@pisilinux.org + + GPLv2 + app:gui + Adwaita icon theme + Adwaita icon theme + ftp://ftp.gnome.org/pub/gnome/sources/adwaita-icon-theme/3.20/adwaita-icon-theme-3.20.tar.xz + + intltool + + + + + icon-theme-adwaita + Adwaita icon theme + + / + + + + + + 2016-06-07 + 3.20 + First release + Alihan Öztürk + alihan@pisilinux.org + + +