bluebird-themes: build gtk+3 themes

This commit is contained in:
Đoàn Trần Công Danh 2021-01-09 17:00:55 +07:00
parent a9ce51efe5
commit 69fd8029f5

View file

@ -1,9 +1,10 @@
# Template file for 'bluebird-themes' # Template file for 'bluebird-themes'
pkgname=bluebird-themes pkgname=bluebird-themes
version=1.3 version=1.3
revision=2 revision=3
build_style=fetch wrksrc=Bluebird-$version
depends="gtk+" build_style=gnu-configure
hostmakedepends="sassc which glib-devel automake gdk-pixbuf tar librsvg-utils"
short_desc="Elegant blue GTK2/3/Metacity/Xfwm theme" short_desc="Elegant blue GTK2/3/Metacity/Xfwm theme"
maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>" maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
@ -11,8 +12,6 @@ homepage="https://github.com/shimmerproject/Bluebird"
distfiles="https://github.com/shimmerproject/Bluebird/archive/v${version}.tar.gz" distfiles="https://github.com/shimmerproject/Bluebird/archive/v${version}.tar.gz"
checksum=b8da767c0ed66e2c0e8c2f78a8c827d8757634179b114a1352590f4e6d0b32c8 checksum=b8da767c0ed66e2c0e8c2f78a8c827d8757634179b114a1352590f4e6d0b32c8
do_install() { pre_configure() {
bsdtar xzf v${version}.tar.gz autoreconf -fi
vmkdir usr/share/themes
vcopy Bluebird-${version} usr/share/themes/Bluebird
} }