Skip to content
Snippets Groups Projects
Commit c148b08d authored by Leo's avatar Leo
Browse files

testing/plata-theme: enable noir theme

parent bb54cca3
No related branches found
No related tags found
No related merge requests found
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
# Maintainer: Leo <thinkabit.ukim@gmail.com> # Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=plata-theme pkgname=plata-theme
pkgver=0.9.9 pkgver=0.9.9
pkgrel=0 pkgrel=1
pkgdesc="Gtk theme based on Material Design Refresh" pkgdesc="Gtk theme based on Material Design Refresh"
url="https://gitlab.com/tista500/plata-theme" url="https://gitlab.com/tista500/plata-theme"
arch="noarch" arch="noarch !s390x"
license="CC-BY-SA-4.0 AND GPL-2.0-or-later" license="CC-BY-SA-4.0 AND GPL-2.0-or-later"
makedepends=" makedepends="
automake automake
...@@ -24,6 +24,10 @@ makedepends=" ...@@ -24,6 +24,10 @@ makedepends="
gtk-murrine-engine gtk-murrine-engine
" "
subpackages=" subpackages="
plata-noir:noir:noarch
plata-noir-gnome-shell:noir_gnome:noarch
plata-noir-gtk2:noir_gtk2:noarch
plata-noir-gtk3:noir_gtk3:noarch
plata-noir-compact:noir_compact:noarch plata-noir-compact:noir_compact:noarch
plata-noir-compact-gnome-shell:noir_compact_gnome:noarch plata-noir-compact-gnome-shell:noir_compact_gnome:noarch
plata-noir-compact-gtk2:noir_compact_gtk2:noarch plata-noir-compact-gtk2:noir_compact_gtk2:noarch
...@@ -62,7 +66,30 @@ package() { ...@@ -62,7 +66,30 @@ package() {
rm -rf "$pkgdir"/usr/share/themes/Plata-Compact rm -rf "$pkgdir"/usr/share/themes/Plata-Compact
rm -rf "$pkgdir"/usr/share/themes/Plata-Lumine rm -rf "$pkgdir"/usr/share/themes/Plata-Lumine
rm -rf "$pkgdir"/usr/share/themes/Plata-Lumine-Compact rm -rf "$pkgdir"/usr/share/themes/Plata-Lumine-Compact
rm -rf "$pkgdir"/usr/share/themes/Plata-Noir }
noir() {
pkgdesc="Dark Plata theme"
amove usr/share/themes/Plata-Noir/index.theme
amove usr/share/themes/Plata-Noir/gtksourceview
}
noir_gtk3() {
pkgdesc="GTK+3.0 assets of Dark Plata theme"
install_if="plata-noir=$pkgver-r$pkgrel gtk+3.0"
amove usr/share/themes/Plata-Noir/gtk-3*
}
noir_gtk2() {
pkgdesc="GTK+2.0 assets of Dark Plata theme"
install_if="plata-noir=$pkgver-r$pkgrel gtk+2.0"
amove usr/share/themes/Plata-Noir/gtk-2*
}
noir_gnome() {
pkgdesc="GNOME Shell assets of Dark Plata theme"
install_if="plata-noir=$pkgver-r$pkgrel gnome-shell"
amove usr/share/themes/Plata-Noir/gnome-shell
} }
noir_compact() { noir_compact() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment