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
|
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-03-22 16:51:35 +01:00
|
|
|
version=44.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() {
|
|
|
|
cd $name-$version
|
|
|
|
|
2022-09-24 17:14:43 +02:00
|
|
|
NOCONFIGURE=1 ./autogen.sh
|
2016-03-23 20:55:59 +01:00
|
|
|
./configure --prefix=/usr
|
2016-03-02 19:26:08 +01:00
|
|
|
|
|
|
|
make
|
|
|
|
make install DESTDIR=$PKG
|
|
|
|
}
|