# Depends on: extra-cmake-modules python kdoctools kitemviews description="C++ API that determines holiday and other special events for a geographical region" url="https://projects.kde.org/projects/kde/pim" packager="tnut " contributors="Pierre B" name=kholidays version=5.53.0 source=(http://download.kde.org/stable/frameworks/${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@@" | \ head -n $(($ligne+1 )) | \ tail -n $(($ligne)) }