milis/talimatname/genel/adwaita-icon-theme/talimat

17 lines
407 B
Plaintext
Raw Normal View History

2017-01-30 23:55:06 +01:00
# Description: Adwaita ikon teması.
2016-02-24 01:27:23 +01:00
# URL: http://www.gnome.org/
2017-01-30 23:55:06 +01:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: intltool gtk-update-icon-cache hicolor-icon-theme icon-naming-utils librsvg
name=adwaita-icon-theme
version=3.18.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 DESTDIR=$PKG install
}