# HG changeset patch # User Hans-G?nter Theisgen # Date 1573574662 -3600 # Node ID f0472a14b33275c86cbb50313e9031312fbf7f67 # Parent c9419274b61baa28423c0780eb50cee7a2c79a3a updated xorg-xdpyinfo (1.2.0 -> 1.3.2) diff -r c9419274b61b -r f0472a14b332 xorg-xdpyinfo/receipt --- a/xorg-xdpyinfo/receipt Tue Nov 12 16:57:22 2019 +0100 +++ b/xorg-xdpyinfo/receipt Tue Nov 12 17:04:22 2019 +0100 @@ -1,29 +1,29 @@ # SliTaz package receipt. PACKAGE="xorg-xdpyinfo" -VERSION="1.2.0" +VERSION="1.3.2" CATEGORY="x-window" -SHORT_DESC="display information utility for X-server" +TAGS="utility xorg display" +SHORT_DESC="Display information utility for X-server." MAINTAINER="jozee@slitaz.org" LICENSE="MIT" +WEB_SITE="https://www.x.org/wiki/" + SOURCE="xdpyinfo" TARBALL="$SOURCE-$VERSION.tar.bz2" -WEB_SITE="http://xorg.freedesktop.org/" -WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" -TAGS="utility xorg display" +WGET_URL="$XORG_MIRROR/app/$TARBALL" -DEPENDS="xorg-libXtst xorg-libXxf86vm xorg-libXrender \ -xorg-libXinerama xorg-libXp" -BUILD_DEPENDS="xorg-libXtst-dev xorg-libXxf86vm-dev \ -xorg-libXrender-dev xorg-libXinerama-dev xorg-libXp-dev" +DEPENDS="xorg-libXinerama xorg-libXp xorg-libXrender + xorg-libXtst xorg-libXxf86vm" +BUILD_DEPENDS="xorg-libXinerama-dev xorg-libXp-dev + xorg-libXrender-dev xorg-libXtst-dev xorg-libXxf86vm-dev" # 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,5 +33,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr }