description="Additional components to increase the functionality of KIO " url="https://www.kde.org/" packager="tnut " contributors="Pierre B" makedepends=(syntax-highlighting karchive kconfig kconfigwidgets kcoreaddons kdbusaddons kdoctools kdnssd kiconthemes solid kbookmarks kguiaddons kpty ki18n kio kactivities kcodecs samba openssh) run=(shared-mime-info) set=(kde5 plasma5) name=kio-extras version=19.12.3 source=(https://download.kde.org/stable/release-service/$version/src/$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@@" | \ head -n $(($ligne+1 )) | \ tail -n $(($ligne)) }