# Description: Thumbnail service implementing the thumbnail management D-Bus specification # URL: https://www.xfce.org # Maintainer: mac-a-r0ni, j at lngn dot net # Depends on: dbus-glib freetype gdk-pixbuf poppler-glib name=tumbler version=4.18.2 release=1 source=(http://archive.xfce.org/src/xfce/$name/4.18/$name-$version.tar.bz2) build() { cd $name-$version ./configure \ --prefix=/usr \ --libexecdir=/usr/lib/$name \ --sysconfdir=/etc \ --disable-static \ --disable-nls \ --enable-gtk-doc-html=no make make DESTDIR=$PKG install rm -r $PKG/usr/share/gtk-doc }