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

24 lines
661 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: GTK + güncelleme simgesi önbellek aracı
# URL: http://www.gtk.org/
# Packager: milisarge
# 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 \
--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
}