Skip to content

Commit

Permalink
sysutils/macchina: update to 5.0.2
Browse files Browse the repository at this point in the history
v5.0.2
-libmacchina/netbsd: fixed failing brightness readout.
-libmacchina/netbsd: (somehow) fixed failing package count readout.
-themes: the custom_ascii.color field is now optional, omitting it uses the
 colors provided in the text file.
-themes: color values (e.g. "Red", "Green", "Blue") are now case-insensitive.
-general: introduce a new readout, "Session" that is appended to your Window
 Manager readout output. If the latter fails, so does the former.

v5.0.1
-The default theme's bars should not be visible.

macchina v5.0.0, codename "Zinc"
-Deprecated multiple command-line options: --no-ascii, --custom-ascii,
 --palette, --hide-delimiters. (#181)
-Deprecated built-in themes. (#181)
-NetBSD: count packages without the use of pkg_info. (by upgrading to the
 latest libmacchina version)
  • Loading branch information
0323pin committed Nov 2, 2021
1 parent 15cefe2 commit 5818615
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions sysutils/macchina/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.37 2021/10/24 22:05:38 pin Exp $
# $NetBSD: Makefile,v 1.38 2021/11/02 09:13:51 pin Exp $

DISTNAME= macchina-4.0.1
DISTNAME= macchina-5.0.2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=Macchina-CLI/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand All @@ -17,7 +17,7 @@ INSTALLATION_DIRS= bin share/examples/macchina
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/target/release/macchina ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/macchina.toml ${DESTDIR}${PREFIX}/share/examples/macchina
${INSTALL_DATA} ${WRKSRC}/theme/Carbon.toml ${DESTDIR}${PREFIX}/share/examples/macchina
${INSTALL_DATA} ${WRKSRC}/themes/Hydrogen.toml ${DESTDIR}${PREFIX}/share/examples/macchina

DEPENDS+= wmctrl-[0-9]*:../../wm/wmctrl

Expand Down
4 changes: 2 additions & 2 deletions sysutils/macchina/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.4 2021/10/25 05:24:28 pin Exp $
@comment $NetBSD: PLIST,v 1.5 2021/11/02 09:13:51 pin Exp $
bin/macchina
share/examples/macchina/Carbon.toml
share/examples/macchina/Hydrogen.toml
share/examples/macchina/macchina.toml
4 changes: 2 additions & 2 deletions sysutils/macchina/cargo-depends.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: cargo-depends.mk,v 1.22 2021/10/22 09:19:36 pin Exp $
# $NetBSD: cargo-depends.mk,v 1.23 2021/11/02 09:13:51 pin Exp $

CARGO_CRATE_DEPENDS+= aho-corasick-0.7.18
CARGO_CRATE_DEPENDS+= ansi-to-tui-0.4.1
Expand Down Expand Up @@ -46,7 +46,7 @@ CARGO_CRATE_DEPENDS+= jobserver-0.1.24
CARGO_CRATE_DEPENDS+= lazy_static-1.4.0
CARGO_CRATE_DEPENDS+= libc-0.2.104
CARGO_CRATE_DEPENDS+= libgit2-sys-0.12.23+1.2.0
CARGO_CRATE_DEPENDS+= libmacchina-3.2.2
CARGO_CRATE_DEPENDS+= libmacchina-3.4.2
CARGO_CRATE_DEPENDS+= libz-sys-1.1.3
CARGO_CRATE_DEPENDS+= lock_api-0.4.5
CARGO_CRATE_DEPENDS+= log-0.4.14
Expand Down
14 changes: 7 additions & 7 deletions sysutils/macchina/distinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.33 2021/10/26 11:19:50 nia Exp $
$NetBSD: distinfo,v 1.34 2021/11/02 09:13:51 pin Exp $

BLAKE2s (aho-corasick-0.7.18.crate) = 8925e88e2df4b5ca3b31783f527e1bb31dbe27846f409f631148fa239f3b2935
SHA512 (aho-corasick-0.7.18.crate) = 7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
Expand Down Expand Up @@ -138,9 +138,9 @@ Size (libc-0.2.104.crate) = 548775 bytes
BLAKE2s (libgit2-sys-0.12.23+1.2.0.crate) = c31064f9166b19b847252555d917b34489314c5a4652aabf8bf729cb01d53d3a
SHA512 (libgit2-sys-0.12.23+1.2.0.crate) = 96a7ed25c1407168c1a2476148f11288d8c606e568f0b5761a7afa04a01cdcff2227db00f19ea0860099bf483214086e652193aa716ef90c3b15cb0f8bb7f5fc
Size (libgit2-sys-0.12.23+1.2.0.crate) = 1473458 bytes
BLAKE2s (libmacchina-3.2.2.crate) = 3611e2fad2f847c05ef7fb44e95286aa6b1145024491f6155bf6eaaa77d9669f
SHA512 (libmacchina-3.2.2.crate) = 7044e70f35feada2814142af56f11af324d9e945e847863e3bfa321ce934d4a8ff8b0f005ad66b5da78106fc794199e967f4e41b3527930c21a38ad96e46fd30
Size (libmacchina-3.2.2.crate) = 71773 bytes
BLAKE2s (libmacchina-3.4.2.crate) = 4a7d1bf6597af7782b17703ad149acb87b59f17b98f30fe35d4f9e8893aea38a
SHA512 (libmacchina-3.4.2.crate) = b690223f699ada2a481d23a01ca128e4501e352b0bc60a6e8e85c107b0090d15bd4640c00e92b96b9c5b9571e9443b6a2eb5a13948ce6e8f329afb316352d28d
Size (libmacchina-3.4.2.crate) = 72239 bytes
BLAKE2s (libz-sys-1.1.3.crate) = 7f7b7ae67a2839af4d8824c2f9ff3f1e8b63794723fb3d984374f232b09b41a0
SHA512 (libz-sys-1.1.3.crate) = 9ad3ac88cb3c436ba046a55123b7a3c96c56a8ae2a1b85a3eb39339e84441b16c82d35630e9aad1d51db83943f2d08cf0bd45e212b7284c224de451a0f0c30bb
Size (libz-sys-1.1.3.crate) = 1341394 bytes
Expand All @@ -150,9 +150,9 @@ Size (lock_api-0.4.5.crate) = 25199 bytes
BLAKE2s (log-0.4.14.crate) = 6a53d58f64a8f33394bab4d3ebee1ef02f08138aecee9b8ab336e1834f7d06fd
SHA512 (log-0.4.14.crate) = 796100167663d85a7bc4244cd305e9b3f0a1b1520764b63464698eb136318d0928c40c16f5d19d9f602a5bf769851275bbd48d66b088b0c37be7a6fb62def7cc
Size (log-0.4.14.crate) = 34582 bytes
BLAKE2s (macchina-4.0.1.tar.gz) = 61103f4b9d4a101f8f2d41a5fc93ac0c01c72280064968bc9eb9f8848605e0e7
SHA512 (macchina-4.0.1.tar.gz) = a88abba2e65c17c3b4c6044ac6da4eb045d7ff57abbea3e5a74f486679e9516379b55150562006ea186dd6bc8bdce0c84edf6194592d1d98aa3f9fc596112a10
Size (macchina-4.0.1.tar.gz) = 51012 bytes
BLAKE2s (macchina-5.0.2.tar.gz) = 65b5b423e855ae932d73fa829dab27afdac9840c94f8849741200be03b986382
SHA512 (macchina-5.0.2.tar.gz) = 6746d3812d0a58555d6e2f7287717ddb496bf66c2fae5d8fece110e4188913e6cb17c5a0cf6a5de79db484589ad3682b42b10c6cb24ba2e16e024c198adaf879
Size (macchina-5.0.2.tar.gz) = 50764 bytes
BLAKE2s (mach-0.3.2.crate) = bf1a5764cf0612d0597472239373d06a2d47249c3337b2a91703f57010ab73de
SHA512 (mach-0.3.2.crate) = 73622b37915f3445a57cbac5eb378bfee61f5a2383c0dd8bd7c29b5e46447405ebaeb706f3a3274e5afe37b0506afaf1511836cb8897d9d480a3abd41f18fa26
Size (mach-0.3.2.crate) = 19611 bytes
Expand Down

0 comments on commit 5818615

Please sign in to comment.