wok-next annotate thunar-vfs/receipt @ rev 21006

And Xfce reached the HTTPS
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 09 00:23:28 2018 +0300 (2018-10-09)
parents 757d032c55c7
children f48456621a9d
rev   line source
al@20462 1 # SliTaz package receipt v2.
erjo@8058 2
erjo@8058 3 PACKAGE="thunar-vfs"
erjo@8058 4 VERSION="1.2.0"
erjo@8058 5 CATEGORY="x-window"
samuel_trassare@11876 6 SHORT_DESC="Thunar File Manager Libraries"
erjo@8058 7 MAINTAINER="erjo@slitaz.org"
pascal@15004 8 LICENSE="LGPL2"
al@21006 9 WEB_SITE="https://www.xfce.org/"
al@20462 10
erjo@8058 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
erjo@8058 12 WGET_URL="http://archive.xfce.org/xfce/4.8/src/$TARBALL"
erjo@8058 13
al@20496 14 BUILD_DEPENDS="libpng16-dev libjpeg-turbo-dev libxfce4util-dev dbus-dev \
al@20462 15 startup-notification-dev xfce4-panel-dev zlib-dev intltool exo-dev \
al@20496 16 dbus-glib-dev util-linux-uuid-dev hal-dev xorg-xcb-util-dev"
al@20462 17 SPLIT="thunar-vfs-dev"
al@20462 18
al@20462 19 compile_rules() {
al@20462 20 ./configure \
erjo@8058 21 --enable-dbus \
erjo@8058 22 --enable-startup-notification \
erjo@8058 23 --disable-gnome-thumbnailers \
slaxemulator@10311 24 --enable-debug=no \
slaxemulator@10311 25 $CONFIGURE_ARGS && \
al@20496 26 fix libtool &&
al@20496 27 make &&
al@20496 28 make DESTDIR=$DESTDIR install
erjo@8058 29 }
erjo@8058 30
al@20462 31 genpkg_rules() {
al@20462 32 case $PACKAGE in
al@20462 33 thunar-vfs)
al@20496 34 copy @std
al@20496 35 DEPENDS="dbus dbus-glib exo freetype gdk-pixbuf glib gtk+ hal \
al@20496 36 libjpeg-turbo libpng16 libxfce4util startup-notification \
al@20496 37 xorg-libX11"
al@20462 38 ;;
al@20462 39 *-dev)
al@20496 40 copy @dev
al@20496 41 DEPENDS="thunar-vfs \
al@20496 42 exo-dev glib-dev"
al@20462 43 ;;
al@20462 44 esac
al@20496 45 TAGS="Xfce"
erjo@8058 46 }