[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/45: TEMP HACK refresh to 5.19.5
From: |
guix-commits |
Subject: |
01/45: TEMP HACK refresh to 5.19.5 |
Date: |
Sun, 31 Jan 2021 10:27:18 -0500 (EST) |
htgoebel pushed a commit to branch wip-kde-plasma
in repository guix.
commit 10042b8f4bc890c6c090378c313abeb153158cb3
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Thu Nov 28 12:37:20 2019 +0100
TEMP HACK refresh to 5.19.5
---
guix/import/kde.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/import/kde.scm b/guix/import/kde.scm
index 6873418..9236aac 100644
--- a/guix/import/kde.scm
+++ b/guix/import/kde.scm
@@ -139,7 +139,7 @@ Output:
(define (version->pattern part)
;; If a path element might be a version, replace it by a catch-all part
(if (regexp-exec version-regexp part)
- "[^/]+"
+ "5\\.19\\.5";; "[^/]+"
part))
(let* ((path (uri-path uri))
- 08/45: gnu: Add plasma-desktop., (continued)
- 08/45: gnu: Add plasma-desktop., guix-commits, 2021/01/31
- 04/45: gnu: Add plasma-wayland-protocols., guix-commits, 2021/01/31
- 28/45: gnu: Add plasma-nm., guix-commits, 2021/01/31
- 36/45: gnu: Add user-manager., guix-commits, 2021/01/31
- 38/45: gnu: Add kmenuedit., guix-commits, 2021/01/31
- 44/45: TEMP add helper-scripts, guix-commits, 2021/01/31
- 20/45: gnu: Add kdeplasma-addons., guix-commits, 2021/01/31
- 23/45: gnu: Add kwrited., guix-commits, 2021/01/31
- 30/45: gnu: Add plasma-sdk., guix-commits, 2021/01/31
- 39/45: gnu: Add powerdevil., guix-commits, 2021/01/31
- 01/45: TEMP HACK refresh to 5.19.5,
guix-commits <=
- 21/45: gnu: Add kgamma5., guix-commits, 2021/01/31
- 25/45: gnu: Add milou., guix-commits, 2021/01/31
- 31/45: gnu: Add plasma-tests. REWORD, guix-commits, 2021/01/31
- 35/45: gnu: Add systemsettings., guix-commits, 2021/01/31
- 37/45: gnu: Add khotkeys., guix-commits, 2021/01/31
- 42/45: gnu: Add utempter -- TODO later, guix-commits, 2021/01/31
- 40/45: gnu: Add breeze-grub DUMMY. MUST come after plasma-desktop, guix-commits, 2021/01/31
- 43/45: TODO gnu: Add discover., guix-commits, 2021/01/31
- 07/45: gnu: Add plasma-workspace., guix-commits, 2021/01/31
- 15/45: TEMP Add some helpers for running plasma in the VM., guix-commits, 2021/01/31