Github messages for voidlinux
 help / color / mirror / Atom feed
From: classabbyamp <classabbyamp@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] sunxi-tools: update to 1.4.2.
Date: Tue, 22 Mar 2022 07:15:13 +0100	[thread overview]
Message-ID: <20220322061513.NenEovMkx7PP3vrvxcJGhP219xNRLPI8HgqNzfuBHUw@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-36271@inbox.vuxu.org>

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

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

https://github.com/classabbyamp/void-packages sunxi-tools-1.4.2
https://github.com/void-linux/void-packages/pull/36271

sunxi-tools: update to 1.4.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sunxi-tools-1.4.2-36271.patch --]
[-- Type: text/x-diff, Size: 1840 bytes --]

From 9c545f78939e7e6220a72ae2b5a4160a8ecafa88 Mon Sep 17 00:00:00 2001
From: classabbyamp <dev@kb6.ee>
Date: Tue, 22 Mar 2022 02:07:12 -0400
Subject: [PATCH] sunxi-tools: update to 1.4.2.

---
 srcpkgs/sunxi-tools/template | 34 ++++++++++------------------------
 1 file changed, 10 insertions(+), 24 deletions(-)

diff --git a/srcpkgs/sunxi-tools/template b/srcpkgs/sunxi-tools/template
index f4f547c7947d..ee1895514571 100644
--- a/srcpkgs/sunxi-tools/template
+++ b/srcpkgs/sunxi-tools/template
@@ -1,31 +1,17 @@
 # Template file for 'sunxi-tools'
 pkgname=sunxi-tools
-reverts=20150526_1
-version=20150226
-revision=3
-_commit=b80e7ce7bd5c2015465c2fd0e5990d47c05c7f8e
-wrksrc="$pkgname-$_commit"
-hostmakedepends="pkg-config git"
+reverts="20140125_1 20150226_1 20150226_2 20150226_3 20150526_1"
+version=1.4.2
+revision=1
+build_style="gnu-makefile"
+make_build_target="tools misc"
+make_install_target="install-tools install-misc"
+hostmakedepends="pkg-config"
 makedepends="libusb-devel"
 short_desc="Tools to help hacking Allwinner AXX (aka sunxi) based devices"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/linux-sunxi/sunxi-tools"
-distfiles="$homepage/archive/$_commit.tar.gz"
-checksum=93922d654df5153d468b0f7900f96fe858fe457894ff2dd0f5dfb5c94b65475b
-
-CFLAGS="-std=c99 -I./include"
-
-do_build() {
-	make CC=$CC CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
-}
-do_install() {
-	vinstall README 644 usr/share/doc/${pkgname}
-
-	for f in fexc bootinfo fel usb-boot fel-gpio pio nand-part; do
-		vbin ${f}
-	done
-	cd ${DESTDIR}/usr/bin
-	ln -s fexc fex2bin
-	ln -s fexc bin2fex
-}
+distfiles="https://github.com/linux-sunxi/sunxi-tools/archive/refs/tags/v${version}.tar.gz"
+checksum=81f48014a520cb83cac4e17f5ae627a637c4d6a422b60c693c5a705c92e43822
+make_check=no # it's a mess

  parent reply	other threads:[~2022-03-22  6:15 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-22  6:07 [PR PATCH] " classabbyamp
2022-03-22  6:08 ` [PR REVIEW] " classabbyamp
2022-03-22  6:15 ` classabbyamp [this message]
2022-03-23  1:10 ` [PR PATCH] [Updated] " classabbyamp
2022-03-23  1:10 ` [PR REVIEW] " classabbyamp
2022-03-23  1:20 ` [PR REVIEW] sunxi-tools: update to 1.4.2, adopt classabbyamp
2022-03-28 18:18 ` [PR PATCH] [Updated] " classabbyamp
2022-04-02 21:40 ` classabbyamp
2022-04-06  7:24 ` classabbyamp
2022-04-06 15:44 ` classabbyamp
2022-04-06 17:38 ` [PR PATCH] [Merged]: " paper42

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=20220322061513.NenEovMkx7PP3vrvxcJGhP219xNRLPI8HgqNzfuBHUw@z \
    --to=classabbyamp@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).