Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-11-09 | i3lock: make this work out of the box on NetBSD, per netbsd-users@ | nia | 2 | -14/+24 | |
2021-10-26 | x11: Replace RMD160 checksums with BLAKE2s checksums | nia | 1 | -2/+2 | |
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz | |||||
2021-10-07 | x11: Remove SHA1 hashes for distfiles | nia | 1 | -2/+1 | |
2020-08-17 | *: revbump after fontconfig bl3 changes (libuuid removal) | leot | 1 | -2/+2 | |
2018-11-14 | Revbump after cairo 1.16.0 update. | kleink | 1 | -2/+2 | |
2018-03-12 | Recursive bumps for fontconfig and libzip dependency changes. | wiz | 1 | -1/+2 | |
2017-08-16 | Follow some http redirects. | wiz | 1 | -3/+3 | |
2016-09-19 | fix int type on SunOS | wiedi | 1 | -1/+3 | |
2016-06-12 | i3lock: Update to 2.8 | kamil | 2 | -7/+7 | |
Upstream changes: * Remove DPMS support in favor of a wrapper script and xset(1). * Indicate that the --inactivity-timeout option takes an argument. (Thanks Kenneth Lyons) * fix pam_securetty: set PAM_TTY to getenv("DISPLAY") * Eat XKB_KEY_Delete and XKB_KEY_KP_Delete (Thanks bebehei) * Show unlock indicator if password was entered during PAM verification * Allow CTRL+J as enter and CTRL+H as backspace (Thanks Karl Tarbe) * Flush xcb connection after opening fullscreen window (Thanks martin) * Add support for `xss-lock --transfer-sleep-lock' | |||||
2016-06-11 | Import i3lock-2.7 as x11/i3lock | kamil | 6 | -0/+93 | |
i3lock improves slock by making it fork() and therefore combinable with commands to suspend your computer. Additionally, instead of turning off your screen via DPMS and/or displaying a black screen, i3lock displays a white screen so you can see if your computer failed to resume from suspend or if your screen is just locked. Also, when entering a wrong password, i3lock does not call XBell(). This is important because i3lock/slock think you've entered a password when resuming from suspend, at least sometimes. Originally packaged in pkgsrc-wip by: - myself, - Mateusz Poszwa, - Niclas Rosenvik, - Pierre Allegraud. |