From 13c1f84a9ef77217a8725085228df4c181c36916 Mon Sep 17 00:00:00 2001 From: Noé Lopez Date: Sun, 14 Apr 2024 00:42:56 +0200 Subject: gnu: Add emacs-smudge. Change-Id: I152b1cb0127a30aa49e9edd26e8ad3e8d728cd29 --- gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 5da3f28545..1d5d801b58 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -138,6 +138,7 @@ ;;; Copyright © 2023 Ian Eure ;;; Copyright © 2024 Suhail Singh ;;; Copyright © 2024 dan +;;; Copyright © 2024 Noé Lopez ;;; ;;; This file is part of GNU Guix. ;;; @@ -24278,6 +24279,30 @@ orient yourself in the code, and tell which statements are at a given level.") "This package allows controlling Pulseaudio from Emacs.") (license license:gpl3+)))) +(define-public emacs-smudge + (let ((commit "4a9c5b34e9bc0a694d0faf8c2f83dc244b8b6a2f") + (revision "4")) + (package + (name "emacs-smudge") + (version (git-version "1.0.0" revision commit)) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/danielfm/smudge.git") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1xiqxw87sdk9mgy7fdbmzqaf58dc1grhkigirg1bd0b2q5kbnbwx")))) + (build-system emacs-build-system) + (propagated-inputs (list emacs-simple-httpd emacs-request emacs-oauth2)) + (home-page "https://github.com/danielfm/smudge") + (synopsis "Control the Spotify app from within Emacs") + (description "Smudge allows you to control the Spotify application +from Emacs. Either via D-BUS or Spotify Connect if you have a Spotify +premium subscription.") + (license license:gpl3)))) + (define-public emacs-pulsar (package (name "emacs-pulsar") -- cgit v1.2.3