Github messages for voidlinux
 help / color / mirror / Atom feed
From: cinerea0 <cinerea0@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] numbat: update to 1.10.1
Date: Tue, 13 Feb 2024 17:45:35 +0100	[thread overview]
Message-ID: <20240213164535.058F026BDC@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-48672@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 384 bytes --]

There is an updated pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages numbat
https://github.com/void-linux/void-packages/pull/48672

numbat: update to 1.10.1
#### Testing the changes
- I tested the changes in this PR: **YES**



A patch file from https://github.com/void-linux/void-packages/pull/48672.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-numbat-48672.patch --]
[-- Type: text/x-diff, Size: 1433 bytes --]

From 1d519038f4c00141e05d19bfe2aa039dad449d63 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 13 Feb 2024 11:45:19 -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 a53d836faf02d8..e8c9915a5bbc01 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
 }

  parent reply	other threads:[~2024-02-13 16:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-12 17:20 [PR PATCH] numbat: update to 1.10.0 cinerea0
2024-02-13 15:50 ` [PR PATCH] [Updated] " cinerea0
2024-02-13 16:45 ` cinerea0 [this message]
2024-02-13 16:57 ` [PR PATCH] [Updated] numbat: update to 1.10.1 cinerea0
2024-02-14 13:09 ` [PR PATCH] [Merged]: " cinerea0

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240213164535.058F026BDC@inbox.vuxu.org \
    --to=cinerea0@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).