add gtk-theme-bluebird
This commit is contained in:
@@ -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/Bluebird")
|
||||
|
||||
for subtheme in ["gtk-2.0", "gtk-3.0", "metacity-1", "xfwm4"]:
|
||||
pisitools.insinto ("/usr/share/themes/Bluebird", subtheme)
|
||||
|
||||
pisitools.dodoc ("LICENSE.CC", "LICENSE.GPL")
|
||||
|
||||
|
||||
@@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>gtk-theme-bluebird</Name>
|
||||
<Homepage>http://shimmerproject.org/project/bluebird/</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<Summary>GTK Theme Suite - Bluebird for the XFCE-Desktop</Summary>
|
||||
<Description>GTK Theme Suite - Bluebird for the XFCE-Desktop</Description>
|
||||
<License>GPLv2</License>
|
||||
<License>CC-BY-SA 3.0</License>
|
||||
<ISA>data</ISA>
|
||||
<Archive sha1sum="a0f31c8276c29f7325c0dbe371fdc69407c503d4" type="targz">https://github.com/shimmerproject/Bluebird/archive/v1.2.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>gtk-theme-bluebird</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.2</Version>
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
+103874
-103797
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
e7b779edc1558dfcaae42ffb87f8928a04c174ff
|
||||
4729f3d07dc651cf98e582aa2791535be143f340
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
4b829286a15396cecbd58513049fe34032c408b2
|
||||
73e085b82967a74a1ff97f1bf294ca9f772a3d80
|
||||
Reference in New Issue
Block a user