mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
42 lines
1.0 KiB
Plaintext
42 lines
1.0 KiB
Plaintext
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
|
# Contributor: Francesco Colista <fcolista@alpinelinux.org
|
|
pkgname=mate-icon-theme-faenza
|
|
pkgver=1.19.0
|
|
pkgrel=0
|
|
pkgdesc="Faenza desktop icons customized for MATE"
|
|
url="https://github.com/mate-desktop/mate-icon-theme"
|
|
arch="noarch"
|
|
license="GPL-2.0"
|
|
depends="mate-common"
|
|
makedepends="icon-naming-utils intltool autoconf automake coreutils"
|
|
source="http://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
|
|
builddir="$srcdir/$pkgname-$pkgver"
|
|
|
|
prepare() {
|
|
cd "$builddir"
|
|
default_prepare
|
|
NOCONFIGURE=1 ./autogen.sh
|
|
}
|
|
|
|
build() {
|
|
cd "$builddir"
|
|
DATADIRNAME=share ./configure \
|
|
--build=$CBUILD \
|
|
--host=$CHOST \
|
|
--sysconfdir=/etc \
|
|
--prefix=/usr
|
|
make
|
|
}
|
|
|
|
check() {
|
|
cd "$builddir"
|
|
make check
|
|
}
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
make DESTDIR="${pkgdir}" install
|
|
}
|
|
|
|
sha512sums="dace3e716f008aa6ce4836e944566e06ace63f30fa9f9ed19b7619b271467c3e31dd62c09fb5cbc761652c962c7a57c8ec473de082e74c1f42ccd49aa04a9ec8 mate-icon-theme-faenza-1.19.0.tar.xz"
|