# HG changeset patch # User Hans-G?nter Theisgen # Date 1553003322 -3600 # Node ID 93c7d5278f70d74853069d44423ce814d5c83c7a # Parent d915ef6e3b53cf5a11c18e79a8b351e746835edb updated libXaw3dXft and libXaw3dXft-dev (1.6.2c -> 1.6.2e) diff -r d915ef6e3b53 -r 93c7d5278f70 libXaw3dXft-dev/receipt --- a/libXaw3dXft-dev/receipt Tue Mar 19 14:23:46 2019 +0100 +++ b/libXaw3dXft-dev/receipt Tue Mar 19 14:48:42 2019 +0100 @@ -1,22 +1,23 @@ # SliTaz package receipt. PACKAGE="libXaw3dXft-dev" -VERSION="1.6.2c" +VERSION="1.6.2e" CATEGORY="development" -SHORT_DESC="Xpaint module devel files." +SHORT_DESC="Xpaint module development files." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" +WEB_SITE="https://sourceforge.net/projects/sf-xpaint/" + WANTED="libXaw3dXft" -WEB_SITE="https://sourceforge.net/projects/sf-xpaint/" +DEPENDS="libXaw3dXft xorg-libXmu-dev pkg-config" HOST_ARCH="i486 arm" -DEPENDS="libXaw3dXft xorg-libXmu-dev pkg-config" - # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.*a* $fs/usr/lib - cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp -a $install/usr/include $fs/usr + + cp -a $install/usr/lib/*.*a* $fs/usr/lib + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/include $fs/usr } diff -r d915ef6e3b53 -r 93c7d5278f70 libXaw3dXft/receipt --- a/libXaw3dXft/receipt Tue Mar 19 14:23:46 2019 +0100 +++ b/libXaw3dXft/receipt Tue Mar 19 14:48:42 2019 +0100 @@ -1,27 +1,30 @@ # SliTaz package receipt. PACKAGE="libXaw3dXft" -VERSION="1.6.2c" +VERSION="1.6.2e" CATEGORY="x-window" -SHORT_DESC="Xpaint module" +SHORT_DESC="Xpaint module." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="MIT" WEB_SITE="https://sourceforge.net/projects/sf-xpaint/" + TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="$SF_MIRROR/sf-xpaint/$TARBALL" -HOST_ARCH="i486 arm" DEPENDS="xorg-libXmu fontconfig xorg-libXrender xorg-libXft lzlib" BUILD_DEPENDS="xorg-libXmu-dev util-linux-uuid-dev expat-dev libxml2-dev" +HOST_ARCH="i486 arm" # Rules to configure and make the package. compile_rules() { - ./configure \ - --enable-arrow-scrollbars \ - --enable-gray-stipples \ - --enable-multiplane-bitmaps \ - $CONFIGURE_ARGS && make && make install + ./configure \ + --enable-arrow-scrollbars \ + --enable-gray-stipples \ + --enable-multiplane-bitmaps \ + $CONFIGURE_ARGS && + make -j 1 && + make install } # Rules to gen a SliTaz package suitable for Tazpkg.