numix-themes: Add Numix themes
This commit is contained in:
parent
96053406d8
commit
c293f3ac0f
|
@ -0,0 +1,18 @@
|
|||
pkgname="numix-themes"
|
||||
version="2.5.1"
|
||||
revision=1
|
||||
noarch=yes
|
||||
short_desc="A modern flat GTK2/3/Metacity/Xfwm theme"
|
||||
build_style=fetch
|
||||
maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
|
||||
license="GPL-3"
|
||||
depends="gtk+"
|
||||
homepage="https://github.com/shimmerproject/Numix"
|
||||
distfiles="https://github.com/shimmerproject/Numix/archive/v${version}.tar.gz"
|
||||
checksum="64b0c34c49633879c8b0b9b685da7b927501ab6db265db15fed04705c04f935b"
|
||||
|
||||
do_install() {
|
||||
tar xzf v${version}.tar.gz
|
||||
vmkdir usr/share/themes
|
||||
vcopy Numix-${version} usr/share/themes/Numix
|
||||
}
|
Loading…
Reference in New Issue