Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: mkbootimg-2021.04.27
@ 2021-07-28 10:50 JamiKettunen
  2021-07-28 10:52 ` JamiKettunen
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: JamiKettunen @ 2021-07-28 10:50 UTC (permalink / raw)
  To: ml

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

There is a new pull request by JamiKettunen against master on the void-packages repository

https://github.com/JamiKettunen/void-packages mkbootimg-osm0sis
https://github.com/void-linux/void-packages/pull/32226

New package: mkbootimg-2021.04.27
`abootimg` simply doesn't cut it anymore for newer Android devices which have an [updated boot.img header format](https://source.android.com/devices/bootloader/boot-image-header) with additional required configuration.

<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/32226.patch is attached

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

From 76112e2f9a5c913d0ea1933d54bb7ef0737506b1 Mon Sep 17 00:00:00 2001
From: Jami Kettunen <jami.kettunen@protonmail.com>
Date: Wed, 28 Jul 2021 13:46:01 +0300
Subject: [PATCH] New package: mkbootimg-2021.04.27

abootimg simply doesn't cut it anymore for newer Android devices which
have an updated boot.img header format with additional required
configuration.
---
 srcpkgs/mkbootimg/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/mkbootimg/template

diff --git a/srcpkgs/mkbootimg/template b/srcpkgs/mkbootimg/template
new file mode 100644
index 000000000000..114eca254fde
--- /dev/null
+++ b/srcpkgs/mkbootimg/template
@@ -0,0 +1,21 @@
+# Template file for 'mkbootimg'
+pkgname=mkbootimg
+version=2021.04.27
+revision=1
+build_style=meta
+short_desc="Android mkbootimg + unpackbootimg, updated osm0sis fork"
+maintainer="Jami Kettunen <jami.kettunen@protonmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/osm0sis/mkbootimg"
+distfiles="${homepage}/archive/refs/tags/${version}.tar.gz"
+checksum="a77a2c1a12804ea02cb808c08d80901ff7439d6184fbaa15726fcac4e167303d"
+
+do_build() {
+	make CC="$CC" AR="$AR rc"
+}
+
+do_install() {
+	vbin mkbootimg
+	vbin unpackbootimg
+	vlicense NOTICE
+}

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-08-10  9:34 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-28 10:50 [PR PATCH] New package: mkbootimg-2021.04.27 JamiKettunen
2021-07-28 10:52 ` JamiKettunen
2021-07-28 12:10 ` [PR REVIEW] " ericonr
2021-07-28 12:10 ` ericonr
2021-07-28 12:42 ` JamiKettunen
2021-07-28 12:47 ` JamiKettunen
2021-07-28 12:51 ` [PR PATCH] [Updated] " JamiKettunen
2021-07-28 12:56 ` [PR REVIEW] " JamiKettunen
2021-07-28 12:58 ` JamiKettunen
2021-08-10  9:34 ` JamiKettunen
2021-08-10  9:34 ` [PR PATCH] [Closed]: " JamiKettunen

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).