wok-next diff menu-cache/receipt @ rev 20244

Update bdeps: apache-mod-perl, codeblocks, tacacs+, thunar-archive-plugin, tuxpaint, xpenguins
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Nov 07 10:54:15 2017 +0200 (2017-11-07)
parents 4688f12eea68
children d394530f7404
line diff
     1.1 --- a/menu-cache/receipt	Thu Jul 20 05:10:04 2017 +0300
     1.2 +++ b/menu-cache/receipt	Tue Nov 07 10:54:15 2017 +0200
     1.3 @@ -7,6 +7,7 @@
     1.4  MAINTAINER="pankso@slitaz.org"
     1.5  LICENSE="GPL2"
     1.6  WEB_SITE="https://github.com/lxde/menu-cache"
     1.7 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxde/menu-cache.html"
     1.8  HOST_ARCH="i486 arm"
     1.9  
    1.10  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.11 @@ -18,7 +19,6 @@
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()
    1.14  {
    1.15 -	# http://www.linuxfromscratch.org/blfs/view/stable/lxde/menu-cache.html
    1.16  	./configure \
    1.17  		--disable-static \
    1.18  		--enable-gtk-doc \
    1.19 @@ -33,14 +33,13 @@
    1.20  		*-cache)
    1.21  			copy @std
    1.22  			DEPENDS="glib libfm-extra"
    1.23 -			TAGS="LXDE"
    1.24  			;;
    1.25  		*-dev)
    1.26  			copy @dev
    1.27  			DEPENDS="menu-cache glib-dev libffi-dev pcre-dev \
    1.28  			util-linux-blkid-dev util-linux-mount-dev util-linux-uuid-dev \
    1.29  			zlib-dev"
    1.30 -			TAGS="LXDE"
    1.31  			;;
    1.32  	esac
    1.33 +	TAGS="LXDE"
    1.34  }