Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: gurk-0.2.4
@ 2022-07-31 21:20 sprocklem
  2022-07-31 21:28 ` [PR REVIEW] " classabbyamp
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: sprocklem @ 2022-07-31 21:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sprocklem/void-packages gurk
https://github.com/void-linux/void-packages/pull/38398

New package: gurk-0.2.4
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l

(Requested in issue #28974)

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

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

From 9381a954a73bbbd838652797080c791b8cde7a47 Mon Sep 17 00:00:00 2001
From: Maeve Sproule <sprocklem@gmail.com>
Date: Sun, 31 Jul 2022 15:04:58 -0600
Subject: [PATCH] New package: gurk-0.2.4

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

diff --git a/srcpkgs/gurk/template b/srcpkgs/gurk/template
new file mode 100644
index 000000000000..6f523c886976
--- /dev/null
+++ b/srcpkgs/gurk/template
@@ -0,0 +1,16 @@
+# Template file for 'gurk'
+pkgname=gurk
+version=0.2.4
+revision=1
+wrksrc="gurk-rs-${version}"
+build_style=cargo
+short_desc="Signal Messenger client for terminal"
+maintainer="Maeve Sproule <sprocklem@gmail.com>"
+license="AGPL-3.0-only"
+homepage="https://github.com/boxdot/gurk-rs"
+distfiles="https://github.com/boxdot/gurk-rs/archive/refs/tags/v${version}.tar.gz"
+checksum=fca42ea73a37514b17d7471cefe71233994dfa2d44da487358b3130dcd4780ca
+
+post_install() {
+	vlicense LICENSE-AGPL-3.0
+}

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

* Re: [PR REVIEW] New package: gurk-0.2.4
  2022-07-31 21:20 [PR PATCH] New package: gurk-0.2.4 sprocklem
@ 2022-07-31 21:28 ` classabbyamp
  2022-07-31 21:46 ` [PR PATCH] [Updated] " sprocklem
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2022-07-31 21:28 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38398#discussion_r934041618

Comment:
```suggestion
homepage="https://github.com/boxdot/gurk-rs"
changelog="https://github.com/boxdot/gurk-rs/blame/master/CHANGELOG.md"
```

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

* Re: [PR PATCH] [Updated] New package: gurk-0.2.4
  2022-07-31 21:20 [PR PATCH] New package: gurk-0.2.4 sprocklem
  2022-07-31 21:28 ` [PR REVIEW] " classabbyamp
@ 2022-07-31 21:46 ` sprocklem
  2022-07-31 21:53 ` sprocklem
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sprocklem @ 2022-07-31 21:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sprocklem/void-packages gurk
https://github.com/void-linux/void-packages/pull/38398

New package: gurk-0.2.4
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l

