Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: uefitool-t20190818
@ 2019-09-29 17:02 voidlinux-github
  2019-09-29 18:57 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: voidlinux-github @ 2019-09-29 17:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/qookei/void-packages master
https://github.com/void-linux/void-packages/pull/14821

New package: uefitool-t20190818


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

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

From 5fb7498db3bf3df316ba94a7c9b1cb20dbda3d23 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kacper=20S=C5=82omi=C5=84ski?=
 <kacper.slominski72@gmail.com>
Date: Sun, 29 Sep 2019 19:01:19 +0200
Subject: [PATCH] New package: uefitool-t20190818

---
 srcpkgs/uefitool/template | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 srcpkgs/uefitool/template

diff --git a/srcpkgs/uefitool/template b/srcpkgs/uefitool/template
new file mode 100644
index 00000000000..bc36028bef9
--- /dev/null
+++ b/srcpkgs/uefitool/template
@@ -0,0 +1,35 @@
+# Template file for 'uefitool'
+pkgname=uefitool
+version=t20190818
+revision=1
+wrksrc="UEFITool-${version}"
+build_wrksrc="UEFITool"
+hostmakedepends="qt5-qmake"
+makedepends="qt5-declarative-devel"
+short_desc="UEFI firmware image viewer and editor"
+maintainer="Kacper Słomiński <kacper.slominski72@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/LongSoft/UEFITool/"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=b5618f578087c68b37d6eb8cedcb5df37d4e74994243f589c8fd63d3d3e0ca7e
+
+do_configure() {
+	qmake uefitool.pro
+}
+
+do_build() {
+	make
+}
+
+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
+}

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

* Re: [PR PATCH] [Updated] New package: uefitool-t20190818
  2019-09-29 17:02 [PR PATCH] New package: uefitool-t20190818 voidlinux-github
  2019-09-29 18:57 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-29 18:57 ` voidlinux-github
  2019-09-29 19:00 ` voidlinux-github
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-09-29 18:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/qookei/void-packages master
https://github.com/void-linux/void-packages/pull/14821

New package: uefitool-t20190818


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

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

From c29dd9457387b459e81ef533905cd605f6c72f4d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kacper=20S=C5=82omi=C5=84ski?=
 <kacper.slominski72@gmail.com>
Date: Sun, 29 Sep 2019 19:01:19 +0200
Subject: [PATCH] New package: UEFITool-t20190818

---
 srcpkgs/UEFITool/template | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 srcpkgs/UEFITool/template

diff --git a/srcpkgs/UEFITool/template b/srcpkgs/UEFITool/template
new file mode 100644
index 00000000000..6a029a51a90
--- /dev/null
+++ b/srcpkgs/UEFITool/template
@@ -0,0 +1,26 @@
+# Template file for 'UEFITool'
+pkgname=UEFITool
+version=t20190818
+revision=1
+build_wrksrc="UEFITool"
+makedepends="qt5-declarative-devel"
+build_style=qmake
+short_desc="UEFI firmware image viewer and editor"
+maintainer="Kacper Słomiński <kacper.slominski72@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/LongSoft/UEFITool/"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=b5618f578087c68b37d6eb8cedcb5df37d4e74994243f589c8fd63d3d3e0ca7e
+
+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
+}

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

* Re: [PR PATCH] [Updated] New package: uefitool-t20190818
  2019-09-29 17:02 [PR PATCH] New package: uefitool-t20190818 voidlinux-github
@ 2019-09-29 18:57 ` voidlinux-github
  2019-09-29 18:57 ` voidlinux-github
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-09-29 18:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/qookei/void-packages master
https://github.com/void-linux/void-packages/pull/14821

New package: uefitool-t20190818


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

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

From c29dd9457387b459e81ef533905cd605f6c72f4d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kacper=20S=C5=82omi=C5=84ski?=
 <kacper.slominski72@gmail.com>
Date: Sun, 29 Sep 2019 19:01:19 +0200
Subject: [PATCH] New package: UEFITool-t20190818

---
 srcpkgs/UEFITool/template | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 srcpkgs/UEFITool/template

