# Depends on: lxqt-build-tools qtbase pulseaudio cmake description="A Pulseaudio mixer in Qt (port of pavucontrol" url="http://lxqt.org" packager="tnut " contributors="Greg" name=pavucontrol-qt version=0.4.0 PKGMK_KEEP_SOURCES="no" source=(https://github.com/lxqt/$name/archive/$version.tar.gz) build=kde5 uptodate() { feed=https://github.com/lxde/$name/releases.atom exec="lynx -read_timeout=20 -dump -listonly -nonumbers $feed" ligne=1 # nombre de notification ? afficher $exec $feed | grep title | \ sed "s@@@" | \ sed "s@@@" | \ head -n $(($ligne+1 )) | \ tail -n $(($ligne)) }