milis/talimatname/genel/gdk-pixbuf/talimat

27 lines
837 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: Gdk Pixbuf, görüntü yükleme ve piksel tampon manipülasyonu için bir araç takımıdır.
# URL: http://www.gtk.org/
# Packager: milisarge
# Depends on: gobject-introspection jasper xorg-libxcomposite libtiff libpng libjpeg-turbo
name=gdk-pixbuf
version=2.32.3
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz
gdk-pixbuf.loaders
gdk-pixbuf-register.sh)
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--sysconfdir=/etc \
-with-x11 --with-libjasper
make
make DESTDIR=$PKG install
mkdir -p $PKG/etc/gtk-2.0
install -m 644 $SRC/gdk-pixbuf.loaders $PKG/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
install -m 755 $SRC/gdk-pixbuf-register.sh $PKG/usr/bin/gdk-pixbuf-register
rm -r $PKG/usr/share/gtk-doc
}