# HG changeset patch
# User Hans-G?nter Theisgen
# Date 1573479643 -3600
# Node ID ec3baa6deeda38f461c8096851a78d77c9710309
# Parent  c0ce46afa4e21f52170913f302c3ad5f30361af8
updated xorg-libXcomposite and xorg-libXcomposite-dev (0.4.4 -> 0.4.5)

diff -r c0ce46afa4e2 -r ec3baa6deeda xorg-libXcomposite-dev/receipt
--- a/xorg-libXcomposite-dev/receipt	Mon Nov 11 14:33:57 2019 +0100
+++ b/xorg-libXcomposite-dev/receipt	Mon Nov 11 14:40:43 2019 +0100
@@ -1,26 +1,26 @@
 # SliTaz package receipt.
 
 PACKAGE="xorg-libXcomposite-dev"
-VERSION="0.4.4"
+VERSION="0.4.5"
 CATEGORY="development"
-SHORT_DESC="Development files for libXcomposite"
+SHORT_DESC="Development files for libXcomposite."
 MAINTAINER="pankso@slitaz.org"
 LICENSE="other"
-WEB_SITE="https://www.x.org/"
+WEB_SITE="https://www.x.org/wiki/"
+
+DEPENDS="pkg-config xorg-compositeproto xorg-libXcomposite xorg-libXfixes-dev"
+WANTED="xorg-libXcomposite"
+
 HOST_ARCH="i486 arm"
 
-WANTED="xorg-libXcomposite"
-DEPENDS="xorg-libXcomposite xorg-compositeproto xorg-libXfixes-dev pkg-config"
-
 # Rules to gen a SliTaz package suitable for Tazpkg.
 genpkg_rules()
 {
-	mkdir -p \
-		$fs/usr/share/licenses \
-		$fs/usr/lib
-	cp -a $src/COPYING $fs/usr/share/licenses/${PACKAGE%-dev}.txt
+	mkdir -p $fs/usr/share/licenses
+	mkdir -p $fs/usr/lib
 
-	cp -a $install/usr/include $fs/usr
+	cp -a $src/COPYING		$fs/usr/share/licenses/${PACKAGE%-dev}.txt
+	cp -a $install/usr/include	$fs/usr
 	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
-	cp -a $install/usr/lib/*.la $fs/usr/lib
+	cp -a $install/usr/lib/*.la	$fs/usr/lib
 }
diff -r c0ce46afa4e2 -r ec3baa6deeda xorg-libXcomposite/receipt
--- a/xorg-libXcomposite/receipt	Mon Nov 11 14:33:57 2019 +0100
+++ b/xorg-libXcomposite/receipt	Mon Nov 11 14:40:43 2019 +0100
@@ -1,27 +1,29 @@
 # SliTaz package receipt.
 
 PACKAGE="xorg-libXcomposite"
-VERSION="0.4.4"
+VERSION="0.4.5"
 CATEGORY="x-window"
-SHORT_DESC="X Composite Extension Library"
+SHORT_DESC="X Composite Extension Library."
 MAINTAINER="pankso@slitaz.org"
 LICENSE="other"
-WEB_SITE="https://www.x.org/"
+WEB_SITE="https://www.x.org/wiki/"
+
 SOURCE="libXcomposite"
 TARBALL="$SOURCE-$VERSION.tar.bz2"
 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
-HOST_ARCH="i486 arm"
 
 DEPENDS="xorg-libX11"
 BUILD_DEPENDS="xorg-compositeproto xorg-libXfixes-dev"
 
+HOST_ARCH="i486 arm"
+
 # Rules to configure and make the package.
 compile_rules()
 {
-	./configure \
-		--sysconfdir=/etc \
-		--localstatedir=/var \
-		--disable-static \
+	./configure			\
+		--sysconfdir=/etc	\
+		--localstatedir=/var	\
+		--disable-static	\
 		$CONFIGURE_ARGS &&
 	make &&
 	make install