# Depends on: kcompletion kconfig kconfigwidgets kcoreaddons ki18n kiconthemes kio kjobwidgets knotifications kwidgetsaddons kxmlgui qtbase libxcb xorg-libxcursor noto-fonts kpackage knewstuff description="Framework providing components to allow applications to integrate with a KDE Workspace" url="https://www.kde.org/" packager="tnut " contributors="Pierre B" run=(noto-fonts) name=frameworkintegration version=5.53.0 source=(https://download.kde.org/stable/frameworks/${version:0:4}/$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)) }