diff --git a/srcpkgs/UEFITool/template b/srcpkgs/UEFITool/template
new file mode 100644
index 00000000000..6a029a51a90
--- /dev/null
+++ b/srcpkgs/UEFITool/template
@@ -0,0 +1,26 @@
+# Template file for 'UEFITool'
+pkgname=UEFITool
+version=t20190818
+revision=1
+build_wrksrc="UEFITool"
+makedepends="qt5-declarative-devel"
+build_style=qmake
+short_desc="UEFI firmware image viewer and editor"
+maintainer="Kacper Słomiński <kacper.slominski72@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/LongSoft/UEFITool/"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=b5618f578087c68b37d6eb8cedcb5df37d4e74994243f589c8fd63d3d3e0ca7e
+
+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
+}

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

* Re: [PR PATCH] [Updated] New package: uefitool-t20190818
  2019-09-29 17:02 [PR PATCH] New package: uefitool-t20190818 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-09-29 19:00 ` voidlinux-github
@ 2019-09-29 19:00 ` voidlinux-github
  2019-09-29 20:04 ` voidlinux-github
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-09-29 19:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/qookei/void-packages master
https://github.com/void-linux/void-packages/pull/14821

New package: uefitool-t20190818


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

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

From cbfe1957f610b7e72bde76e9c99c8ce33cd50c73 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kacper=20S=C5=82omi=C5=84ski?=
 <kacper.slominski72@gmail.com>
Date: Sun, 29 Sep 2019 19:01:19 +0200
Subject: [PATCH] New package: UEFITool-t20190818

---
 srcpkgs/UEFITool/template | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 srcpkgs/UEFITool/template

diff --git a/srcpkgs/UEFITool/template b/srcpkgs/UEFITool/template
new file mode 100644
index 00000000000..cecf3483ca2
--- /dev/null
+++ b/srcpkgs/UEFITool/template
@@ -0,0 +1,26 @@
+# Template file for 'UEFITool'
+pkgname=UEFITool
+version=t20190818
+revision=1
+build_wrksrc="UEFITool"
+build_style=qmake
+makedepends="qt5-declarative-devel"
+short_desc="UEFI firmware image viewer and editor"
+maintainer="Kacper Słomiński <kacper.slominski72@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/LongSoft/UEFITool/"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=b5618f578087c68b37d6eb8cedcb5df37d4e74994243f589c8fd63d3d3e0ca7e
+
+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
+}

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

* Re: [PR PATCH] [Updated] New package: uefitool-t20190818
  2019-09-29 17:02 [PR PATCH] New package: uefitool-t20190818 voidlinux-github
  2019-09-29 18:57 ` [PR PATCH] [Updated] " voidlinux-github
  2019-09-29 18:57 ` voidlinux-github
@ 2019-09-29 19:00 ` voidlinux-github
  2019-09-29 19:00 ` voidlinux-github
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-09-29 19:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/qookei/void-packages master
https://github.com/void-linux/void-packages/pull/14821

New package: uefitool-t20190818


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

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

From cbfe1957f610b7e72bde76e9c99c8ce33cd50c73 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kacper=20S=C5=82omi=C5=84ski?=
 <kacper.slominski72@gmail.com>
Date: Sun, 29 Sep 2019 19:01:19 +0200
Subject: [PATCH] New package: UEFITool-t20190818

---
 srcpkgs/UEFITool/template | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 srcpkgs/UEFITool/template

diff --git a/srcpkgs/UEFITool/template b/srcpkgs/UEFITool/template
new file mode 100644
index 00000000000..cecf3483ca2
--- /dev/null
+++ b/srcpkgs/UEFITool/template
@@ -0,0 +1,26 @@
+# Template file for 'UEFITool'
+pkgname=UEFITool
+version=t20190818
+revision=1
+build_wrksrc="UEFITool"
+build_style=qmake
+makedepends="qt5-declarative-devel"
+short_desc="UEFI firmware image viewer and editor"
+maintainer="Kacper Słomiński <kacper.slominski72@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/LongSoft/UEFITool/"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=b5618f578087c68b37d6eb8cedcb5df37d4e74994243f589c8fd63d3d3e0ca7e
+
+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
+}

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

* Re: [PR PATCH] [Updated] New package: uefitool-t20190818
  2019-09-29 17:02 [PR PATCH] New package: uefitool-t20190818 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-09-29 19:00 ` voidlinux-github
