# Depends on: extra-cmake-modules kdoctools kinit kcmutils knewstuff kcoreaddons ki18n kdbusaddons kbookmarks kconfig kio kparts solid kiconthemes kcompletion ktextwidgets kwindowsystem knotifications kcrash kactivities baloo baloo-widgets kfilemetadata kdelibs4support ffmpegthumbs kdegraphics-thumbnailers kde-cli-tools ruby description="File Manager" url="https://www.kde.org/" packager="tnut " contributors="Pierre B" run=(ruby) name=dolphin version=18.12.0 source=(http://download.kde.org/stable/applications/$version/src/$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@@" | sed "s@ @@g" | \ head -n $(($ligne+1 )) | \ tail -n $(($ligne)) }