opt/hicolor-icon-theme/Pkgfile

20 lines
561 B
Plaintext
Raw Normal View History

# Description: default fallback used by the icon theme specification
2021-12-14 09:47:41 +01:00
# URL: https://www.freedesktop.org/wiki/Software/icon-theme/
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=hicolor-icon-theme
2024-05-28 17:13:58 +02:00
version=0.18
release=1
2023-05-28 10:24:17 +02:00
source=(https://icon-theme.freedesktop.org/releases/$name-$version.tar.xz)
build() {
2024-05-28 17:13:58 +02:00
meson setup $name-$version build \
--prefix=/usr \
--buildtype=plain \
--wrap-mode nodownload \
-D b_lto=true \
-D b_pie=true
meson compile -C build
DESTDIR=$PKG meson install -C build
}