@ 2019-09-29 20:04 ` voidlinux-github
  2019-09-29 20:04 ` voidlinux-github
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-09-29 20:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/qookei/void-packages master
https://github.com/void-linux/void-packages/pull/14821

New package: uefitool-t20190818


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

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

From 7896ae25153f64c79e95901f8c9b4417ed830aea Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kacper=20S=C5=82omi=C5=84ski?=
 <kacper.slominski72@gmail.com>
Date: Sun, 29 Sep 2019 19:01:19 +0200
Subject: [PATCH] New package: UEFITool-t20190818

---
 srcpkgs/UEFITool/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/UEFITool/template

diff --git a/srcpkgs/UEFITool/template b/srcpkgs/UEFITool/template
new file mode 100644
index 00000000000..c699d8a7e8e
--- /dev/null
+++ b/srcpkgs/UEFITool/template
@@ -0,0 +1,27 @@
+# Template file for 'UEFITool'
+pkgname=UEFITool
+version=t20190818
+revision=1
+build_wrksrc="UEFITool"
+build_style=qmake
+hostmakedepends="qt5-qmake qt5-devel"
+makedepends="qt5-declarative-devel"
+short_desc="UEFI firmware image viewer and editor"
+maintainer="Kacper Słomiński <kacper.slominski72@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/LongSoft/UEFITool/"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=b5618f578087c68b37d6eb8cedcb5df37d4e74994243f589c8fd63d3d3e0ca7e
+
+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
+}

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

* Re: [PR PATCH] [Updated] New package: uefitool-t20190818
  2019-09-29 17:02 [PR PATCH] New package: uefitool-t20190818 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-09-29 20:04 ` voidlinux-github
@ 2019-09-29 20:04 ` voidlinux-github
  2019-10-04 23:33 ` voidlinux-github
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-09-29 20:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/qookei/void-packages master
https://github.com/void-linux/void-packages/pull/14821

New package: uefitool-t20190818


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

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

From 7896ae25153f64c79e95901f8c9b4417ed830aea Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kacper=20S=C5=82omi=C5=84ski?=
 <kacper.slominski72@gmail.com>
Date: Sun, 29 Sep 2019 19:01:19 +0200
Subject: [PATCH] New package: UEFITool-t20190818

---
 srcpkgs/UEFITool/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/UEFITool/template

diff --git a/srcpkgs/UEFITool/template b/srcpkgs/UEFITool/template
new file mode 100644
index 00000000000..c699d8a7e8e
--- /dev/null
+++ b/srcpkgs/UEFITool/template
@@ -0,0 +1,27 @@
+# Template file for 'UEFITool'
+pkgname=UEFITool
+version=t20190818
+revision=1
+build_wrksrc="UEFITool"
+build_style=qmake
+hostmakedepends="qt5-qmake qt5-devel"
+makedepends="qt5-declarative-devel"
+short_desc="UEFI firmware image viewer and editor"
+maintainer="Kacper Słomiński <kacper.slominski72@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/LongSoft/UEFITool/"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=b5618f578087c68b37d6eb8cedcb5df37d4e74994243f589c8fd63d3d3e0ca7e
+
+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
+}

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

* Re: [PR PATCH] [Updated] New package: uefitool-t20190818
  2019-09-29 17:02 [PR PATCH] New package: uefitool-t20190818 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-09-29 20:04 ` voidlinux-github
