gnu: emacs-desktop-environment: Update to 20190301.

* gnu/packages/emacs-xyz.scm (emacs-desktop-environment): Update to 20190301.
master
Pierre Neidhardt 2019-03-02 16:15:12 +01:00
parent 7a0479bb7b
commit b8f924274b
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 20 additions and 19 deletions

View File

@ -11161,29 +11161,30 @@ autosuggestions with:
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-desktop-environment (define-public emacs-desktop-environment
(package (let ((commit "a9eba14f2b5b8070f78dca839ca8259736e346a6"))
(name "emacs-desktop-environment") (package
(version "0.2.0") (name "emacs-desktop-environment")
(source (version (git-version "0.2.0" "1" commit))
(origin (source
(method git-fetch) (origin
(uri (git-reference (method git-fetch)
(url "https://github.com/DamienCassou/desktop-environment.git") (uri (git-reference
(commit (string-append "v" version)))) (url "https://gitlab.petton.fr/DamienCassou/desktop-environment")
(file-name (string-append name "-" version "-checkout")) (commit commit)))
(sha256 (file-name (string-append name "-" version "-checkout"))
(base32 (sha256
"1fal3yfmqg10cb53qsf5gsq2gvyz9w16wmlpnpjwjzwnjfn6l73r")))) (base32
(build-system emacs-build-system) "0x73x5hy7w55jrzy3xvqhk90rrsznmxjqvsvwhh21qznv5w269xz"))))
(home-page "https://gitlab.petton.fr/DamienCassou/desktop-environment") (build-system emacs-build-system)
(synopsis "Control your GNU/Linux desktop environment from Emacs") (home-page "https://gitlab.petton.fr/DamienCassou/desktop-environment")
(description (synopsis "Control your GNU/Linux desktop environment from Emacs")
"This package helps you control your GNU/Linux desktop 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
(package (package