2019-07-17 19:35:50 +02:00
|
|
|
#Description:Thumbnail service implementing the thumbnail management D-Bus specification
|
|
|
|
#URL:https://www.xfce.org
|
|
|
|
#Maintainer:jolupa, jlpavon at me dot com
|
|
|
|
#Depends on:xfce4-dev-tools dbus-glib glib gdk-pixbuf freetype libjpeg-turbo
|
2019-04-24 17:15:26 +02:00
|
|
|
|
|
|
|
name=tumbler
|
2019-06-30 12:16:55 +02:00
|
|
|
version=0.2.5
|
2019-07-07 11:45:30 +02:00
|
|
|
release=3
|
2019-06-12 01:03:35 +02:00
|
|
|
source=(https://git.xfce.org/xfce/$name/snapshot/$name-$version.tar.gz)
|
2019-04-24 17:15:26 +02:00
|
|
|
|
|
|
|
build() {
|
2019-05-11 19:09:44 +02:00
|
|
|
|
|
|
|
cd $name-$version
|
|
|
|
|
2019-06-12 01:03:35 +02:00
|
|
|
./autogen.sh \
|
2019-05-09 14:26:53 +02:00
|
|
|
--prefix=/usr \
|
|
|
|
--libexecdir=/usr/lib/$name \
|
|
|
|
--disable-static \
|
2019-06-01 12:49:24 +02:00
|
|
|
--disable-gtk-doc \
|
|
|
|
--disable-gtk-doc-html \
|
|
|
|
--disable-gtk-doc-pdf \
|
2019-05-11 19:09:44 +02:00
|
|
|
--disable-gtk2 \
|
|
|
|
--enable-gtk3
|
2019-05-09 14:26:53 +02:00
|
|
|
|
2019-04-30 02:46:22 +02:00
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
2019-05-20 21:48:17 +02:00
|
|
|
|
2019-07-07 11:45:30 +02:00
|
|
|
#install -d $PKG/etc
|
|
|
|
#mv $PKG/usr/share/dbus-1 $PKG/etc
|
2019-05-20 21:48:17 +02:00
|
|
|
#rm -r $PKG/usr/share/locale
|
|
|
|
|
2019-04-24 17:15:26 +02:00
|
|
|
}
|