2019-07-19 01:31:37 +02:00
|
|
|
# Description: Thumbnail service implementing the thumbnail management D-Bus specification
|
|
|
|
# URL: https://www.xfce.org
|
|
|
|
# Maintainer: jolupa, jlpavon at me dot com
|
2020-04-08 18:57:51 +02:00
|
|
|
# Depends on: dbus-glib gdk-pixbuf freetype libjpeg-turbo gst-plugins-base poppler-glib libpng
|
2019-04-24 17:15:26 +02:00
|
|
|
|
|
|
|
name=tumbler
|
2020-02-23 21:54:29 +01:00
|
|
|
version=0.2.8
|
2020-04-08 18:57:51 +02:00
|
|
|
release=2
|
2019-12-21 20:33:59 +01:00
|
|
|
source=(http://archive.xfce.org/src/xfce/$name/${version:0:3}/$name-$version.tar.bz2)
|
2019-04-24 17:15:26 +02:00
|
|
|
|
|
|
|
build() {
|
2019-05-11 19:09:44 +02:00
|
|
|
|
2019-10-30 09:33:56 +01:00
|
|
|
cd $name-$version
|
2019-05-11 19:09:44 +02:00
|
|
|
|
2019-10-30 09:33:56 +01:00
|
|
|
./configure \
|
|
|
|
--prefix=/usr \
|
|
|
|
--libexecdir=/usr/lib/$name \
|
|
|
|
--sysconfdir=/etc \
|
|
|
|
--disable-static \
|
|
|
|
--disable-gtk-doc \
|
|
|
|
--disable-gtk2 \
|
|
|
|
--enable-gtk3
|
2019-09-05 01:56:41 +02:00
|
|
|
|
2019-10-30 09:33:56 +01:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2019-07-19 01:31:37 +02:00
|
|
|
|
2019-10-30 09:33:56 +01:00
|
|
|
#rm -r $PKG/usr/share/locale
|
|
|
|
rm -r $PKG/usr/share/gtk-doc
|
2020-04-08 18:57:51 +02:00
|
|
|
|
2019-04-24 17:15:26 +02:00
|
|
|
}
|