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. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
eec108eb65
commit
3d9600ba12
1 changed files with 21 additions and 19 deletions
|
@ -26579,29 +26579,31 @@ autosuggestions with:
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-desktop-environment
|
(define-public emacs-desktop-environment
|
||||||
(package
|
(let ((commit "bc1153aa619b12456304cca642424a0d8d2eb416")
|
||||||
(name "emacs-desktop-environment")
|
(revision "0"))
|
||||||
(version "0.5.0")
|
(package
|
||||||
(source
|
(name "emacs-desktop-environment")
|
||||||
(origin
|
(version (git-version "0.5.0" revision commit))
|
||||||
(method git-fetch)
|
(source
|
||||||
(uri (git-reference
|
(origin
|
||||||
(url "https://github.com/DamienCassou/desktop-environment")
|
(method git-fetch)
|
||||||
(commit (string-append "v" version))))
|
(uri (git-reference
|
||||||
(file-name (git-file-name name version))
|
(url "https://github.com/DamienCassou/desktop-environment")
|
||||||
(sha256
|
(commit commit)))
|
||||||
(base32
|
(file-name (git-file-name name version))
|
||||||
"03rl1z860jmirjrrg0xsjx0bqk73k043c8bz6049zhndh7pidri7"))))
|
(sha256
|
||||||
(build-system emacs-build-system)
|
(base32
|
||||||
(home-page "https://gitlab.petton.fr/DamienCassou/desktop-environment")
|
"0bslgm9rz7whk0ll21028dsl22wbd289cdc95qj8hhlk8m4hlp2h"))))
|
||||||
(synopsis "Control your GNU/Linux desktop environment from Emacs")
|
(build-system emacs-build-system)
|
||||||
(description
|
(home-page "https://gitlab.petton.fr/DamienCassou/desktop-environment")
|
||||||
"This package helps you control your GNU/Linux desktop from Emacs.
|
(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
|
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
|
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
|
availability of shell commands to do the hard work for us. These commands can
|
||||||
be changed by customizing the appropriate variables.")
|
be changed by customizing the appropriate variables.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-org-caldav
|
(define-public emacs-org-caldav
|
||||||
(let ((commit "754989ae500b3f576bdb94fe2ef3059f12eaf7d7")) ;version bump
|
(let ((commit "754989ae500b3f576bdb94fe2ef3059f12eaf7d7")) ;version bump
|
||||||
|
|
Reference in a new issue