2016-03-02 19:26:08 +01:00
|
|
|
# Description: Adwaita Icon Theme
|
2021-05-03 13:36:23 +02:00
|
|
|
# URL: https://git.gnome.org/browse/adwaita-icon-theme/
|
|
|
|
# Maintainer: CRUX System Team, core-ports at crux dot nu
|
|
|
|
# Depends On: librsvg gtk3 hicolor-icon-theme
|
2016-03-02 19:26:08 +01:00
|
|
|
|
|
|
|
name=adwaita-icon-theme
|
2022-03-21 23:14:40 +01:00
|
|
|
version=42.0
|
2021-05-03 13:36:23 +02:00
|
|
|
release=1
|
2021-09-12 10:36:43 +02:00
|
|
|
source=(https://ftp.gnome.org/pub/gnome/sources/adwaita-icon-theme/${version%.*}/adwaita-icon-theme-$version.tar.xz)
|
2016-03-02 19:26:08 +01:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
|
2016-03-23 20:55:59 +01:00
|
|
|
./configure --prefix=/usr
|
2016-03-02 19:26:08 +01:00
|
|
|
|
|
|
|
make
|
|
|
|
make install DESTDIR=$PKG
|
|
|
|
}
|