wok-next diff libxfcegui4/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/libxfcegui4/receipt	Tue Oct 16 16:46:05 2018 +0300
     1.2 +++ b/libxfcegui4/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -4,16 +4,16 @@
     1.4  VERSION="4.10.0"
     1.5  CATEGORY="x-window"
     1.6  SHORT_DESC="Xfce Gtk Widget library"
     1.7 -MAINTAINER="erjo@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="GPL2"
    1.10 -WEB_SITE="https://www.xfce.org"
    1.11 +WEB_SITE="https://www.xfce.org/"
    1.12  
    1.13  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14  WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.15  
    1.16  BUILD_DEPENDS="gtk2-dev libxfce4util-dev xfconf-dev startup-notification-dev \
    1.17  libglade-dev xorg-xcb-util-dev intltool util-linux-uuid-dev"
    1.18 -SPLIT="libxfcegui4-dev"
    1.19 +SPLIT="$PACKAGE-dev"
    1.20  
    1.21  compile_rules() {
    1.22  	# xfce_setenv is removed in libxfce4util 4.11.0
    1.23 @@ -25,7 +25,7 @@
    1.24  		$CONFIGURE_ARGS &&
    1.25  	fix libtool &&
    1.26  	make &&
    1.27 -	make DESTDIR=$DESTDIR install
    1.28 +	make DESTDIR=$install install
    1.29  }
    1.30  
    1.31  genpkg_rules() {