19 lines
602 B
Bash
19 lines
602 B
Bash
# Template file for 'emerald-themes'
|
|
pkgname=emerald-themes
|
|
version=0.8.16
|
|
revision=1
|
|
archs=noarch
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake intltool libtool pkg-config"
|
|
makedepends="emerald-devel"
|
|
short_desc="Compiz Reloaded Emerald native window decorator themes"
|
|
maintainer="CoolOhm <micvlas@gmail.com>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/compiz-reloaded"
|
|
distfiles="https://github.com/compiz-reloaded/emerald-themes/archive/v${version}.tar.gz"
|
|
checksum=5751f42510635ce1a7b83b4337466b8b939835ee3c507499a51d8f3134620f1e
|
|
|
|
pre_configure() {
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|