# Depends on: python qtbase extra-cmake-modules kconfig kdoctools kcodecs ki18n kio kwidgetsaddons kxmlgui description="Used to retrieve audio CD meta data from the interne" url="http://sourceforge.net/projects/libkcddb/" packager="tnut " contributors="Pierre B" name=libkcddb version=18.12.0 source=(https://download.kde.org/stable/applications/$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)) }