20 lines
585 B
Bash
20 lines
585 B
Bash
# Template file for 'numix-themes'
|
|
pkgname=numix-themes
|
|
version=2.6.4
|
|
revision=4
|
|
noarch=yes
|
|
short_desc="A modern flat GTK3/Metacity/Xfwm theme"
|
|
build_style=fetch
|
|
maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
|
|
license="GPL-3"
|
|
depends="gtk+3 gtk-engine-murrine"
|
|
homepage="https://github.com/numixproject/numix-gtk-theme"
|
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
|
checksum=f70cad6608d9a1b4819eaf6b51fc03d5c75971ff8f08080ac2eb9a5d8e386e6f
|
|
|
|
do_install() {
|
|
tar xzf ${version}.tar.gz
|
|
vmkdir usr/share/themes
|
|
vcopy numix-gtk-theme-${version} usr/share/themes/numix-gtk-theme
|
|
}
|