Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] UEFITool: update to A68, adopt.
@ 2024-04-09  5:21 0x5c
  2024-04-09  6:24 ` [PR PATCH] [Updated] " 0x5c
  2024-04-13 19:39 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: 0x5c @ 2024-04-09  5:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/0x5c/void-packages update/uefitool
https://github.com/void-linux/void-packages/pull/49762

UEFITool: update to A68, adopt.
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/49762.patch is attached

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

From bc05b31cbe266793d29cbe785e760b29e96bf705 Mon Sep 17 00:00:00 2001
From: 0x5c <dev@0x5c.io>
Date: Tue, 9 Apr 2024 01:12:58 -0400
Subject: [PATCH] UEFITool: update to A68, adopt.

---
 srcpkgs/UEFITool/template | 27 ++++++++-------------------
 1 file changed, 8 insertions(+), 19 deletions(-)

diff --git a/srcpkgs/UEFITool/template b/srcpkgs/UEFITool/template
index 5ce8215f0ccdff..9ebed934b894cf 100644
--- a/srcpkgs/UEFITool/template
+++ b/srcpkgs/UEFITool/template
@@ -1,27 +1,16 @@
 # Template file for 'UEFITool'
 pkgname=UEFITool
-version=A56
+version=A68
 revision=1
-build_wrksrc="UEFITool"
-build_style=qmake
-hostmakedepends="qt5-qmake qt5-host-tools"
-makedepends="qt5-declarative-devel"
+build_style=cmake
+makedepends="qt6-declarative-devel"
 short_desc="UEFI firmware image viewer and editor"
-maintainer="Kacper Słomiński <kacper.slominski72@gmail.com>"
+maintainer="0x5c <dev@0x5c.io>"
 license="BSD-2-Clause"
 homepage="https://github.com/LongSoft/UEFITool/"
-distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=b9047c1667ac3e62936debc387f5b88cf90185556e3451d82cbe38d08beeaabd
+distfiles="https://github.com/LongSoft/UEFITool/archive/${version}.tar.gz"
+checksum=aa4bc52105ab83e5b094de9b54b31d52a30ae1c0f3f1ce7930088fc412efe900
 
-do_install() {
-	vbin UEFITool uefitool
-	vmkdir usr/share/applications
-	vinstall uefitool.desktop 644 usr/share/applications
-	local size
-	for size in 16 32 48 64 128 256 512; do
-		vinstall icons/uefitool_${size}x${size}.png \
-			644 usr/share/icons/hicolor${size}x${size}/apps uefitool.png
-	done
-	vinstall icons/uefitool_128x128.png 644 usr/share/pixmaps uefitool.png
-	vlicense ../LICENSE.md
+post_install() {
+	vlicense LICENSE.md
 }

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

* Re: [PR PATCH] [Updated] UEFITool: update to A68, adopt.
  2024-04-09  5:21 [PR PATCH] UEFITool: update to A68, adopt 0x5c
@ 2024-04-09  6:24 ` 0x5c
  2024-04-13 19:39 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: 0x5c @ 2024-04-09  6:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/0x5c/void-packages update/uefitool
https://github.com/void-linux/void-packages/pull/49762

UEFITool: update to A68, adopt.
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/49762.patch is attached

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

From 5cff9fafb6c67f9de83c0815b8f37c30d3d838d6 Mon Sep 17 00:00:00 2001
From: 0x5c <dev@0x5c.io>
Date: Tue, 9 Apr 2024 01:12:58 -0400
Subject: [PATCH] UEFITool: update to A68, adopt.

---
 srcpkgs/UEFITool/patches/musl_defs.patch | 21 ++++++++++++++++++
 srcpkgs/UEFITool/template                | 28 ++++++++----------------
 2 files changed, 30 insertions(+), 19 deletions(-)
 create mode 100644 srcpkgs/UEFITool/patches/musl_defs.patch

