Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: tqsl-2.6.5
@ 2022-12-24  5:08 classabbyamp
  2022-12-24  5:13 ` classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: classabbyamp @ 2022-12-24  5:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages new/tqsl
https://github.com/void-linux/void-packages/pull/41262

New package: tqsl-2.6.5
#### 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**

The licence, while custom, is very similar to BSD/Apache and does not appear to be nonfree or non-redistributable.


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

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

From 06040bc39d05dfb3225c340fe63c5cc8182985e9 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Sat, 24 Dec 2022 00:07:03 -0500
Subject: [PATCH] New package: tqsl-2.6.5

---
 srcpkgs/tqsl/patches/icon.patch |  8 ++++++++
 srcpkgs/tqsl/template           | 20 ++++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 100644 srcpkgs/tqsl/patches/icon.patch
 create mode 100644 srcpkgs/tqsl/template

diff --git a/srcpkgs/tqsl/patches/icon.patch b/srcpkgs/tqsl/patches/icon.patch
new file mode 100644
index 000000000000..6b1da11b496f
--- /dev/null
+++ b/srcpkgs/tqsl/patches/icon.patch
@@ -0,0 +1,8 @@
+--- a/apps/tqsl.desktop
++++ b/apps/tqsl.desktop
+@@ -7,4 +7,4 @@
+ Terminal=false
+ Type=Application
+ Categories=Application;HamRadio;Utility;
+-Icon=TrustedQSL.png
++Icon=TrustedQSL
diff --git a/srcpkgs/tqsl/template b/srcpkgs/tqsl/template
new file mode 100644
index 000000000000..5a20a2b66899
--- /dev/null
+++ b/srcpkgs/tqsl/template
@@ -0,0 +1,20 @@
+# Template file for 'tqsl'
+pkgname=tqsl
+version=2.6.5
+revision=1
+build_style=cmake
+configure_args="-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3"
+hostmakedepends="wxWidgets-gtk3-devel"
+makedepends="openssl-devel lmdb-devel expat-devel zlib-devel libcurl-devel
+ wxWidgets-gtk3-devel"
+short_desc="QSO log signing data for the ARRL Logbook of The World (LoTW)"
+maintainer="classabbyamp <void@placeviolette.net>"
+license="custom:ARRL"
+homepage="https://www.arrl.org/tqsl-download"
+distfiles="https://www.arrl.org/tqsl/tqsl-${version}.tar.gz"
+checksum=5063cca759806ab1d6b8b6d9bb6c16a6380275ff192a3d0cc24aa9df6539ffcc
+
+post_install() {
+	vlicense LICENSE.txt
+	vinstall apps/tqsl.desktop 644 usr/share/applications
+}

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

* Re: New package: tqsl-2.6.5
  2022-12-24  5:08 [PR PATCH] New package: tqsl-2.6.5 classabbyamp
@ 2022-12-24  5:13 ` classabbyamp
  2023-01-11 20:32 ` [PR PATCH] [Updated] " classabbyamp
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-12-24  5:13 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41262#issuecomment-1364463702

Comment:
not sure what's up with the `armv*` build failures, couldn't figure out any issues at a glance

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

* Re: [PR PATCH] [Updated] New package: tqsl-2.6.5
  2022-12-24  5:08 [PR PATCH] New package: tqsl-2.6.5 classabbyamp
  2022-12-24  5:13 ` classabbyamp
@ 2023-01-11 20:32 ` classabbyamp
  2023-01-11 20:38 ` classabbyamp
  2023-01-11 20:51 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-01-11 20:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages new/tqsl
https://github.com/void-linux/void-packages/pull/41262

New package: tqsl-2.6.5
#### 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**

The licence, while custom, is very similar to BSD/Apache and does not appear to be nonfree or non-redistributable.


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

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

From 0e9c95613d796b1ba184d258837e36e2329cefdb Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Sat, 24 Dec 2022 00:07:03 -0500
Subject: [PATCH] New package: tqsl-2.6.5

---
 srcpkgs/tqsl/patches/icon.patch |  8 ++++++++
 srcpkgs/tqsl/template           | 20 ++++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 100644 srcpkgs/tqsl/patches/icon.patch
 create mode 100644 srcpkgs/tqsl/template

