aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorDaniel Ziltener <dziltener@lyrion.ch>2024-03-12 14:41:22 +0100
committerLudovic Courtès <ludo@gnu.org>2024-04-05 18:23:43 +0200
commitef5ff669989074f5b25a0d3c12db66e4e861617d (patch)
treedfaee45a9cce5b41dfd278e4ad1747fecf1270ea /gnu/packages
parenta91b76ba194de27664bec709153ac1b49ae48e68 (diff)
downloadguix-ef5ff669989074f5b25a0d3c12db66e4e861617d.tar.gz
guix-ef5ff669989074f5b25a0d3c12db66e4e861617d.zip
gnu: wm: Update swayfx to 0.3.2.
* gnu/packages/wm.scm (swayfx): Update to 0.3.2. [inputs]: New field. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Change-Id: I7455cdde2a9e27c31df8c99c9d6a7c1a1dc355b4
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/wm.scm16
1 files changed, 14 insertions, 2 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 6d2484a7fa..ab7e1902a1 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1852,7 +1852,7 @@ narrow the items to those matching the tokens in the input.")
(package
(inherit sway)
(name "swayfx")
- (version "0.3.1")
+ (version "0.3.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1861,8 +1861,20 @@ narrow the items to those matching the tokens in the input.")
(file-name (git-file-name name version))
(sha256
(base32
- "1550n9xnqbl1am4cwlnj8ip5cs7kgdzx96ga2hkcw29cpyian7rv"))))
+ "13d8icd45j937jgkidr7cyjys4nnvxh4ilp7ml0i2ml39ipv01qv"))))
(build-system meson-build-system)
+ (inputs (list basu
+ cairo
+ gdk-pixbuf
+ json-c
+ libevdev
+ libinput-minimal
+ libxkbcommon
+ pango
+ pcre2
+ swaybg
+ wayland
+ wlroots-0.16))
(home-page "https://github.com/WillPower3309/swayfx")
(synopsis "Sway Fork with extra options and effects")
(description
4fb0cd151a0d5e9a072c651c1c963d1'>activation: Allow home directories to be created under /var/lib....David Craven 2016-08-28system: Add 'create-home-directory?' field to <user-account>....Ludovic Courtès 2016-03-24activation: Copy account skeletons silently....Ludovic Courtès 2016-03-20system: Allow account skeletons to be directories....Ludovic Courtès 2015-05-09system: activate-ptrace-attach: Handle kernels without YAMA support....Mark H Weaver 2015-05-05activation: Make user copies of the skeletons writable....Ludovic Courtès 2015-04-12system: Allow users to PTRACE_ATTACH to their own processes....Ludovic Courtès 2015-04-08activation: Remove undeclared user accounts and groups....Ludovic Courtès 2015-03-03system: Add /etc/ssl symlink; set needed variables in /etc/profile....Mark H Weaver 2014-12-13activation: Copy the account skeletons when creating the 'root' account....Ludovic Courtès 2014-12-06activation: Don't create unneeded "/var/guix/gcroots/etc-directory"....Ludovic Courtès 2014-11-11activation: Set the firmware search path....