guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#67114] [PATCH v2 02/14] gnu: Add emacs-geoclue.


From: Liliana Marie Prikler
Subject: [bug#67114] [PATCH v2 02/14] gnu: Add emacs-geoclue.
Date: Tue, 14 Nov 2023 06:25:32 +0100
User-agent: Evolution 3.46.4

Am Montag, dem 13.11.2023 um 17:29 -0800 schrieb Ian Eure:
> * gnu/packages/emacs-xyz.scm (emacs-geoclue): New variable.
> ---
>  gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
>  1 file changed, 22 insertions(+)
> 
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index 4e515db7c8..aa32c1b32a 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -5046,6 +5046,28 @@ (define-public emacs-google-maps
>  directly inside Emacs.  It requires a Google Map Static API key to
> function.")
>        (license license:gpl3+))))
>  
> +(define-public emacs-geoclue
> +  (let ((commit "f409b544be4d2cfd848f4658618374b0bc76cb3c")
> +        (revision "1"))
> +    (package
> +      (name "emacs-geoclue")
> +      (version (git-version "0.8.1" revision commit))
> +      (source
> +       (origin
> +         (method git-fetch)
> +         (uri (git-reference
> +               (url
> "https://codeberg.org/emacs-weirdware/geoclue.git";)
> +               (commit commit)))
> +         (file-name (git-file-name name version))
> +         (sha256
> +          (base32
> "1ggyn9rvc6si3xy1rrw2f2hyw6cys4bgb9v0ah0qq65y3dnziq6m"))))
> +      (build-system emacs-build-system)
> +      (home-page "https://codeberg.org/emacs-weirdware/geoclue";)
> +      (synopsis "Determine your current location using GeoClue2 over
> D-Bus")
> +      (description "An Emacs library which lets you determine your
> current
> +location using GeoClue2 over D-Bus.")
Prefix with "This package provides"
> +      (license (list license:gpl3+)))))
> +
>  (define-public emacs-nominatim
>    (let ((revision "0")
>          (commit "f814e16f8f4e2cfd633f52b29699a009ab704fbf"))
Cheers





reply via email to

[Prev in Thread] Current Thread [Next in Thread]