Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-10 | import: KDE updater finds packages even in sub-directory. | Hartmut Goebel | |
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. | |||
2019-09-10 | upstream: Move KDE updater into a separate module. | Hartmut Goebel | |
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. |