Skip to content

Commit

Permalink
i3lock-color: update to version 2.13.c.5
Browse files Browse the repository at this point in the history
Changelog:

2.13.c.5
Highlights
New features

    New custom key commands (#256)
    Support basic control chars (\n, \r, \b, \t) in text options (#238)
    Added support for the XF86AudioMicMute media key (#273)
    Added tab completion for Bash and Zsh (#230)

Perf improvements

    Lazy-load slideshow images (#242)
    Disable debug build by default; faster blurring (#251)

Changes by PR

    fix --max and --fill not scaling image when the image has the same aspect ratio as the screen by @Rio6 in #228
    Add link to new active port by @loralighte in #233
    chore: rename variables for examples, remove unused variables by @graves501 in #229
    fix(typo): fix wrong greeter_y_expr and typo error message in arguments parser. by @cmsxbc in #237
    Tab completion (#204) by @JezerM in #230
    Slideshow images loaded when needed (#241) by @JezerM in #242
    feat(control char): add basic control char support by @cmsxbc in #238
    build: disable debug and sanitizers by default by @alanswanson in #251
    Shell command options for media keys by @jclds139 in #256
    Support for XF86AudioMicMute by @kwesthaus in #273
    Fix: Remove breaking space in zsh completion by @kwesthaus in #274
  • Loading branch information
nikkicoon committed Mar 19, 2024
1 parent 1f923bc commit b90012c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions x11/i3lock-color/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.3 2023/11/14 14:03:13 wiz Exp $
# $NetBSD: Makefile,v 1.4 2024/03/19 19:42:53 nikita Exp $

DISTNAME= i3lock-color-2.13.c.4
PKGREVISION= 2
DISTNAME= i3lock-color-2.13.c.5
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=Raymo111/}

Expand Down
8 changes: 4 additions & 4 deletions x11/i3lock-color/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2023/05/23 22:31:45 nikita Exp $
$NetBSD: distinfo,v 1.2 2024/03/19 19:42:53 nikita Exp $

BLAKE2s (i3lock-color-2.13.c.4.tar.gz) = 4db9c24672a329948737b62c3a3747b44c975ef77c3dbe8b73c2a7ea72661243
SHA512 (i3lock-color-2.13.c.4.tar.gz) = 67b7b558f2894f8a389e559a5b146e176d4d0410b8da2a756190691062fa60e085449bc3afa57cbbdee7d2f002f995649d123bfb9d88eaae55da3cf8f68eee02
Size (i3lock-color-2.13.c.4.tar.gz) = 215078 bytes
BLAKE2s (i3lock-color-2.13.c.5.tar.gz) = 6c636e172ab026f5a3ce0594c23ba001897ae18908d6d401a3d73e66f91cad9a
SHA512 (i3lock-color-2.13.c.5.tar.gz) = db52b8800a63a9fc85ffb644b140488588427d717b075a3f0d318486cb0177858ed7a2f148bb904e56539bbf679b0fd40eaf0df895b1f578498dfb70219eb9b8
Size (i3lock-color-2.13.c.5.tar.gz) = 485084 bytes
SHA1 (patch-jpg.c) = 2da0ba7d6ac2080991a47dad91e9813133f76a8f

0 comments on commit b90012c

Please sign in to comment.