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

24 lines
644 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# Tanım: GTK + güncelleme simgesi önbellek aracı
# URL: http://www.gtk.org/
# Paketçi: milisarge
# Gerekler: gdk-pixbuf glib atk pango cairo libffi libpng pcre
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)
derle() {
cd gtk+-$surum
sed -i 's#.*@man_#man_#' docs/reference/gtk/Makefile.in
./configure --prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--sysconfdir=/etc \
--with-xinput=yes
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
}