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

24 lines
644 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: GTK + güncelleme simgesi önbellek aracı
2016-02-24 01:27:23 +01:00
# URL: http://www.gtk.org/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: gdk-pixbuf glib atk pango cairo libffi libpng pcre
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02: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 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd gtk+-$surum
2016-02-24 01:27:23 +01: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 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
}