mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-06 01:44:36 +02:00
33 lines
939 B
Text
33 lines
939 B
Text
# Contributor: Łukasz Jendrysik <scadu@yandex.com>
|
|
# Maintainer: team/gnome <pabloyoyoista@postmarketos.org>
|
|
pkgname=adwaita-icon-theme
|
|
pkgver=48.0
|
|
pkgrel=0
|
|
pkgdesc="Adwaita icon theme"
|
|
url="https://gitlab.gnome.org/GNOME/adwaita-icon-theme"
|
|
arch="noarch"
|
|
options="!check" # Icons only, no binaries.
|
|
license="LGPL-3.0-or-later OR CC-BY-SA-3.0"
|
|
depends="librsvg"
|
|
makedepends="
|
|
gtk+3.0
|
|
icon-naming-utils
|
|
intltool
|
|
meson
|
|
"
|
|
subpackages="$pkgname-dev $pkgname-doc"
|
|
source="https://download.gnome.org/sources/adwaita-icon-theme/${pkgver%.*}/adwaita-icon-theme-$pkgver.tar.xz"
|
|
|
|
build() {
|
|
abuild-meson . output
|
|
meson compile -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
# maybe move pkgconfigs to /usr/lib/ for consistency
|
|
}
|
|
|
|
sha512sums="
|
|
b156fcfcaa819a69100ea84e29025d3d28ffa52d58266c30a91f15381903c88ef922b54e9e521002fc4001954b92c296e1f7972ec9b46f8c950f6d43919eeed5 adwaita-icon-theme-48.0.tar.xz
|
|
"
|