all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68711] [PATCH]: Update emacs-desktop-environment to 0.5.0-0.bc1153a
@ 2024-01-25  8:56 André A. Gomes
  2024-02-05 21:42 ` bug#68711: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: André A. Gomes @ 2024-01-25  8:56 UTC (permalink / raw)
  To: 68711

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

Attached, thanks.


-- 
André A. Gomes
"You cannot even find the ruins..."

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-emacs-desktop-environment-Update-to-0.5.0-0.bc11.patch --]
[-- Type: text/x-patch, Size: 2795 bytes --]

From 60f5051a52e208ed58bdec3f0e514504a730f58a Mon Sep 17 00:00:00 2001
From: "Andre A. Gomes" <andremegafone@gmail.com>
Date: Thu, 25 Jan 2024 10:55:40 +0200
Subject: [PATCH] gnu: emacs-desktop-environment: Update to 0.5.0-0.bc1153a.

* gnu/packages/emacs-xyz.scm (emacs-desktop-environment): Update to 0.5.0-0.bc1153a.
---
 gnu/packages/emacs-xyz.scm | 40 ++++++++++++++++++++------------------
 1 file changed, 21 insertions(+), 19 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7d3e2dc17e..87d1eaa441 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26580,29 +26580,31 @@ (define-public emacs-esh-autosuggest
     (license license:gpl3+)))
 
 (define-public emacs-desktop-environment
-  (package
-    (name "emacs-desktop-environment")
-    (version "0.5.0")
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://github.com/DamienCassou/desktop-environment")
-             (commit (string-append "v" version))))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32
-         "03rl1z860jmirjrrg0xsjx0bqk73k043c8bz6049zhndh7pidri7"))))
-    (build-system emacs-build-system)
-    (home-page "https://gitlab.petton.fr/DamienCassou/desktop-environment")
-    (synopsis "Control your GNU/Linux desktop environment from Emacs")
-    (description
-     "This package helps you control your GNU/Linux desktop from Emacs.
+  (let ((commit "bc1153aa619b12456304cca642424a0d8d2eb416")
+        (revision "0"))
+    (package
+      (name "emacs-desktop-environment")
+      (version (git-version "0.5.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/DamienCassou/desktop-environment")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "0bslgm9rz7whk0ll21028dsl22wbd289cdc95qj8hhlk8m4hlp2h"))))
+      (build-system emacs-build-system)
+      (home-page "https://gitlab.petton.fr/DamienCassou/desktop-environment")
+      (synopsis "Control your GNU/Linux desktop environment from Emacs")
+      (description
+       "This package helps you control your GNU/Linux desktop from Emacs.
 With @code{desktop-environment}, you can control the brightness and volume as
 well as take screenshots and lock your screen.  The package depends on the
 availability of shell commands to do the hard work for us.  These commands can
 be changed by customizing the appropriate variables.")
-    (license license:gpl3+)))
+      (license license:gpl3+))))
 
 (define-public emacs-org-caldav
   (let ((commit "754989ae500b3f576bdb94fe2ef3059f12eaf7d7")) ;version bump
-- 
2.41.0


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

* bug#68711: [PATCH]: Update emacs-desktop-environment to 0.5.0-0.bc1153a
  2024-01-25  8:56 [bug#68711] [PATCH]: Update emacs-desktop-environment to 0.5.0-0.bc1153a André A. Gomes
@ 2024-02-05 21:42 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2024-02-05 21:42 UTC (permalink / raw)
  To: André A. Gomes; +Cc: 68711-done

Hi,

André A. Gomes <andremegafone@gmail.com> skribis:

>>From 60f5051a52e208ed58bdec3f0e514504a730f58a Mon Sep 17 00:00:00 2001
> From: "Andre A. Gomes" <andremegafone@gmail.com>
> Date: Thu, 25 Jan 2024 10:55:40 +0200
> Subject: [PATCH] gnu: emacs-desktop-environment: Update to 0.5.0-0.bc1153a.
>
> * gnu/packages/emacs-xyz.scm (emacs-desktop-environment): Update to 0.5.0-0.bc1153a.

Applied, thanks!

Ludo’.




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

end of thread, other threads:[~2024-02-05 21:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-25  8:56 [bug#68711] [PATCH]: Update emacs-desktop-environment to 0.5.0-0.bc1153a André A. Gomes
2024-02-05 21:42 ` bug#68711: " 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.