New package: numix-gtk-theme-2.6.6

This commit is contained in:
Jerry Tegno 2017-09-17 04:23:06 -07:00 committed by Michael Aldridge
parent ca64e27229
commit f55dee4f91
1 changed files with 9 additions and 11 deletions

View File

@ -1,24 +1,22 @@
pkgname=numix-themes
version=2.6.6
revision=2
revision=1
wrksrc="numix-gtk-theme-${version}"
noarch=yes
wrksrc=numix-gtk-theme-${version}
short_desc="A modern flat GTK3/Metacity/Xfwm theme"
build_style=gnu-makefile
short_desc="A modern flat theme with a combination of light and dark elements"
maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
license="GPL-3"
depends="gtk+3 gtk-engine-murrine"
hostmakedepends="glib-devel ruby libxml2 gdk-pixbuf"
hostmakedepends="glib-devel gdk-pixbuf-devel ruby-devel"
homepage="https://github.com/numixproject/numix-gtk-theme"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=5ee5ed54bea10fe23c99f1fcc614cbf593764b6310cdf889723f8c251abf0856
do_build() {
# Gem needs --pre for the ruby version in the repos.
gem install sass --pre
make ${makejobs}
pre_build() {
gem install sass
}
do_install() {
vmkdir usr/share/themes/numix-gtk-theme
vcopy src/* usr/share/themes/numix-gtk-theme
post_install() {
vlicense LICENSE
}