# HG changeset patch # User Hans-G?nter Theisgen # Date 1573653214 -3600 # Node ID 6fa24e4c1af3dbc7e45b57a72fa2a2c4c7bc7a30 # Parent 4ef8c4b280707baa4b73da3a9ca4011a823972e6 updated xorg-xfontsel (1.0.3 -> 1.0.6) diff -r 4ef8c4b28070 -r 6fa24e4c1af3 xorg-xfontsel/receipt --- a/xorg-xfontsel/receipt Wed Nov 13 14:48:49 2019 +0100 +++ b/xorg-xfontsel/receipt Wed Nov 13 14:53:34 2019 +0100 @@ -1,16 +1,17 @@ # SliTaz package receipt. PACKAGE="xorg-xfontsel" -VERSION="1.0.3" +VERSION="1.0.6" CATEGORY="x-window" -SHORT_DESC="point and click selection utility of X11 font names" +TAGS="utility xorg fonts" +SHORT_DESC="Point and click selection utility of X11 font names." MAINTAINER="jozee@slitaz.org" LICENSE="MIT" +WEB_SITE="https://www.x.org/wiki/" + SOURCE="xfontsel" TARBALL="$SOURCE-$VERSION.tar.bz2" -WEB_SITE="http://xorg.freedesktop.org/" -WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" -TAGS="utility xorg fonts" +WGET_URL="$XORG_MIRROR/app/$TARBALL" DEPENDS="xorg-libXaw" BUILD_DEPENDS="xorg-libXaw-dev" @@ -18,10 +19,9 @@ # Rules to configure and make the package.ls sr compile_rules() { - cd $src - ./configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ + ./configure \ + --prefix=/usr \ + --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install @@ -33,4 +33,3 @@ mkdir -p $fs/usr/share cp -a $install/usr/bin $fs/usr } -