aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZheng Junjie <zhengjunjie@iscas.ac.cn>2024-02-25 14:47:39 +0800
committer宋文武 <iyzsong@member.fsf.org>2024-03-19 18:42:14 +0800
commitd67b764ceb0da86a198ef692b162c80090f43af7 (patch)
tree99557f915c1cb1cec5dc2a2e0b5d3a26dc3d3de9
parent8a4ed004d6b0720f47fc6ef5f0247a66a42a2f7c (diff)
downloadguix-d67b764ceb0da86a198ef692b162c80090f43af7.tar.gz
guix-d67b764ceb0da86a198ef692b162c80090f43af7.zip
gnu: Add wmenu.
* gnu/packages/wm.scm (wmenu): New variable. Change-Id: I7395a23801471fba6a22a1b44f6c9a19dddd894e Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
-rw-r--r--gnu/packages/wm.scm29
1 files changed, 29 insertions, 0 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 906b7d844c..d76f92c5ed 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1759,6 +1759,35 @@ modules for building a Wayland compositor.")
(propagated-inputs (modify-inputs (package-propagated-inputs wlroots)
(delete libdisplay-info)))))
+(define-public wmenu
+ (package
+ (name "wmenu")
+ (version "0.1.7")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://git.sr.ht/~adnano/wmenu")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+
2022-03-20news: Add 'de' translation....Florian Pelz
2022-03-19news: Add entry about 'guix home container'....Ludovic Courtès
2022-03-03news: Add 'de' translation....Florian Pelz
2022-02-27news: Add entry about ‘guix pull --news’ changes....Tobias Geerinckx-Rice
2022-02-09news: Fix 'de' translation....Florian Pelz
2022-02-09news: Add 'de' translation....Florian Pelz
2022-02-09news: Add 'de' translation....Florian Pelz
2022-02-08news: Add entry about the sunsetting of Gzip substitutes....Maxim Cournoyer
2022-02-02news: Add entry about 'guix deploy -x'....Ludovic Courtès
2022-01-26etc: Remove redundant SELinux permissions block....Marius Bakke
2022-01-24etc: Add more SELinux permissions for the daemon....Marius Bakke
2022-01-23etc: committer: Support plain input lists....Ricardo Wurmus
2022-01-19etc: Match define-public only at line start....Liliana Marie Prikler
2022-01-17bash completion: Complete "guix home" sub-commands....Ludovic Courtès
2022-01-16bash completion: Fix options completion....Fulbert
2022-01-16news: Add 'de' translation....Florian Pelz
2022-01-10news: Fix typos in French text....Ludovic Courtès
2022-01-10news: Add news entry about 'guix style'....Ludovic Courtès
2022-01-10style: Add '--styling' option....Ludovic Courtès
2022-01-02news: Add 'de' translation....Florian Pelz
2022-01-02news: Add 'de' translation....Florian Pelz
2022-01-01news: Add entry about '--tune'....Ludovic Courtès
2021-12-30news: Tie the latest news entry to a later commit....Tobias Geerinckx-Rice
2021-12-30news: Add ‘integer expected from stream’ entry....Tobias Geerinckx-Rice
2021-12-14news: Add 'de' translation....Florian Pelz
2021-12-14news: Add 'de' translation....Florian Pelz
2021-12-14news: Add 'de' translation....Florian Pelz
2021-12-13Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-12-13news: Add entry about 'static-networking-service-type'....Ludovic Courtès
2021-12-10Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe
2021-12-08bash completion: Complete ‘guix shell -f’....Tobias Geerinckx-Rice
2021-12-08maint: Don't require unsupported packages such as GNOME on i686-linux....Ludovic Courtès
2021-12-05Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus