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

24 lines
644 B
Text
Raw Normal View History

2017-10-27 21:46:27 +03:00
# Tanım: GTK + güncelleme simgesi önbellek aracı
2016-02-24 02:27:23 +02:00
# URL: http://www.gtk.org/
2017-10-27 21:46:27 +03:00
# Paketçi: milisarge
# Gerekler: gdk-pixbuf glib atk pango cairo libffi libpng pcre
2016-02-24 02:27:23 +02:00
2017-10-28 15:10:23 +03:00
isim=gtk-update-icon-cache
surum=2.24.29
devir=2
kaynak=(http://ftp.gnome.org/pub/gnome/sources/gtk+/${surum%.*}/gtk+-$surum.tar.xz)
2016-02-24 02:27:23 +02:00
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:10:23 +03:00
cd gtk+-$surum
2016-02-24 02:27:23 +02:00
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 03:37:09 +03:00
--with-xinput=yes
2016-02-24 02:27:23 +02: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
}