wok-next view thunar/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents 82b613cfd1e0
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="thunar"
4 VERSION="1.6.6" # Xfce release 4.12: http://archive.xfce.org/xfce/4.12/src/
5 CATEGORY="x-window"
6 SHORT_DESC="Thunar file manager"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.xfce.org/"
11 TARBALL="Thunar-$VERSION.tar.bz2"
12 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
14 BUILD_DEPENDS="intltool libx11-dev libice-dev exo-dev libxfce4ui-dev \
15 libgudev-dev libnotify-dev libexif-dev xfce4-panel-dev eudev-dev \
16 libsm-dev startup-notification-dev xcb-util-dev"
17 SPLIT="$PACKAGE-dev"
19 compile_rules() {
20 ./configure \
21 --disable-debug \
22 --disable-gtk-doc \
23 $CONFIGURE_ARGS &&
24 fix libtool &&
25 make &&
26 make install
27 }
29 genpkg_rules() {
30 case $PACKAGE in
31 thunar)
32 copy @std
33 DEPENDS="atk libcairo dbus dbus-glib libexo gdk-pixbuf glib gtk2 libexif \
34 libgudev libnotify libpcre libxfce4ui libxfce4util pango \
35 xfce4-panel xfconf libice libsm libx11"
36 TAGS="Xfce file-manager"
37 ;;
38 *-dev)
39 copy @dev
40 DEPENDS="thunar \
41 glib-dev gtk2-dev"
42 TAGS="Xfce"
43 ;;
44 esac
45 }