summaryrefslogtreecommitdiff
path: root/spectrwm
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2015-05-28 19:49:39 +0200
committerJuergen Daubert <jue@jue.li>2015-05-28 19:49:39 +0200
commitbb3d30eb54ac9e3293e2f2a48b68edb6ef818f82 (patch)
tree642152df740c008e12cbb5692a967ccff07a19b9 /spectrwm
parentd636c631af6bf6b0d6e21a79d61276b9bc38c7e8 (diff)
downloadopt-bb3d30eb54ac9e3293e2f2a48b68edb6ef818f82.tar.gz
opt-bb3d30eb54ac9e3293e2f2a48b68edb6ef818f82.tar.xz
spectrwm: update to 2.7.2
Diffstat (limited to 'spectrwm')
-rw-r--r--spectrwm/.md5sum4
-rw-r--r--spectrwm/Pkgfile2
-rw-r--r--spectrwm/spectrwm-remove_libswmhack.patch16
3 files changed, 11 insertions, 11 deletions
diff --git a/spectrwm/.md5sum b/spectrwm/.md5sum
index c5baef878..1e2153fb7 100644
--- a/spectrwm/.md5sum
+++ b/spectrwm/.md5sum
@@ -1,2 +1,2 @@
-eb7d8c3db709551a90751ecc2157d6d1 spectrwm-2.7.1.tgz
-84aa8797802127756e336ad1f51b18be spectrwm-remove_libswmhack.patch
+4eb5cf576d8e70555bd199e4bb96b479 spectrwm-2.7.2.tgz
+d91de7130497ef228380168dee01a79b spectrwm-remove_libswmhack.patch
diff --git a/spectrwm/Pkgfile b/spectrwm/Pkgfile
index ad91613ae..0d1c926fa 100644
--- a/spectrwm/Pkgfile
+++ b/spectrwm/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: xorg-libxrender fontconfig xorg-xcb-util-keysyms xorg-xcb-util-wm
name=spectrwm
-version=2.7.1
+version=2.7.2
release=1
source=(https://opensource.conformal.com/snapshots/$name/$name-$version.tgz
$name-remove_libswmhack.patch)
diff --git a/spectrwm/spectrwm-remove_libswmhack.patch b/spectrwm/spectrwm-remove_libswmhack.patch
index abae569a5..2493bbd6b 100644
--- a/spectrwm/spectrwm-remove_libswmhack.patch
+++ b/spectrwm/spectrwm-remove_libswmhack.patch
@@ -1,6 +1,6 @@
-diff -Nru spectrwm-2.6.2.orig/linux/Makefile spectrwm-2.6.2/linux/Makefile
---- spectrwm-2.6.2.orig/linux/Makefile 2015-01-28 10:05:22.673613660 +0100
-+++ spectrwm-2.6.2/linux/Makefile 2015-01-28 10:05:39.922993318 +0100
+diff -Nru spectrwm-2.7.2.orig/linux/Makefile spectrwm-2.7.2/linux/Makefile
+--- spectrwm-2.7.2.orig/linux/Makefile 2015-05-28 19:03:31.640514721 +0200
++++ spectrwm-2.7.2/linux/Makefile 2015-05-28 19:03:51.140395900 +0200
@@ -10,7 +10,7 @@
LIBMAJORVERSION = $(shell . $(CURDIR)/../lib/shlib_version; echo $$major)
@@ -20,10 +20,10 @@ diff -Nru spectrwm-2.6.2.orig/linux/Makefile spectrwm-2.6.2/linux/Makefile
install -m 644 ../spectrwm.1 $(DESTDIR)$(MANDIR)/man1/spectrwm.1
install -m 644 ../spectrwm_es.1 $(DESTDIR)$(MANDIR)/es/man1/spectrwm.1
install -m 644 ../spectrwm_it.1 $(DESTDIR)$(MANDIR)/it/man1/spectrwm.1
-diff -Nru spectrwm-2.6.2.orig/spectrwm.c spectrwm-2.6.2/spectrwm.c
---- spectrwm-2.6.2.orig/spectrwm.c 2015-01-28 10:05:22.676946874 +0100
-+++ spectrwm-2.6.2/spectrwm.c 2015-01-28 10:05:39.922993318 +0100
-@@ -301,9 +301,9 @@
+diff -Nru spectrwm-2.7.2.orig/spectrwm.c spectrwm-2.7.2/spectrwm.c
+--- spectrwm-2.7.2.orig/spectrwm.c 2015-05-28 19:03:31.640514721 +0200
++++ spectrwm-2.7.2/spectrwm.c 2015-05-28 19:03:51.143729213 +0200
+@@ -310,9 +310,9 @@
#define SWM_CONF_DEFAULT (0)
#define SWM_CONF_KEYMAPPING (1)
@@ -35,7 +35,7 @@ diff -Nru spectrwm-2.6.2.orig/spectrwm.c spectrwm-2.6.2/spectrwm.c
char **start_argv;
xcb_atom_t a_state;
-@@ -3430,7 +3430,7 @@
+@@ -3493,7 +3493,7 @@
close(xcb_get_file_descriptor(conn));

Generated by cgit