milis/talimatname/genel/gtk-update-icon-cache/talimat

24 lines
661 B
Plaintext
Raw Normal View History

2017-03-24 13:47:53 +01:00
# Description: GTK + güncelleme simgesi önbellek aracı
2016-02-24 01:27:23 +01:00
# URL: http://www.gtk.org/
2017-01-31 01:37:09 +01:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: gdk-pixbuf glib atk pango cairo libffi libpng pcre
name=gtk-update-icon-cache
version=2.24.29
release=2
source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${version%.*}/gtk+-$version.tar.xz)
build() {
cd gtk+-$version
sed -i 's#.*@man_#man_#' docs/reference/gtk/Makefile.in
./configure --prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--sysconfdir=/etc \
2017-01-31 01:37:09 +01:00
--with-xinput=yes
2016-02-24 01:27:23 +01:00
cd gtk
make gtk-update-icon-cache
mkdir -p $PKG/usr/{bin,share/man/man1}
install -c gtk-update-icon-cache $PKG/usr/bin/gtk-update-icon-cache
}