description="Openbox configuration tool. Qt port of ObConf" url="https://github.com/lxqt/obconf-qt" packager="spiky " contributors="Greg,Tnut" makedepends=(lxqt-build-tools qtx11extras) run=(hicolor-icon-theme openbox) set=(lxqt) name=obconf-qt version=0.16.4 source=(https://github.com/lxde/$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@@@" | \ head -n $(($ligne+1 )) | \ tail -n $(($ligne)) }