aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFaraz Vahedi <kfv@irbug.org>2021-04-28 13:21:01 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2021-04-28 13:22:05 +0000
commit3c8440aa38772d9c046f78bf1913b045c9fdaa6b (patch)
treeead417ce1bf550b2a0af7c1e1173ca797db1dac1
parent7c872f83639bc9d43d1a07d16c6b7795b18e45d0 (diff)
downloadports-3c8440aa38772d9c046f78bf1913b045c9fdaa6b.tar.gz
ports-3c8440aa38772d9c046f78bf1913b045c9fdaa6b.zip
x11-wm/dwm: Add new option RUGAPS
Differential Revision: https://reviews.freebsd.org/D29981
-rw-r--r--x11-wm/dwm/Makefile6
-rw-r--r--x11-wm/dwm/distinfo4
2 files changed, 8 insertions, 2 deletions
diff --git a/x11-wm/dwm/Makefile b/x11-wm/dwm/Makefile
index 71112ee8698f..9f644ebdd9b3 100644
--- a/x11-wm/dwm/Makefile
+++ b/x11-wm/dwm/Makefile
@@ -34,16 +34,20 @@ PLIST_FILES= bin/dwm \
share/xsessions/dwm.desktop
PORTDOCS= README
-OPTIONS_DEFINE= DMENUANDSTERM DOCS SUPERASMODKEY VOLUMECONTROL XINERAMA
+OPTIONS_DEFINE= DMENUANDSTERM DOCS RUGAPS SUPERASMODKEY VOLUMECONTROL XINERAMA
OPTIONS_DEFAULT=DMENUANDSTERM XINERAMA
DMENUANDSTERM_DESC= Install x11/dmenu and x11/sterm as runtime dependencies
+RUGAPS_DESC= Add resizeable runtime useless gaps
SUPERASMODKEY_DESC= Use Super instead of Alt for the dwm mod key
VOLUMECONTROL_DESC= Use multimedia keys to raise or lower volume
DMENUANDSTERM_RUN_DEPENDS= dmenu:x11/dmenu \
st:x11/sterm
+RUGAPS_PATCH_SITES= https://dwm.suckless.org/patches/ru_gaps/
+RUGAPS_PATCHFILES= dwm-ru_gaps-6.2.diff:-p1
+
SUPERASMODKEY_EXTRA_PATCHES= ${PATCHDIR}/superasmodkey-patch-config.def.h
VOLUMECONTROL_EXTRA_PATCHES= ${PATCHDIR}/volumecontrol-patch-config.def.h
diff --git a/x11-wm/dwm/distinfo b/x11-wm/dwm/distinfo
index 80c2d465f169..9fc44db56350 100644
--- a/x11-wm/dwm/distinfo
+++ b/x11-wm/dwm/distinfo
@@ -1,3 +1,5 @@
-TIMESTAMP = 1551437504
+TIMESTAMP = 1618580803
SHA256 (dwm-6.2.tar.gz) = 97902e2e007aaeaa3c6e3bed1f81785b817b7413947f1db1d3b62b8da4cd110e
SIZE (dwm-6.2.tar.gz) = 25273
+SHA256 (dwm-ru_gaps-6.2.diff) = f381657d96bfb4ac36053641a3c862bf1b94c6b6934cff0982b1e26efd3199ad
+SIZE (dwm-ru_gaps-6.2.diff) = 4629