wok-next view thunar-vfs/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 6d367d984b77
children 690e7cc036d5
line source
1 # SliTaz package receipt v2.
3 PACKAGE="thunar-vfs"
4 VERSION="1.2.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Thunar File Manager Libraries"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="LGPL2"
9 WEB_SITE="http://www.xfce.org"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://archive.xfce.org/xfce/4.8/src/$TARBALL"
14 BUILD_DEPENDS="libpng16-dev libjpeg-turbo-dev libxfce4util-dev dbus-dev \
15 startup-notification-dev xfce4-panel-dev zlib-dev intltool exo-dev \
16 dbus-glib-dev util-linux-uuid-dev hal-dev xorg-xcb-util-dev"
17 SPLIT="thunar-vfs-dev"
19 compile_rules() {
20 ./configure \
21 --enable-dbus \
22 --enable-startup-notification \
23 --disable-gnome-thumbnailers \
24 --enable-debug=no \
25 $CONFIGURE_ARGS && \
26 fix libtool &&
27 make &&
28 make DESTDIR=$DESTDIR install
29 }
31 genpkg_rules() {
32 case $PACKAGE in
33 thunar-vfs)
34 copy @std
35 DEPENDS="dbus dbus-glib exo freetype gdk-pixbuf glib gtk+ hal \
36 libjpeg-turbo libpng16 libxfce4util startup-notification \
37 xorg-libX11"
38 ;;
39 *-dev)
40 copy @dev
41 DEPENDS="thunar-vfs \
42 exo-dev glib-dev"
43 ;;
44 esac
45 TAGS="Xfce"
46 }