void-packages/srcpkgs/Adapta/template
Noel Cower d004021aed Adapta: remove gnome-shell from hostmakedepends.
This isn't used -- builds of Adapta produced with and without it
produce the same package, other than files.plist mtimes.

- Fixes GPL-2 name.
- Adds the missing CC-BY-SA-4.0 license.
- Additional template changes are to satisfy xlint.
- Revbump for changes.
2019-02-10 23:23:30 -02:00

20 lines
696 B
Bash

# Template file for 'Adapta'
pkgname=Adapta
version=3.95.0.11
revision=2
noarch=yes
wrksrc="adapta-gtk-theme-$version"
build_style=gnu-configure
hostmakedepends="automake glib-devel inkscape parallel pkg-config
procps-ng sassc"
makedepends="glib-devel librsvg-devel"
short_desc="Adaptive Gtk+ theme based on Material Design Guidelines"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="GPL-2.0-or-later, CC-BY-SA-4.0"
homepage=https://github.com/adapta-project/adapta-gtk-theme
distfiles="https://github.com/adapta-project/adapta-gtk-theme/archive/$version.tar.gz"
checksum=fb8fc11b770be59e1673b8f2d917704fc34e53aee5fb02fed70d83909d3309bd
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}