Skip to content

Commit

Permalink
wm/sdorfehs: update to 1.5
Browse files Browse the repository at this point in the history
 - actions: cmd_vmove: allow spec by target name, not just number
 - actions: new commands vnext/vother/vprev to let use like groups
 - actions: command: differentiate otherwise identical error prints
 - main: make stdin dup'd from /dev/null rather than X invocation tty (#45)
 - window: when adding to windowlist, use current vscreen if 'winaddcurv…
 - actions: restore old way 'windows' did bar toggle when msgwait 0
 - window: if msgwait 0 persist and update bar lists on vselect
 - get_child_info: use XResQueryClientIds() if _NET_WM_PID not found
 - communications: support arbitrary response sizes, not just 1k
 - communications: add WARNX_DEBUG macro for cli client stderr prints
 - actions: cmd_execw: new exec command waits for forked proc to exit (#49)
 - actions: cmd_execv: new exec command starts in specific vscreen (#51)
 - events: client_msg: support apps that raise via _NET_ACTIVE_WINDOW
 - events: map_request: EWMH window raise can use existing rudeness hand…
 - rudeness: add a bit to allow off-vscreen window raise, default off
 - actions: cmd_fselect: remove duplicate code
 - actions: use bar_border_width for interactive read_frame
 - split: constrain find_frame_number and find_last_frame to a vscreen
  • Loading branch information
pin committed Jan 28, 2023
1 parent 0612094 commit ddcd5f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions wm/sdorfehs/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# $NetBSD: Makefile,v 1.7 2022/05/17 18:34:48 pin Exp $
# $NetBSD: Makefile,v 1.8 2023/01/28 12:46:30 pin Exp $

DISTNAME= sdorfehs-1.4
DISTNAME= sdorfehs-1.5
CATEGORIES= wm
MASTER_SITES= ${MASTER_SITE_GITHUB:=jcs/}
GITHUB_TAG= v${PKGVERSION_NOREV}

MAINTAINER= pin@NetBSD.org
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/jcs/sdorfehs/
COMMENT= Tiling window manager descended from ratpoison
LICENSE= gnu-gpl-v2
Expand Down
8 changes: 4 additions & 4 deletions wm/sdorfehs/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.6 2022/05/17 18:34:48 pin Exp $
$NetBSD: distinfo,v 1.7 2023/01/28 12:46:30 pin Exp $

BLAKE2s (sdorfehs-1.4.tar.gz) = 484b318c8889e28272a30764fb831c3a8ef2a1d692e666f562f66f5b48c5ad7c
SHA512 (sdorfehs-1.4.tar.gz) = 87946b83fa47d17f7c3164e0a20ecb3570ca0f31b8fbad0f1bab13a55b99806071700f001ec6f2b7555e6dd6cf65fada73711b785b9872157ff4fb8ce0e41399
Size (sdorfehs-1.4.tar.gz) = 120588 bytes
BLAKE2s (sdorfehs-1.5.tar.gz) = 270d21d0f5eec9401273654b1cc87dbf224f8e8b2b829bbb6552a20ce1f692af
SHA512 (sdorfehs-1.5.tar.gz) = 2bbb354d186e06b95b1d01e04bc97585121630dd9544ea8b10299dc5f15bc94bbd5cd55cbb72d6f04a3abf930652731b2070810fe908532953af87f02ec06687
Size (sdorfehs-1.5.tar.gz) = 122223 bytes
SHA1 (patch-Makefile) = d8e18bb85595776540647e3477cec6c7c94c4432

0 comments on commit ddcd5f1

Please sign in to comment.