description="Secure and unified container for user passwords" url="https://www.kde.org/" packager="Tnut " contributors="Pierre,Fabienwang,Tnut,Spiky" name=kwallet version=5.102.0 makedepends=(kconfig kconfigwidgets kdbusaddons kiconthemes kservice kwindowsystem gpgme kcoreaddons ki18n knotifications kwidgetsaddons libgcrypt gnupg gpgme qgpgme qca-qt) run=(libgcrypt gnupg gpgme qgpgme) 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)) }