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

gtk3: added build dependency libxtst
author Hans-G?nter Theisgen
date Tue Aug 04 17:36:05 2020 +0100 (2020-08-04)
parents 5669e8b3be70
children
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="devel@slitaz.org"
8 LICENSE="LGPL2"
9 WEB_SITE="https://www.xfce.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://archive.xfce.org/xfce/4.8/src/$TARBALL"
14 BUILD_DEPENDS="libpng-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 xcb-util-dev"
17 SPLIT="$PACKAGE-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=$install install
29 }
31 genpkg_rules() {
32 case $PACKAGE in
33 thunar-vfs)
34 copy @std
35 DEPENDS="dbus dbus-glib libexo freetype gdk-pixbuf glib gtk2 hal \
36 libjpeg-turbo libpng libxfce4util startup-notification \
37 libx11"
38 ;;
39 *-dev)
40 copy @dev
41 DEPENDS="thunar-vfs \
42 exo-dev glib-dev"
43 ;;
44 esac
45 TAGS="Xfce"
46 }