Github messages for voidlinux
 help / color / mirror / Atom feed
From: Sqvid <Sqvid@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] btdu: update to 0.5.0.
Date: Tue, 21 Feb 2023 13:53:11 +0100	[thread overview]
Message-ID: <20230221125311.ytXVSOdazYM1ucvpYX1S5iXV41IzclOfIgBn7YPSvBU@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42148@inbox.vuxu.org>

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

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

https://github.com/Sqvid/void-packages btdu
https://github.com/void-linux/void-packages/pull/42148

btdu: update to 0.5.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From f14bfc1cf604baa2159311ea80d00eda52ca8aaf Mon Sep 17 00:00:00 2001
From: Siddhartha Menon <siddharthamenon+void@outlook.com>
Date: Wed, 8 Feb 2023 17:33:56 +0000
Subject: [PATCH 1/2] btdu: update to 0.5.0.

---
 srcpkgs/btdu/template | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/btdu/template b/srcpkgs/btdu/template
index e2c173e49344..bf7751069262 100644
--- a/srcpkgs/btdu/template
+++ b/srcpkgs/btdu/template
@@ -1,6 +1,6 @@
 # Template file for 'btdu'
 pkgname=btdu
-version=0.4.1
+version=0.5.0
 revision=1
 # fails to build on musl due to different argument types for ioctl
 # struct packing seems to differ on i686 archs and therefore d-btrfs fails
@@ -12,14 +12,9 @@ maintainer="Siddhartha Menon <siddharthamenon+void@outlook.com>"
 license="GPL-2.0-only"
 homepage="https://github.com/CyberShadow/btdu"
 distfiles="https://github.com/CyberShadow/btdu/archive/v${version}.tar.gz"
-checksum=265c63ee82067f6b5dc44b47c9ec58be5e13c654f31035c60a7e375ffa4082c9
+checksum=90ba4d8997575993e9d39a503779fb32b37bb62b8d9386776e95743bfc859606
 nocross="dmd compilation fails on cross"
 
-pre_configure() {
-	vsed -e 's/dependency "ae" version="==0.0.3184"/dependency "ae" version="==0.0.3228"/g' -i dub.sdl
-	vsed -e 's/"ae": "0.0.3184"/"ae": "0.0.3228"/g' -i dub.selections.json
-}
-
 do_build() {
 	dub build -b release
 }

From c8b87f720a8e0c945a11c686bbf7e7a1fd1949cc Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Sun, 19 Feb 2023 11:14:46 -0500
Subject: [PATCH 2/2] fixup! btdu: update to 0.5.0.

---
 srcpkgs/btdu/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/btdu/template b/srcpkgs/btdu/template
index bf7751069262..67e9f8ca20e3 100644
--- a/srcpkgs/btdu/template
+++ b/srcpkgs/btdu/template
@@ -4,8 +4,8 @@ version=0.5.0
 revision=1
 # fails to build on musl due to different argument types for ioctl
 # struct packing seems to differ on i686 archs and therefore d-btrfs fails
-archs=x86_64
-hostmakedepends="dmd dub"
+#archs=x86_64
+hostmakedepends="ldc dub"
 makedepends="zlib-devel ncurses-devel"
 short_desc="Sampling disk usage profiler for btrfs"
 maintainer="Siddhartha Menon <siddharthamenon+void@outlook.com>"
@@ -13,10 +13,10 @@ license="GPL-2.0-only"
 homepage="https://github.com/CyberShadow/btdu"
 distfiles="https://github.com/CyberShadow/btdu/archive/v${version}.tar.gz"
 checksum=90ba4d8997575993e9d39a503779fb32b37bb62b8d9386776e95743bfc859606
-nocross="dmd compilation fails on cross"
+# nocross="dmd compilation fails on cross"
 
 do_build() {
-	dub build -b release
+	dub --vverbose build --compiler=ldc2 -b release
 }
 
 do_install() {

  parent reply	other threads:[~2023-02-21 12:53 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-08 17:38 [PR PATCH] " Sqvid
2023-02-08 17:43 ` [PR PATCH] [Updated] " Sqvid
2023-02-08 17:46 ` Sqvid
2023-02-08 17:55 ` Sqvid
2023-02-10 16:10 ` Sqvid
2023-02-10 16:11 ` Sqvid
2023-02-10 16:11 ` Sqvid
2023-02-16  2:43 ` classabbyamp
2023-02-19 15:47 ` CyberShadow
2023-02-19 15:51 ` classabbyamp
2023-02-19 15:51 ` classabbyamp
2023-02-19 15:53 ` CyberShadow
2023-02-19 16:14 ` [PR PATCH] [Updated] " classabbyamp
2023-02-19 16:17 ` classabbyamp
2023-02-19 16:20 ` CyberShadow
2023-02-21 12:53 ` Sqvid [this message]
2023-02-21 12:57 ` Sqvid
2023-02-21 14:32 ` CyberShadow
2023-03-03 16:52 ` CyberShadow
2023-05-09 15:42 ` [PR PATCH] [Updated] " Sqvid
2023-05-09 15:55 ` Sqvid
2023-05-09 17:57 ` [PR PATCH] [Merged]: " classabbyamp

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=20230221125311.ytXVSOdazYM1ucvpYX1S5iXV41IzclOfIgBn7YPSvBU@z \
    --to=sqvid@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).