# Description: Libraries needed for GNOME # URL: https://download.gnome.org/sources/libgnome/ # Maintainer: Petar Petrov, slackalaxy at gmail dot com # Depends on: gnome-vfs libcanberra popt name=libgnome version=2.32.1 release=1 source=(https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.bz2) build() { cd $name-$version # Fix for the newer glib sed -i "/-DG_DISABLE_DEPRECATED/d" libgnome/Makefile.* ./configure --prefix=/usr \ --sysconfdir=/usr/etc \ --disable-nls make make install DESTDIR=$PKG rm -rf $PKG/usr/share/{locale,gtk-doc} rm -f $PKG/{,usr/}lib/*.la }