add gtk-theme-arc-dark-solid

This commit is contained in:
groni
2016-10-01 16:14:25 +02:00
parent 6fdb9b4126
commit 510f91be4e
6 changed files with 98 additions and 2 deletions
@@ -0,0 +1,23 @@
#!/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-Dark-Solid"
def install():
pisitools.dodir ("/usr/share/themes/Arc-Dark-Solid")
for subtheme in ["gtk-2.0", "gtk-3.0", "metacity-1", "xfwm4", "cinnamon", "gnome-shell", "unity"]:
pisitools.insinto ("/usr/share/themes/Arc-Dark-Solid", subtheme)
pisitools.insinto ("/usr/share/themes/Arc-Dark-Solid", "index.theme")
# 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-dark-solid</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 elementary’s Pantheon desktops and should work fine on Cinnamon.</Description>
<License>GPLv2</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-dark-solid</Name>
<RuntimeDependencies>
<Dependency>gtk2-engine-murrine</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/themes/Arc-Dark-Solid</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>