mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-14 09:44:15 +02:00
35 lines
838 B
Text
35 lines
838 B
Text
# Contributor: Angelo Verlain <hey@vixalien.com>
|
|
# Maintainer: Angelo Verlain <hey@vixalien.com>
|
|
pkgname=elementary-icon-theme
|
|
pkgver=8.1.0
|
|
pkgrel=0
|
|
pkgdesc="Named, vector icons for elementary OS"
|
|
url="https://github.com/elementary/icons"
|
|
arch="noarch"
|
|
license="GPL-3.0-only"
|
|
makedepends="
|
|
gettext
|
|
meson
|
|
rsvg-convert
|
|
xcursorgen
|
|
"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/elementary/icons/archive/refs/tags/$pkgver.tar.gz"
|
|
|
|
builddir="$srcdir/icons-$pkgver"
|
|
|
|
build() {
|
|
abuild-meson . output
|
|
meson compile -C output
|
|
}
|
|
|
|
check() {
|
|
meson test --print-errorlogs -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
}
|
|
|
|
sha512sums="
|
|
1cc26bfdac3e7d0faa1913eae204866be254f2aac3f76c5af01a77a691169464cd80f6adbfc1caa5454523ac9b2e6e874f6170d745022f0dcb84bdfa2eb8ab23 elementary-icon-theme-8.1.0.tar.gz
|
|
"
|