wok-next diff icon-naming-utils/receipt @ rev 21116

Update libxfce4util, xfconf, libxfce4ui
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jan 14 00:11:29 2019 +0200 (2019-01-14)
parents b367284a8ac3
children
line diff
     1.1 --- a/icon-naming-utils/receipt	Sat Oct 28 16:45:22 2017 +0300
     1.2 +++ b/icon-naming-utils/receipt	Mon Jan 14 00:11:29 2019 +0200
     1.3 @@ -4,9 +4,9 @@
     1.4  VERSION="0.8.90"
     1.5  CATEGORY="development"
     1.6  SHORT_DESC="Perl script used for desktop icon compatibility"
     1.7 -MAINTAINER="pankso@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="GPL2"
    1.10 -WEB_SITE="http://tango.freedesktop.org/"
    1.11 +WEB_SITE="http://tango.freedesktop.org/Tango_Desktop_Project"
    1.12  
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  #WGET_URL="http://tango.freedesktop.org/releases/$TARBALL"
    1.15 @@ -15,7 +15,9 @@
    1.16  BUILD_DEPENDS="perl perl-xml-simple"
    1.17  
    1.18  compile_rules() {
    1.19 -	./configure $CONFIGURE_ARGS && make && make install
    1.20 +	./configure $CONFIGURE_ARGS &&
    1.21 +	make &&
    1.22 +	make install
    1.23  }
    1.24  
    1.25  genpkg_rules() {