all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#34895] [PATCH 01/18] gnu: xfconf: Update to 4.12.1.
@ 2019-03-17 14:41 Kei Kebreau
  2019-03-17 16:04 ` [bug#34895] [PATCH 02/18] gnu: libxfce4ui: " Kei Kebreau
                   ` (2 more replies)
  0 siblings, 3 replies; 22+ messages in thread
From: Kei Kebreau @ 2019-03-17 14:41 UTC (permalink / raw)
  To: 34895; +Cc: Kei Kebreau

* gnu/packages/xfce.scm (xfconf): Update to 4.12.1.
[source]: Update URL.
---
 gnu/packages/xfce.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index b47fe5d301..7c4df4964c 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -104,15 +104,15 @@ Xfce Desktop Environment.")
 (define-public xfconf
   (package
     (name "xfconf")
-    (version "4.12.0")
+    (version "4.12.1")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://archive.xfce.org/xfce/"
-                                  (version-major+minor version)
-                                  "/src/" name "-" version ".tar.bz2"))
+              (uri (string-append "https://archive.xfce.org/src/xfce/"
+                                  name "/" (version-major+minor version) "/"
+                                  name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "0mmi0g30aln3x98y5p507g17pipq0dj0bwypshan8cq5hkmfl44r"))))
+                "0dns190bwb615wy9ma2654sw4vz1d0rcv061zmaalkv9wmj8bx1m"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [bug#34895] [PATCH 02/18] gnu: libxfce4ui: Update to 4.12.1.
  2019-03-17 14:41 [bug#34895] [PATCH 01/18] gnu: xfconf: Update to 4.12.1 Kei Kebreau
@ 2019-03-17 16:04 ` Kei Kebreau
  2019-03-17 16:04   ` [bug#34895] [PATCH 03/18] gnu: exo: Update to 0.12.4 Kei Kebreau
                     ` (15 more replies)
  2019-03-17 18:12 ` [bug#34895] [PATCH 01/18] gnu: xfconf: Update to 4.12.1 Leo Famulari
  2019-03-24 10:30 ` [bug#34895] " Danny Milosavljevic
  2 siblings, 16 replies; 22+ messages in thread
From: Kei Kebreau @ 2019-03-17 16:04 UTC (permalink / raw)
  To: 34895; +Cc: Kei Kebreau

* gnu/packages/xfce.scm (libxfce4ui): Update to 4.12.1.
[source]: Update URL.
---
 gnu/packages/xfce.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 7c4df4964c..a226e17e8e 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -148,15 +148,15 @@ storage system.")
 (define-public libxfce4ui
   (package
     (name "libxfce4ui")
-    (version "4.12.0")
+    (version "4.12.1")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://archive.xfce.org/xfce/"
-                                  (version-major+minor version)
-                                  "/src/" name "-" version ".tar.bz2"))
+              (uri (string-append "https://archive.xfce.org/src/xfce/"
+                                  name "/" (version-major+minor version) "/"
+                                  name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "11rrhqxnfwx5jls3nlg9s2x8saag9f2zqk9cdm6hr3bs6cr9a781"))))
+                "0hzzhiiwmqsrbv17nninhs2x1b8ck0ym85jck2xphx5ypw8rhq9x"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [bug#34895] [PATCH 03/18] gnu: exo: Update to 0.12.4.
  2019-03-17 16:04 ` [bug#34895] [PATCH 02/18] gnu: libxfce4ui: " Kei Kebreau
@ 2019-03-17 16:04   ` Kei Kebreau
  2019-03-17 16:04   ` [bug#34895] [PATCH 04/18] gnu: garcon: Update to 0.6.2 Kei Kebreau
                     ` (14 subsequent siblings)
  15 siblings, 0 replies; 22+ messages in thread
From: Kei Kebreau @ 2019-03-17 16:04 UTC (permalink / raw)
  To: 34895; +Cc: Kei Kebreau

* gnu/packages/xfce.scm (exo): Update to 0.12.4.
[source]: Update URL.
---
 gnu/packages/xfce.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index a226e17e8e..7c2c168f35 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -182,14 +182,15 @@ to share commonly used Xfce widgets among the Xfce applications.")
 (define-public exo
   (package
     (name "exo")
-    (version "0.10.3")
+    (version "0.12.4")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://archive.xfce.org/xfce/4.12/src/"
+              (uri (string-append "https://archive.xfce.org/src/xfce/"
+                                  name "/" (version-major+minor version) "/"
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "1g9651ra395v2fmzb943l68b9pg0rfxc19x97a62crchxwa4nw4m"))))
+                "1bsh43m6dh83vj9qi1vs0425m2d5yfqjyihr7zjjqmyvdf0n1bxh"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [bug#34895] [PATCH 04/18] gnu: garcon: Update to 0.6.2.
  2019-03-17 16:04 ` [bug#34895] [PATCH 02/18] gnu: libxfce4ui: " Kei Kebreau
  2019-03-17 16:04   ` [bug#34895] [PATCH 03/18] gnu: exo: Update to 0.12.4 Kei Kebreau
@ 2019-03-17 16:04   ` Kei Kebreau
  2019-03-17 16:04   ` [bug#34895] [PATCH 05/18] gnu: tumbler: Update to 0.2.3 Kei Kebreau
                     ` (13 subsequent siblings)
  15 siblings, 0 replies; 22+ messages in thread
From: Kei Kebreau @ 2019-03-17 16:04 UTC (permalink / raw)
  To: 34895; +Cc: Kei Kebreau

* gnu/packages/xfce.scm (garcon): Update to 0.6.2.
[source]: Update URL.
---
 gnu/packages/xfce.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 7c2c168f35..65ed1357ad 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -214,14 +214,15 @@ development.")
 (define-public garcon
   (package
     (name "garcon")
-    (version "0.4.0")
+    (version "0.6.2")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://archive.xfce.org/xfce/4.12/src/"
+              (uri (string-append "https://archive.xfce.org/src/xfce/"
+                                  name "/" (version-major+minor version) "/"
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "0wm9pjbwq53s3n3nwvsyf0q8lbmhiy2ln3bn5ncihr9vf5cwhzbq"))))
+                "0z64g6f2vwfjzqsrsn05nbcbs8l6y4cfdgxk4k2la3giixj0jzx8"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [bug#34895] [PATCH 05/18] gnu: tumbler: Update to 0.2.3.
  2019-03-17 16:04 ` [bug#34895] [PATCH 02/18] gnu: libxfce4ui: " Kei Kebreau
  2019-03-17 16:04   ` [bug#34895] [PATCH 03/18] gnu: exo: Update to 0.12.4 Kei Kebreau
  2019-03-17 16:04   ` [bug#34895] [PATCH 04/18] gnu: garcon: Update to 0.6.2 Kei Kebreau
@ 2019-03-17 16:04   ` Kei Kebreau
  2019-03-17 16:04   ` [bug#34895] [PATCH 06/18] gnu: xfce4-panel: Update to 4.12.2 Kei Kebreau
                     ` (12 subsequent siblings)
  15 siblings, 0 replies; 22+ messages in thread
From: Kei Kebreau @ 2019-03-17 16:04 UTC (permalink / raw)
  To: 34895; +Cc: Kei Kebreau

* gnu/packages/xfce.scm (tumbler): Update to 0.2.3.
[source]: Update URL.
---
 gnu/packages/xfce.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 65ed1357ad..0dd90f0497 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -244,14 +244,15 @@ merging features essential for loading menus modified with menu editors.")
 (define-public tumbler
   (package
     (name "tumbler")
-    (version "0.1.31")
+    (version "0.2.3")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://archive.xfce.org/src/xfce/tumbler/0.1/"
+              (uri (string-append "https://archive.xfce.org/src/xfce/"
+                                  name "/" (version-major+minor version) "/"
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "0wvip28gm2w061hn84zp2q4dv947ihylrppahn4cjspzff935zfh"))))
+                "0h3x325dbz0lnb7b3zzbfrva3v0rn99v03zj9cza7ysr2nyy28nh"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [bug#34895] [PATCH 06/18] gnu: xfce4-panel: Update to 4.12.2.
  2019-03-17 16:04 ` [bug#34895] [PATCH 02/18] gnu: libxfce4ui: " Kei Kebreau
                     ` (2 preceding siblings ...)
  2019-03-17 16:04   ` [bug#34895] [PATCH 05/18] gnu: tumbler: Update to 0.2.3 Kei Kebreau
@ 2019-03-17 16:04   ` Kei Kebreau
  2019-03-17 16:04   ` [bug#34895] [PATCH 07/18] gnu: xfce4-battery-plugin: Update to 1.1.2 Kei Kebreau
                     ` (11 subsequent siblings)
  15 siblings, 0 replies; 22+ messages in thread
From: Kei Kebreau @ 2019-03-17 16:04 UTC (permalink / raw)
  To: 34895; +Cc: Kei Kebreau

* gnu/packages/xfce.scm (xfce4-panel): Update to 4.12.2.
[source]: Update URL.
---
 gnu/packages/xfce.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 0dd90f0497..af3ea04ef4 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -280,15 +280,15 @@ management D-Bus specification.")
 (define-public xfce4-panel
   (package
     (name "xfce4-panel")
-    (version "4.12.0")
+    (version "4.12.2")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://archive.xfce.org/xfce/"
-                                  (version-major+minor version)
-                                  "/src/" name "-" version ".tar.bz2"))
+              (uri (string-append "https://archive.xfce.org/src/xfce/"
+                                  name "/" (version-major+minor version) "/"
+                                  name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "1c4p3ckghvsad1sj5v8wmar5mh9cbhail9mmhad2f9pwwb10z4ih"))
+                "1s8cvsrgmkmmm84g6mghpj2k4777gm22g5lrsf8pdy5qh6xql1a2"))
               (patches (search-patches "xfce4-panel-plugins.patch"))))
     (build-system gnu-build-system)
     (arguments
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [bug#34895] [PATCH 07/18] gnu: xfce4-battery-plugin: Update to 1.1.2.
  2019-03-17 16:04 ` [bug#34895] [PATCH 02/18] gnu: libxfce4ui: " Kei Kebreau
                     ` (3 preceding siblings ...)
  2019-03-17 16:04   ` [bug#34895] [PATCH 06/18] gnu: xfce4-panel: Update to 4.12.2 Kei Kebreau
@ 2019-03-17 16:04   ` Kei Kebreau
  2019-03-17 16:04   ` [bug#34895] [PATCH 08/18] gnu: xfce4-clipman-plugin: Update to 1.4.3 Kei Kebreau
                     ` (10 subsequent siblings)
  15 siblings, 0 replies; 22+ messages in thread
From: Kei Kebreau @ 2019-03-17 16:04 UTC (permalink / raw)
  To: 34895; +Cc: Kei Kebreau

* gnu/packages/xfce.scm (xfce4-battery-plugin): Update to 1.1.2.
---
 gnu/packages/xfce.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index af3ea04ef4..4e4498eacb 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -318,15 +318,15 @@ applications menu, workspace switcher and more.")
 (define-public xfce4-battery-plugin
   (package
     (name "xfce4-battery-plugin")
-    (version "1.0.5")
+    (version "1.1.2")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://archive.xfce.org/src/panel-plugins/"
+              (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
                                   name "/" (version-major+minor version) "/"
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "04gbplcj8z4vg5xbks8cc2jjf62mmf9sdymg90scjwmb82pv2ngn"))))
+                "1nypi0zazrcrbbm5vb221yw64zxrk56v4fffkblxlyd9m6gk80fn"))))
     (build-system gnu-build-system)
     (native-inputs `(("pkg-config" ,pkg-config)
                      ("intltool" ,intltool)))
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [bug#34895] [PATCH 08/18] gnu: xfce4-clipman-plugin: Update to 1.4.3.
  2019-03-17 16:04 ` [bug#34895] [PATCH 02/18] gnu: libxfce4ui: " Kei Kebreau
                     ` (4 preceding siblings ...)
  2019-03-17 16:04   ` [bug#34895] [PATCH 07/18] gnu: xfce4-battery-plugin: Update to 1.1.2 Kei Kebreau
@ 2019-03-17 16:04   ` Kei Kebreau
  2019-03-17 16:04   ` [bug#34895] [PATCH 09/18] gnu: xfce-pulseaudio-plugin: Update to 0.4.1 Kei Kebreau
                     ` (9 subsequent siblings)
  15 siblings, 0 replies; 22+ messages in thread
From: Kei Kebreau @ 2019-03-17 16:04 UTC (permalink / raw)
  To: 34895; +Cc: Kei Kebreau

* gnu/packages/xfce.scm (xfce4-clipman-plugin): Update to 1.4.3.
---
 gnu/packages/xfce.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 4e4498eacb..766b8973b3 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -347,15 +347,15 @@ applications menu, workspace switcher and more.")
 (define-public xfce4-clipman-plugin
   (package
     (name "xfce4-clipman-plugin")
-    (version "1.2.6")
+    (version "1.4.3")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://archive.xfce.org/src/panel-plugins/"
+              (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
                                   name "/" (version-major+minor version) "/"
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "19a8gwcqc0r5qqi8w28dc8arqip34m8yxdb87lgps9g5qfcky113"))))
+                "1liacff4wl5mpyf9dzdrfbwxzmhl95y5nsfc0jf5rgalzdgbik99"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("intltool" ,intltool)
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [bug#34895] [PATCH 09/18] gnu: xfce-pulseaudio-plugin: Update to 0.4.1.
  2019-03-17 16:04 ` [bug#34895] [PATCH 02/18] gnu: libxfce4ui: " Kei Kebreau
                     ` (5 preceding siblings ...)
  2019-03-17 16:04   ` [bug#34895] [PATCH 08/18] gnu: xfce4-clipman-plugin: Update to 1.4.3 Kei Kebreau
@ 2019-03-17 16:04   ` Kei Kebreau
  2019-03-17 16:04   ` [bug#34895] [PATCH 10/18] gnu: xfce4-session: Update to 4.12.1 Kei Kebreau
                     ` (8 subsequent siblings)
  15 siblings, 0 replies; 22+ messages in thread
From: Kei Kebreau @ 2019-03-17 16:04 UTC (permalink / raw)
  To: 34895; +Cc: Kei Kebreau

* gnu/packages/xfce.scm (xfce-pulseaudio-plugin): Update to 0.4.1.
---
 gnu/packages/xfce.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 766b8973b3..89ebcfad3d 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -378,15 +378,15 @@ matching them against regular expressions.")
 (define-public xfce4-pulseaudio-plugin
   (package
     (name "xfce4-pulseaudio-plugin")
-    (version "0.2.3")
+    (version "0.4.1")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://archive.xfce.org/src/panel-plugins/"
+              (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
                                   name "/" (version-major+minor version) "/"
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "0crvb2gyxbnlf46712arg3m2vqx81dixqhqdwss0bngpijy3ca78"))))
+                "1w29y0a066y8as12xrkbfqcn7dpdsvx97idzw7028gmcvca87a3c"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("intltool" ,intltool)
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [bug#34895] [PATCH 10/18] gnu: xfce4-session: Update to 4.12.1.
  2019-03-17 16:04 ` [bug#34895] [PATCH 02/18] gnu: libxfce4ui: " Kei Kebreau
                     ` (6 preceding siblings ...)
  2019-03-17 16:04   ` [bug#34895] [PATCH 09/18] gnu: xfce-pulseaudio-plugin: Update to 0.4.1 Kei Kebreau
@ 2019-03-17 16:04   ` Kei Kebreau
  2019-03-17 16:04   ` [bug#34895] [PATCH 11/18] gnu: xfce4-settings: Update to 4.12.4 Kei Kebreau
                     ` (7 subsequent siblings)
  15 siblings, 0 replies; 22+ messages in thread
From: Kei Kebreau @ 2019-03-17 16:04 UTC (permalink / raw)
  To: 34895; +Cc: Kei Kebreau

* gnu/packages/xfce.scm (xfce4-session): Update to 4.12.1.
[source]: Update URL.
---
 gnu/packages/xfce.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 89ebcfad3d..deefdfb27b 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -474,15 +474,15 @@ your system in categories, so you can quickly find and launch them.")
 (define-public xfce4-session
   (package
     (name "xfce4-session")
-    (version "4.12.0")
+    (version "4.12.1")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://archive.xfce.org/xfce/"
-                                  (version-major+minor version)
-                                  "/src/" name "-" version ".tar.bz2"))
+              (uri (string-append "https://archive.xfce.org/src/xfce/"
+                                  name "/" (version-major+minor version) "/"
+                                  name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "01kvbd09c06j20n155hracsgrq06rlmfgdywffjsvlwpn19m9j38"))
+                "1z88klls3j161n5snpamz4l3p4823q4h87wdnqikczxgs2ig5mwp"))
               (patches
                ;; See: https://bugzilla.xfce.org/show_bug.cgi?id=12282
                (search-patches "xfce4-session-fix-xflock4.patch"))
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [bug#34895] [PATCH 11/18] gnu: xfce4-settings: Update to 4.12.4.
  2019-03-17 16:04 ` [bug#34895] [PATCH 02/18] gnu: libxfce4ui: " Kei Kebreau
                     ` (7 preceding siblings ...)
  2019-03-17 16:04   ` [bug#34895] [PATCH 10/18] gnu: xfce4-session: Update to 4.12.1 Kei Kebreau
@ 2019-03-17 16:04   ` Kei Kebreau
  2019-03-17 16:04   ` [bug#34895] [PATCH 12/18] gnu: thunar: Update to 1.8.4 Kei Kebreau
                     ` (6 subsequent siblings)
  15 siblings, 0 replies; 22+ messages in thread
From: Kei Kebreau @ 2019-03-17 16:04 UTC (permalink / raw)
  To: 34895; +Cc: Kei Kebreau

* gnu/packages/xfce.scm (xfce4-settings): Update to 4.12.4.
[source]: Update URL.
---
 gnu/packages/xfce.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index deefdfb27b..a3e1a5e9c9 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -522,15 +522,15 @@ allows you to shutdown the computer from Xfce.")
 (define-public xfce4-settings
   (package
     (name "xfce4-settings")
-    (version "4.12.0")
+    (version "4.12.4")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://archive.xfce.org/xfce/"
-                                  (version-major+minor version)
-                                  "/src/" name "-" version ".tar.bz2"))
+              (uri (string-append "http://archive.xfce.org/src/xfce/"
+                                  name "/" (version-major+minor version) "/"
+                                  name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "108za1cmjslwzkdl76x9kwxkq8z734kg9nz8rxk057f10pqwxgh4"))
+                "16vgidhhc19dz0p0i6fp5iiwxd53ky143j6h14a9b7mz92nlr872"))
               (patches (search-patches "xfce4-settings-defaults.patch"))))
     (build-system gnu-build-system)
     (native-inputs
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [bug#34895] [PATCH 12/18] gnu: thunar: Update to 1.8.4.
  2019-03-17 16:04 ` [bug#34895] [PATCH 02/18] gnu: libxfce4ui: " Kei Kebreau
                     ` (8 preceding siblings ...)
  2019-03-17 16:04   ` [bug#34895] [PATCH 11/18] gnu: xfce4-settings: Update to 4.12.4 Kei Kebreau
@ 2019-03-17 16:04   ` Kei Kebreau
  2019-03-17 16:04   ` [bug#34895] [PATCH 13/18] gnu: xfwm4: Update to 4.12.5 Kei Kebreau
                     ` (5 subsequent siblings)
  15 siblings, 0 replies; 22+ messages in thread
From: Kei Kebreau @ 2019-03-17 16:04 UTC (permalink / raw)
  To: 34895; +Cc: Kei Kebreau

* gnu/packages/xfce.scm (thunar): Update to 1.8.4.
[source]: Update URL.
---
 gnu/packages/xfce.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index a3e1a5e9c9..a209649c7e 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -557,14 +557,15 @@ like appearance, display, keyboard and mouse settings.")
 (define-public thunar
   (package
     (name "thunar")
-    (version "1.6.6")
+    (version "1.8.4")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://archive.xfce.org/xfce/4.12/src/"
+              (uri (string-append "http://archive.xfce.org/src/xfce/"
+                                  name "/" (version-major+minor version) "/"
                                   "Thunar-" version ".tar.bz2"))
               (sha256
                (base32
-                "1cl9v3rdzipyyxml3pyrzspxfmmssz5h5snpj18irq4an42539dr"))))
+                "1c4kg8w77nwi75b4ashy2m1y39icv951h63qsr1gdj6yipd53gy2"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [bug#34895] [PATCH 13/18] gnu: xfwm4: Update to 4.12.5.
  2019-03-17 16:04 ` [bug#34895] [PATCH 02/18] gnu: libxfce4ui: " Kei Kebreau
                     ` (9 preceding siblings ...)
  2019-03-17 16:04   ` [bug#34895] [PATCH 12/18] gnu: thunar: Update to 1.8.4 Kei Kebreau
@ 2019-03-17 16:04   ` Kei Kebreau
  2019-03-17 16:04   ` [bug#34895] [PATCH 14/18] gnu: xfdesktop: Update to 4.12.4 Kei Kebreau
                     ` (4 subsequent siblings)
  15 siblings, 0 replies; 22+ messages in thread
From: Kei Kebreau @ 2019-03-17 16:04 UTC (permalink / raw)
  To: 34895; +Cc: Kei Kebreau

* gnu/packages/xfce.scm (xfwm4): Update to 4.12.5.
[source]: Update URL.
---
 gnu/packages/xfce.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index a209649c7e..06b6ab203f 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -619,15 +619,15 @@ and import the new pictures from your camera.")
 (define-public xfwm4
   (package
     (name "xfwm4")
-    (version "4.12.0")
+    (version "4.12.5")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://archive.xfce.org/xfce/"
-                                  (version-major+minor version)
-                                  "/src/" name "-" version ".tar.bz2"))
+              (uri (string-append "https://archive.xfce.org/src/xfce/"
+                                  name "/" (version-major+minor version) "/"
+                                  name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "0fnc2ps4k733n9qfpxrz047h1myyqjzxczl7fmkjmqwshvicpx19"))))
+                "1jnav0wcqlswl2v7nh61big9czg5hmnyvrvm6812sv362qic0xbp"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [bug#34895] [PATCH 14/18] gnu: xfdesktop: Update to 4.12.4.
  2019-03-17 16:04 ` [bug#34895] [PATCH 02/18] gnu: libxfce4ui: " Kei Kebreau
                     ` (10 preceding siblings ...)
  2019-03-17 16:04   ` [bug#34895] [PATCH 13/18] gnu: xfwm4: Update to 4.12.5 Kei Kebreau
@ 2019-03-17 16:04   ` Kei Kebreau
  2019-03-17 16:04   ` [bug#34895] [PATCH 15/18] gnu: xfce4-terminal: Update to 0.8.7.4 Kei Kebreau
                     ` (3 subsequent siblings)
  15 siblings, 0 replies; 22+ messages in thread
From: Kei Kebreau @ 2019-03-17 16:04 UTC (permalink / raw)
  To: 34895; +Cc: Kei Kebreau

* gnu/packages/xfce.scm (xfdesktop): Update to 4.12.4.
[source]: Update URL.
---
 gnu/packages/xfce.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 06b6ab203f..34af3d702a 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -649,15 +649,15 @@ on the screen.")
 (define-public xfdesktop
   (package
     (name "xfdesktop")
-    (version "4.12.0")
+    (version "4.12.4")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://archive.xfce.org/xfce/"
-                                  (version-major+minor version)
-                                  "/src/" name "-" version ".tar.bz2"))
+              (uri (string-append "https://archive.xfce.org/src/xfce/"
+                                  name "/" (version-major+minor version) "/"
+                                  name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "1ivzgg4792nid6wcgd1nq5vc3z0y5ip6ymq7ci5j2qkp663qnykf"))))
+                "1jzi851arljq5lza9inyq4ss513l62lbzbfm64a7x4320m8kb2h9"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [bug#34895] [PATCH 15/18] gnu: xfce4-terminal: Update to 0.8.7.4.
  2019-03-17 16:04 ` [bug#34895] [PATCH 02/18] gnu: libxfce4ui: " Kei Kebreau
                     ` (11 preceding siblings ...)
  2019-03-17 16:04   ` [bug#34895] [PATCH 14/18] gnu: xfdesktop: Update to 4.12.4 Kei Kebreau
@ 2019-03-17 16:04   ` Kei Kebreau
  2019-03-17 16:04   ` [bug#34895] [PATCH 16/18] gnu: xfce4-power-manager: Update to 1.6.1 Kei Kebreau
                     ` (2 subsequent siblings)
  15 siblings, 0 replies; 22+ messages in thread
From: Kei Kebreau @ 2019-03-17 16:04 UTC (permalink / raw)
  To: 34895; +Cc: Kei Kebreau

* gnu/packages/xfce.scm (xfce4-terminal): Update to 0.8.7.4.
[source]: Use HTTPS.
---
 gnu/packages/xfce.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 34af3d702a..24bdd9a253 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -680,15 +680,15 @@ devices and folders.")
 (define-public xfce4-terminal
   (package
     (name "xfce4-terminal")
-    (version "0.8.6")
+    (version "0.8.7.4")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://archive.xfce.org/src/apps/" name "/"
+              (uri (string-append "https://archive.xfce.org/src/apps/" name "/"
                                   (version-major+minor version) "/"
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "1mw1v20a9r8figl5m93jfp16x64bfj8yjmy5s5kbdw501425camw"))))
+                "1as2dh5ccmv3hdvsbxm4b0xhmv2ky2q18zxxrzr988x79npri3x8"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [bug#34895] [PATCH 16/18] gnu: xfce4-power-manager: Update to 1.6.1.
  2019-03-17 16:04 ` [bug#34895] [PATCH 02/18] gnu: libxfce4ui: " Kei Kebreau
                     ` (12 preceding siblings ...)
  2019-03-17 16:04   ` [bug#34895] [PATCH 15/18] gnu: xfce4-terminal: Update to 0.8.7.4 Kei Kebreau
@ 2019-03-17 16:04   ` Kei Kebreau
  2019-03-17 16:04   ` [bug#34895] [PATCH 17/18] gnu: xfce4-taskmanager: Update to 1.2.2 Kei Kebreau
  2019-03-17 16:04   ` [bug#34895] [PATCH 18/18] gnu: xfce4-notifyd: Update to 0.4.3 Kei Kebreau
  15 siblings, 0 replies; 22+ messages in thread
From: Kei Kebreau @ 2019-03-17 16:04 UTC (permalink / raw)
  To: 34895; +Cc: Kei Kebreau

* gnu/packages/xfce.scm (xfce4-power-manager): Update to 1.6.1.
[source]: Update URL.
---
 gnu/packages/xfce.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 24bdd9a253..83fea7d6c9 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -762,14 +762,15 @@ system resources, while still being visually appealing and user friendly.")
 (define-public xfce4-power-manager
   (package
     (name "xfce4-power-manager")
-    (version "1.4.3")
+    (version "1.6.1")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://archive.xfce.org/xfce/4.12"
-                                  "/src/" name "-" version ".tar.bz2"))
+              (uri (string-append "https://archive.xfce.org/src/xfce/"
+                                  name "/" (version-major+minor version) "/"
+                                  name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "04909sfc2nrj2wg9cw6y9y2r9yrp3l3vc201sy1gaiap67fi33h1"))))
+                "0sv5927q8jxvdfx7b06f8s7qyq3qa1nqn0b8c1b9bf234d2jba0y"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--enable-gtk3")))
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [bug#34895] [PATCH 17/18] gnu: xfce4-taskmanager: Update to 1.2.2.
  2019-03-17 16:04 ` [bug#34895] [PATCH 02/18] gnu: libxfce4ui: " Kei Kebreau
                     ` (13 preceding siblings ...)
  2019-03-17 16:04   ` [bug#34895] [PATCH 16/18] gnu: xfce4-power-manager: Update to 1.6.1 Kei Kebreau
@ 2019-03-17 16:04   ` Kei Kebreau
  2019-03-17 16:04   ` [bug#34895] [PATCH 18/18] gnu: xfce4-notifyd: Update to 0.4.3 Kei Kebreau
  15 siblings, 0 replies; 22+ messages in thread
From: Kei Kebreau @ 2019-03-17 16:04 UTC (permalink / raw)
  To: 34895; +Cc: Kei Kebreau

* gnu/packages/xfce.scm (xfce4-taskmanager): Update to 1.2.2.
[source]: Use HTTPS.
[inputs]: Add libxmu, libxext and libxt.
---
 gnu/packages/xfce.scm | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 83fea7d6c9..f044880f87 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -830,22 +830,26 @@ the desktop wallpaper.")
 (define-public xfce4-taskmanager
   (package
     (name "xfce4-taskmanager")
-    (version "1.1.0")
+    (version "1.2.2")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://archive.xfce.org/src/apps/"
+              (uri (string-append "https://archive.xfce.org/src/apps/"
                                   name "/" (version-major+minor version) "/"
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "1jwywmkkkmz7406m1jq40w6apiav25cznafhigbgpjv6z5hv27if"))))
+                "04qflazmdrj4ys4r54yg4s5pqcjgk02idrjsls395zd4374636p4"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("intltool" ,intltool)
        ("pkg-config" ,pkg-config)))
     (inputs
      `(("libwnck" ,libwnck-2)
-       ("gtk+" ,gtk+-2)))
+       ("libxmu" ,libxmu)
+       ("gtk+" ,gtk+)
+       ;; FIXME: Remove libxext and libxt when libxmu propagates them.
+       ("libxext" ,libxext)
+       ("libxt" ,libxt)))
     (home-page "https://goodies.xfce.org/projects/applications/xfce4-taskmanager")
     (synopsis "Easy to use task manager")
     (description
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [bug#34895] [PATCH 18/18] gnu: xfce4-notifyd: Update to 0.4.3.
  2019-03-17 16:04 ` [bug#34895] [PATCH 02/18] gnu: libxfce4ui: " Kei Kebreau
                     ` (14 preceding siblings ...)
  2019-03-17 16:04   ` [bug#34895] [PATCH 17/18] gnu: xfce4-taskmanager: Update to 1.2.2 Kei Kebreau
@ 2019-03-17 16:04   ` Kei Kebreau
  15 siblings, 0 replies; 22+ messages in thread
From: Kei Kebreau @ 2019-03-17 16:04 UTC (permalink / raw)
  To: 34895; +Cc: Kei Kebreau

* gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.4.3.
[source]: Use HTTPS.
[inputs]: Add xfce4-panel.
---
 gnu/packages/xfce.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index f044880f87..79676ed65b 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -892,22 +892,23 @@ several different time zones.")
 (define-public xfce4-notifyd
   (package
     (name "xfce4-notifyd")
-    (version "0.3.6")
+    (version "0.4.3")
     (source (origin
               (method url-fetch)
-              (uri (string-append "http://archive.xfce.org/src/apps/"
+              (uri (string-append "https://archive.xfce.org/src/apps/"
                                   name "/" (version-major+minor version) "/"
                                   name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "1ybcfqfynr33g5hp2lgq17s8qyx7rq6fd2iwrpwcvm6kml6prjpl"))))
+                "1h7avj149cafj9dabiza22y14i66vxgp5qj0wxx8i97w9h4dlg99"))))
     (build-system glib-or-gtk-build-system)
     (native-inputs
      `(("intltool" ,intltool)
        ("pkg-config" ,pkg-config)))
     (inputs
      `(("libxfce4ui" ,libxfce4ui)
-       ("libnotify" ,libnotify)))
+       ("libnotify" ,libnotify)
+       ("xfce4-panel" ,xfce4-panel)))
     (home-page "https://goodies.xfce.org/projects/applications/xfce4-notifyd")
     (synopsis "Show notification bubbles on Xfce")
     (description
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [bug#34895] [PATCH 01/18] gnu: xfconf: Update to 4.12.1.
  2019-03-17 14:41 [bug#34895] [PATCH 01/18] gnu: xfconf: Update to 4.12.1 Kei Kebreau
  2019-03-17 16:04 ` [bug#34895] [PATCH 02/18] gnu: libxfce4ui: " Kei Kebreau
@ 2019-03-17 18:12 ` Leo Famulari
  2019-03-18 14:32   ` bug#34895: " Kei Kebreau
  2019-03-24 10:30 ` [bug#34895] " Danny Milosavljevic
  2 siblings, 1 reply; 22+ messages in thread
From: Leo Famulari @ 2019-03-17 18:12 UTC (permalink / raw)
  To: Kei Kebreau; +Cc: 34895

[-- Attachment #1: Type: text/plain, Size: 256 bytes --]

On Sun, Mar 17, 2019 at 10:41:09AM -0400, Kei Kebreau wrote:
> * gnu/packages/xfce.scm (xfconf): Update to 4.12.1.
> [source]: Update URL.

Thanks Kei! The whole patch series looks good to me. Please push,
assuming it will not trigger too many rebuilds :)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

* bug#34895: [PATCH 01/18] gnu: xfconf: Update to 4.12.1.
  2019-03-17 18:12 ` [bug#34895] [PATCH 01/18] gnu: xfconf: Update to 4.12.1 Leo Famulari
@ 2019-03-18 14:32   ` Kei Kebreau
  0 siblings, 0 replies; 22+ messages in thread
From: Kei Kebreau @ 2019-03-18 14:32 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 34895-done

[-- Attachment #1: Type: text/plain, Size: 404 bytes --]

Leo Famulari <leo@famulari.name> writes:

> On Sun, Mar 17, 2019 at 10:41:09AM -0400, Kei Kebreau wrote:
>> * gnu/packages/xfce.scm (xfconf): Update to 4.12.1.
>> [source]: Update URL.
>
> Thanks Kei! The whole patch series looks good to me. Please push,
> assuming it will not trigger too many rebuilds :)

Thanks for the review! I've pushed, as it looks like it will only cause
about 2 dozen rebuilds.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

* [bug#34895] [PATCH 01/18] gnu: xfconf: Update to 4.12.1.
  2019-03-17 14:41 [bug#34895] [PATCH 01/18] gnu: xfconf: Update to 4.12.1 Kei Kebreau
  2019-03-17 16:04 ` [bug#34895] [PATCH 02/18] gnu: libxfce4ui: " Kei Kebreau
  2019-03-17 18:12 ` [bug#34895] [PATCH 01/18] gnu: xfconf: Update to 4.12.1 Leo Famulari
@ 2019-03-24 10:30 ` Danny Milosavljevic
  2019-03-26  1:43   ` Kei Kebreau
  2 siblings, 1 reply; 22+ messages in thread
From: Danny Milosavljevic @ 2019-03-24 10:30 UTC (permalink / raw)
  To: Kei Kebreau; +Cc: 34895

[-- Attachment #1: Type: text/plain, Size: 19 bytes --]

This series LGTM!

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

* [bug#34895] [PATCH 01/18] gnu: xfconf: Update to 4.12.1.
  2019-03-24 10:30 ` [bug#34895] " Danny Milosavljevic
@ 2019-03-26  1:43   ` Kei Kebreau
  0 siblings, 0 replies; 22+ messages in thread
From: Kei Kebreau @ 2019-03-26  1:43 UTC (permalink / raw)
  To: Danny Milosavljevic; +Cc: 34895-done

[-- Attachment #1: Type: text/plain, Size: 126 bytes --]

Danny Milosavljevic <dannym@scratchpost.org> writes:

> This series LGTM!

I pushed this about a week ago, but thanks anyway!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2019-03-26  1:53 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-17 14:41 [bug#34895] [PATCH 01/18] gnu: xfconf: Update to 4.12.1 Kei Kebreau
2019-03-17 16:04 ` [bug#34895] [PATCH 02/18] gnu: libxfce4ui: " Kei Kebreau
2019-03-17 16:04   ` [bug#34895] [PATCH 03/18] gnu: exo: Update to 0.12.4 Kei Kebreau
2019-03-17 16:04   ` [bug#34895] [PATCH 04/18] gnu: garcon: Update to 0.6.2 Kei Kebreau
2019-03-17 16:04   ` [bug#34895] [PATCH 05/18] gnu: tumbler: Update to 0.2.3 Kei Kebreau
2019-03-17 16:04   ` [bug#34895] [PATCH 06/18] gnu: xfce4-panel: Update to 4.12.2 Kei Kebreau
2019-03-17 16:04   ` [bug#34895] [PATCH 07/18] gnu: xfce4-battery-plugin: Update to 1.1.2 Kei Kebreau
2019-03-17 16:04   ` [bug#34895] [PATCH 08/18] gnu: xfce4-clipman-plugin: Update to 1.4.3 Kei Kebreau
2019-03-17 16:04   ` [bug#34895] [PATCH 09/18] gnu: xfce-pulseaudio-plugin: Update to 0.4.1 Kei Kebreau
2019-03-17 16:04   ` [bug#34895] [PATCH 10/18] gnu: xfce4-session: Update to 4.12.1 Kei Kebreau
2019-03-17 16:04   ` [bug#34895] [PATCH 11/18] gnu: xfce4-settings: Update to 4.12.4 Kei Kebreau
2019-03-17 16:04   ` [bug#34895] [PATCH 12/18] gnu: thunar: Update to 1.8.4 Kei Kebreau
2019-03-17 16:04   ` [bug#34895] [PATCH 13/18] gnu: xfwm4: Update to 4.12.5 Kei Kebreau
2019-03-17 16:04   ` [bug#34895] [PATCH 14/18] gnu: xfdesktop: Update to 4.12.4 Kei Kebreau
2019-03-17 16:04   ` [bug#34895] [PATCH 15/18] gnu: xfce4-terminal: Update to 0.8.7.4 Kei Kebreau
2019-03-17 16:04   ` [bug#34895] [PATCH 16/18] gnu: xfce4-power-manager: Update to 1.6.1 Kei Kebreau
2019-03-17 16:04   ` [bug#34895] [PATCH 17/18] gnu: xfce4-taskmanager: Update to 1.2.2 Kei Kebreau
2019-03-17 16:04   ` [bug#34895] [PATCH 18/18] gnu: xfce4-notifyd: Update to 0.4.3 Kei Kebreau
2019-03-17 18:12 ` [bug#34895] [PATCH 01/18] gnu: xfconf: Update to 4.12.1 Leo Famulari
2019-03-18 14:32   ` bug#34895: " Kei Kebreau
2019-03-24 10:30 ` [bug#34895] " Danny Milosavljevic
2019-03-26  1:43   ` Kei Kebreau

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.