# HG changeset patch # User Hans-G?nter Theisgen # Date 1578929130 -3600 # Node ID 84f7eb544a14bfd3c76eb700900177dc85011fe0 # Parent f8e190dcc90f6e5a0316f302346aae1c1291a3e6 updated dciutil (0.8.6 -> 0.9.8) diff -r f8e190dcc90f -r 84f7eb544a14 dciutil/receipt --- a/dciutil/receipt Mon Jan 13 14:20:02 2020 +0100 +++ b/dciutil/receipt Mon Jan 13 16:25:30 2020 +0100 @@ -1,30 +1,34 @@ # SliTaz package receipt. PACKAGE="dciutil" -VERSION="0.8.6" +VERSION="0.9.8" CATEGORY="misc" -SHORT_DESC="Query and change Linux monitor settings using DDC/CI and USB" +SHORT_DESC="Query and change Linux monitor settings using DDC/CI and USB." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" +WEB_SITE="http://www.ddcutil.com/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.ddcutil.com/" -WGET_URL="https://github.com/rockowitz/ddcutil/archive/v$VERSION.tar.gz" +WGET_URL="${WEB_SITE}tarballs/ddcutil-$VERSION.tar.gz" -DEPENDS="glib libusb libdrm xorg-libXrandr libxcb glib zlib" -BUILD_DEPENDS="autoconf automake libtool pkg-config glib-dev libusb-dev \ -python-dev udev-dev xorg-dev xorg-xrandr libdrm-dev file" +DEPENDS="glib libdrm libusb libxcb xorg-libXrandr zlib" +BUILD_DEPENDS="file glib-dev libdrm-dev libtool libusb-dev + pkg-config python-dev udev-dev xorg-dev xorg-xrandr" # Rules to configure and make the package. compile_rules() { find | grep akefile | xargs sed -i '/+= -Wpedantic/d;s| -Wpedantic||' - sed -i 's|grep suse|grep -s suse|' configure* - sed -i '/linux\/uhid/d' src/usb_util/libusb_reports.c - ./autogen.sh - ./configure --prefix=/usr \ - --host=i686-pc-linux-gnu \ - --build=i686-pc-linux-gnu \ - --mandir=/usr/share/man \ + sed -i 's|grep suse|grep -s suse|' \ + configure* + sed -i '/linux\/uhid/d' \ + src/usb_util/libusb_reports.c + + ./configure \ + --prefix=/usr \ + --host=i686-pc-linux-gnu \ + --build=i686-pc-linux-gnu \ + --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install @@ -33,5 +37,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cp -a $install/usr $fs }