(Requested in issue #28974)

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

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

From 49cde6f0e2d456da33de4b3937304aeee3625335 Mon Sep 17 00:00:00 2001
From: Maeve Sproule <sprocklem@gmail.com>
Date: Sun, 31 Jul 2022 15:04:58 -0600
Subject: [PATCH] New package: gurk-0.2.4

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

diff --git a/srcpkgs/gurk/template b/srcpkgs/gurk/template
new file mode 100644
index 000000000000..131d412e4662
--- /dev/null
+++ b/srcpkgs/gurk/template
@@ -0,0 +1,17 @@
+# Template file for 'gurk'
+pkgname=gurk
+version=0.2.4
+revision=1
+wrksrc="gurk-rs-${version}"
+build_style=cargo
+short_desc="Signal Messenger client for terminal"
+maintainer="Maeve Sproule <sprocklem@gmail.com>"
+license="AGPL-3.0-only"
+homepage="https://github.com/boxdot/gurk-rs"
+changelog="https://github.com/boxdot/gurk-rs/blame/master/CHANGELOG.md"
+distfiles="https://github.com/boxdot/gurk-rs/archive/refs/tags/v${version}.tar.gz"
+checksum=fca42ea73a37514b17d7471cefe71233994dfa2d44da487358b3130dcd4780ca
+
+post_install() {
+	vlicense LICENSE-AGPL-3.0
+}

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

* Re: [PR PATCH] [Updated] New package: gurk-0.2.4
  2022-07-31 21:20 [PR PATCH] New package: gurk-0.2.4 sprocklem
  2022-07-31 21:28 ` [PR REVIEW] " classabbyamp
  2022-07-31 21:46 ` [PR PATCH] [Updated] " sprocklem
@ 2022-07-31 21:53 ` sprocklem
  2022-07-31 22:05 ` [PR REVIEW] " classabbyamp
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sprocklem @ 2022-07-31 21:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sprocklem/void-packages gurk
https://github.com/void-linux/void-packages/pull/38398

New package: gurk-0.2.4
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l

(Requested in issue #28974)

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

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

From 877f04928bd96cb42282e3a252f1ae393aa19fbf Mon Sep 17 00:00:00 2001
From: Maeve Sproule <sprocklem@gmail.com>
Date: Sun, 31 Jul 2022 15:04:58 -0600
Subject: [PATCH] New package: gurk-0.2.4

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

diff --git a/srcpkgs/gurk/template b/srcpkgs/gurk/template
new file mode 100644
index 000000000000..67ed3bcf6d02
--- /dev/null
+++ b/srcpkgs/gurk/template
@@ -0,0 +1,17 @@
+# Template file for 'gurk'
+pkgname=gurk
+version=0.2.4
+revision=1
+wrksrc="gurk-rs-${version}"
+build_style=cargo
+short_desc="Signal Messenger client for terminal"
+maintainer="Maeve Sproule <sprocklem@gmail.com>"
+license="AGPL-3.0-only"
+homepage="https://github.com/boxdot/gurk-rs"
+changelog="https://raw.githubusercontent.com/boxdot/gurk-rs/master/CHANGELOG.md"
+distfiles="https://github.com/boxdot/gurk-rs/archive/refs/tags/v${version}.tar.gz"
+checksum=fca42ea73a37514b17d7471cefe71233994dfa2d44da487358b3130dcd4780ca
+
+post_install() {
+	vlicense LICENSE-AGPL-3.0
+}

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

* Re: [PR REVIEW] New package: gurk-0.2.4
  2022-07-31 21:20 [PR PATCH] New package: gurk-0.2.4 sprocklem
                   ` (2 preceding siblings ...)
  2022-07-31 21:53 ` sprocklem
@ 2022-07-31 22:05 ` classabbyamp
  2022-07-31 22:47 ` [PR PATCH] [Updated] " sprocklem
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2022-07-31 22:05 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38398#discussion_r934045515

Comment:
whoops I got the wrong url there, nice catch

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

* Re: [PR PATCH] [Updated] New package: gurk-0.2.4
  2022-07-31 21:20 [PR PATCH] New package: gurk-0.2.4 sprocklem
                   ` (3 preceding siblings ...)
  2022-07-31 22:05 ` [PR REVIEW] " classabbyamp
@ 2022-07-31 22:47 ` sprocklem
  2022-08-01 11:47 ` sprocklem
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sprocklem @ 2022-07-31 22:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sprocklem/void-packages gurk
https://github.com/void-linux/void-packages/pull/38398

New package: gurk-0.2.4
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l

(Requested in issue #28974)

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

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

From ccb8468278157ac26bdec27f20c3c13c671d91fa Mon Sep 17 00:00:00 2001
From: Maeve Sproule <sprocklem@gmail.com>
Date: Sun, 31 Jul 2022 15:04:58 -0600
Subject: [PATCH] New package: gurk-0.2.4

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

diff --git a/srcpkgs/gurk/template b/srcpkgs/gurk/template
new file mode 100644
index 000000000000..ac4e70f1c21a
--- /dev/null
+++ b/srcpkgs/gurk/template
@@ -0,0 +1,18 @@
+# Template file for 'gurk'
+pkgname=gurk
+version=0.2.4
+revision=1
+wrksrc="gurk-rs-${version}"
+build_style=cargo
+hostmakedepends="protobuf"
+short_desc="Signal Messenger client for terminal"
+maintainer="Maeve Sproule <sprocklem@gmail.com>"
+license="AGPL-3.0-only"
+homepage="https://github.com/boxdot/gurk-rs"
+changelog="https://raw.githubusercontent.com/boxdot/gurk-rs/master/CHANGELOG.md"
+distfiles="https://github.com/boxdot/gurk-rs/archive/refs/tags/v${version}.tar.gz"
+checksum=fca42ea73a37514b17d7471cefe71233994dfa2d44da487358b3130dcd4780ca
+
+post_install() {
+	vlicense LICENSE-AGPL-3.0
+}

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

* Re: [PR PATCH] [Updated] New package: gurk-0.2.4
  2022-07-31 21:20 [PR PATCH] New package: gurk-0.2.4 sprocklem
                   ` (4 preceding siblings ...)
  2022-07-31 22:47 ` [PR PATCH] [Updated] " sprocklem
@ 2022-08-01 11:47 ` sprocklem
  2022-08-04  3:02 ` sprocklem
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sprocklem @ 2022-08-01 11:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sprocklem/void-packages gurk
https://github.com/void-linux/void-packages/pull/38398

New package: gurk-0.2.4
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l

(Requested in issue #28974)

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

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

From ddaf72164b95b46aa575cf37f14620f40a4250dd Mon Sep 17 00:00:00 2001
From: Maeve Sproule <sprocklem@gmail.com>
Date: Sun, 31 Jul 2022 15:04:58 -0600
Subject: [PATCH] New package: gurk-0.2.4

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

diff --git a/srcpkgs/gurk/template b/srcpkgs/gurk/template
new file mode 100644
index 000000000000..1fa113085665
--- /dev/null
+++ b/srcpkgs/gurk/template
@@ -0,0 +1,19 @@
+# Template file for 'gurk'
+pkgname=gurk
+version=0.2.4
+revision=1
+archs="x86_64* i686* armv[67]* aarch64*" # depends (indirectly) on ring
+wrksrc="gurk-rs-${version}"
+build_style=cargo
+hostmakedepends="clang llvm protobuf"
+short_desc="Signal Messenger client for terminal"
+maintainer="Maeve Sproule <sprocklem@gmail.com>"
+license="AGPL-3.0-only"
+homepage="https://github.com/boxdot/gurk-rs"
+changelog="https://raw.githubusercontent.com/boxdot/gurk-rs/master/CHANGELOG.md"
+distfiles="https://github.com/boxdot/gurk-rs/archive/refs/tags/v${version}.tar.gz"
+checksum=fca42ea73a37514b17d7471cefe71233994dfa2d44da487358b3130dcd4780ca
+
+post_install() {
+	vlicense LICENSE-AGPL-3.0
+}

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

* Re: [PR PATCH] [Updated] New package: gurk-0.2.4
  2022-07-31 21:20 [PR PATCH] New package: gurk-0.2.4 sprocklem
                   ` (5 preceding siblings ...)
  2022-08-01 11:47 ` sprocklem
@ 2022-08-04  3:02 ` sprocklem
  2022-08-04 20:08 ` sprocklem
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sprocklem @ 2022-08-04  3:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sprocklem/void-packages gurk
https://github.com/void-linux/void-packages/pull/38398

New package: gurk-0.2.4
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l

(Requested in issue #28974)

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

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

From 7249fd7b7144b41bc7f4731de75e23eb237696b1 Mon Sep 17 00:00:00 2001
From: Maeve Sproule <sprocklem@gmail.com>
Date: Sun, 31 Jul 2022 15:04:58 -0600
Subject: [PATCH] New package: gurk-0.2.4

---
 .../patches/fix-x86_64-musl-segfault.patch    | 16 ++++++++++++++++
 srcpkgs/gurk/template                         | 19 +++++++++++++++++++
 2 files changed, 35 insertions(+)
 create mode 100644 srcpkgs/gurk/patches/fix-x86_64-musl-segfault.patch
 create mode 100644 srcpkgs/gurk/template

diff --git a/srcpkgs/gurk/patches/fix-x86_64-musl-segfault.patch b/srcpkgs/gurk/patches/fix-x86_64-musl-segfault.patch
new file mode 100644
index 000000000000..8fc2de582b8b
--- /dev/null
+++ b/srcpkgs/gurk/patches/fix-x86_64-musl-segfault.patch
@@ -0,0 +1,16 @@
+diff -ruN a/.cargo/config.toml b/.cargo/config.toml
+--- a/.cargo/config.toml	2022-06-16 01:53:04.000000000 -0600
++++ b/.cargo/config.toml	2022-08-03 20:38:45.059841310 -0600
+@@ -13,4 +13,4 @@
+ linker = "rust-lld"
+ 
+# Without this, check stage fails with a SIGSEGV. Honestly, I can't test this
+# on my own computer (since it only occurs on this one target, which I don't
+# have on any of my systems), so this is currently a guess as to what the
+# problem is. But given that this doesn't occur on armv7l-musl, this makes the
+# most sense. If this doesn't work, I'm gonna have to create a x86_64-musl
+# partition to figure this out.
+# This workaround is from <https://github.com/rust-lang/rust/issues/82193>.
+ [target.x86_64-unknown-linux-musl]
+-rustflags = ["-Clink-self-contained=yes"]
++rustflags = ["-Clink-self-contained=yes", "-Ctarget-feature=-crt-static"]
diff --git a/srcpkgs/gurk/template b/srcpkgs/gurk/template
new file mode 100644
index 000000000000..1fa113085665
--- /dev/null
+++ b/srcpkgs/gurk/template
@@ -0,0 +1,19 @@
+# Template file for 'gurk'
+pkgname=gurk
+version=0.2.4
+revision=1
+archs="x86_64* i686* armv[67]* aarch64*" # depends (indirectly) on ring
+wrksrc="gurk-rs-${version}"
+build_style=cargo
+hostmakedepends="clang llvm protobuf"
+short_desc="Signal Messenger client for terminal"
+maintainer="Maeve Sproule <sprocklem@gmail.com>"
+license="AGPL-3.0-only"
+homepage="https://github.com/boxdot/gurk-rs"
+changelog="https://raw.githubusercontent.com/boxdot/gurk-rs/master/CHANGELOG.md"
+distfiles="https://github.com/boxdot/gurk-rs/archive/refs/tags/v${version}.tar.gz"
+checksum=fca42ea73a37514b17d7471cefe71233994dfa2d44da487358b3130dcd4780ca
+
+post_install() {
+	vlicense LICENSE-AGPL-3.0
+}

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

* Re: [PR PATCH] [Updated] New package: gurk-0.2.4
  2022-07-31 21:20 [PR PATCH] New package: gurk-0.2.4 sprocklem
                   ` (6 preceding siblings ...)
  2022-08-04  3:02 ` sprocklem
@ 2022-08-04 20:08 ` sprocklem
  2022-11-03  2:13 ` github-actions
  2022-11-18  2:12 ` [PR PATCH] [Closed]: " github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: sprocklem @ 2022-08-04 20:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sprocklem/void-packages gurk
https://github.com/void-linux/void-packages/pull/38398

New package: gurk-0.2.4
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l

(Requested in issue #28974)

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

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

From a41d6b03910662ee660a5cb17ed8e5774fb59a35 Mon Sep 17 00:00:00 2001
From: Maeve Sproule <sprocklem@gmail.com>
Date: Sun, 31 Jul 2022 15:04:58 -0600
Subject: [PATCH] New package: gurk-0.2.4

---
 srcpkgs/gurk/patches/fix-segfault.patch | 20 ++++++++++++++++++++
 srcpkgs/gurk/template                   | 19 +++++++++++++++++++
 2 files changed, 39 insertions(+)
 create mode 100644 srcpkgs/gurk/patches/fix-segfault.patch
 create mode 100644 srcpkgs/gurk/template

diff --git a/srcpkgs/gurk/patches/fix-segfault.patch b/srcpkgs/gurk/patches/fix-segfault.patch
new file mode 100644
index 000000000000..60d29e9433af
--- /dev/null
+++ b/srcpkgs/gurk/patches/fix-segfault.patch
@@ -0,0 +1,20 @@
+diff -ruN a/.cargo/config.toml b/.cargo/config.toml
+--- a/.cargo/config.toml	2022-08-04 13:19:26.079217731 -0600
++++ b/.cargo/config.toml	2022-08-04 13:19:50.099215011 -0600
+@@ -9,8 +9,8 @@
+ linker = "aarch64-linux-gnu-gcc"
+ 
+# I have not tested this, as I have no aarch64 devices and could not get any
+# emulators to work, but this flag causes `rustc` to use system libraries /
+# object files, which I think is desirable. I would appreciate someone letting
+# me know if this causes errors on run.
+ [target.aarch64-unknown-linux-musl]
+-rustflags = ["-Clink-self-contained=yes"]
++rustflags = ["-Clink-self-contained=no"]
+ linker = "rust-lld"
+ 
+# Without this, check stage fails with a SIGSEGV. This workaround is from
+# <https://github.com/rust-lang/rust/issues/85543>.
+ [target.x86_64-unknown-linux-musl]
+-rustflags = ["-Clink-self-contained=yes"]
++rustflags = ["-Clink-self-contained=no"]
diff --git a/srcpkgs/gurk/template b/srcpkgs/gurk/template
new file mode 100644
index 000000000000..1fa113085665
--- /dev/null
+++ b/srcpkgs/gurk/template
@@ -0,0 +1,19 @@
+# Template file for 'gurk'
+pkgname=gurk
+version=0.2.4
+revision=1
+archs="x86_64* i686* armv[67]* aarch64*" # depends (indirectly) on ring
+wrksrc="gurk-rs-${version}"
+build_style=cargo
+hostmakedepends="clang llvm protobuf"
+short_desc="Signal Messenger client for terminal"
+maintainer="Maeve Sproule <sprocklem@gmail.com>"
+license="AGPL-3.0-only"
+homepage="https://github.com/boxdot/gurk-rs"
+changelog="https://raw.githubusercontent.com/boxdot/gurk-rs/master/CHANGELOG.md"
+distfiles="https://github.com/boxdot/gurk-rs/archive/refs/tags/v${version}.tar.gz"
+checksum=fca42ea73a37514b17d7471cefe71233994dfa2d44da487358b3130dcd4780ca
+
+post_install() {
+	vlicense LICENSE-AGPL-3.0
+}

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

* Re: New package: gurk-0.2.4
  2022-07-31 21:20 [PR PATCH] New package: gurk-0.2.4 sprocklem
                   ` (7 preceding siblings ...)
  2022-08-04 20:08 ` sprocklem
@ 2022-11-03  2:13 ` github-actions
  2022-11-18  2:12 ` [PR PATCH] [Closed]: " github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: github-actions @ 2022-11-03  2:13 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/38398#issuecomment-1301567755

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: gurk-0.2.4
  2022-07-31 21:20 [PR PATCH] New package: gurk-0.2.4 sprocklem
                   ` (8 preceding siblings ...)
  2022-11-03  2:13 ` github-actions
@ 2022-11-18  2:12 ` github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: github-actions @ 2022-11-18  2:12 UTC (permalink / raw)
  To: ml

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

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

New package: gurk-0.2.4
https://github.com/void-linux/void-packages/pull/38398

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l-*
  - x86_64-musl

(Requested in issue #28974)

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

end of thread, other threads:[~2022-11-18  2:12 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-31 21:20 [PR PATCH] New package: gurk-0.2.4 sprocklem
2022-07-31 21:28 ` [PR REVIEW] " classabbyamp
2022-07-31 21:46 ` [PR PATCH] [Updated] " sprocklem
2022-07-31 21:53 ` sprocklem
2022-07-31 22:05 ` [PR REVIEW] " classabbyamp
2022-07-31 22:47 ` [PR PATCH] [Updated] " sprocklem
2022-08-01 11:47 ` sprocklem
2022-08-04  3:02 ` sprocklem
2022-08-04 20:08 ` sprocklem
2022-11-03  2:13 ` github-actions
2022-11-18  2:12 ` [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).