wok-next diff thunar-vfs/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents f48456621a9d
children 5669e8b3be70
line diff
     1.1 --- a/thunar-vfs/receipt	Tue Oct 16 16:46:05 2018 +0300
     1.2 +++ b/thunar-vfs/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -4,7 +4,7 @@
     1.4  VERSION="1.2.0"
     1.5  CATEGORY="x-window"
     1.6  SHORT_DESC="Thunar File Manager Libraries"
     1.7 -MAINTAINER="erjo@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="LGPL2"
    1.10  WEB_SITE="https://www.xfce.org/"
    1.11  
    1.12 @@ -14,7 +14,7 @@
    1.13  BUILD_DEPENDS="libpng16-dev libjpeg-turbo-dev libxfce4util-dev dbus-dev \
    1.14  startup-notification-dev xfce4-panel-dev zlib-dev intltool exo-dev \
    1.15  dbus-glib-dev util-linux-uuid-dev hal-dev xorg-xcb-util-dev"
    1.16 -SPLIT="thunar-vfs-dev"
    1.17 +SPLIT="$PACKAGE-dev"
    1.18  
    1.19  compile_rules() {
    1.20  	./configure \
    1.21 @@ -22,10 +22,10 @@
    1.22  		--enable-startup-notification \
    1.23  		--disable-gnome-thumbnailers \
    1.24  		--enable-debug=no \
    1.25 -		$CONFIGURE_ARGS && \
    1.26 +		$CONFIGURE_ARGS &&
    1.27  	fix libtool &&
    1.28  	make &&
    1.29 -	make DESTDIR=$DESTDIR install
    1.30 +	make DESTDIR=$install install
    1.31  }
    1.32  
    1.33  genpkg_rules() {