Merge pull request #2224 from groni/master
add gtk-theme-bluebird, gtk-theme-orion, gtk-theme-albatross, icon-theme-elementary-xfce, icon-theme-elementary-dark, icon-theme-elementary-darker
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/Albatross")
|
||||
|
||||
for subtheme in ["gtk-2.0", "gtk-3.0", "metacity-1", "xfwm4"]:
|
||||
pisitools.insinto ("/usr/share/themes/Albatross", subtheme)
|
||||
|
||||
pisitools.dodoc ("LICENSE.CC", "README", "LICENSE.GPL")
|
||||
|
||||
|
||||
@@ -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-albatross</Name>
|
||||
<Homepage>https://github.com/shimmerproject/Albatross</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<Summary>Albatross is a modern theme for the XFCE-Desktop</Summary>
|
||||
<Description>Albatross is a modern theme for the XFCE-Desktop</Description>
|
||||
<License>GPL.v2</License>
|
||||
<ISA>data</ISA>
|
||||
<Archive sha1sum="dc8ad71119b2d5849bc670ac7fc2c10562c81e2e" type="targz">https://github.com/shimmerproject/Albatross/archive/v1.7.4.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>gtk-theme-albatross</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.7.4</Version>
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -0,0 +1,17 @@
|
||||
#!/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
|
||||
|
||||
WorkDir = "elementary-xfce-0.7"
|
||||
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/usr/share/icons", "elementary-xfce-dark")
|
||||
|
||||
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>icon-theme-elementary-xfce-dark</Name>
|
||||
<Homepage>https://github.com/shimmerproject/elementary-xfce/</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>data</IsA>
|
||||
<Summary>Dark Elementary Look for XFCE</Summary>
|
||||
<Description>Dark Elementary Look for XFCE</Description>
|
||||
<Archive sha1sum="5957eaaf185500a12c5f34a6c59a330c9424b5bb" type="targz">https://github.com/shimmerproject/elementary-xfce/archive/0.7.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>icon-theme-elementary-xfce-dark</Name>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/icons/elementary-xfce-dark</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-10-01</Date>
|
||||
<Version>0.7</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>nitrux</Name>
|
||||
<Summary xml:lang="en">Nitrux Look for KDE</Summary>
|
||||
<Description xml:lang="en">Nitrux Look for KDE</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -0,0 +1,17 @@
|
||||
#!/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
|
||||
|
||||
WorkDir = "elementary-xfce-0.7"
|
||||
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/usr/share/icons", "elementary-xfce-darker")
|
||||
|
||||
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>icon-theme-elementary-xfce-darker</Name>
|
||||
<Homepage>https://github.com/shimmerproject/elementary-xfce/</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>data</IsA>
|
||||
<Summary>Darker Elementary Look for XFCE</Summary>
|
||||
<Description>Darker Elementary Look for XFCE</Description>
|
||||
<Archive sha1sum="5957eaaf185500a12c5f34a6c59a330c9424b5bb" type="targz">https://github.com/shimmerproject/elementary-xfce/archive/0.7.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>icon-theme-elementary-xfce-darker</Name>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/icons/elementary-xfce-darker</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-10-01</Date>
|
||||
<Version>0.7</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>nitrux</Name>
|
||||
<Summary xml:lang="en">Nitrux Look for KDE</Summary>
|
||||
<Description xml:lang="en">Nitrux Look for KDE</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -0,0 +1,17 @@
|
||||
#!/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
|
||||
|
||||
WorkDir = "elementary-xfce-0.7"
|
||||
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/usr/share/icons", "elementary-xfce")
|
||||
|
||||
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>icon-theme-elementary-xfce</Name>
|
||||
<Homepage>https://github.com/shimmerproject/elementary-xfce</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>data</IsA>
|
||||
<Summary>Elementary Look for XFCE</Summary>
|
||||
<Description>Elementary Look for XFCE</Description>
|
||||
<Archive sha1sum="5957eaaf185500a12c5f34a6c59a330c9424b5bb" type="targz">https://github.com/shimmerproject/elementary-xfce/archive/0.7.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>icon-theme-elementary-xfce</Name>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/icons/elementary-xfce</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-10-01</Date>
|
||||
<Version>0.7</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>nitrux</Name>
|
||||
<Summary xml:lang="en">Nitrux Look for KDE</Summary>
|
||||
<Description xml:lang="en">Nitrux Look for KDE</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+104040
-103797
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
e7b779edc1558dfcaae42ffb87f8928a04c174ff
|
||||
e6b2f88c9d532123ebac3c30d060163926fbbf60
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
4b829286a15396cecbd58513049fe34032c408b2
|
||||
38d133a4a37ec1de0d16970420c724b30cb3ab75
|
||||
Reference in New Issue
Block a user