description="Track and control the processes running in your system " url="https://www.kde.org/" packager="tnut " contributors="Pierre B" makedepends=(kinfocenter kinit libksysguard lm-sensors desktop-file-utils xdg-utils) run=(lm-sensors desktop-file-utils xdg-utils) set=(kde5 plasma5) name=ksysguard version=5.20.1 source=(https://download.kde.org/stable/plasma/$version/$name-$version.tar.xz) build=kde5 uptodate() { feed=https://github.com/KDE/$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@v@@" | sed "s@ @@g" | \ head -n $(($ligne+1 )) | \ tail -n $(($ligne)) }