Add a few bug fixes to scrotwm. From upstream repo via Lawrence Teo.
ok ajacoutot@ and maintainer
This commit is contained in:
parent
6d09b77915
commit
d263935678
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.34 2012/01/14 21:48:13 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.35 2012/01/30 11:12:42 sthen Exp $
|
||||
|
||||
COMMENT= small tiling window manager
|
||||
|
||||
SHARED_LIBS= swmhack 0.0
|
||||
|
||||
DISTNAME= scrotwm-0.10.0
|
||||
REVISION= 0
|
||||
EXTRACT_SUFX= .tgz
|
||||
CATEGORIES= x11
|
||||
|
||||
@ -23,7 +24,7 @@ MASTER_SITES= http://opensource.conformal.com/snapshots/scrotwm/
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
RUN_DEPENDS= x11/dmenu>=3.9
|
||||
RUN_DEPENDS= x11/dmenu>=4.4.1
|
||||
|
||||
MAKE_FLAGS= BINDIR="${TRUEPREFIX}/bin" \
|
||||
MANDIR="${TRUEPREFIX}/man/man" \
|
||||
|
16
x11/scrotwm/patches/patch-scrotwm_1
Normal file
16
x11/scrotwm/patches/patch-scrotwm_1
Normal file
@ -0,0 +1,16 @@
|
||||
$OpenBSD: patch-scrotwm_1,v 1.1 2012/01/30 11:12:42 sthen Exp $
|
||||
|
||||
Manpage fix from upstream:
|
||||
https://opensource.conformal.com/viewgit/?a=commitdiff&p=scrotwm&h=b4f18a38d0b1cf8c0ee85e0366ab4caa4cc00560
|
||||
|
||||
--- scrotwm.1.orig Wed Jan 11 13:42:57 2012
|
||||
+++ scrotwm.1 Fri Jan 27 22:40:29 2012
|
||||
@@ -450,7 +450,7 @@ move_down
|
||||
name_workspace
|
||||
.It Cm M-/
|
||||
search_workspace
|
||||
-.It Cm M-s
|
||||
+.It Cm M-f
|
||||
search_win
|
||||
.El
|
||||
.Pp
|
15
x11/scrotwm/patches/patch-scrotwm_cz_conf
Normal file
15
x11/scrotwm/patches/patch-scrotwm_cz_conf
Normal file
@ -0,0 +1,15 @@
|
||||
$OpenBSD: patch-scrotwm_cz_conf,v 1.1 2012/01/30 11:12:42 sthen Exp $
|
||||
|
||||
Add missing ws_prior key binding from upstream:
|
||||
https://opensource.conformal.com/viewgit/?a=commitdiff&p=scrotwm&h=f4da59ebb218d4ce2f7584c8156978461330c865
|
||||
|
||||
--- scrotwm_cz.conf.orig Wed Jan 11 13:42:57 2012
|
||||
+++ scrotwm_cz.conf Fri Jan 27 22:42:12 2012
|
||||
@@ -32,6 +32,7 @@ bind[ws_next] = MOD+Right
|
||||
bind[ws_prev] = MOD+Left
|
||||
bind[ws_next_all] = MOD+Up
|
||||
bind[ws_prev_all] = MOD+Down
|
||||
+bind[ws_prior] = MOD+a
|
||||
bind[screen_next] = MOD+Shift+Right
|
||||
bind[screen_prev] = MOD+Shift+Left
|
||||
bind[mvws_1] = MOD+Shift+plus
|
15
x11/scrotwm/patches/patch-scrotwm_es_conf
Normal file
15
x11/scrotwm/patches/patch-scrotwm_es_conf
Normal file
@ -0,0 +1,15 @@
|
||||
$OpenBSD: patch-scrotwm_es_conf,v 1.1 2012/01/30 11:12:42 sthen Exp $
|
||||
|
||||
Add missing ws_prior key binding from upstream:
|
||||
https://opensource.conformal.com/viewgit/?a=commitdiff&p=scrotwm&h=f4da59ebb218d4ce2f7584c8156978461330c865
|
||||
|
||||
--- scrotwm_es.conf.orig Wed Jan 11 13:42:57 2012
|
||||
+++ scrotwm_es.conf Fri Jan 27 22:43:11 2012
|
||||
@@ -32,6 +32,7 @@ bind[ws_next] = MOD+Right
|
||||
bind[ws_prev] = MOD+Left
|
||||
bind[ws_next_all] = MOD+Up
|
||||
bind[ws_prev_all] = MOD+Down
|
||||
+bind[ws_prior] = MOD+a
|
||||
bind[screen_next] = MOD+Shift+Right
|
||||
bind[screen_prev] = MOD+Shift+Left
|
||||
bind[mvws_1] = MOD+Shift+1
|
15
x11/scrotwm/patches/patch-scrotwm_fr_ch_conf
Normal file
15
x11/scrotwm/patches/patch-scrotwm_fr_ch_conf
Normal file
@ -0,0 +1,15 @@
|
||||
$OpenBSD: patch-scrotwm_fr_ch_conf,v 1.1 2012/01/30 11:12:42 sthen Exp $
|
||||
|
||||
Add missing ws_prior key binding from upstream:
|
||||
https://opensource.conformal.com/viewgit/?a=commitdiff&p=scrotwm&h=f4da59ebb218d4ce2f7584c8156978461330c865
|
||||
|
||||
--- scrotwm_fr_ch.conf.orig Wed Jan 11 13:42:57 2012
|
||||
+++ scrotwm_fr_ch.conf Fri Jan 27 22:43:26 2012
|
||||
@@ -32,6 +32,7 @@ bind[ws_next] = MOD+Right
|
||||
bind[ws_prev] = MOD+Left
|
||||
bind[ws_next_all] = MOD+Up
|
||||
bind[ws_prev_all] = MOD+Down
|
||||
+bind[ws_prior] = MOD+a
|
||||
bind[screen_next] = MOD+Shift+Right
|
||||
bind[screen_prev] = MOD+Shift+Left
|
||||
bind[mvws_1] = MOD+Shift+1
|
15
x11/scrotwm/patches/patch-scrotwm_fr_conf
Normal file
15
x11/scrotwm/patches/patch-scrotwm_fr_conf
Normal file
@ -0,0 +1,15 @@
|
||||
$OpenBSD: patch-scrotwm_fr_conf,v 1.1 2012/01/30 11:12:42 sthen Exp $
|
||||
|
||||
Add missing ws_prior key binding from upstream:
|
||||
https://opensource.conformal.com/viewgit/?a=commitdiff&p=scrotwm&h=f4da59ebb218d4ce2f7584c8156978461330c865
|
||||
|
||||
--- scrotwm_fr.conf.orig Wed Jan 11 13:42:57 2012
|
||||
+++ scrotwm_fr.conf Fri Jan 27 22:43:18 2012
|
||||
@@ -32,6 +32,7 @@ bind[ws_next] = MOD+Right
|
||||
bind[ws_prev] = MOD+Left
|
||||
bind[ws_next_all] = MOD+Up
|
||||
bind[ws_prev_all] = MOD+Down
|
||||
+bind[ws_prior] = MOD+a
|
||||
bind[screen_next] = MOD+Shift+Right
|
||||
bind[screen_prev] = MOD+Shift+Left
|
||||
bind[mvws_1] = MOD+Shift+ampersand
|
15
x11/scrotwm/patches/patch-scrotwm_se_conf
Normal file
15
x11/scrotwm/patches/patch-scrotwm_se_conf
Normal file
@ -0,0 +1,15 @@
|
||||
$OpenBSD: patch-scrotwm_se_conf,v 1.1 2012/01/30 11:12:42 sthen Exp $
|
||||
|
||||
Add missing ws_prior key binding from upstream:
|
||||
https://opensource.conformal.com/viewgit/?a=commitdiff&p=scrotwm&h=f4da59ebb218d4ce2f7584c8156978461330c865
|
||||
|
||||
--- scrotwm_se.conf.orig Wed Jan 11 13:42:57 2012
|
||||
+++ scrotwm_se.conf Fri Jan 27 22:43:39 2012
|
||||
@@ -32,6 +32,7 @@ bind[ws_next] = MOD+Right
|
||||
bind[ws_prev] = MOD+Left
|
||||
bind[ws_next_all] = MOD+Up
|
||||
bind[ws_prev_all] = MOD+Down
|
||||
+bind[ws_prior] = MOD+a
|
||||
bind[screen_next] = MOD+Shift+Right
|
||||
bind[screen_prev] = MOD+Shift+Left
|
||||
bind[mvws_1] = MOD+Shift+1
|
15
x11/scrotwm/patches/patch-scrotwm_us_conf
Normal file
15
x11/scrotwm/patches/patch-scrotwm_us_conf
Normal file
@ -0,0 +1,15 @@
|
||||
$OpenBSD: patch-scrotwm_us_conf,v 1.1 2012/01/30 11:12:42 sthen Exp $
|
||||
|
||||
Add missing ws_prior key binding from upstream:
|
||||
https://opensource.conformal.com/viewgit/?a=commitdiff&p=scrotwm&h=f4da59ebb218d4ce2f7584c8156978461330c865
|
||||
|
||||
--- scrotwm_us.conf.orig Wed Jan 11 13:42:57 2012
|
||||
+++ scrotwm_us.conf Fri Jan 27 22:43:51 2012
|
||||
@@ -32,6 +32,7 @@ bind[ws_next] = MOD+Right
|
||||
bind[ws_prev] = MOD+Left
|
||||
bind[ws_next_all] = MOD+Up
|
||||
bind[ws_prev_all] = MOD+Down
|
||||
+bind[ws_prior] = MOD+a
|
||||
bind[screen_next] = MOD+Shift+Right
|
||||
bind[screen_prev] = MOD+Shift+Left
|
||||
bind[mvws_1] = MOD+Shift+1
|
Loading…
x
Reference in New Issue
Block a user