aboutsummaryrefslogtreecommitdiffstats
path: root/testing/adwaita-xfce-icon-theme/APKBUILD
blob: 7975d62c3c58bb4ec49a698d309e663e42017242 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=adwaita-xfce-icon-theme
pkgver=0.0.1
pkgrel=0
pkgdesc="Adwaita missing icons that are used in Xfce"
url="https://github.com/shimmerproject/adwaita-xfce-icon-theme"
arch="noarch !s390x !riscv64" # adwaita-icon-theme
license="GPL-2.0-only"
options="!check" # no testsuite. just icons
depends="adwaita-icon-theme"
source="https://github.com/shimmerproject/adwaita-xfce-icon-theme/archive/refs/tags/$pkgver/adwaita-xfce-icon-theme-$pkgver.tar.gz"
builddir="$srcdir/adwaita-xfce-icon-theme-$pkgver"

build() {
	./configure \
		--prefix=/usr
	make
}

package() {
	make DESTDIR="$pkgdir" install
}

sha512sums="
78d76e28935e72f1b7e66f7ea4d29508b097054352ab01df0fc85a823a8559c76c692cbabef94a7d632348904364b2f14def6f27c61e4526389c9e46a9a2fea2  adwaita-xfce-icon-theme-0.0.1.tar.gz
"