add gtk-theme-orion

This commit is contained in:
groni
2016-09-30 21:35:22 +02:00
parent 1645854cf4
commit a8fb68f4e0
6 changed files with 96 additions and 2 deletions
@@ -0,0 +1,21 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
def install():
pisitools.dodir ("/usr/share/themes/Orion")
for subtheme in ["gtk-2.0", "gtk-3.0", "metacity-1", "xfwm4", "openbox-3"]:
pisitools.insinto ("/usr/share/themes/Orion", subtheme)
pisitools.dodoc ("LICENSE", "README")
@@ -0,0 +1,38 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>gtk-theme-orion</Name>
<Homepage>https://github.com/shimmerproject/Orion</Homepage>
<Packager>
<Name>Pisi Linux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<Summary>Orion is a modern light theme for Gnome. It supports Gnome, Unity, XFCE and Openbox.</Summary>
<Description>The theme is compatible with GTK 3.6 and 3.8. It also includes a GTK 2.0 theme using Murrine engine.</Description>
<License>GPL-3.0</License>
<ISA>data</ISA>
<Archive sha1sum="ef900a5a8e6ceddae89b979dcc86db7de610f937" type="targz">https://github.com/shimmerproject/Orion/archive/v1.5.tar.gz</Archive>
</Source>
<Package>
<Name>gtk-theme-orion</Name>
<RuntimeDependencies>
<Dependency>gtk2-engine-murrine</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/themes</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-10-01</Date>
<Version>1.5</Version>
<Comment>First Release.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>