# HG changeset patch # User Hans-G?nter Theisgen # Date 1584286833 -3600 # Node ID 5508444ae030bdd1115b375d375d9620871cdabc # Parent f4b38c32146924aa31272c2c705a4a94eafca98e updated lxrandr (0.3.1 -> 0.3.2) diff -r f4b38c321469 -r 5508444ae030 lxrandr/receipt --- a/lxrandr/receipt Sun Mar 15 16:17:33 2020 +0100 +++ b/lxrandr/receipt Sun Mar 15 16:40:33 2020 +0100 @@ -1,41 +1,45 @@ # SliTaz package receipt. PACKAGE="lxrandr" -VERSION="0.3.1" +VERSION="0.3.2" CATEGORY="utilities" -SHORT_DESC="LXDE monitor configuration tool" +TAGS="LXDE" +SHORT_DESC="LXDE monitor configuration tool." MAINTAINER="gokhlayeh@slitaz.org" LICENSE="GPL2" +WEB_SITE="https://lxde.org" + TARBALL="$PACKAGE-$VERSION.tar.xz" -WEB_SITE="https://lxde.org" WGET_URL="$SF_MIRROR/lxde/$TARBALL" -TAGS="LXDE" -HOST_ARCH="i486 arm" DEPENDS="gtk+ xorg-xrandr" BUILD_DEPENDS="gtk+-dev xorg-libXrandr-dev" +HOST_ARCH="i486 arm" + # Rules to configure and make the package. compile_rules() { # Fix sources. echo "Icon=video-display" >> data/lxrandr.desktop.in touch po/stamp-it - ./configure \ + + ./configure \ $CONFIGURE_ARGS && - make && make install + make && + make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/share $fs/usr + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share $fs/usr - # Remove man & locales - rm -rf $fs/usr/share/man - rm -rf $fs/usr/share/locale + # Remove man pages and locales + rm -rf $fs/usr/share/man + rm -rf $fs/usr/share/locale sed -i 's|^Icon=.*$|Icon=preferences-desktop-display|' \ $fs/usr/share/applications/lxrandr.desktop