albatross-themes: not depends on gtk+
This commit is contained in:
parent
bfb20bfe20
commit
26388b5dad
1 changed files with 5 additions and 6 deletions
|
@ -1,18 +1,17 @@
|
|||
# Template file for 'albatross-themes'
|
||||
pkgname=albatross-themes
|
||||
version=1.7.4
|
||||
revision=3
|
||||
build_style=fetch
|
||||
depends="gtk+"
|
||||
revision=4
|
||||
wrksrc=Albatross-$version
|
||||
short_desc="Elegant black GTK2/3/Metacity/Xfwm theme"
|
||||
maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
|
||||
license="GPL-2.0-or-later"
|
||||
license="GPL-2.0-or-later, CC-BY-SA-3.0"
|
||||
homepage="https://github.com/shimmerproject/Albatross"
|
||||
distfiles="https://github.com/shimmerproject/Albatross/archive/v${version}.tar.gz"
|
||||
checksum=ff40e28e164cb99f01b131ae3e79a07782e29a720535460e901ce305fa322ae1
|
||||
|
||||
do_install() {
|
||||
bsdtar xzf v${version}.tar.gz
|
||||
vmkdir usr/share/themes
|
||||
vcopy Albatross-${version} usr/share/themes/Albatross
|
||||
rm -f .gitignore LICENSE* README
|
||||
vcopy . usr/share/themes/Albatross
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue