# Depends on: cmake kwindowsystem libsysstat lxqt-build-tools libdbusmenu-qt lxde-menu-data menu-cache lxqt-globalkeys pulseaudio libstatgrab sysstat lm-sensors kguiaddons solid xorg-libxcomposite description="The LXQt desktop panel" url="http://lxqt.org" packager="tnut" contributors="Greg" run=(lxde-menu-data) name=lxqt-panel version=0.13.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@@@" | \ head -n $(($ligne+1 )) | \ tail -n $(($ligne)) }