diff --git a/srcpkgs/UEFITool/patches/musl_defs.patch b/srcpkgs/UEFITool/patches/musl_defs.patch
new file mode 100644
index 00000000000000..7c4a0d0d0eda96
--- /dev/null
+++ b/srcpkgs/UEFITool/patches/musl_defs.patch
@@ -0,0 +1,21 @@
+diff --git a/common/filesystem.cpp b/common/filesystem.cpp
+index b2b8d65b4..5287a0c83 100644
+--- a/common/filesystem.cpp
++++ b/common/filesystem.cpp
+@@ -75,6 +75,9 @@ UString getAbsPath(const UString & path)
+ #else
+ #include <unistd.h>
+ #include <stdlib.h>
++#if !defined(ACCESSPERMS)
++#define ACCESSPERMS (S_IRWXU|S_IRWXG|S_IRWXO)
++#endif
+ bool isExistOnFs(const UString & path) 
+ {
+     struct stat buf;
+@@ -103,4 +106,4 @@ UString getAbsPath(const UString & path) {
+         return UString(abs);
+     return path;
+ }
+-#endif
+\ No newline at end of file
++#endif
diff --git a/srcpkgs/UEFITool/template b/srcpkgs/UEFITool/template
index 5ce8215f0ccdff..4af132756b6aaf 100644
--- a/srcpkgs/UEFITool/template
+++ b/srcpkgs/UEFITool/template
@@ -1,27 +1,17 @@
 # Template file for 'UEFITool'
 pkgname=UEFITool
-version=A56
+version=A68
 revision=1
-build_wrksrc="UEFITool"
-build_style=qmake
-hostmakedepends="qt5-qmake qt5-host-tools"
-makedepends="qt5-declarative-devel"
+build_style=cmake
+hostmakedepends="qt6-base qt6-tools"
+makedepends="qt6-declarative-devel"
 short_desc="UEFI firmware image viewer and editor"
-maintainer="Kacper Słomiński <kacper.slominski72@gmail.com>"
+maintainer="0x5c <dev@0x5c.io>"
 license="BSD-2-Clause"
 homepage="https://github.com/LongSoft/UEFITool/"
-distfiles="${homepage}/archive/${version}.tar.gz"
-checksum=b9047c1667ac3e62936debc387f5b88cf90185556e3451d82cbe38d08beeaabd
+distfiles="https://github.com/LongSoft/UEFITool/archive/${version}.tar.gz"
+checksum=aa4bc52105ab83e5b094de9b54b31d52a30ae1c0f3f1ce7930088fc412efe900
 
-do_install() {
-	vbin UEFITool uefitool
-	vmkdir usr/share/applications
-	vinstall uefitool.desktop 644 usr/share/applications
-	local size
-	for size in 16 32 48 64 128 256 512; do
-		vinstall icons/uefitool_${size}x${size}.png \
-			644 usr/share/icons/hicolor${size}x${size}/apps uefitool.png
-	done
-	vinstall icons/uefitool_128x128.png 644 usr/share/pixmaps uefitool.png
-	vlicense ../LICENSE.md
+post_install() {
+	vlicense LICENSE.md
 }

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

* Re: [PR PATCH] [Merged]: UEFITool: update to A68, adopt.
  2024-04-09  5:21 [PR PATCH] UEFITool: update to A68, adopt 0x5c
  2024-04-09  6:24 ` [PR PATCH] [Updated] " 0x5c
@ 2024-04-13 19:39 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2024-04-13 19:39 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

UEFITool: update to A68, adopt.
https://github.com/void-linux/void-packages/pull/49762

Description:
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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
-->


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

end of thread, other threads:[~2024-04-13 19:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-09  5:21 [PR PATCH] UEFITool: update to A68, adopt 0x5c
2024-04-09  6:24 ` [PR PATCH] [Updated] " 0x5c
2024-04-13 19:39 ` [PR PATCH] [Merged]: " classabbyamp

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