# HG changeset patch # User Hans-G?nter Theisgen # Date 1573463070 -3600 # Node ID c38f6bd312dc854cfb392da3aa055b39e1e08312 # Parent 1c272b6e73c7a16407f696c8a0c3a87b45f31b41 updated xorg-libFS and xorg-libFS-dev (1.0.5 -> 1.0.8) diff -r 1c272b6e73c7 -r c38f6bd312dc xorg-libFS-dev/receipt --- a/xorg-libFS-dev/receipt Mon Nov 11 09:53:32 2019 +0100 +++ b/xorg-libFS-dev/receipt Mon Nov 11 10:04:30 2019 +0100 @@ -1,25 +1,24 @@ # SliTaz package receipt. PACKAGE="xorg-libFS-dev" -VERSION="1.0.5" +VERSION="1.0.8" CATEGORY="development" -SHORT_DESC="Development files for libFS" +SHORT_DESC="Development files for libFS." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="other" -WEB_SITE="https://www.x.org/" +WEB_SITE="https://www.x.org/wiki/" WANTED="xorg-libFS" -DEPENDS="xorg-libFS xorg-fontsproto pkg-config" +DEPENDS="pkg-config xorg-fontsproto xorg-libFS" # 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 1c272b6e73c7 -r c38f6bd312dc xorg-libFS/receipt --- a/xorg-libFS/receipt Mon Nov 11 09:53:32 2019 +0100 +++ b/xorg-libFS/receipt Mon Nov 11 10:04:30 2019 +0100 @@ -1,26 +1,27 @@ # SliTaz package receipt. PACKAGE="xorg-libFS" -VERSION="1.0.5" +VERSION="1.0.8" CATEGORY="x-window" -SHORT_DESC="Library Interface to the X Font Server" +SHORT_DESC="Library Interface to the X Font Server." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="other" -WEB_SITE="https://www.x.org/" +WEB_SITE="https://www.x.org/wiki/" + SOURCE="libFS" TARBALL="$SOURCE-$VERSION.tar.bz2" WGET_URL="$XORG_MIRROR/lib/$TARBALL" DEPENDS="glibc-base" -BUILD_DEPENDS="xorg-util-macros xorg-xproto xorg-fontsproto xorg-xtrans" +BUILD_DEPENDS="xorg-fontsproto xorg-util-macros xorg-xproto xorg-xtrans" # 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