all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57923] [PATCH] gnu: Add sov.
@ 2022-09-19  4:32 kiasoc5 via Guix-patches via
  2022-09-19 16:35 ` Maxime Devos
  0 siblings, 1 reply; 2+ messages in thread
From: kiasoc5 via Guix-patches via @ 2022-09-19  4:32 UTC (permalink / raw)
  To: 57923; +Cc: kiasoc5

* gnu/packages/wm.scm (sov): New variable.
---
 gnu/packages/wm.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index f329020eb4..d9fb57a7d2 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2834,6 +2834,28 @@ (define-public avizo
 used for multimedia keys.")
     (license license:gpl3+)))
 
+(define-public sov 
+  (package
+   (name "sov")
+   (version "0.73")
+   (source (origin
+            (method url-fetch)
+	    (uri (string-append
+		  "https://github.com/milgra/sov/releases/download/"
+		  version "/sov-" version ".tar.xz"))
+            (sha256
+             (base32
+              "0mpqd7rg1d4qfkkwcyxr4p4acp07i938p3mjij7v45b8lac8sbg6"))))
+   (build-system meson-build-system)
+   (inputs (list wayland))
+   (native-inputs (list pkg-config freetype wayland-protocols))
+   (home-page "https://github.com/milgra/sov")
+   (synopsis "Sway Overview")
+   (description
+    "An overlay that shows schemas for all workspaces to make navigation
+in Sway easier")
+   (license license:expat)))
+
 (define-public grimshot
   (package
     (inherit sway)

base-commit: 25adb336bcb0188a92ecbe6b9c1d9d3e3a8b59e4
-- 
2.37.2





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

end of thread, other threads:[~2022-09-19 16:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-19  4:32 [bug#57923] [PATCH] gnu: Add sov kiasoc5 via Guix-patches via
2022-09-19 16:35 ` Maxime Devos

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.