summaryrefslogtreecommitdiff
path: root/guix/import/kde.scm
Commit message (Collapse)AuthorAge
* import: KDE updater finds packages even in sub-directory.Hartmut Goebel2019-09-10
| | | | | | | | | | | | Fixes <http://issues.guix.gnu.org/issue/30345> and finally fixes <http://issues.guix.gnu.org/issue/25020>. Formerly packages living in a path like /stable/frameworks/5.60/portingAids/kross-5.60.0.tar.xz have not been found. * guix/import/kde.scm (uri->kde-path-pattern): New procedure. (latest-kde-release): Use pattern to search for file.
* upstream: Move KDE updater into a separate module.Hartmut Goebel2019-09-10
As it was done for (guix import gnome). * guix/import/kde.scm: New file. * Makefile.am (MODULES): Add it. * guix/gnu-maintenance.scm (%kde-updater) (%kde-file-list-uri) (download.kde.org-files) (latest-kde-release): Remove.