Github messages for voidlinux
 help / color / mirror / Atom feed
From: desertsagebrush <desertsagebrush@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] i3status-rust: update to 0.32.3
Date: Mon, 25 Dec 2023 23:46:57 +0100	[thread overview]
Message-ID: <20231225224657.sZ2Dv0RRcws2AHtGBYGXcyaBldgrENYBfB_lBPVPzMk@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47870@inbox.vuxu.org>

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

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

https://github.com/desertsagebrush/void-packages update-i3status-rust
https://github.com/void-linux/void-packages/pull/47870

i3status-rust: update to 0.32.3
Update the version of `i3status-rust`

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, amd64/x86_64-libc
- `xbps-src -Q pkg i3status-rust` completes with no errors

Glad to update anything else if needed!

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-i3status-rust-47870.patch --]
[-- Type: text/x-diff, Size: 2009 bytes --]

From cea1ac8bcb8ebe79f96bdc4b59cd322e5479c6e5 Mon Sep 17 00:00:00 2001
From: Riley Barello-Myers <desertsagebrush@pm.me>
Date: Fri, 22 Dec 2023 11:22:22 -0700
Subject: [PATCH] i3status-rust: update to 0.32.3

Adds in a hostdependancy for pandoc, as the process for generating
the man page has changed. This also necessitates a more complex
post-build procedure.
---
 srcpkgs/i3status-rust/template | 19 +++++++++++++++----
 1 file changed, 15 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/i3status-rust/template b/srcpkgs/i3status-rust/template
index 5e51b37ac809d..8397c4da9818b 100644
--- a/srcpkgs/i3status-rust/template
+++ b/srcpkgs/i3status-rust/template
@@ -1,10 +1,10 @@
 # Template file for 'i3status-rust'
 pkgname=i3status-rust
-version=0.22.0
-revision=4
+version=0.32.3
+revision=1
 build_style=cargo
 make_check_args="--bins"
-hostmakedepends="pkg-config"
+hostmakedepends="pkg-config pandoc qemu-user-static"
 makedepends="dbus-devel pulseaudio-devel openssl-devel libsensors-devel"
 short_desc="Replacement for i3status, written in Rust"
 maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
@@ -12,7 +12,18 @@ license="GPL-3.0-only"
 homepage="https://github.com/greshake/i3status-rust"
 changelog="https://raw.githubusercontent.com/greshake/i3status-rust/master/NEWS.md"
 distfiles="https://github.com/greshake/i3status-rust/archive/refs/tags/v${version}.tar.gz"
-checksum=cd28a90ccb2f9faaaef1e528619f1018981609d77f409abe4877350d810d3324
+checksum=6a2c37d0e424d666f297d7ec36279b54a522acf5bf77af883be1991513e4da61
+
+post_build() {
+	cargo auditable build --release --target x86_64-unknown-linux-gnu --package xtask
+	
+#	if [ "$CROSS_BUILD" ]; then
+#		/usr/bin/qemu-x86_64-static -E "CARGO_MANIFEST_DIR=./xtask" target/x86_64-unknown-linux-gnu/release/xtask generate-manpage
+#	else
+#		cargo xtask generate-manpage
+#	fi
+	CARGO_MANIFEST_DIR=./xtask target/x86_64-unknown-linux-gnu/release/xtask generate-manpage
+}
 
 post_install() {
 	vmkdir usr/share/i3status-rust

  parent reply	other threads:[~2023-12-25 22:46 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-22  6:03 [PR PATCH] " desertsagebrush
2023-12-22  6:11 ` [PR PATCH] [Updated] " desertsagebrush
2023-12-22 18:22 ` desertsagebrush
2023-12-23 13:33 ` [PR REVIEW] " classabbyamp
2023-12-23 20:49 ` desertsagebrush
2023-12-23 20:52 ` desertsagebrush
2023-12-23 20:54 ` desertsagebrush
2023-12-23 21:09 ` classabbyamp
2023-12-23 21:13 ` classabbyamp
2023-12-25 21:57 ` desertsagebrush
2023-12-25 22:03 ` desertsagebrush
2023-12-25 22:09 ` desertsagebrush
2023-12-25 22:10 ` desertsagebrush
2023-12-25 22:15 ` desertsagebrush
2023-12-25 22:30 ` desertsagebrush
2023-12-25 22:34 ` desertsagebrush
2023-12-25 22:46 ` desertsagebrush [this message]
2023-12-25 22:48 ` desertsagebrush
2023-12-25 22:49 ` [PR REVIEW] " desertsagebrush
2023-12-25 22:51 ` desertsagebrush
2023-12-31 19:37 ` desertsagebrush
2024-01-07  4:56 ` [PR PATCH] [Updated] " classabbyamp
2024-01-07  4:57 ` classabbyamp
2024-01-07  4:57 ` classabbyamp
2024-01-07  5:14 ` [PR PATCH] [Merged]: " classabbyamp
2024-01-13 19:07 ` desertsagebrush

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=20231225224657.sZ2Dv0RRcws2AHtGBYGXcyaBldgrENYBfB_lBPVPzMk@z \
    --to=desertsagebrush@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).