description='Provides integration of QML and KDE Frameworks' url='https://community.kde.org/Frameworks' license="LGPL-2.0-only LGPL-3.0-only" packager="spiky " contributors="Tnut" name=kdeclarative version=6.5.0 makedepends=(qt6-base qt6-tools qt6-shadertools kconfig ki18n kiconthemes kwidgetsaddons kglobalaccel kguiaddons) source=(https://download.kde.org/stable/frameworks/${version%.*}/${name}-$version.tar.xz) build=kde6 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)) }