wok-next rev 14832

Up: thunar, thunar-dev (1.4.0)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Jul 17 13:56:18 2013 +0200 (2013-07-17)
parents 8bb09b98317b
children af384d8f64d1
files thunar-dev/receipt thunar/receipt
line diff
     1.1 --- a/thunar-dev/receipt	Wed Jul 17 13:54:50 2013 +0200
     1.2 +++ b/thunar-dev/receipt	Wed Jul 17 13:56:18 2013 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt."
     1.5  
     1.6  PACKAGE="thunar-dev"
     1.7 -VERSION="1.3.0"
     1.8 +VERSION="1.4.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Thunar File Manager dev files"
    1.11  MAINTAINER="erjo@slitaz.org"
     2.1 --- a/thunar/receipt	Wed Jul 17 13:54:50 2013 +0200
     2.2 +++ b/thunar/receipt	Wed Jul 17 13:56:18 2013 +0200
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="thunar"
     2.7 -VERSION="1.3.0"
     2.8 +VERSION="1.4.0"
     2.9  CATEGORY="x-window"
    2.10  SHORT_DESC="Thunar File Manager"
    2.11  MAINTAINER="erjo@slitaz.org"
    2.12 @@ -11,11 +11,11 @@
    2.13  WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
    2.14  TAGS="file-manager file-browser"
    2.15  
    2.16 -DEPENDS="libpng jpeg gtk+ libxfce4util dbus libexo pcre libexif libgudev \
    2.17 -gamin libxfce4ui startup-notification util-linux-uuid"
    2.18 -BUILD_DEPENDS="libpng-dev jpeg-dev gtk+-dev libxfce4util-dev dbus-dev \
    2.19 -libexo-dev zlib-dev intltool libgudev-dev libxfce4ui-dev xcb-util-dev \
    2.20 -startup-notification-dev util-linux-uuid-dev"
    2.21 +DEPENDS="libpng jpeg gtk+ libxfce4util dbus-glib libexo pcre libexif libgudev \
    2.22 +gamin libxfce4ui startup-notification util-linux-uuid libnotify"
    2.23 +BUILD_DEPENDS="libpng-dev jpeg-dev gtk+-dev libxml2-dev dbus-glib-dev \
    2.24 +libexo-dev zlib-dev intltool libgudev-dev libxfce4ui-dev libxfce4util-dev xcb-util-dev \
    2.25 +startup-notification-dev util-linux-uuid-dev libnotify-dev"
    2.26  
    2.27  # Rules to configure and make the package.
    2.28  compile_rules()
    2.29 @@ -27,11 +27,12 @@
    2.30  		--enable-dbus \
    2.31  		--enable-startup-notification \
    2.32  		--enable-notifications \
    2.33 +		--enable-gio-unix \
    2.34  		--enable-gudev \
    2.35  		--libexecdir=/usr/lib \
    2.36  		--enable-debug=no \
    2.37  		$CONFIGURE_ARGS &&
    2.38 -	make && make DESTDIR=$DESTDIR install
    2.39 +	make && make install
    2.40  }
    2.41  
    2.42  # Rules to gen a SliTaz package suitable for Tazpkg.