opt/adwaita-icon-theme/Pkgfile
Fun e008a144b9 remove redundant deps
adwaita-icon-theme: gtk3
btrfs-progs: util-linux zlib
cairo: libpng
dbus-python: python
firefox: mesa3d python
freetype: zlib
gtk: xorg-libsm
libmng: libjpeg-turbo zlib
pango: glib harfbuzz xorg-libxext
thunderbird: mesa3d python
2017-10-31 18:43:56 +01:00

19 lines
418 B
Plaintext

# Description: Adwaita Icon Theme
# URL: https://git.gnome.org/browse/adwaita-icon-theme/
# Maintainer: Fredrik Rinnestam, fredrik at rinnestam dot se
# Depends On: librsvg
name=adwaita-icon-theme
version=3.24.0
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version:0:4}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make install DESTDIR=$PKG
}