From 93fa28fc02035e7496b94b6985b8d6a8bffbf986 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Tue, 13 Feb 2024 11:57:23 -0500 Subject: [PATCH] numbat: update to 1.10.1 --- srcpkgs/numbat/template | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/srcpkgs/numbat/template b/srcpkgs/numbat/template index a53d836faf02d..8d9b792b94188 100644 --- a/srcpkgs/numbat/template +++ b/srcpkgs/numbat/template @@ -1,6 +1,6 @@ # Template file for 'numbat' pkgname=numbat -version=1.9.0 +version=1.10.1 revision=1 build_style=cargo make_install_args="--path numbat-cli" @@ -10,7 +10,7 @@ license="Apache-2.0, MIT" homepage="https://numbat.dev" changelog="https://github.com/sharkdp/numbat/releases" distfiles="https://github.com/sharkdp/numbat/archive/refs/tags/v${version}.tar.gz" -checksum=5a0435bf938d6166c5089106cfb39049b0b207dec69a96552ccc3f114d515fd9 +checksum=e593983a42fe138bf84a2172537c5c1763a8743c65a952fbfd8df67a17f04526 post_install() { vlicense LICENSE-MIT @@ -18,4 +18,11 @@ post_install() { vmkdir usr/share/numbat vcopy numbat/modules usr/share/numbat + + vinstall assets/numbat.desktop 644 usr/share/applications + vinstall assets/numbat.svg 644 usr/share/icons/hicolor/scalable/apps + for s in 16 22 24 32 48 64 128 256 512; do + vinstall "assets/numbat-${s}x${s}.png" 644 \ + "usr/share/icons/hicolor/${s}x${s}/apps" numbat.png + done }