Merge pull request #4424 from rail44/new-package-paper-gtk-theme
New package: paper-gtk-theme
This commit is contained in:
commit
27f7ad59ef
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'paper-gtk-theme'
|
||||
pkgname=paper-gtk-theme
|
||||
version=2.1.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
short_desc="A modern Linux desktop theme suite"
|
||||
build_style=gnu-configure
|
||||
maintainer="Satoshi Amemiya <amemiya@protonmail.com>"
|
||||
license="GPL-3"
|
||||
hostmakedepends="autoconf automake"
|
||||
depends="gtk+3 gtk-engine-murrine"
|
||||
homepage="https://github.com/snwh/paper-gtk-theme"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=e097f92552bfaaea1e01b431f2af1a109a7643331b9029ba207a82e3eccda197
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
Loading…
Reference in New Issue