@ 2019-10-04 23:33 ` voidlinux-github
  2019-10-04 23:33 ` voidlinux-github
  2019-10-04 23:42 ` [PR PATCH] [Closed]: New package: UEFITool-A55 voidlinux-github
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-10-04 23:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/qookei/void-packages master
https://github.com/void-linux/void-packages/pull/14821

New package: uefitool-t20190818


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

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

From f49366374e960e7f58ce8d4f2c18927f2ed225ab Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kacper=20S=C5=82omi=C5=84ski?=
 <kacper.slominski72@gmail.com>
Date: Sun, 29 Sep 2019 19:01:19 +0200
Subject: [PATCH] New package: UEFITool-A55

---
 srcpkgs/UEFITool/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/UEFITool/template

diff --git a/srcpkgs/UEFITool/template b/srcpkgs/UEFITool/template
new file mode 100644
index 00000000000..6d9602fd636
--- /dev/null
+++ b/srcpkgs/UEFITool/template
@@ -0,0 +1,27 @@
+# Template file for 'UEFITool'
+pkgname=UEFITool
+version=A55
+revision=1
+build_wrksrc="UEFITool"
+build_style=qmake
+hostmakedepends="qt5-qmake qt5-devel"
+makedepends="qt5-declarative-devel"
+short_desc="UEFI firmware image viewer and editor"
+maintainer="Kacper Słomiński <kacper.slominski72@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/LongSoft/UEFITool/"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=2b8f7643585aee80497789430b18196e8480c0d0af8632dec8bc06492fbc16d9
+
+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
+}

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

* Re: [PR PATCH] [Updated] New package: uefitool-t20190818
  2019-09-29 17:02 [PR PATCH] New package: uefitool-t20190818 voidlinux-github
                   ` (6 preceding siblings ...)
  2019-10-04 23:33 ` voidlinux-github
@ 2019-10-04 23:33 ` voidlinux-github
  2019-10-04 23:42 ` [PR PATCH] [Closed]: New package: UEFITool-A55 voidlinux-github
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-10-04 23:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/qookei/void-packages master
https://github.com/void-linux/void-packages/pull/14821

New package: uefitool-t20190818


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

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

From f49366374e960e7f58ce8d4f2c18927f2ed225ab Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kacper=20S=C5=82omi=C5=84ski?=
 <kacper.slominski72@gmail.com>
Date: Sun, 29 Sep 2019 19:01:19 +0200
Subject: [PATCH] New package: UEFITool-A55

---
 srcpkgs/UEFITool/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/UEFITool/template

diff --git a/srcpkgs/UEFITool/template b/srcpkgs/UEFITool/template
new file mode 100644
index 00000000000..6d9602fd636
--- /dev/null
+++ b/srcpkgs/UEFITool/template
@@ -0,0 +1,27 @@
+# Template file for 'UEFITool'
+pkgname=UEFITool
+version=A55
+revision=1
+build_wrksrc="UEFITool"
+build_style=qmake
+hostmakedepends="qt5-qmake qt5-devel"
+makedepends="qt5-declarative-devel"
+short_desc="UEFI firmware image viewer and editor"
+maintainer="Kacper Słomiński <kacper.slominski72@gmail.com>"
+license="BSD-2-Clause"
+homepage="https://github.com/LongSoft/UEFITool/"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=2b8f7643585aee80497789430b18196e8480c0d0af8632dec8bc06492fbc16d9
+
+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
+}

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

* Re: [PR PATCH] [Closed]: New package: UEFITool-A55
  2019-09-29 17:02 [PR PATCH] New package: uefitool-t20190818 voidlinux-github
                   ` (7 preceding siblings ...)
  2019-10-04 23:33 ` voidlinux-github
@ 2019-10-04 23:42 ` voidlinux-github
  8 siblings, 0 replies; 10+ messages in thread
From: voidlinux-github @ 2019-10-04 23:42 UTC (permalink / raw)
  To: ml

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

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

New package: UEFITool-A55
https://github.com/void-linux/void-packages/pull/14821

Description:


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

end of thread, other threads:[~2019-10-04 23:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-29 17:02 [PR PATCH] New package: uefitool-t20190818 voidlinux-github
2019-09-29 18:57 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-29 18:57 ` voidlinux-github
2019-09-29 19:00 ` voidlinux-github
2019-09-29 19:00 ` voidlinux-github
2019-09-29 20:04 ` voidlinux-github
2019-09-29 20:04 ` voidlinux-github
2019-10-04 23:33 ` voidlinux-github
2019-10-04 23:33 ` voidlinux-github
2019-10-04 23:42 ` [PR PATCH] [Closed]: New package: UEFITool-A55 voidlinux-github

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