diff --git a/desktop/lookandfeel/gtk-theme-arc-dark-solid/actions.py b/desktop/lookandfeel/gtk-theme-arc-dark-solid/actions.py new file mode 100644 index 0000000000..3241c39e0c --- /dev/null +++ b/desktop/lookandfeel/gtk-theme-arc-dark-solid/actions.py @@ -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") + + diff --git a/desktop/lookandfeel/gtk-theme-arc-dark-solid/pspec.xml b/desktop/lookandfeel/gtk-theme-arc-dark-solid/pspec.xml new file mode 100644 index 0000000000..aba49eadbe --- /dev/null +++ b/desktop/lookandfeel/gtk-theme-arc-dark-solid/pspec.xml @@ -0,0 +1,38 @@ + + + + + gtk-theme-arc-dark-solid + https://launchpad.net/~varlesh-l/+archive/ubuntu/papirus-pack/+packages + + Pisi Linux Community + admins@pisilinux.org + + 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. + 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. + GPLv2 + data + https://launchpad.net/~varlesh-l/+archive/ubuntu/papirus-pack/+files/arc-theme_16.04~xenial~NoobsLab.com.tar.gz + + + + gtk-theme-arc-dark-solid + + gtk2-engine-murrine + + + /usr/share/themes/Arc-Dark-Solid + /usr/share/doc + + + + + + 2016-10-01 + 1.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + diff --git a/desktop/lookandfeel/gtk-theme-arc-dark/actions.py b/desktop/lookandfeel/gtk-theme-arc-dark/actions.py new file mode 100644 index 0000000000..bf023aaf94 --- /dev/null +++ b/desktop/lookandfeel/gtk-theme-arc-dark/actions.py @@ -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") + + diff --git a/desktop/lookandfeel/gtk-theme-arc-dark/pspec.xml b/desktop/lookandfeel/gtk-theme-arc-dark/pspec.xml new file mode 100644 index 0000000000..1b64fd7797 --- /dev/null +++ b/desktop/lookandfeel/gtk-theme-arc-dark/pspec.xml @@ -0,0 +1,38 @@ + + + + + gtk-theme-arc-dark + https://launchpad.net/~varlesh-l/+archive/ubuntu/papirus-pack/+packages + + Pisi Linux Community + admins@pisilinux.org + + 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. + 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. + GPLv2 + data + https://launchpad.net/~varlesh-l/+archive/ubuntu/papirus-pack/+files/arc-theme_16.04~xenial~NoobsLab.com.tar.gz + + + + gtk-theme-arc-dark + + gtk2-engine-murrine + + + /usr/share/themes/Arc-Dark + /usr/share/doc + + + + + + 2016-10-01 + 1.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + diff --git a/desktop/lookandfeel/gtk-theme-arc-solid/actions.py b/desktop/lookandfeel/gtk-theme-arc-solid/actions.py new file mode 100644 index 0000000000..584f3d319c --- /dev/null +++ b/desktop/lookandfeel/gtk-theme-arc-solid/actions.py @@ -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") + + diff --git a/desktop/lookandfeel/gtk-theme-arc-solid/pspec.xml b/desktop/lookandfeel/gtk-theme-arc-solid/pspec.xml new file mode 100644 index 0000000000..43e22b1d7d --- /dev/null +++ b/desktop/lookandfeel/gtk-theme-arc-solid/pspec.xml @@ -0,0 +1,38 @@ + + + + + gtk-theme-arc-solid + https://launchpad.net/~varlesh-l/+archive/ubuntu/papirus-pack/+packages + + Pisi Linux Community + admins@pisilinux.org + + 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. + 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. + GPLv2 + data + https://launchpad.net/~varlesh-l/+archive/ubuntu/papirus-pack/+files/arc-theme_16.04~xenial~NoobsLab.com.tar.gz + + + + gtk-theme-arc-solid + + gtk2-engine-murrine + + + /usr/share/themes/Arc-Solid + /usr/share/doc + + + + + + 2016-10-01 + 1.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + diff --git a/desktop/lookandfeel/gtk-theme-arc/actions.py b/desktop/lookandfeel/gtk-theme-arc/actions.py new file mode 100644 index 0000000000..6e67e2cf8c --- /dev/null +++ b/desktop/lookandfeel/gtk-theme-arc/actions.py @@ -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") + + diff --git a/desktop/lookandfeel/gtk-theme-arc/pspec.xml b/desktop/lookandfeel/gtk-theme-arc/pspec.xml new file mode 100644 index 0000000000..e93d9a29d0 --- /dev/null +++ b/desktop/lookandfeel/gtk-theme-arc/pspec.xml @@ -0,0 +1,38 @@ + + + + + gtk-theme-arc + https://launchpad.net/~varlesh-l/+archive/ubuntu/papirus-pack/+packages + + Pisi Linux Community + admins@pisilinux.org + + 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. + 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. + GPL-3.0 + data + https://launchpad.net/~varlesh-l/+archive/ubuntu/papirus-pack/+files/arc-theme_16.04~xenial~NoobsLab.com.tar.gz + + + + gtk-theme-arc + + gtk2-engine-murrine + + + /usr/share/themes/Arc + /usr/share/doc + + + + + + 2016-10-01 + 1.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + diff --git a/desktop/lookandfeel/icon-theme-compass-kde/actions.py b/desktop/lookandfeel/icon-theme-compass-kde/actions.py new file mode 100644 index 0000000000..8e1b22c200 --- /dev/null +++ b/desktop/lookandfeel/icon-theme-compass-kde/actions.py @@ -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") diff --git a/desktop/lookandfeel/icon-theme-compass-kde/pspec.xml b/desktop/lookandfeel/icon-theme-compass-kde/pspec.xml new file mode 100644 index 0000000000..dac192a8d5 --- /dev/null +++ b/desktop/lookandfeel/icon-theme-compass-kde/pspec.xml @@ -0,0 +1,34 @@ + + + + + icon-theme-compass-kde + http://store.nitrux.in/ + + Stefan Gronewold(groni) + groni@pisilinux.org + + GPLv3 + data + Compass Icon Theme for KDE + Compass Icon Theme for KDE + https://launchpad.net/~nitrux-team/+archive/ubuntu/nitrux-artwork/+files/compass-icon-theme-kde_1.3.8.tar.gz + + + + icon-theme-compass-kde + + /usr/share/icons + + + + + + 2016-10-01 + 1.3.8 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + diff --git a/desktop/lookandfeel/icon-theme-compass-kde/translations.xml b/desktop/lookandfeel/icon-theme-compass-kde/translations.xml new file mode 100644 index 0000000000..8fd12d6b50 --- /dev/null +++ b/desktop/lookandfeel/icon-theme-compass-kde/translations.xml @@ -0,0 +1,8 @@ + + + + icon-theme-compass + Compass Icon Theme for KDE + Compass Icon Theme for KDE + + diff --git a/desktop/lookandfeel/icon-theme-numix-light/actions.py b/desktop/lookandfeel/icon-theme-numix-light/actions.py new file mode 100644 index 0000000000..27678488b4 --- /dev/null +++ b/desktop/lookandfeel/icon-theme-numix-light/actions.py @@ -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") diff --git a/desktop/lookandfeel/icon-theme-numix-light/pspec.xml b/desktop/lookandfeel/icon-theme-numix-light/pspec.xml new file mode 100644 index 0000000000..2874a8e970 --- /dev/null +++ b/desktop/lookandfeel/icon-theme-numix-light/pspec.xml @@ -0,0 +1,35 @@ + + + + + icon-theme-numix-light + https://numixproject.org/ + + Stefan Gronewold(groni) + groni@pisilinux.org + + GPLv3 + data + Circle is an icon theme for Linux from the Numix project + Circle is an icon theme for Linux from the Numix project + https://launchpad.net/~numix/+archive/ubuntu/ppa/+files/numix-icon-theme_0.3+824~201608071940~ubuntu16.10.1.tar.xz + + + + icon-theme-numix-light + + /usr/share/icons/Numix-Light + + + + + + 2016-10-01 + 16.09.07 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + diff --git a/desktop/lookandfeel/icon-theme-numix/actions.py b/desktop/lookandfeel/icon-theme-numix/actions.py new file mode 100644 index 0000000000..9aa0b05a2e --- /dev/null +++ b/desktop/lookandfeel/icon-theme-numix/actions.py @@ -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") diff --git a/desktop/lookandfeel/icon-theme-numix/pspec.xml b/desktop/lookandfeel/icon-theme-numix/pspec.xml new file mode 100644 index 0000000000..23d1be57d0 --- /dev/null +++ b/desktop/lookandfeel/icon-theme-numix/pspec.xml @@ -0,0 +1,35 @@ + + + + + icon-theme-numix + https://numixproject.org/ + + Stefan Gronewold(groni) + groni@pisilinux.org + + GPLv3 + data + Circle is an icon theme for Linux from the Numix project + Circle is an icon theme for Linux from the Numix project + https://launchpad.net/~numix/+archive/ubuntu/ppa/+files/numix-icon-theme_0.3+824~201608071940~ubuntu16.10.1.tar.xz + + + + icon-theme-numix + + /usr/share/icons/Numix + + + + + + 2016-10-01 + 16.09.07 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + diff --git a/pisi-index.xml b/pisi-index.xml index 8545426290..a94bdd5bf6 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -73498,6 +73498,70 @@ thunar-volman is installed and configured properly, and you plug in your digical + + + icon-theme-numix + https://numixproject.org/ + + Stefan Gronewold(groni) + groni@pisilinux.org + + GPLv3 + data + desktop.lookandfeel + Circle is an icon theme for Linux from the Numix project + Circle is an icon theme for Linux from the Numix project + https://launchpad.net/~numix/+archive/ubuntu/ppa/+files/numix-icon-theme_0.3+824~201608071940~ubuntu16.10.1.tar.xz + desktop/lookandfeel/icon-theme-numix/pspec.xml + + + icon-theme-numix + + /usr/share/icons/Numix + + + + + 2016-10-01 + 16.09.07 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + + + + icon-theme-numix-light + https://numixproject.org/ + + Stefan Gronewold(groni) + groni@pisilinux.org + + GPLv3 + data + desktop.lookandfeel + Circle is an icon theme for Linux from the Numix project + Circle is an icon theme for Linux from the Numix project + https://launchpad.net/~numix/+archive/ubuntu/ppa/+files/numix-icon-theme_0.3+824~201608071940~ubuntu16.10.1.tar.xz + desktop/lookandfeel/icon-theme-numix-light/pspec.xml + + + icon-theme-numix-light + + /usr/share/icons/Numix-Light + + + + + 2016-10-01 + 16.09.07 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + gtk-theme-bluebird @@ -73534,6 +73598,41 @@ thunar-volman is installed and configured properly, and you plug in your digical + + + gtk-theme-arc-dark + https://launchpad.net/~varlesh-l/+archive/ubuntu/papirus-pack/+packages + + Pisi Linux Community + admins@pisilinux.org + + GPLv2 + desktop.lookandfeel + 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. + 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. + https://launchpad.net/~varlesh-l/+archive/ubuntu/papirus-pack/+files/arc-theme_16.04~xenial~NoobsLab.com.tar.gz + desktop/lookandfeel/gtk-theme-arc-dark/pspec.xml + + + gtk-theme-arc-dark + + gtk2-engine-murrine + + + /usr/share/themes/Arc-Dark + /usr/share/doc + + + + + 2016-10-01 + 1.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + icon-theme-elementary-xfce-dark @@ -73566,6 +73665,41 @@ thunar-volman is installed and configured properly, and you plug in your digical + + + gtk-theme-arc-dark-solid + https://launchpad.net/~varlesh-l/+archive/ubuntu/papirus-pack/+packages + + Pisi Linux Community + admins@pisilinux.org + + GPLv2 + desktop.lookandfeel + 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. + 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. + https://launchpad.net/~varlesh-l/+archive/ubuntu/papirus-pack/+files/arc-theme_16.04~xenial~NoobsLab.com.tar.gz + desktop/lookandfeel/gtk-theme-arc-dark-solid/pspec.xml + + + gtk-theme-arc-dark-solid + + gtk2-engine-murrine + + + /usr/share/themes/Arc-Dark-Solid + /usr/share/doc + + + + + 2016-10-01 + 1.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + gtk-theme-albatross @@ -73636,6 +73770,41 @@ thunar-volman is installed and configured properly, and you plug in your digical + + + gtk-theme-arc-solid + https://launchpad.net/~varlesh-l/+archive/ubuntu/papirus-pack/+packages + + Pisi Linux Community + admins@pisilinux.org + + GPLv2 + desktop.lookandfeel + 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. + 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. + https://launchpad.net/~varlesh-l/+archive/ubuntu/papirus-pack/+files/arc-theme_16.04~xenial~NoobsLab.com.tar.gz + desktop/lookandfeel/gtk-theme-arc-solid/pspec.xml + + + gtk-theme-arc-solid + + gtk2-engine-murrine + + + /usr/share/themes/Arc-Solid + /usr/share/doc + + + + + 2016-10-01 + 1.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + pisilinux-theme-maia @@ -73857,6 +74026,38 @@ thunar-volman is installed and configured properly, and you plug in your digical + + + icon-theme-compass-kde + http://store.nitrux.in/ + + Stefan Gronewold(groni) + groni@pisilinux.org + + GPLv3 + data + desktop.lookandfeel + Compass Icon Theme for KDE + Compass Icon Theme for KDE + https://launchpad.net/~nitrux-team/+archive/ubuntu/nitrux-artwork/+files/compass-icon-theme-kde_1.3.8.tar.gz + desktop/lookandfeel/icon-theme-compass-kde/pspec.xml + + + icon-theme-compass-kde + + /usr/share/icons + + + + + 2016-10-01 + 1.3.8 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + icon-theme-elementary-xfce-darker @@ -73949,6 +74150,41 @@ thunar-volman is installed and configured properly, and you plug in your digical + + + gtk-theme-arc + https://launchpad.net/~varlesh-l/+archive/ubuntu/papirus-pack/+packages + + Pisi Linux Community + admins@pisilinux.org + + GPL-3.0 + desktop.lookandfeel + 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. + 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. + https://launchpad.net/~varlesh-l/+archive/ubuntu/papirus-pack/+files/arc-theme_16.04~xenial~NoobsLab.com.tar.gz + desktop/lookandfeel/gtk-theme-arc/pspec.xml + + + gtk-theme-arc + + gtk2-engine-murrine + + + /usr/share/themes/Arc + /usr/share/doc + + + + + 2016-10-01 + 1.0 + First Release. + Stefan Gronewold(groni) + groni@pisilinux.org + + + iconcan diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 06e467ec8f..3f1ae56a19 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -62a3f13cb61600c744bd0f3177c047e588b727fc \ No newline at end of file +bb1ce1517a32ff324174cfce823ca8b7c2b35cd7 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 857cd690df..9190816fd8 100644 Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum index d508ca3b17..b29295919b 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -59d56ad02beb0bbc7f8548c15b6709e32f9d100d \ No newline at end of file +9d6d01919c10e2c4931d5dcc755bc8b84d181628 \ No newline at end of file