wok rev 21659

updated parcellite (0.9.3 -> 1.2.1)
author Hans-G?nter Theisgen
date Fri May 31 17:29:36 2019 +0100 (2019-05-31)
parents 3737b25ea3d6
children 8cd03bcd99f2
files parcellite/receipt
line diff
     1.1 --- a/parcellite/receipt	Fri May 31 17:17:25 2019 +0100
     1.2 +++ b/parcellite/receipt	Fri May 31 17:29:36 2019 +0100
     1.3 @@ -1,35 +1,41 @@
     1.4  # SliTaz package receipt
     1.5  
     1.6  PACKAGE="parcellite"
     1.7 -VERSION="0.9.3"
     1.8 +VERSION="1.2.1"
     1.9  CATEGORY="utilities"
    1.10 -SHORT_DESC="Lightweight GTK+ clipboard manager"
    1.11 +SHORT_DESC="Lightweight GTK+ clipboard manager."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14 +WEB_SITE="http://parcellite.sourceforge.net/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://parcellite.sourceforge.net/"
    1.18  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.19 -HOST_ARCH="i486 arm"
    1.20  
    1.21  DEPENDS="gtk+ xorg-libX11 xorg-libXdamage"
    1.22  BUILD_DEPENDS="xorg-libX11-dev gtk+-dev"
    1.23  
    1.24 +HOST_ARCH="i486 arm"
    1.25 +
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28  {	
    1.29  	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
    1.30  	export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lX11"
    1.31 -	find . -name '*.[ch]*' | xargs sed -i 's|<glib/.*h|<glib.h|'
    1.32 +#	find . -name '*.[ch]*' | xargs sed -i 's|<glib/.*h|<glib.h|'
    1.33  	./configure \
    1.34  		$CONFIGURE_ARGS &&
    1.35 -	make && make install
    1.36 +	make &&
    1.37 +	make install
    1.38  }
    1.39  
    1.40  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.41  genpkg_rules()
    1.42  {
    1.43 -	mkdir -p $fs/usr/share/applications $fs/etc
    1.44 -	cp -a $install/usr/bin $fs/usr
    1.45 -	cp -a $stuff/skel $fs/etc
    1.46 +	mkdir -p $fs/usr/share/applications
    1.47 +	mkdir -p $fs/etc
    1.48 +
    1.49 +	cp -a $install/usr/bin	$fs/usr
    1.50 +	cp -a $stuff/skel	$fs/etc
    1.51 +
    1.52  	chown -R 0.0 $fs
    1.53  }