aboutsummaryrefslogtreecommitdiff
path: root/crn
diff options
context:
space:
mode:
Diffstat (limited to 'crn')
-rw-r--r--crn/packages/wm.scm14
1 files changed, 9 insertions, 5 deletions
diff --git a/crn/packages/wm.scm b/crn/packages/wm.scm
index 1d23c50..5bf3e40 100644
--- a/crn/packages/wm.scm
+++ b/crn/packages/wm.scm
@@ -1,11 +1,13 @@
(define-module (crn packages wm)
#:use-module (crn packages)
#:use-module (gnu packages boost)
- #:use-module (gnu packages wm)
#:use-module (gnu packages image)
+ #:use-module (gnu packages gnome)
#:use-module (gnu packages python)
#:use-module (gnu packages python-xyz)
#:use-module (gnu packages web)
+ #:use-module (gnu packages wm)
+ #:use-module (gnu packages xdisorg)
#:use-module (guix build-system copy)
#:use-module (guix build-system cmake)
#:use-module (guix git-download)
@@ -16,24 +18,26 @@
(define-public sway-contrib
(package
(name "sway-contrib")
- (version "0.0.0-2024.01.20")
+ (version "1.11")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/OctopusET/sway-contrib")
- (commit "b7825b2")))
+ (commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "16fa8l81zjy25nsky1i525hb7zjprqz74mbirm9b76pvksschdv5"))
+ (base32 "1zrlff127r81j904hhjiwp739ylsdbkcc2cn5glki11w2398n1gy"))
(patches (crn/search-patches "sway-contrib-python.patch"))))
(build-system copy-build-system)
(arguments
'(#:install-plan
'(("." "bin" #:include (".py"))
+ ("." "bin" #:include ("float-window-managerd.sh"))
("." "bin" #:include ("grimshot"))
+ ("." "bin" #:include ("grimpicker"))
("." "man" #:include ("grimshot.1")))))
- (inputs (list sway python-wrapper))
+ (inputs (list sway python-wrapper libnotify wl-clipboard))
(propagated-inputs (list python-i3ipc jq grim))
(home-page "https://github.com/OctopusET/sway-contrib")
(synopsis "A collection of user-contributed scripts for sway")