summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-01-11 16:18:15 +0000
committernia <nia@pkgsrc.org>2020-01-11 16:18:15 +0000
commitbbeaac2ad1ef962029f264d27c0582996a405da4 (patch)
treeff7114f5f6d062c5221d2ada0caf5fdccc82e4dd /wm
parentf3ed57be1ab82e691bc007589eb5066b0b3a8854 (diff)
downloadpkgsrc-bbeaac2ad1ef962029f264d27c0582996a405da4.tar.gz
sysutils: Add dmenu-wld
dmenu is an efficient dynamic menu for Wayland. Note: this is a fork of the X11 version, which lives in x11/dmenu.
Diffstat (limited to 'wm')
-rw-r--r--wm/velox/Makefile5
-rw-r--r--wm/velox/distinfo4
-rw-r--r--wm/velox/patches/patch-velox.conf.sample15
3 files changed, 10 insertions, 14 deletions
diff --git a/wm/velox/Makefile b/wm/velox/Makefile
index 0162c06d63a..9fad5f20722 100644
--- a/wm/velox/Makefile
+++ b/wm/velox/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2019/12/11 21:19:29 nia Exp $
+# $NetBSD: Makefile,v 1.2 2020/01/11 16:18:15 nia Exp $
DISTNAME= velox-0.0.3.20191211
+PKGREVISION= 1
CATEGORIES= wm
MASTER_SITES= ${MASTER_SITE_GITHUB:=niacat/}
GITHUB_PROJECT= velox
@@ -13,6 +14,8 @@ LICENSE= mit
# Used by the panel, you get poor font rendering otherwise.
DEPENDS+= terminus-font-[0-9]*:../../fonts/terminus-font
+# Used for launching software.
+DEPENDS+= dmenu-wld-[0-9]*:../../sysutils/dmenu-wld
USE_TOOLS+= gmake pkg-config
diff --git a/wm/velox/distinfo b/wm/velox/distinfo
index 0257b6f0c2f..01e3ddd4d3f 100644
--- a/wm/velox/distinfo
+++ b/wm/velox/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2019/12/11 21:19:29 nia Exp $
+$NetBSD: distinfo,v 1.2 2020/01/11 16:18:15 nia Exp $
SHA1 (velox-0.0.3.20191211-0c8f9cf8f46bdafff54cac5ae659c33904996a43.tar.gz) = 7029774ea7e033e411c1ead8a74bebbe25fcacca
RMD160 (velox-0.0.3.20191211-0c8f9cf8f46bdafff54cac5ae659c33904996a43.tar.gz) = a4509879d23b5cd767efe1dc44028ba61e01d836
SHA512 (velox-0.0.3.20191211-0c8f9cf8f46bdafff54cac5ae659c33904996a43.tar.gz) = 5c85dc89d37796abc35ea8b5a2c7fb5386df27da7008511edc81d28cfa5557503df22e15d3b2d580de58ecb537c0d12bd3af67d192e1057de99d090a28d73ba2
Size (velox-0.0.3.20191211-0c8f9cf8f46bdafff54cac5ae659c33904996a43.tar.gz) = 22786 bytes
-SHA1 (patch-velox.conf.sample) = e3e6cf139d084c4bf245c08393cdc7dee7e6ba79
+SHA1 (patch-velox.conf.sample) = 3654921b8ff4ef66d1b1d4a388f35218dc6cd468
diff --git a/wm/velox/patches/patch-velox.conf.sample b/wm/velox/patches/patch-velox.conf.sample
index 881e7c62cc1..f88ec6a2be0 100644
--- a/wm/velox/patches/patch-velox.conf.sample
+++ b/wm/velox/patches/patch-velox.conf.sample
@@ -1,8 +1,8 @@
-$NetBSD: patch-velox.conf.sample,v 1.1 2019/12/11 21:19:29 nia Exp $
+$NetBSD: patch-velox.conf.sample,v 1.2 2020/01/11 16:18:15 nia Exp $
Make the defaults a bit more sensible for pkgsrc.
---- velox.conf.sample.orig 2019-12-11 20:17:59.532009260 +0000
+--- velox.conf.sample.orig 2019-12-11 19:08:40.000000000 +0000
+++ velox.conf.sample
@@ -1,7 +1,7 @@
# velox.conf
@@ -13,7 +13,7 @@ Make the defaults a bit more sensible for pkgsrc.
set window.border_color_active 0xff338833
set window.border_color_inactive 0xff888888
set window.border_width 2
-@@ -19,9 +19,8 @@ set tag.8.name 8
+@@ -19,9 +19,9 @@ set tag.8.name 8
set tag.9.name 9
# name type arguments
@@ -21,15 +21,8 @@ Make the defaults a bit more sensible for pkgsrc.
-action spawn_run spawn exec dmenu_run -b
-action spawn_browser spawn exec netsurf
+action spawn_terminal spawn exec sakura
++action spawn_run spawn exec dmenu-wld_run -fn Terminus:pixelsize=14 -nf '#999999' -nb '#1a1a1a' -sf '#ffffff' -sb '#338833'
+action spawn_browser spawn exec netsurf-gtk3
# key modifiers action
key j mod focus_next
-@@ -42,7 +41,6 @@ key h mod,ctrl tall
- key l mod,ctrl tall.decrease_num_columns
-
- key Return mod,shift spawn_terminal
--key r mod spawn_run
- key b mod spawn_browser
-
- key 1 mod tag.1.activate