add gtk-theme-arc

This commit is contained in:
groni
2016-10-01 16:07:26 +02:00
parent 47ea31c8c6
commit d01bdf5fbe
6 changed files with 97 additions and 2 deletions
@@ -0,0 +1,22 @@
#!/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
WorkDir = "arc-theme/arc-themes/Arc"
def install():
pisitools.dodir ("/usr/share/themes/Arc")
for subtheme in ["gtk-2.0", "gtk-3.0", "metacity-1", "xfwm4", "cinnamon", "gnome-shell", "unity"]:
pisitools.insinto ("/usr/share/themes/Arc", 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-arc</Name>
<Homepage>https://launchpad.net/~varlesh-l/+archive/ubuntu/papirus-pack/+packages</Homepage>
<Packager>
<Name>Pisi Linux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<Summary>Arc is a flat theme with a subtle color scheme and transparency in select parts of the window, like GTK Header Bars and the Nautilus sidebar.</Summary>
<Description>The Arc theme supports GTK3 and GTK2 based desktop environments, including GNOME Shell (of course) and the standard Ubuntu Unity desktop.It also works just dandy with lightweight Budgie and elementarys Pantheon desktops and should work fine on Cinnamon.</Description>
<License>GPL-3.0</License>
<ISA>data</ISA>
<Archive sha1sum="b5a9792245d07b60c31d9f852858d7f844b55402" type="targz">https://launchpad.net/~varlesh-l/+archive/ubuntu/papirus-pack/+files/arc-theme_16.04~xenial~NoobsLab.com.tar.gz</Archive>
</Source>
<Package>
<Name>gtk-theme-arc</Name>
<RuntimeDependencies>
<Dependency>gtk2-engine-murrine</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/themes/Arc</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-10-01</Date>
<Version>1.0</Version>
<Comment>First Release.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>