Merge pull request #2226 from groni/master
add icon-theme-compass-kde, icon-theme-numix, icon-theme-numix-light, gtk-theme-arc, gtk-theme-arc-dark, gtk-theme-arc-solid, gtk-theme-arc-dark-solid
This commit is contained in:
@@ -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>
|
||||
@@ -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"
|
||||
|
||||
def install():
|
||||
pisitools.dodir ("/usr/share/themes/Arc-Dark")
|
||||
|
||||
for subtheme in ["gtk-2.0", "gtk-3.0", "metacity-1", "xfwm4", "cinnamon", "gnome-shell", "unity"]:
|
||||
pisitools.insinto ("/usr/share/themes/Arc-Dark", subtheme)
|
||||
pisitools.insinto ("/usr/share/themes/Arc-Dark", "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</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</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gtk2-engine-murrine</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/themes/Arc-Dark</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>
|
||||
@@ -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-Solid"
|
||||
|
||||
def install():
|
||||
pisitools.dodir ("/usr/share/themes/Arc-Solid")
|
||||
|
||||
for subtheme in ["gtk-2.0", "gtk-3.0", "metacity-1", "xfwm4", "cinnamon", "gnome-shell", "unity"]:
|
||||
pisitools.insinto ("/usr/share/themes/Arc-Solid", subtheme)
|
||||
pisitools.insinto ("/usr/share/themes/Arc-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-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-solid</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gtk2-engine-murrine</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/themes/Arc-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>
|
||||
@@ -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 elementary’s 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>
|
||||
@@ -0,0 +1,14 @@
|
||||
#!/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 = "./"
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/usr/share/icons", "Compass")
|
||||
@@ -0,0 +1,34 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>icon-theme-compass-kde</Name>
|
||||
<Homepage>http://store.nitrux.in/</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<IsA>data</IsA>
|
||||
<Summary>Compass Icon Theme for KDE</Summary>
|
||||
<Description>Compass Icon Theme for KDE</Description>
|
||||
<Archive sha1sum="9319776f378223edb715f60454e0019c40126a14" type="targz">https://launchpad.net/~nitrux-team/+archive/ubuntu/nitrux-artwork/+files/compass-icon-theme-kde_1.3.8.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>icon-theme-compass-kde</Name>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-10-01</Date>
|
||||
<Version>1.3.8</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>icon-theme-compass</Name>
|
||||
<Summary xml:lang="tr">Compass Icon Theme for KDE</Summary>
|
||||
<Description xml:lang="tr">Compass Icon Theme for KDE</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -0,0 +1,16 @@
|
||||
#!/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 = "recipe"
|
||||
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/usr/share/icons", "Numix-Light")
|
||||
@@ -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-numix-light</Name>
|
||||
<Homepage>https://numixproject.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<IsA>data</IsA>
|
||||
<Summary>Circle is an icon theme for Linux from the Numix project</Summary>
|
||||
<Description>Circle is an icon theme for Linux from the Numix project</Description>
|
||||
<Archive sha1sum="9ce02c24b236cb1d61d51423611a1edb45e0c195" type="tarxz">https://launchpad.net/~numix/+archive/ubuntu/ppa/+files/numix-icon-theme_0.3+824~201608071940~ubuntu16.10.1.tar.xz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>icon-theme-numix-light</Name>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/icons/Numix-Light</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-10-01</Date>
|
||||
<Version>16.09.07</Version>
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
|
||||
</PISI>
|
||||
@@ -0,0 +1,16 @@
|
||||
#!/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 = "recipe"
|
||||
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/usr/share/icons", "Numix")
|
||||
@@ -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-numix</Name>
|
||||
<Homepage>https://numixproject.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<IsA>data</IsA>
|
||||
<Summary>Circle is an icon theme for Linux from the Numix project</Summary>
|
||||
<Description>Circle is an icon theme for Linux from the Numix project</Description>
|
||||
<Archive sha1sum="9ce02c24b236cb1d61d51423611a1edb45e0c195" type="tarxz">https://launchpad.net/~numix/+archive/ubuntu/ppa/+files/numix-icon-theme_0.3+824~201608071940~ubuntu16.10.1.tar.xz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>icon-theme-numix</Name>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/icons/Numix</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-10-01</Date>
|
||||
<Version>16.09.07</Version>
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
|
||||
</PISI>
|
||||
+236
@@ -73498,6 +73498,70 @@ thunar-volman is installed and configured properly, and you plug in your digical
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>icon-theme-numix</Name>
|
||||
<Homepage>https://numixproject.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<IsA>data</IsA>
|
||||
<PartOf>desktop.lookandfeel</PartOf>
|
||||
<Summary xml:lang="en">Circle is an icon theme for Linux from the Numix project</Summary>
|
||||
<Description xml:lang="en">Circle is an icon theme for Linux from the Numix project</Description>
|
||||
<Archive type="tarxz" sha1sum="9ce02c24b236cb1d61d51423611a1edb45e0c195">https://launchpad.net/~numix/+archive/ubuntu/ppa/+files/numix-icon-theme_0.3+824~201608071940~ubuntu16.10.1.tar.xz</Archive>
|
||||
<SourceURI>desktop/lookandfeel/icon-theme-numix/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>icon-theme-numix</Name>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/icons/Numix</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-10-01</Date>
|
||||
<Version>16.09.07</Version>
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>icon-theme-numix-light</Name>
|
||||
<Homepage>https://numixproject.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<IsA>data</IsA>
|
||||
<PartOf>desktop.lookandfeel</PartOf>
|
||||
<Summary xml:lang="en">Circle is an icon theme for Linux from the Numix project</Summary>
|
||||
<Description xml:lang="en">Circle is an icon theme for Linux from the Numix project</Description>
|
||||
<Archive type="tarxz" sha1sum="9ce02c24b236cb1d61d51423611a1edb45e0c195">https://launchpad.net/~numix/+archive/ubuntu/ppa/+files/numix-icon-theme_0.3+824~201608071940~ubuntu16.10.1.tar.xz</Archive>
|
||||
<SourceURI>desktop/lookandfeel/icon-theme-numix-light/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>icon-theme-numix-light</Name>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/icons/Numix-Light</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-10-01</Date>
|
||||
<Version>16.09.07</Version>
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>gtk-theme-bluebird</Name>
|
||||
@@ -73534,6 +73598,41 @@ thunar-volman is installed and configured properly, and you plug in your digical
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>gtk-theme-arc-dark</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>
|
||||
<License>GPLv2</License>
|
||||
<PartOf>desktop.lookandfeel</PartOf>
|
||||
<Summary xml:lang="en">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 xml:lang="en">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>
|
||||
<Archive type="targz" sha1sum="b5a9792245d07b60c31d9f852858d7f844b55402">https://launchpad.net/~varlesh-l/+archive/ubuntu/papirus-pack/+files/arc-theme_16.04~xenial~NoobsLab.com.tar.gz</Archive>
|
||||
<SourceURI>desktop/lookandfeel/gtk-theme-arc-dark/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>gtk-theme-arc-dark</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gtk2-engine-murrine</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/themes/Arc-Dark</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>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>icon-theme-elementary-xfce-dark</Name>
|
||||
@@ -73566,6 +73665,41 @@ thunar-volman is installed and configured properly, and you plug in your digical
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<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>
|
||||
<License>GPLv2</License>
|
||||
<PartOf>desktop.lookandfeel</PartOf>
|
||||
<Summary xml:lang="en">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 xml:lang="en">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>
|
||||
<Archive type="targz" sha1sum="b5a9792245d07b60c31d9f852858d7f844b55402">https://launchpad.net/~varlesh-l/+archive/ubuntu/papirus-pack/+files/arc-theme_16.04~xenial~NoobsLab.com.tar.gz</Archive>
|
||||
<SourceURI>desktop/lookandfeel/gtk-theme-arc-dark-solid/pspec.xml</SourceURI>
|
||||
</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>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>gtk-theme-albatross</Name>
|
||||
@@ -73636,6 +73770,41 @@ thunar-volman is installed and configured properly, and you plug in your digical
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>gtk-theme-arc-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>
|
||||
<License>GPLv2</License>
|
||||
<PartOf>desktop.lookandfeel</PartOf>
|
||||
<Summary xml:lang="en">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 xml:lang="en">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>
|
||||
<Archive type="targz" sha1sum="b5a9792245d07b60c31d9f852858d7f844b55402">https://launchpad.net/~varlesh-l/+archive/ubuntu/papirus-pack/+files/arc-theme_16.04~xenial~NoobsLab.com.tar.gz</Archive>
|
||||
<SourceURI>desktop/lookandfeel/gtk-theme-arc-solid/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>gtk-theme-arc-solid</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gtk2-engine-murrine</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/themes/Arc-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>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>pisilinux-theme-maia</Name>
|
||||
@@ -73857,6 +74026,38 @@ thunar-volman is installed and configured properly, and you plug in your digical
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>icon-theme-compass-kde</Name>
|
||||
<Homepage>http://store.nitrux.in/</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<IsA>data</IsA>
|
||||
<PartOf>desktop.lookandfeel</PartOf>
|
||||
<Summary xml:lang="en">Compass Icon Theme for KDE</Summary>
|
||||
<Description xml:lang="en">Compass Icon Theme for KDE</Description>
|
||||
<Archive type="targz" sha1sum="9319776f378223edb715f60454e0019c40126a14">https://launchpad.net/~nitrux-team/+archive/ubuntu/nitrux-artwork/+files/compass-icon-theme-kde_1.3.8.tar.gz</Archive>
|
||||
<SourceURI>desktop/lookandfeel/icon-theme-compass-kde/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>icon-theme-compass-kde</Name>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-10-01</Date>
|
||||
<Version>1.3.8</Version>
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>icon-theme-elementary-xfce-darker</Name>
|
||||
@@ -73949,6 +74150,41 @@ thunar-volman is installed and configured properly, and you plug in your digical
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<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>
|
||||
<License>GPL-3.0</License>
|
||||
<PartOf>desktop.lookandfeel</PartOf>
|
||||
<Summary xml:lang="en">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 xml:lang="en">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>
|
||||
<Archive type="targz" sha1sum="b5a9792245d07b60c31d9f852858d7f844b55402">https://launchpad.net/~varlesh-l/+archive/ubuntu/papirus-pack/+files/arc-theme_16.04~xenial~NoobsLab.com.tar.gz</Archive>
|
||||
<SourceURI>desktop/lookandfeel/gtk-theme-arc/pspec.xml</SourceURI>
|
||||
</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>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>iconcan</Name>
|
||||
|
||||
@@ -1 +1 @@
|
||||
62a3f13cb61600c744bd0f3177c047e588b727fc
|
||||
bb1ce1517a32ff324174cfce823ca8b7c2b35cd7
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
59d56ad02beb0bbc7f8548c15b6709e32f9d100d
|
||||
9d6d01919c10e2c4931d5dcc755bc8b84d181628
|
||||
Reference in New Issue
Block a user