diff options
author | Juergen Daubert <jue@jue.li> | 2019-12-20 14:27:53 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2019-12-20 14:27:53 +0100 |
commit | bf50e3ae10d9a199a0508da704e1a02af8df98fb (patch) | |
tree | 9eca68b632e546a74b26a7a6380bc9f22b688deb /spectrwm | |
parent | a00522158fccbc928ee8ed8b12c3ea07085223c4 (diff) | |
download | opt-bf50e3ae10d9a199a0508da704e1a02af8df98fb.tar.gz opt-bf50e3ae10d9a199a0508da704e1a02af8df98fb.tar.xz |
spectrwm: update to 3.3.0
Diffstat (limited to 'spectrwm')
-rw-r--r-- | spectrwm/.signature | 8 | ||||
-rw-r--r-- | spectrwm/Pkgfile | 2 | ||||
-rw-r--r-- | spectrwm/spectrwm-remove_libswmhack.patch | 22 |
3 files changed, 16 insertions, 16 deletions
diff --git a/spectrwm/.signature b/spectrwm/.signature index 9fef41289..e8c559ed8 100644 --- a/spectrwm/.signature +++ b/spectrwm/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/c5/3eq/VA+IqGWVqQK/iBzxA7kjpyOULlriA3omrd2mvYF9L5p4egUt/v9Xn2UvHCwdR9yPlKF1U3UzwgF3fwY= -SHA256 (Pkgfile) = 37fdcc6f0bbb982c90366b53c44a70e7c46e36ca94be37bbefa157598e74906b +RWSE3ohX2g5d/dx3yotJXVFnqH7Sx8uPUDwgDq9M38CXBAB5a78fchDsdqHjWiJaOVwp6gUJVjHWeF+5jLytmM9Ae6UWgPRqTww= +SHA256 (Pkgfile) = 240e53b01a7c3d266dedc7dbef6dbc6d9f676c6170e43ec1bd5abc32b594a882 SHA256 (.footprint) = 353b10b6033a1b5dd0ace6434990102537b6c5d3dd9d448ce73cd4d810c3d334 -SHA256 (SPECTRWM_3_2_0.tar.gz) = fb800442620f762de68a236ef9a7278d8b8ef6da5c1b6edbc0c89b1e6e95ef7c -SHA256 (spectrwm-remove_libswmhack.patch) = 276875c0b3fd4ebe793bf7dd93d09007da3d7d806143ca9a26d89433b29680d5 +SHA256 (SPECTRWM_3_3_0.tar.gz) = ee4e40d7f97f0318a8f26e7551aefea7b7b2d21609615736c87e812122c8f140 +SHA256 (spectrwm-remove_libswmhack.patch) = 7d389a8715cfb4799207a916aa6dd113bee1cff04fcd0d490ed24d354b743288 diff --git a/spectrwm/Pkgfile b/spectrwm/Pkgfile index f942c7963..e9da5886e 100644 --- a/spectrwm/Pkgfile +++ b/spectrwm/Pkgfile @@ -4,7 +4,7 @@ # Depends on: xorg-libxcursor xorg-libxft xorg-xcb-util-keysyms xorg-xcb-util-wm xorg-libxrandr name=spectrwm -version=3.2.0 +version=3.3.0 release=1 source=(https://github.com/conformal/spectrwm/archive/SPECTRWM_${version//./_}.tar.gz $name-remove_libswmhack.patch) diff --git a/spectrwm/spectrwm-remove_libswmhack.patch b/spectrwm/spectrwm-remove_libswmhack.patch index 2e01e2e28..7f3cba23e 100644 --- a/spectrwm/spectrwm-remove_libswmhack.patch +++ b/spectrwm/spectrwm-remove_libswmhack.patch @@ -1,7 +1,7 @@ -diff -Nru spectrwm-SPECTRWM_3_2_0.orig/linux/Makefile spectrwm-SPECTRWM_3_2_0/linux/Makefile ---- spectrwm-SPECTRWM_3_2_0.orig/linux/Makefile 2018-09-09 13:19:53.214649480 +0200 -+++ spectrwm-SPECTRWM_3_2_0/linux/Makefile 2018-09-09 13:20:23.310647277 +0200 -@@ -11,7 +11,7 @@ +diff -Nru spectrwm-SPECTRWM_3_3_0.orig/linux/Makefile spectrwm-SPECTRWM_3_3_0/linux/Makefile +--- spectrwm-SPECTRWM_3_3_0.orig/linux/Makefile 2019-12-19 19:15:12.054168461 +0100 ++++ spectrwm-SPECTRWM_3_3_0/linux/Makefile 2019-12-19 19:15:39.420060857 +0100 +@@ -13,7 +13,7 @@ MAINT_CFLAGS = -std=c99 -Wmissing-prototypes -Wall -Wextra -Wshadow -Wno-uninitialized -g MAINT_LDFLAGS = -Wl,--as-needed @@ -10,7 +10,7 @@ diff -Nru spectrwm-SPECTRWM_3_2_0.orig/linux/Makefile spectrwm-SPECTRWM_3_2_0/li ifneq ("${BUILDVERSION}", "") MAINT_CPPFLAGS += -DSPECTRWM_BUILDSTR=\"$(BUILDVERSION)\" -@@ -26,7 +26,7 @@ +@@ -28,7 +28,7 @@ LIB_CPPFLAGS = $(shell pkg-config --cflags x11) LIB_LDLIBS = $(shell pkg-config --libs x11) -ldl @@ -19,10 +19,10 @@ diff -Nru spectrwm-SPECTRWM_3_2_0.orig/linux/Makefile spectrwm-SPECTRWM_3_2_0/li spectrwm: spectrwm.o linux.o $(CC) $(MAINT_LDFLAGS) $(BIN_LDFLAGS) $(LDFLAGS) -o $@ $+ $(BIN_LDLIBS) $(LDLIBS) -diff -Nru spectrwm-SPECTRWM_3_2_0.orig/spectrwm.c spectrwm-SPECTRWM_3_2_0/spectrwm.c ---- spectrwm-SPECTRWM_3_2_0.orig/spectrwm.c 2018-09-09 13:19:53.214649480 +0200 -+++ spectrwm-SPECTRWM_3_2_0/spectrwm.c 2018-09-09 13:20:23.313980536 +0200 -@@ -290,9 +290,9 @@ +diff -Nru spectrwm-SPECTRWM_3_3_0.orig/spectrwm.c spectrwm-SPECTRWM_3_3_0/spectrwm.c +--- spectrwm-SPECTRWM_3_3_0.orig/spectrwm.c 2019-12-19 19:15:12.054168461 +0100 ++++ spectrwm-SPECTRWM_3_3_0/spectrwm.c 2019-12-19 19:15:39.420060857 +0100 +@@ -295,9 +295,9 @@ #define SWM_CONF_DEFAULT (0) #define SWM_CONF_KEYMAPPING (1) @@ -34,7 +34,7 @@ diff -Nru spectrwm-SPECTRWM_3_2_0.orig/spectrwm.c spectrwm-SPECTRWM_3_2_0/spectr char **start_argv; xcb_atom_t a_state; -@@ -3884,6 +3884,7 @@ +@@ -4483,6 +4483,7 @@ close(xcb_get_file_descriptor(conn)); @@ -42,7 +42,7 @@ diff -Nru spectrwm-SPECTRWM_3_2_0.orig/spectrwm.c spectrwm-SPECTRWM_3_2_0/spectr if ((ret = getenv("LD_PRELOAD"))) { if (asprintf(&ret, "%s:%s", SWM_LIB, ret) == -1) { warn("spawn: asprintf LD_PRELOAD"); -@@ -3894,6 +3895,7 @@ +@@ -4493,6 +4494,7 @@ } else { setenv("LD_PRELOAD", SWM_LIB, 1); } |