pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/wm/sdorfehs



Module Name:    pkgsrc
Committed By:   pin
Date:           Sun May  1 06:47:03 UTC 2022

Modified Files:
        pkgsrc/wm/sdorfehs: Makefile distinfo

Log Message:
wm/sdorfehs: update to 1.3

-screen: Update _NET_NUMBER_OF_DESKTOPS when changing vscreens setting
-bar: Fix text chunk x coordinate calculation
-vscreen: Add switchvscreen hook
-util: Mark fatal() __dead
-screen: Init font earlier, vscreens later
-frames: Store vscreen in rp_frame, get rid of frames_vscreen()
-window: Rename vscr in rp_window to vscreen
-xrandr: Make it clear why this variable is being touched
-util: Provide __dead if it's not defined
-screen: Use screen_primary() to find the bar, not xrandr_is_primary()
-screen_update_frames: Adjust edge frame width/height after moving
-bar: After disabling barsticky, force an alarm reset
-actions: Rename some functions that are not like the rest
-receive_command: Warn on short write
-command: Return early to remove an indent level
-screen_update_frames: Only force bar redraw if bar_sticky


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/wm/sdorfehs/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/wm/sdorfehs/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/wm/sdorfehs/Makefile
diff -u pkgsrc/wm/sdorfehs/Makefile:1.5 pkgsrc/wm/sdorfehs/Makefile:1.6
--- pkgsrc/wm/sdorfehs/Makefile:1.5     Fri Nov 19 08:34:35 2021
+++ pkgsrc/wm/sdorfehs/Makefile Sun May  1 06:47:03 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2021/11/19 08:34:35 pin Exp $
+# $NetBSD: Makefile,v 1.6 2022/05/01 06:47:03 pin Exp $
 
-DISTNAME=      sdorfehs-1.2
+DISTNAME=      sdorfehs-1.3
 CATEGORIES=    wm
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=jcs/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/wm/sdorfehs/distinfo
diff -u pkgsrc/wm/sdorfehs/distinfo:1.4 pkgsrc/wm/sdorfehs/distinfo:1.5
--- pkgsrc/wm/sdorfehs/distinfo:1.4     Wed Nov 17 11:22:06 2021
+++ pkgsrc/wm/sdorfehs/distinfo Sun May  1 06:47:03 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2021/11/17 11:22:06 pin Exp $
+$NetBSD: distinfo,v 1.5 2022/05/01 06:47:03 pin Exp $
 
-BLAKE2s (sdorfehs-1.2.tar.gz) = 30665a6700850879f9ecf561ed84b0edbd186acd1462a1ad6caf27673a6d033a
-SHA512 (sdorfehs-1.2.tar.gz) = 66ef2681f3792ff2f5a3f2b46f88a931e36404f36a277edc20fc664ef3fd239923a915bfba84d85fd551476c517b5bba2b9a578050a8296754b1ba48902f9b5a
-Size (sdorfehs-1.2.tar.gz) = 121247 bytes
+BLAKE2s (sdorfehs-1.3.tar.gz) = 7a6e31a22bab9edf5a48e0467e08a87597ec49519fd7c3c4434b43bc4a1d58df
+SHA512 (sdorfehs-1.3.tar.gz) = 0d630df7e97ea6465c7aa140d1752ba57a2cd51ddb2265cb3ed506fc41b5b0cd02aa21b8082d777f659fd85b248289a4ded6595b6c88885434cb49a1c78971f9
+Size (sdorfehs-1.3.tar.gz) = 120588 bytes
 SHA1 (patch-Makefile) = d8e18bb85595776540647e3477cec6c7c94c4432



Home | Main Index | Thread Index | Old Index