description="Framework providing components to allow applications to integrate with a KDE Workspace" url="https://www.kde.org/" packager="Tnut " contributors="Pierre,Fabienwang,Tnut,Spiky" makedepends=(kcompletion kconfig kconfigwidgets kcoreaddons ki18n kiconthemes kio kjobwidgets knotifications kwidgetsaddons kxmlgui libxcb xorg-libxcursor kpackage knewstuff syndication) run=(noto-fonts) name=frameworkintegration version=5.102.0 source=(https://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)) }