mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/paper-gtk-theme: new aport
This commit is contained in:
parent
2399a012f3
commit
e66f3ed7ff
39
testing/paper-gtk-theme/APKBUILD
Normal file
39
testing/paper-gtk-theme/APKBUILD
Normal file
@ -0,0 +1,39 @@
|
||||
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
|
||||
# Maintainer: Carlo Landmeter <clandmeter@gmail.com>
|
||||
pkgname=paper-gtk-theme
|
||||
pkgver=2.1.0
|
||||
pkgrel=0
|
||||
pkgdesc="Paper Theme Suite"
|
||||
url="http://snwh.org/paper"
|
||||
arch="noarch"
|
||||
options="!strip"
|
||||
license="GPL-3.0"
|
||||
depends="gtk-murrine-engine"
|
||||
makedepends="automake autoconf libtool"
|
||||
install=""
|
||||
subpackages=""
|
||||
source="paper-gtk-theme-$pkgver.tar.gz::https://github.com/snwh/paper-gtk-theme/archive/v$pkgver.tar.gz"
|
||||
builddir="$srcdir/paper-gtk-theme-$pkgver"
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
autoreconf -vif
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
--localstatedir=/var \
|
||||
|| return 1
|
||||
make || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
}
|
||||
|
||||
md5sums="f72806e22cdcbf14f15cfa8b20268ced paper-gtk-theme-2.1.0.tar.gz"
|
||||
sha256sums="e097f92552bfaaea1e01b431f2af1a109a7643331b9029ba207a82e3eccda197 paper-gtk-theme-2.1.0.tar.gz"
|
||||
sha512sums="2ceffba42a03d897694d1a1f4817736f6750d393174582f4dc3d19ab5563988d521558d9d7c49a3075386999562907a3ae9eea2734a0f9f423e438c89756c65c paper-gtk-theme-2.1.0.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user