lemonbar: Update wip/lemonbar to 1.4

Changes:

 * Unlimited number of clickable areas, the -a switch was removed.
 * Unlimited number of loadable fonts (yay, I guess?).
 * You can now specify what screens are used by lemonbar with the -o switch.
 * The new Sn specifier allows you to select a screen by name.
 * Much better handling of rapidly-changing input (#107).
 * Underlines and overlines are not reset when changing the alignment.

Bug fixes:

 * Use opaque black/white colors as default values.
 * Reset the attributes and colors between each rendered line.
This commit is contained in:
Zach Hopkins 2020-12-10 11:16:06 -05:00
parent 61bb1f22bc
commit 9bd1e64177
2 changed files with 11 additions and 12 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD$
DISTNAME= lemonbar-1.3
DISTNAME= lemonbar-1.4
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GITHUB:=LemonBoy/}
GITHUB_PROJECT= bar
@ -15,13 +15,12 @@ USE_TOOLS+= gmake pod2man
AUTO_MKDIRS= yes
# generate the man page as in the lemonbar Makefile's `doc' target
# because `all' does not call it
post-build:
${TOOLS_PATH.pod2man} --section=1 --name=lemonbar \
--center="lemonbar manual" \
--release="${PKGVERSION_NOREV}" \
${WRKSRC}/README.pod > ${WRKSRC}/lemonbar.1
# Add `doc' target to lemonbar's `all'.
SUBST_CLASSES+= makefile
SUBST_STAGE.makefile= pre-build
SUBST_MESSAGE.makefile= Fixing Makefile
SUBST_FILES.makefile= Makefile
SUBST_SED.makefile+= -e 's/^all: .*$$/& doc/'
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/lemonbar ${DESTDIR}${PREFIX}/bin/

View File

@ -1,6 +1,6 @@
$NetBSD$
SHA1 (lemonbar-1.3.tar.gz) = b5afa75790a5283df4c0acee4ba6431934fc62b8
RMD160 (lemonbar-1.3.tar.gz) = b754d0c1fd1f5819d4cc768186e6473efd31bdc4
SHA512 (lemonbar-1.3.tar.gz) = 69f379f6ec04c3f55fd2aa03aa3c3c181fc884b683bd7232905775c34e5597f0c878874aafc6c940238f2fa980121302cfd13bf6dc3f9979007885b3c0287cf7
Size (lemonbar-1.3.tar.gz) = 14930 bytes
SHA1 (lemonbar-1.4.tar.gz) = 18abca2464a50ccf21a7d92378f9e7585952c919
RMD160 (lemonbar-1.4.tar.gz) = 416917e37c611abf12eb6ee1a12fce7b836e5ac1
SHA512 (lemonbar-1.4.tar.gz) = 2e516298854ad4ebf3dd4b67e933f0dca46a23cfb4146ef1737f26d937c582d0f9ce93b62ce094a7e456d55bd6273168f664c284c48c9637c8ed08f032799b14
Size (lemonbar-1.4.tar.gz) = 16810 bytes