summaryrefslogtreecommitdiff
path: root/user/adwaita-icon-theme/APKBUILD
blob: ae769910ee69b825d6b10435b634fdb2ad5e8da8 (plain) (blame)
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
27
28
29
30
31
32
33
34
35
36
37
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=adwaita-icon-theme
pkgver=3.31.1
pkgrel=0
pkgdesc="GNOME system icon set"
url="https://www.gnome.org/"
arch="noarch"
license="CC-BY-SA-3.0 OR LGPL-3.0-only"
depends=""
makedepends=""
subpackages=""
source="https://ftp.gnome.org/pub/gnome/sources/adwaita-icon-theme/3.31/adwaita-icon-theme-$pkgver.tar.xz"

build() {
	cd "$builddir"
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		--sysconfdir=/etc \
		--mandir=/usr/share/man \
		--localstatedir=/var
	make
}

check() {
	cd "$builddir"
	make check
}

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

sha512sums="aa73637cca8189e7141c0554ba7bda1234cbe192710463c9ad1c81b46a410b21e5fb48a090917324163ee4c0301fb1380d18ef5f9bb8faf1b401a52af18c60b1  adwaita-icon-theme-3.31.1.tar.xz"