Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: usbimager-1.0.10
@ 2023-12-20 17:40 filiprojek
  2023-12-20 17:44 ` [PR PATCH] [Updated] " filiprojek
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: filiprojek @ 2023-12-20 17:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/filiprojek/void-packages usbimager
https://github.com/void-linux/void-packages/pull/47851

New package: usbimager-1.0.10
Closes: #42758

#### 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**

#### 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/47851.patch is attached

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

From 938f14b3cf9d543fec4665457cbe3145dadbcf12 Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Thu, 15 Jun 2023 18:43:33 +0200
Subject: [PATCH] New package: usbimager-1.0.10

Closes: #42758
---
 srcpkgs/usbimager/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/usbimager/template

diff --git a/srcpkgs/usbimager/template b/srcpkgs/usbimager/template
new file mode 100644
index 0000000000000..8fd59f1d4f05d
--- /dev/null
+++ b/srcpkgs/usbimager/template
@@ -0,0 +1,23 @@
+# Template file for 'usbimager'
+pkgname=usbimager
+version=1.0.10
+revision=1
+build_style=gnu-makefile
+hostmakedepends="libX11-devel"
+short_desc="Minimal GUI application (GTK) for writing ISO images to USB drives"
+maintainer="Filip Rojek <filip@filiprojek.cz>"
+license="MIT"
+homepage="https://gitlab.com/bztsrc/usbimager"
+changelog="https://gitlab.com/bztsrc/usbimager/-/releases"
+distfiles="https://gitlab.com/bztsrc/usbimager/-/archive/${version}/usbimager-${version}.tar.gz"
+checksum=582a4121bec523c5f737d4c91a5a96357243c146330d7785ab54aa3730fba4ff
+
+do_build() {
+	cd src/
+	make
+}
+
+do_install() {
+	cd src/
+	make DESTDIR=${DESTDIR} install
+}

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

end of thread, other threads:[~2024-04-08  1:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-20 17:40 [PR PATCH] New package: usbimager-1.0.10 filiprojek
2023-12-20 17:44 ` [PR PATCH] [Updated] " filiprojek
2023-12-24 18:53 ` [PR REVIEW] " Luciogi
2023-12-24 18:59 ` Luciogi
2023-12-25 17:58 ` [PR PATCH] [Updated] " filiprojek
2023-12-25 18:02 ` [PR REVIEW] " filiprojek
2023-12-25 18:25 ` filiprojek
2024-03-25  1:45 ` github-actions
2024-04-08  1:45 ` [PR PATCH] [Closed]: " github-actions

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