New package: numix-gtk-theme-2.6.6
This commit is contained in:
parent
ca64e27229
commit
f55dee4f91
1 changed files with 9 additions and 11 deletions
|
@ -1,24 +1,22 @@
|
||||||
pkgname=numix-themes
|
pkgname=numix-themes
|
||||||
version=2.6.6
|
version=2.6.6
|
||||||
revision=2
|
revision=1
|
||||||
|
wrksrc="numix-gtk-theme-${version}"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc=numix-gtk-theme-${version}
|
build_style=gnu-makefile
|
||||||
short_desc="A modern flat GTK3/Metacity/Xfwm theme"
|
short_desc="A modern flat theme with a combination of light and dark elements"
|
||||||
maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
|
maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
depends="gtk+3 gtk-engine-murrine"
|
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"
|
homepage="https://github.com/numixproject/numix-gtk-theme"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=5ee5ed54bea10fe23c99f1fcc614cbf593764b6310cdf889723f8c251abf0856
|
checksum=5ee5ed54bea10fe23c99f1fcc614cbf593764b6310cdf889723f8c251abf0856
|
||||||
|
|
||||||
do_build() {
|
pre_build() {
|
||||||
# Gem needs --pre for the ruby version in the repos.
|
gem install sass
|
||||||
gem install sass --pre
|
|
||||||
make ${makejobs}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
post_install() {
|
||||||
vmkdir usr/share/themes/numix-gtk-theme
|
vlicense LICENSE
|
||||||
vcopy src/* usr/share/themes/numix-gtk-theme
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue