# Depends on: extra-cmake-modules boost kdoctools akonadi kcalcore kcalutils kholidays kidentitymanagement description="Library to provides access and handling of KAlarm calendar data " url="https://projects.kde.org/kalarcal" packager="tnut " contributors="Pierre B" name=kalarmcal version=18.12.0 source=(http://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@@" | sed "s@ @@g" | \ head -n $(($ligne+1 )) | \ tail -n $(($ligne)) }