diff --git a/srcpkgs/tqsl/patches/icon.patch b/srcpkgs/tqsl/patches/icon.patch
new file mode 100644
index 000000000000..6b1da11b496f
--- /dev/null
+++ b/srcpkgs/tqsl/patches/icon.patch
@@ -0,0 +1,8 @@
+--- a/apps/tqsl.desktop
++++ b/apps/tqsl.desktop
+@@ -7,4 +7,4 @@
+ Terminal=false
+ Type=Application
+ Categories=Application;HamRadio;Utility;
+-Icon=TrustedQSL.png
++Icon=TrustedQSL
diff --git a/srcpkgs/tqsl/template b/srcpkgs/tqsl/template
new file mode 100644
index 000000000000..59df419dfa0f
--- /dev/null
+++ b/srcpkgs/tqsl/template
@@ -0,0 +1,20 @@
+# Template file for 'tqsl'
+pkgname=tqsl
+version=2.6.5
+revision=1
+build_style=cmake
+build_helper=qemu
+configure_args="-DwxWidgets_CONFIG_EXECUTABLE=$XBPS_CROSS_BASE/usr/bin/wx-config-gtk3"
+makedepends="openssl-devel lmdb-devel expat-devel zlib-devel libcurl-devel
+ wxWidgets-gtk3-devel"
+short_desc="QSO log signing data for the ARRL Logbook of The World (LoTW)"
+maintainer="classabbyamp <void@placeviolette.net>"
+license="custom:ARRL"
+homepage="https://www.arrl.org/tqsl-download"
+distfiles="https://www.arrl.org/tqsl/tqsl-${version}.tar.gz"
+checksum=5063cca759806ab1d6b8b6d9bb6c16a6380275ff192a3d0cc24aa9df6539ffcc
+
+post_install() {
+	vlicense LICENSE.txt
+	vinstall apps/tqsl.desktop 644 usr/share/applications
+}

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

* Re: [PR PATCH] [Updated] New package: tqsl-2.6.5
  2022-12-24  5:08 [PR PATCH] New package: tqsl-2.6.5 classabbyamp
  2022-12-24  5:13 ` classabbyamp
  2023-01-11 20:32 ` [PR PATCH] [Updated] " classabbyamp
@ 2023-01-11 20:38 ` classabbyamp
  2023-01-11 20:51 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-01-11 20:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages new/tqsl
https://github.com/void-linux/void-packages/pull/41262

New package: tqsl-2.6.5
#### 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**

The licence, while custom, is very similar to BSD/Apache and does not appear to be nonfree or non-redistributable.


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

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

From 62a83a91448578154c87bb667116fc10cef9038a Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Sat, 24 Dec 2022 00:07:03 -0500
Subject: [PATCH] New package: tqsl-2.6.5

---
 srcpkgs/tqsl/patches/icon.patch |  8 ++++++++
 srcpkgs/tqsl/template           | 20 ++++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 100644 srcpkgs/tqsl/patches/icon.patch
 create mode 100644 srcpkgs/tqsl/template

diff --git a/srcpkgs/tqsl/patches/icon.patch b/srcpkgs/tqsl/patches/icon.patch
new file mode 100644
index 000000000000..6b1da11b496f
--- /dev/null
+++ b/srcpkgs/tqsl/patches/icon.patch
@@ -0,0 +1,8 @@
+--- a/apps/tqsl.desktop
++++ b/apps/tqsl.desktop
+@@ -7,4 +7,4 @@
+ Terminal=false
+ Type=Application
+ Categories=Application;HamRadio;Utility;
+-Icon=TrustedQSL.png
++Icon=TrustedQSL
diff --git a/srcpkgs/tqsl/template b/srcpkgs/tqsl/template
new file mode 100644
index 000000000000..e2f01ee910e8
--- /dev/null
+++ b/srcpkgs/tqsl/template
@@ -0,0 +1,20 @@
+# Template file for 'tqsl'
+pkgname=tqsl
+version=2.6.5
+revision=1
+build_style=cmake
+build_helper=cmake-wxWidgets-gtk3
+hostmakedepends="wxWidgets-gtk3-devel"
+makedepends="openssl-devel lmdb-devel expat-devel zlib-devel libcurl-devel
+ wxWidgets-gtk3-devel"
+short_desc="QSO log signing data for the ARRL Logbook of The World (LoTW)"
+maintainer="classabbyamp <void@placeviolette.net>"
+license="custom:ARRL"
+homepage="https://www.arrl.org/tqsl-download"
+distfiles="https://www.arrl.org/tqsl/tqsl-${version}.tar.gz"
+checksum=5063cca759806ab1d6b8b6d9bb6c16a6380275ff192a3d0cc24aa9df6539ffcc
+
+post_install() {
+	vlicense LICENSE.txt
+	vinstall apps/tqsl.desktop 644 usr/share/applications
+}

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

* Re: [PR PATCH] [Merged]: New package: tqsl-2.6.5
  2022-12-24  5:08 [PR PATCH] New package: tqsl-2.6.5 classabbyamp
                   ` (2 preceding siblings ...)
  2023-01-11 20:38 ` classabbyamp
@ 2023-01-11 20:51 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-01-11 20:51 UTC (permalink / raw)
  To: ml

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

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

New package: tqsl-2.6.5
https://github.com/void-linux/void-packages/pull/41262

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

The licence, while custom, is very similar to BSD/Apache and does not appear to be nonfree or non-redistributable.


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

end of thread, other threads:[~2023-01-11 20:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-24  5:08 [PR PATCH] New package: tqsl-2.6.5 classabbyamp
2022-12-24  5:13 ` classabbyamp
2023-01-11 20:32 ` [PR PATCH] [Updated] " classabbyamp
2023-01-11 20:38 ` classabbyamp
2023-01-11 20:51 ` [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).