2016-03-02 19:26:08 +01:00
|
|
|
# Description: Adwaita Icon Theme
|
|
|
|
# URL: https://git.gnome.org/browse/adwaita-icon-theme/
|
2021-01-12 00:09:18 +11:00
|
|
|
# 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
|
2020-10-24 17:38:31 +02:00
|
|
|
version=3.38.0
|
2021-01-12 00:09:18 +11:00
|
|
|
release=2
|
2020-02-07 21:59:40 +11:00
|
|
|
source=(https://ftp.gnome.org/pub/gnome/sources/$name/${version:0:4}/$name-$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
|
|
|
|
}
|