description="Library providing freedesktop.org XDG specs implementations for Qt." url="https://github.com/lxqt/libqtxdg" packager="spiky " contributors="Greg,Tnut" makedepends=(xorg-libsm libxkbcommon qtbase qtsvg cmake lxqt-build-tools) set=(lxqt) name=libqtxdg version=3.10.0 source=(https://github.com/lxqt/$name/releases/download/$version/$name-$version.tar.xz) 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@@@" | \ sed "s@libqtxdg@@" | \ head -n $(($ligne+1 )) | \ tail -n $(($ligne)) }