opt/adwaita-icon-theme/Pkgfile

19 lines
426 B
Plaintext
Raw Normal View History

2016-03-02 19:26:08 +01:00
# Description: Adwaita Icon Theme
# URL: https://git.gnome.org/browse/adwaita-icon-theme/
# Maintainer: Fredrik Rinnestam, fredrik at rinnestam dot se
# Depends On: librsvg-compat
2016-03-02 19:26:08 +01:00
name=adwaita-icon-theme
2020-06-25 11:17:30 +02:00
version=3.36.1
2016-03-02 19:26:08 +01:00
release=1
2020-02-07 11:59:40 +01: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
./configure --prefix=/usr
2016-03-02 19:26:08 +01:00
make
make install DESTDIR=$PKG
}