opt/adwaita-icon-theme/Pkgfile

24 lines
590 B
Plaintext
Raw Normal View History

2016-03-02 19:26:08 +01:00
# Description: Adwaita Icon Theme
2023-09-20 19:02:46 +02:00
# URL: https://gitlab.gnome.org/GNOME/adwaita-icon-theme/
2021-05-03 13:36:23 +02:00
# Maintainer: CRUX System Team, core-ports at crux dot nu
2021-12-13 12:46:49 +01:00
# Depends On: gtk3 hicolor-icon-theme librsvg
2016-03-02 19:26:08 +01:00
name=adwaita-icon-theme
2023-09-20 19:02:46 +02:00
version=45.0
2021-05-03 13:36:23 +02:00
release=1
2022-09-24 17:14:43 +02:00
source=(https://gitlab.gnome.org/GNOME/adwaita-icon-theme/-/archive/$version/$name-$version.tar.bz2)
2016-03-02 19:26:08 +01:00
build() {
2023-09-20 19:02:46 +02:00
meson setup $name-$version build \
--prefix=/usr \
--buildtype=plain \
--wrap-mode nodownload \
-D b_lto=true \
-D b_pie=true
2016-03-02 19:26:08 +01:00
2023-09-20 19:02:46 +02:00
meson compile -C build
DESTDIR=$PKG meson install -C build
2016-03-02 19:26:08 +01:00
2023-09-20 19:02:46 +02:00
rm -rf $PKG/usr/share/licenses
2016-03-02 19:26:08 +01:00
}