all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#36134] [PATCH]: Update SLiM theme to 1.x.
@ 2019-06-08 10:08 Diego Nicola Barbato
  2019-06-10 21:30 ` bug#36134: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Diego Nicola Barbato @ 2019-06-08 10:08 UTC (permalink / raw)
  To: 36134

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

Hello Guix,

The following two patches update the SLiM theme to version 1.x, which
uses the Guix logotype without "SD".  This is a follow-up to
https://lists.gnu.org/archive/html/guix-devel/2019-06/msg00047.html.

Regards,

Diego


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-artwork-Update-snapshot-to-2f2fe74.patch --]
[-- Type: text/x-patch, Size: 1008 bytes --]

From fae264516d070caf8ad9898223d73a88792c56b4 Mon Sep 17 00:00:00 2001
From: Diego Nicola Barbato <dnbarbato@posteo.de>
Date: Fri, 7 Jun 2019 23:58:05 +0200
Subject: [PATCH 1/2] artwork: Update snapshot to 2f2fe74.

* gnu/artwork.scm (%artwork-repository): Update to 2f2fe74.
---
 gnu/artwork.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/artwork.scm b/gnu/artwork.scm
index b95f5cbf8a..f404467dd7 100644
--- a/gnu/artwork.scm
+++ b/gnu/artwork.scm
@@ -29,7 +29,7 @@
 ;;; Code:
 
 (define %artwork-repository
-  (let ((commit "b975164c19c9c0f5d91e5731ec1683e7510c1326"))
+  (let ((commit "2f2fe74c1078be605a6a93c2193fd6c715cebbb0"))
     (origin
       (method git-fetch)
       (uri (git-reference
@@ -39,6 +39,6 @@
                                 "-checkout"))
       (sha256
        (base32
-        "1fad7az077q9ds3jhp00jfsr8rfw4ws042wmnai52k7jv4kbxwyf")))))
+        "0c8r0phvm3wgf914n2kw1461cwdjl2zbzqvzq9x7d9pwkgv7xmq7")))))
 
 ;;; artwork.scm ends here
-- 
2.21.0


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: 0002-services-slim-Update-SLiM-theme-to-1.x.patch --]
[-- Type: text/x-patch, Size: 879 bytes --]

From 4123186b5ec55230c2265865a4f346b69e05538c Mon Sep 17 00:00:00 2001
From: Diego Nicola Barbato <dnbarbato@posteo.de>
Date: Sat, 8 Jun 2019 09:54:20 +0200
Subject: [PATCH 2/2] services: slim: Update SLiM theme to 1.x.

* gnu/services/xorg.scm (%default-slim-theme-name): Change to "1.x".
---
 gnu/services/xorg.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm
index 0a38b4013c..06d72b5f60 100644
--- a/gnu/services/xorg.scm
+++ b/gnu/services/xorg.scm
@@ -465,7 +465,7 @@ desktop session from the system or user profile will be used."
 (define %default-slim-theme-name
   ;; This must be the name of the sub-directory in %DEFAULT-SLIM-THEME that
   ;; contains the actual theme files.
-  "0.x")
+  "1.x")
 
 (define-record-type* <slim-configuration>
   slim-configuration make-slim-configuration
-- 
2.21.0


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

* bug#36134: [PATCH]: Update SLiM theme to 1.x.
  2019-06-08 10:08 [bug#36134] [PATCH]: Update SLiM theme to 1.x Diego Nicola Barbato
@ 2019-06-10 21:30 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2019-06-10 21:30 UTC (permalink / raw)
  To: Diego Nicola Barbato; +Cc: 36134-done

Hi Diego,

Diego Nicola Barbato <dnbarbato@posteo.de> skribis:

>>From fae264516d070caf8ad9898223d73a88792c56b4 Mon Sep 17 00:00:00 2001
> From: Diego Nicola Barbato <dnbarbato@posteo.de>
> Date: Fri, 7 Jun 2019 23:58:05 +0200
> Subject: [PATCH 1/2] artwork: Update snapshot to 2f2fe74.
>
> * gnu/artwork.scm (%artwork-repository): Update to 2f2fe74.

[...]

>>From 4123186b5ec55230c2265865a4f346b69e05538c Mon Sep 17 00:00:00 2001
> From: Diego Nicola Barbato <dnbarbato@posteo.de>
> Date: Sat, 8 Jun 2019 09:54:20 +0200
> Subject: [PATCH 2/2] services: slim: Update SLiM theme to 1.x.
>
> * gnu/services/xorg.scm (%default-slim-theme-name): Change to "1.x".

Applied, thanks!

Ludo’.

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

end of thread, other threads:[~2019-06-10 21:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-08 10:08 [bug#36134] [PATCH]: Update SLiM theme to 1.x Diego Nicola Barbato
2019-06-10 21:30 ` bug#36134: " Ludovic Courtès

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.