Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: airshipper-0.7.0.
@ 2022-03-14 18:23 teldra
  2022-03-14 18:41 ` [PR PATCH] [Updated] " teldra
                   ` (27 more replies)
  0 siblings, 28 replies; 29+ messages in thread
From: teldra @ 2022-03-14 18:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages new-airshipper
https://github.com/void-linux/void-packages/pull/36140

New package: airshipper-0.7.0.
solves https://github.com/void-linux/void-packages/issues/36127

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


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl



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

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

From 7527f83effe7dc863a66c2e64ef41b40395bf0b1 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 14 Mar 2022 18:20:01 +0100
Subject: [PATCH] New package: airshipper-0.7.0.

solves https://github.com/void-linux/void-packages/issues/36127
---
 srcpkgs/airshipper/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/airshipper/template

diff --git a/srcpkgs/airshipper/template b/srcpkgs/airshipper/template
new file mode 100644
index 000000000000..3df27b9f119b
--- /dev/null
+++ b/srcpkgs/airshipper/template
@@ -0,0 +1,27 @@
+# Template file for 'airshipper'
+pkgname=airshipper
+version=0.7.0
+revision=1
+wrksrc="airshipper-v${version}"
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel libxcb-devel libxkbcommon-devel"
+short_desc="Official Veloren launcher - multiplayer voxel openworld RPG game"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.com/veloren/airshipper"
+distfiles="https://gitlab.com/veloren/airshipper/-/archive/v${version}/airshipper-v${version}.tar.gz"
+checksum=dd68535fe6a7a4f01186b590c33e7b12bc79c8aa8a96529e22f9321ea2a06325
+
+do_install() {
+	vbin target/${RUST_TARGET}/release/airshipper
+	vinstall client/assets/net.veloren.airshipper.desktop 644 usr/share/applications
+	vinstall client/assets/net.veloren.airshipper.png 644 usr/share/icons/hicolor/256x256/apps/
+}
+
+airshipper-server_package() {
+	short_desc+=" - server"
+	pkg_install() {
+		vbin target/${RUST_TARGET}/release/airshipper-server
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: airshipper-0.7.0.
  2022-03-14 18:23 [PR PATCH] New package: airshipper-0.7.0 teldra
@ 2022-03-14 18:41 ` teldra
  2022-03-15 13:47 ` [WIP] " tibequadorian
                   ` (26 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: teldra @ 2022-03-14 18:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages new-airshipper
https://github.com/void-linux/void-packages/pull/36140

New package: airshipper-0.7.0.
solves https://github.com/void-linux/void-packages/issues/36127

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


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl



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

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

From b32d287757156e0336093ec7cdeee5e5911bba1f Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 14 Mar 2022 18:20:01 +0100
Subject: [PATCH] New package: airshipper-0.7.0.

solves https://github.com/void-linux/void-packages/issues/36127
---
 srcpkgs/airshipper-server   |  1 +
 srcpkgs/airshipper/template | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 120000 srcpkgs/airshipper-server
 create mode 100644 srcpkgs/airshipper/template

diff --git a/srcpkgs/airshipper-server b/srcpkgs/airshipper-server
new file mode 120000
index 000000000000..5526faaad339
--- /dev/null
+++ b/srcpkgs/airshipper-server
@@ -0,0 +1 @@
+airshipper
\ No newline at end of file
diff --git a/srcpkgs/airshipper/template b/srcpkgs/airshipper/template
new file mode 100644
index 000000000000..3df27b9f119b
--- /dev/null
+++ b/srcpkgs/airshipper/template
@@ -0,0 +1,27 @@
+# Template file for 'airshipper'
+pkgname=airshipper
+version=0.7.0
+revision=1
+wrksrc="airshipper-v${version}"
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel libxcb-devel libxkbcommon-devel"
+short_desc="Official Veloren launcher - multiplayer voxel openworld RPG game"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.com/veloren/airshipper"
+distfiles="https://gitlab.com/veloren/airshipper/-/archive/v${version}/airshipper-v${version}.tar.gz"
+checksum=dd68535fe6a7a4f01186b590c33e7b12bc79c8aa8a96529e22f9321ea2a06325
+
+do_install() {
+	vbin target/${RUST_TARGET}/release/airshipper
+	vinstall client/assets/net.veloren.airshipper.desktop 644 usr/share/applications
+	vinstall client/assets/net.veloren.airshipper.png 644 usr/share/icons/hicolor/256x256/apps/
+}
+
+airshipper-server_package() {
+	short_desc+=" - server"
+	pkg_install() {
+		vbin target/${RUST_TARGET}/release/airshipper-server
+	}
+}

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

* Re: [WIP] New package: airshipper-0.7.0.
  2022-03-14 18:23 [PR PATCH] New package: airshipper-0.7.0 teldra
  2022-03-14 18:41 ` [PR PATCH] [Updated] " teldra
@ 2022-03-15 13:47 ` tibequadorian
  2022-03-15 18:31 ` teldra
                   ` (25 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: tibequadorian @ 2022-03-15 13:47 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/36140#issuecomment-1068008281

Comment:
Is it possible to move do_install() to post_install() and remove the vbin line?

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

* Re: [WIP] New package: airshipper-0.7.0.
  2022-03-14 18:23 [PR PATCH] New package: airshipper-0.7.0 teldra
  2022-03-14 18:41 ` [PR PATCH] [Updated] " teldra
  2022-03-15 13:47 ` [WIP] " tibequadorian
@ 2022-03-15 18:31 ` teldra
  2022-03-15 18:58 ` teldra
                   ` (24 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: teldra @ 2022-03-15 18:31 UTC (permalink / raw)
  To: ml

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

New comment by teldra on void-packages repository

https://github.com/void-linux/void-packages/pull/36140#issuecomment-1068325939

Comment:
> Is it possible to move do_install() to post_install() and remove the vbin line?

Sadly it seems, it is not possible. The error when changed: `error: found a virtual manifest at /builddir/airshipper-v0.7.0/Cargo.toml instead of a package manifest`

Or am I missing something?

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

* Re: New package: airshipper-0.7.0.
  2022-03-14 18:23 [PR PATCH] New package: airshipper-0.7.0 teldra
                   ` (2 preceding siblings ...)
  2022-03-15 18:31 ` teldra
@ 2022-03-15 18:58 ` teldra
  2022-03-15 18:59 ` tibequadorian
                   ` (23 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: teldra @ 2022-03-15 18:58 UTC (permalink / raw)
  To: ml

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

New comment by teldra on void-packages repository

https://github.com/void-linux/void-packages/pull/36140#issuecomment-1068349714

Comment:
I add this launcher, because Veloren needs rust with nightly featureset we not provide. And Veloren is updated quite frequently.

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

* Re: New package: airshipper-0.7.0.
  2022-03-14 18:23 [PR PATCH] New package: airshipper-0.7.0 teldra
                   ` (3 preceding siblings ...)
  2022-03-15 18:58 ` teldra
@ 2022-03-15 18:59 ` tibequadorian
  2022-03-17 11:33 ` tibequadorian
                   ` (22 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: tibequadorian @ 2022-03-15 18:59 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/36140#issuecomment-1068350995

Comment:
Alright, I don't think you're missing something. Thanks for testing :)

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

* Re: New package: airshipper-0.7.0.
  2022-03-14 18:23 [PR PATCH] New package: airshipper-0.7.0 teldra
                   ` (4 preceding siblings ...)
  2022-03-15 18:59 ` tibequadorian
@ 2022-03-17 11:33 ` tibequadorian
  2022-03-17 11:41 ` tibequadorian
                   ` (21 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: tibequadorian @ 2022-03-17 11:33 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/36140#issuecomment-1070818762

Comment:
`airshipper` works fine for me.
I'm not sure about `airshipper-server` though. It should not be confused with the Veloren server.

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

* Re: New package: airshipper-0.7.0.
  2022-03-14 18:23 [PR PATCH] New package: airshipper-0.7.0 teldra
                   ` (5 preceding siblings ...)
  2022-03-17 11:33 ` tibequadorian
@ 2022-03-17 11:41 ` tibequadorian
  2022-03-21 10:41 ` tibequadorian
                   ` (20 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: tibequadorian @ 2022-03-17 11:41 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/36140#issuecomment-1070818762

Comment:
`airshipper` works fine for me.

I'm not sure about `airshipper-server` though. It should not be confused with the Veloren server.
This is only the server to communicate with airshipper clients, which is probably only used by the developers.
I think we shouldn't ship it to avoid confusion.

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

* Re: New package: airshipper-0.7.0.
  2022-03-14 18:23 [PR PATCH] New package: airshipper-0.7.0 teldra
                   ` (6 preceding siblings ...)
  2022-03-17 11:41 ` tibequadorian
@ 2022-03-21 10:41 ` tibequadorian
  2022-03-31 20:10 ` teldra
                   ` (19 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: tibequadorian @ 2022-03-21 10:41 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/36140#issuecomment-1073741238

Comment:
Can you say how you tested `airshipper-server`, @teldra?

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

* Re: New package: airshipper-0.7.0.
  2022-03-14 18:23 [PR PATCH] New package: airshipper-0.7.0 teldra
                   ` (7 preceding siblings ...)
  2022-03-21 10:41 ` tibequadorian
@ 2022-03-31 20:10 ` teldra
  2022-03-31 20:26 ` tibequadorian
                   ` (18 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: teldra @ 2022-03-31 20:10 UTC (permalink / raw)
  To: ml

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

New comment by teldra on void-packages repository

https://github.com/void-linux/void-packages/pull/36140#issuecomment-1085053596

Comment:
> Can you say how you tested airshipper-server, @teldra?

Sry for late answer.
I just tested, if the binary is running. It stops, when it don't find any configfile. I did not want to hide the server component in the main template. But when I think about, it is not needed, right?



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

* Re: New package: airshipper-0.7.0.
  2022-03-14 18:23 [PR PATCH] New package: airshipper-0.7.0 teldra
                   ` (8 preceding siblings ...)
  2022-03-31 20:10 ` teldra
@ 2022-03-31 20:26 ` tibequadorian
  2022-03-31 20:29 ` tibequadorian
                   ` (17 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: tibequadorian @ 2022-03-31 20:26 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/36140#issuecomment-1085068624

Comment:
If we can't test it properly and it's of no use for us, there's no point in shipping it.
It also looks like the server urls are [hardcoded](https://gitlab.com/veloren/airshipper/-/blob/master/client/src/profiles.rs#L93) in the client.

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

* Re: New package: airshipper-0.7.0.
  2022-03-14 18:23 [PR PATCH] New package: airshipper-0.7.0 teldra
                   ` (9 preceding siblings ...)
  2022-03-31 20:26 ` tibequadorian
@ 2022-03-31 20:29 ` tibequadorian
  2022-03-31 22:13 ` [PR PATCH] [Updated] " teldra
                   ` (16 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: tibequadorian @ 2022-03-31 20:29 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/36140#issuecomment-1085071588

Comment:
>Is it possible to move do_install() to post_install() and remove the vbin line?

If you set `build_wrksrc=client` this^ should be possible and avoids building the server for nothing.

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

* Re: [PR PATCH] [Updated] New package: airshipper-0.7.0.
  2022-03-14 18:23 [PR PATCH] New package: airshipper-0.7.0 teldra
                   ` (10 preceding siblings ...)
  2022-03-31 20:29 ` tibequadorian
@ 2022-03-31 22:13 ` teldra
  2022-03-31 22:29 ` teldra
                   ` (15 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: teldra @ 2022-03-31 22:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages new-airshipper
https://github.com/void-linux/void-packages/pull/36140

New package: airshipper-0.7.0.
solves https://github.com/void-linux/void-packages/issues/36127

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


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl



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

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

From a0250dd11f23ebe72280ba01ab089c076cd8c087 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 14 Mar 2022 18:20:01 +0100
Subject: [PATCH] New package: airshipper-0.7.0.

solves https://github.com/void-linux/void-packages/issues/36127
---
 srcpkgs/airshipper/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/airshipper/template

diff --git a/srcpkgs/airshipper/template b/srcpkgs/airshipper/template
new file mode 100644
index 000000000000..69703d04148c
--- /dev/null
+++ b/srcpkgs/airshipper/template
@@ -0,0 +1,21 @@
+# Template file for 'airshipper'
+pkgname=airshipper
+version=0.7.0
+revision=1
+wrksrc="airshipper-v${version}"
+build_style=cargo
+build_wrksrc="client"
+hostmakedepends="pkg-config"
+makedepends="openssl-devel libxcb-devel libxkbcommon-devel"
+short_desc="Official Veloren launcher - multiplayer voxel openworld RPG game"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.com/veloren/airshipper"
+distfiles="https://gitlab.com/veloren/airshipper/-/archive/v${version}/airshipper-v${version}.tar.gz"
+checksum=dd68535fe6a7a4f01186b590c33e7b12bc79c8aa8a96529e22f9321ea2a06325
+
+post_install() {
+	cd ${wrksrc}
+	vinstall client/assets/net.veloren.airshipper.desktop 644 usr/share/applications
+	vinstall client/assets/net.veloren.airshipper.png 644 usr/share/icons/hicolor/256x256/apps/
+}

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

* Re: [PR PATCH] [Updated] New package: airshipper-0.7.0.
  2022-03-14 18:23 [PR PATCH] New package: airshipper-0.7.0 teldra
                   ` (11 preceding siblings ...)
  2022-03-31 22:13 ` [PR PATCH] [Updated] " teldra
@ 2022-03-31 22:29 ` teldra
  2022-03-31 22:44 ` teldra
                   ` (14 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: teldra @ 2022-03-31 22:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages new-airshipper
https://github.com/void-linux/void-packages/pull/36140

New package: airshipper-0.7.0.
solves https://github.com/void-linux/void-packages/issues/36127

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


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl



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

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

From 250dce956fffb82deaf3d7666027ca09b221041a Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 14 Mar 2022 18:20:01 +0100
Subject: [PATCH] New package: airshipper-0.7.0.

solves https://github.com/void-linux/void-packages/issues/36127
---
 srcpkgs/airshipper/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/airshipper/template

diff --git a/srcpkgs/airshipper/template b/srcpkgs/airshipper/template
new file mode 100644
index 000000000000..15548d6cf475
--- /dev/null
+++ b/srcpkgs/airshipper/template
@@ -0,0 +1,20 @@
+# Template file for 'airshipper'
+pkgname=airshipper
+version=0.7.0
+revision=1
+wrksrc="airshipper-v${version}"
+build_style=cargo
+build_wrksrc="client"
+hostmakedepends="pkg-config"
+makedepends="openssl-devel libxcb-devel libxkbcommon-devel"
+short_desc="Official Veloren launcher - multiplayer voxel openworld RPG game"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.com/veloren/airshipper"
+distfiles="https://gitlab.com/veloren/airshipper/-/archive/v${version}/airshipper-v${version}.tar.gz"
+checksum=dd68535fe6a7a4f01186b590c33e7b12bc79c8aa8a96529e22f9321ea2a06325
+
+post_install() {
+	vinstall assets/net.veloren.airshipper.desktop 644 usr/share/applications
+	vinstall assets/net.veloren.airshipper.png 644 usr/share/icons/hicolor/256x256/apps/
+}

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

* Re: [PR PATCH] [Updated] New package: airshipper-0.7.0.
  2022-03-14 18:23 [PR PATCH] New package: airshipper-0.7.0 teldra
                   ` (12 preceding siblings ...)
  2022-03-31 22:29 ` teldra
@ 2022-03-31 22:44 ` teldra
  2022-03-31 23:11 ` teldra
                   ` (13 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: teldra @ 2022-03-31 22:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages new-airshipper
https://github.com/void-linux/void-packages/pull/36140

New package: airshipper-0.7.0.
solves https://github.com/void-linux/void-packages/issues/36127

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


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl



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

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

From 30e650ca520d20f7dac6af28c76133bf68b132a8 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 14 Mar 2022 18:20:01 +0100
Subject: [PATCH] New package: airshipper-0.7.0.

solves https://github.com/void-linux/void-packages/issues/36127
---
 srcpkgs/airshipper/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/airshipper/template

diff --git a/srcpkgs/airshipper/template b/srcpkgs/airshipper/template
new file mode 100644
index 000000000000..420be3e0e1e8
--- /dev/null
+++ b/srcpkgs/airshipper/template
@@ -0,0 +1,20 @@
+# Template file for 'airshipper'
+pkgname=airshipper
+version=0.7.0
+revision=1
+wrksrc="airshipper-v${version}"
+build_wrksrc="client"
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel libxcb-devel libxkbcommon-devel"
+short_desc="Official Veloren launcher - multiplayer voxel openworld RPG game"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.com/veloren/airshipper"
+distfiles="https://gitlab.com/veloren/airshipper/-/archive/v${version}/airshipper-v${version}.tar.gz"
+checksum=dd68535fe6a7a4f01186b590c33e7b12bc79c8aa8a96529e22f9321ea2a06325
+
+post_install() {
+	vinstall assets/net.veloren.airshipper.desktop 644 usr/share/applications
+	vinstall assets/net.veloren.airshipper.png 644 usr/share/icons/hicolor/256x256/apps/
+}

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

* Re: New package: airshipper-0.7.0.
  2022-03-14 18:23 [PR PATCH] New package: airshipper-0.7.0 teldra
                   ` (13 preceding siblings ...)
  2022-03-31 22:44 ` teldra
@ 2022-03-31 23:11 ` teldra
  2022-03-31 23:24 ` [PR PATCH] [Updated] " teldra
                   ` (12 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: teldra @ 2022-03-31 23:11 UTC (permalink / raw)
  To: ml

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

New comment by teldra on void-packages repository

https://github.com/void-linux/void-packages/pull/36140#issuecomment-1085219163

Comment:
I think, this template is mergeable, now. :)

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

* Re: [PR PATCH] [Updated] New package: airshipper-0.7.0.
  2022-03-14 18:23 [PR PATCH] New package: airshipper-0.7.0 teldra
                   ` (14 preceding siblings ...)
  2022-03-31 23:11 ` teldra
@ 2022-03-31 23:24 ` teldra
  2022-03-31 23:26 ` teldra
                   ` (11 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: teldra @ 2022-03-31 23:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages new-airshipper
https://github.com/void-linux/void-packages/pull/36140

New package: airshipper-0.7.0.
solves https://github.com/void-linux/void-packages/issues/36127

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


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl



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

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

From 46b7e12e73a445acd0dc3fe5d3f7742701d857c2 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 14 Mar 2022 18:20:01 +0100
Subject: [PATCH] New package: airshipper-0.7.0.

solves https://github.com/void-linux/void-packages/issues/36127
---
 srcpkgs/airshipper/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/airshipper/template

diff --git a/srcpkgs/airshipper/template b/srcpkgs/airshipper/template
new file mode 100644
index 000000000000..4dee6ab1b72f
--- /dev/null
+++ b/srcpkgs/airshipper/template
@@ -0,0 +1,20 @@
+# Template file for 'airshipper'
+pkgname=airshipper
+version=0.7.0
+revision=1
+wrksrc="airshipper-v${version}"
+build_wrksrc="client"
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel libxcb-devel libxkbcommon-devel"
+short_desc="Official Veloren launcher - multiplayer voxel openworld RPG game"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-3.0"
+homepage="https://gitlab.com/veloren/airshipper"
+distfiles="https://gitlab.com/veloren/airshipper/-/archive/v${version}/airshipper-v${version}.tar.gz"
+checksum=dd68535fe6a7a4f01186b590c33e7b12bc79c8aa8a96529e22f9321ea2a06325
+
+post_install() {
+	vinstall assets/net.veloren.airshipper.desktop 644 usr/share/applications
+	vinstall assets/net.veloren.airshipper.png 644 usr/share/icons/hicolor/256x256/apps/
+}

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

* Re: [PR PATCH] [Updated] New package: airshipper-0.7.0.
  2022-03-14 18:23 [PR PATCH] New package: airshipper-0.7.0 teldra
                   ` (15 preceding siblings ...)
  2022-03-31 23:24 ` [PR PATCH] [Updated] " teldra
@ 2022-03-31 23:26 ` teldra
  2022-05-18 11:06 ` teldra
                   ` (10 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: teldra @ 2022-03-31 23:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages new-airshipper
https://github.com/void-linux/void-packages/pull/36140

New package: airshipper-0.7.0.
solves https://github.com/void-linux/void-packages/issues/36127

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


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl



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

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

From 1b268a7aa15731aa6674d712b707ea4929ac1421 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 14 Mar 2022 18:20:01 +0100
Subject: [PATCH] New package: airshipper-0.7.0.

solves https://github.com/void-linux/void-packages/issues/36127
---
 srcpkgs/airshipper/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/airshipper/template

diff --git a/srcpkgs/airshipper/template b/srcpkgs/airshipper/template
new file mode 100644
index 000000000000..068b9567748f
--- /dev/null
+++ b/srcpkgs/airshipper/template
@@ -0,0 +1,20 @@
+# Template file for 'airshipper'
+pkgname=airshipper
+version=0.7.0
+revision=1
+wrksrc="airshipper-v${version}"
+build_wrksrc="client"
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel libxcb-devel libxkbcommon-devel"
+short_desc="Official Veloren launcher - multiplayer voxel openworld RPG game"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-3.0-only"
+homepage="https://gitlab.com/veloren/airshipper"
+distfiles="https://gitlab.com/veloren/airshipper/-/archive/v${version}/airshipper-v${version}.tar.gz"
+checksum=dd68535fe6a7a4f01186b590c33e7b12bc79c8aa8a96529e22f9321ea2a06325
+
+post_install() {
+	vinstall assets/net.veloren.airshipper.desktop 644 usr/share/applications
+	vinstall assets/net.veloren.airshipper.png 644 usr/share/icons/hicolor/256x256/apps/
+}

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

* Re: [PR PATCH] [Updated] New package: airshipper-0.7.0.
  2022-03-14 18:23 [PR PATCH] New package: airshipper-0.7.0 teldra
                   ` (16 preceding siblings ...)
  2022-03-31 23:26 ` teldra
@ 2022-05-18 11:06 ` teldra
  2022-05-18 11:08 ` teldra
                   ` (9 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: teldra @ 2022-05-18 11:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages new-airshipper
https://github.com/void-linux/void-packages/pull/36140

New package: airshipper-0.7.0.
solves https://github.com/void-linux/void-packages/issues/36127

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


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl



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

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

From c4f7861062af61f4da15f4db6c29c561d15f8b47 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 14 Mar 2022 18:20:01 +0100
Subject: [PATCH] New package: airshipper-0.7.0.

solves https://github.com/void-linux/void-packages/issues/36127
---
 srcpkgs/airshipper/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/airshipper/template

diff --git a/srcpkgs/airshipper/template b/srcpkgs/airshipper/template
new file mode 100644
index 000000000000..068b9567748f
--- /dev/null
+++ b/srcpkgs/airshipper/template
@@ -0,0 +1,20 @@
+# Template file for 'airshipper'
+pkgname=airshipper
+version=0.7.0
+revision=1
+wrksrc="airshipper-v${version}"
+build_wrksrc="client"
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel libxcb-devel libxkbcommon-devel"
+short_desc="Official Veloren launcher - multiplayer voxel openworld RPG game"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-3.0-only"
+homepage="https://gitlab.com/veloren/airshipper"
+distfiles="https://gitlab.com/veloren/airshipper/-/archive/v${version}/airshipper-v${version}.tar.gz"
+checksum=dd68535fe6a7a4f01186b590c33e7b12bc79c8aa8a96529e22f9321ea2a06325
+
+post_install() {
+	vinstall assets/net.veloren.airshipper.desktop 644 usr/share/applications
+	vinstall assets/net.veloren.airshipper.png 644 usr/share/icons/hicolor/256x256/apps/
+}

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

* Re: [PR PATCH] [Updated] New package: airshipper-0.7.0.
  2022-03-14 18:23 [PR PATCH] New package: airshipper-0.7.0 teldra
                   ` (17 preceding siblings ...)
  2022-05-18 11:06 ` teldra
@ 2022-05-18 11:08 ` teldra
  2022-05-18 11:09 ` teldra
                   ` (8 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: teldra @ 2022-05-18 11:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages new-airshipper
https://github.com/void-linux/void-packages/pull/36140

New package: airshipper-0.7.0.
solves https://github.com/void-linux/void-packages/issues/36127

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


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl



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

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

From 761597c14a4822eca23b7e26b28852451031c5ea Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 14 Mar 2022 18:20:01 +0100
Subject: [PATCH] New package: airshipper-0.7.0.

solves https://github.com/void-linux/void-packages/issues/36127
---
 srcpkgs/airshipper/template                   |  21 +++++++
 srcpkgs/gomuks/template                       |  35 ++++++++++++
 srcpkgs/headscale/template                    |  20 +++++++
 srcpkgs/matterbridge/files/matterbridge/run   |   2 +
 srcpkgs/matterbridge/template                 |  29 ++++++++++
 srcpkgs/riseup-vpn/files/riseup-vpn.png       | Bin 0 -> 16809 bytes
 .../files/riseup-vpn_launcher.desktop         |  14 +++++
 srcpkgs/riseup-vpn/template                   |  54 ++++++++++++++++++
 8 files changed, 175 insertions(+)
 create mode 100644 srcpkgs/airshipper/template
 create mode 100644 srcpkgs/gomuks/template
 create mode 100644 srcpkgs/headscale/template
 create mode 100644 srcpkgs/matterbridge/files/matterbridge/run
 create mode 100644 srcpkgs/matterbridge/template
 create mode 100644 srcpkgs/riseup-vpn/files/riseup-vpn.png
 create mode 100644 srcpkgs/riseup-vpn/files/riseup-vpn_launcher.desktop
 create mode 100644 srcpkgs/riseup-vpn/template

diff --git a/srcpkgs/airshipper/template b/srcpkgs/airshipper/template
new file mode 100644
index 000000000000..e240db8377ff
--- /dev/null
+++ b/srcpkgs/airshipper/template
@@ -0,0 +1,21 @@
+# Template file for 'airshipper'
+pkgname=airshipper
+version=0.7.0
+revision=1
+wrksrc="airshipper-v${version}"
+build_wrksrc="client"
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel libxcb-devel libxkbcommon-devel"
+short_desc="Official Veloren launcher - multiplayer voxel openworld RPG game"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-3.0-only"
+homepage="https://gitlab.com/veloren/airshipper"
+changelog="https://gitlab.com/veloren/airshipper/-/raw/master/CHANGELOG.md"
+distfiles="https://gitlab.com/veloren/airshipper/-/archive/v${version}/airshipper-v${version}.tar.gz"
+checksum=dd68535fe6a7a4f01186b590c33e7b12bc79c8aa8a96529e22f9321ea2a06325
+
+post_install() {
+	vinstall assets/net.veloren.airshipper.desktop 644 usr/share/applications
+	vinstall assets/net.veloren.airshipper.png 644 usr/share/icons/hicolor/256x256/apps/
+}
diff --git a/srcpkgs/gomuks/template b/srcpkgs/gomuks/template
new file mode 100644
index 000000000000..3bff3ace7c1a
--- /dev/null
+++ b/srcpkgs/gomuks/template
@@ -0,0 +1,35 @@
+# Template file for 'gomuks'
+pkgname=gomuks
+version=0.2.4
+revision=1
+#archs="i686 x86_64"
+#wrksrc=
+#create_wrksrc=yes
+build_style=go
+go_import_path=github.com/tulir/gomuks
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends=""
+makedepends="olm-devel"
+depends=""
+short_desc="Terminal Matrix client written in Go"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/tulir/gomuks"
+#changelog=""
+distfiles="https://github.com/tulir/gomuks/archive/refs/tags/v${version}.tar.gz"
+checksum=b40e2fdc14e8300d0b95afd032654e588d2390c56d4a9abd46ebc9831033fdd8
+
+do_build() {
+    go build -buildmode=pie \
+        -ldflags="$go_ldflags"
+}
+
+do_install() {
+    vbin gomuks
+    vdoc README.md
+    rm -rf ${DESTDIR}/usr/lib64
+}
diff --git a/srcpkgs/headscale/template b/srcpkgs/headscale/template
new file mode 100644
index 000000000000..5c066ec44922
--- /dev/null
+++ b/srcpkgs/headscale/template
@@ -0,0 +1,20 @@
+# Template file for 'headscale'
+pkgname=headscale
+version=0.15.0
+revision=1
+build_style=gnu-makefile
+#go_import_path=github.com/juanfont/headscale
+short_desc="Self-hosted implementation of the Tailscale control server"
+maintainer="teldra <teldra@rotce.de>"
+license="BSD-3-Clause"
+homepage="https://github.com/juanfont/headscale"
+changelog="https://github.com/juanfont/headscale/blob/main/CHANGELOG.md"
+distfiles="https://github.com/juanfont/headscale/archive/refs/tags/v${version}.tar.gz"
+checksum=4cfa732453c1270b8b5d1ded1687b517a5822fa5afb1595267d434e570702d04
+nopie="headscale"
+
+do_install() {
+    vbin headscale
+    vsconf config-example.yaml config.yaml
+    vlicense LICENSE
+}
diff --git a/srcpkgs/matterbridge/files/matterbridge/run b/srcpkgs/matterbridge/files/matterbridge/run
new file mode 100644
index 000000000000..48cb392f3a46
--- /dev/null
+++ b/srcpkgs/matterbridge/files/matterbridge/run
@@ -0,0 +1,2 @@
+[ -r conf ] && . ./conf
+exec /usr/bin/matterbridge -conf /etc/matterbridge/mumble_to_matrix.toml
diff --git a/srcpkgs/matterbridge/template b/srcpkgs/matterbridge/template
new file mode 100644
index 000000000000..079237e758f4
--- /dev/null
+++ b/srcpkgs/matterbridge/template
@@ -0,0 +1,29 @@
+# Template file for 'matterbridge'
+pkgname=matterbridge
+version=1.25.0
+revision=1
+#archs="i686 x86_64"
+#wrksrc=
+#create_wrksrc=yes
+build_style=go
+go_import_path=github.com/42wim/matterbridge
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends=""
+makedepends=""
+depends=""
+short_desc="Multi-protocols (IRC/XMPP/Mattermost/Slack/Matrix/etc) bridge"
+maintainer="teldra <teldra@rotce.de>"
+license="Apache-2.0"
+homepage="https://github.com/42wim/matterbridge"
+#changelog=""
+distfiles="https://github.com/42wim/matterbridge/archive/v${version}/matterbridge-${version}.tar.gz"
+checksum=c8ae52a07d06f416ba9439f0b8fa9163c6f19ca4520a941eb4f6aa5452682017
+
+post_install() {
+    vlicense LICENSE
+    vconf matterbridge.toml.sample
+}
diff --git a/srcpkgs/riseup-vpn/files/riseup-vpn.png b/srcpkgs/riseup-vpn/files/riseup-vpn.png
new file mode 100644
index 0000000000000000000000000000000000000000..492d8508c84c15f7f81d8a5c36063ba5a7e039c3
GIT binary patch
literal 16809
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

literal 0
HcmV?d00001

diff --git a/srcpkgs/riseup-vpn/files/riseup-vpn_launcher.desktop b/srcpkgs/riseup-vpn/files/riseup-vpn_launcher.desktop
new file mode 100644
index 000000000000..d19035d284e5
--- /dev/null
+++ b/srcpkgs/riseup-vpn/files/riseup-vpn_launcher.desktop
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Version=1.0
+Type=Application
+Name=RiseupVPN
+Comment=Anonymous VPN
+Comment[es]=VPN Anonima
+Comment[de]=Anonymous VPN
+Exec=riseup-vpn %U
+Terminal=false
+Icon=riseup-vpn
+Categories=Network;Application;
+StartupNotify=true
+Keywords=VPN;Riseup;leap
+
diff --git a/srcpkgs/riseup-vpn/template b/srcpkgs/riseup-vpn/template
new file mode 100644
index 000000000000..57abea810855
--- /dev/null
+++ b/srcpkgs/riseup-vpn/template
@@ -0,0 +1,54 @@
+# Template file for 'riseup-vpn'
+pkgname=riseup-vpn
+version=0.20.1
+revision=1
+#archs="i686 x86_64"
+wrksrc=bitmask-vpn-${version}
+#create_wrksrc=yes
+build_style=go
+go_import_path=0xacab.org/leap/bitmask-vpn
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="python3 which git"
+makedepends="qt5-devel qt5-tools-devel qt5-declarative-devel qt5-quickcontrols
+ qt5-quickcontrols2-devel pkgconf cmake qt5-host-tools qt5-svg-devel"
+depends="openvpn hicolor-icon-theme"
+short_desc="Anonymous encrypted VPN client powered by Bitmask"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-3.0-or-later"
+homepage="https://riseup.net/en/vpn"
+distfiles="https://0xacab.org/leap/bitmask-vpn/-/archive/${version}/bitmask-vpn-${version}.tar.gz"
+checksum=3916de4128757c6fbcc4cf4d7fdb2604fb565b0727f2a637db21a50d60fe2675
+
+post_extract() {
+	git init
+	git config user.email "larry@gentoo.org"
+	git config user.name "Larry the Cow"
+	git add .
+	git commit -m "init"
+	git tag -a "${version}" -m "${version}"
+}
+
+do_build() {
+	make generate
+
+    go build -buildmode=c-archive -o lib/libgoshim.a gui/backend.go
+
+    PROVIDER=riseup make build
+}
+
+do_install() {
+	vmkdir usr/share/polkit-1/actions
+	vmkdir usr/share/applications
+	vmkdir usr/share/icons/hicolor/128x128/apps
+	
+	vinstall helpers/se.leap.bitmask.policy 644 usr/share/polkit-1/actions
+	vinstall "${FILESDIR}"/riseup-vpn_launcher.desktop 644 usr/share/applications
+	vinstall "${FILESDIR}"/riseup-vpn.png 644 usr/share/icons/hicolor/128x128/apps
+
+	vbin helpers/bitmask-root
+	vbin build/qt/release/riseup-vpn
+}

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

* Re: [PR PATCH] [Updated] New package: airshipper-0.7.0.
  2022-03-14 18:23 [PR PATCH] New package: airshipper-0.7.0 teldra
                   ` (18 preceding siblings ...)
  2022-05-18 11:08 ` teldra
@ 2022-05-18 11:09 ` teldra
  2022-06-10 14:38 ` tibequadorian
                   ` (7 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: teldra @ 2022-05-18 11:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages new-airshipper
https://github.com/void-linux/void-packages/pull/36140

New package: airshipper-0.7.0.
solves https://github.com/void-linux/void-packages/issues/36127

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


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl



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

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

From 59467ef8f13af676e98db7aba13a6f4027c029d3 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 14 Mar 2022 18:20:01 +0100
Subject: [PATCH] New package: airshipper-0.7.0.

solves https://github.com/void-linux/void-packages/issues/36127
---
 srcpkgs/airshipper/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/airshipper/template

diff --git a/srcpkgs/airshipper/template b/srcpkgs/airshipper/template
new file mode 100644
index 000000000000..e240db8377ff
--- /dev/null
+++ b/srcpkgs/airshipper/template
@@ -0,0 +1,21 @@
+# Template file for 'airshipper'
+pkgname=airshipper
+version=0.7.0
+revision=1
+wrksrc="airshipper-v${version}"
+build_wrksrc="client"
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel libxcb-devel libxkbcommon-devel"
+short_desc="Official Veloren launcher - multiplayer voxel openworld RPG game"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-3.0-only"
+homepage="https://gitlab.com/veloren/airshipper"
+changelog="https://gitlab.com/veloren/airshipper/-/raw/master/CHANGELOG.md"
+distfiles="https://gitlab.com/veloren/airshipper/-/archive/v${version}/airshipper-v${version}.tar.gz"
+checksum=dd68535fe6a7a4f01186b590c33e7b12bc79c8aa8a96529e22f9321ea2a06325
+
+post_install() {
+	vinstall assets/net.veloren.airshipper.desktop 644 usr/share/applications
+	vinstall assets/net.veloren.airshipper.png 644 usr/share/icons/hicolor/256x256/apps/
+}

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

* Re: New package: airshipper-0.7.0.
  2022-03-14 18:23 [PR PATCH] New package: airshipper-0.7.0 teldra
                   ` (19 preceding siblings ...)
  2022-05-18 11:09 ` teldra
@ 2022-06-10 14:38 ` tibequadorian
  2022-07-14 12:32 ` [PR PATCH] [Updated] " teldra
                   ` (6 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: tibequadorian @ 2022-06-10 14:38 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/36140#issuecomment-1152431698

Comment:
bump

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

* Re: [PR PATCH] [Updated] New package: airshipper-0.7.0.
  2022-03-14 18:23 [PR PATCH] New package: airshipper-0.7.0 teldra
                   ` (20 preceding siblings ...)
  2022-06-10 14:38 ` tibequadorian
@ 2022-07-14 12:32 ` teldra
  2022-10-04  8:22 ` teldra
                   ` (5 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: teldra @ 2022-07-14 12:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages new-airshipper
https://github.com/void-linux/void-packages/pull/36140

New package: airshipper-0.7.0.
solves https://github.com/void-linux/void-packages/issues/36127

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


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl



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

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

From 7c5f6f8657328ede791c9f32b3e30b1158a4110b Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 14 Mar 2022 18:20:01 +0100
Subject: [PATCH] New package: airshipper-0.7.0.

solves https://github.com/void-linux/void-packages/issues/36127
---
 srcpkgs/airshipper/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/airshipper/template

diff --git a/srcpkgs/airshipper/template b/srcpkgs/airshipper/template
new file mode 100644
index 000000000000..e240db8377ff
--- /dev/null
+++ b/srcpkgs/airshipper/template
@@ -0,0 +1,21 @@
+# Template file for 'airshipper'
+pkgname=airshipper
+version=0.7.0
+revision=1
+wrksrc="airshipper-v${version}"
+build_wrksrc="client"
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel libxcb-devel libxkbcommon-devel"
+short_desc="Official Veloren launcher - multiplayer voxel openworld RPG game"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-3.0-only"
+homepage="https://gitlab.com/veloren/airshipper"
+changelog="https://gitlab.com/veloren/airshipper/-/raw/master/CHANGELOG.md"
+distfiles="https://gitlab.com/veloren/airshipper/-/archive/v${version}/airshipper-v${version}.tar.gz"
+checksum=dd68535fe6a7a4f01186b590c33e7b12bc79c8aa8a96529e22f9321ea2a06325
+
+post_install() {
+	vinstall assets/net.veloren.airshipper.desktop 644 usr/share/applications
+	vinstall assets/net.veloren.airshipper.png 644 usr/share/icons/hicolor/256x256/apps/
+}

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

* Re: [PR PATCH] [Updated] New package: airshipper-0.7.0.
  2022-03-14 18:23 [PR PATCH] New package: airshipper-0.7.0 teldra
                   ` (21 preceding siblings ...)
  2022-07-14 12:32 ` [PR PATCH] [Updated] " teldra
@ 2022-10-04  8:22 ` teldra
  2022-10-04  8:23 ` teldra
                   ` (4 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: teldra @ 2022-10-04  8:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages new-airshipper
https://github.com/void-linux/void-packages/pull/36140

New package: airshipper-0.7.0.
solves https://github.com/void-linux/void-packages/issues/36127

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


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl



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

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

From d1b652a7e1809a43e4e757eb9cf027ff5fed2247 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 14 Mar 2022 18:20:01 +0100
Subject: [PATCH] New package: airshipper-0.9.0.

solves https://github.com/void-linux/void-packages/issues/36127
---
 srcpkgs/airshipper/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/airshipper/template

diff --git a/srcpkgs/airshipper/template b/srcpkgs/airshipper/template
new file mode 100644
index 000000000000..33ecdd17e5db
--- /dev/null
+++ b/srcpkgs/airshipper/template
@@ -0,0 +1,21 @@
+# Template file for 'airshipper'
+pkgname=airshipper
+version=0.9.0
+revision=1
+wrksrc="airshipper-v${version}"
+build_wrksrc="client"
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel libxcb-devel libxkbcommon-devel"
+short_desc="Official Veloren launcher - multiplayer voxel openworld RPG game"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-3.0-only"
+homepage="https://gitlab.com/veloren/airshipper"
+changelog="https://gitlab.com/veloren/airshipper/-/raw/master/CHANGELOG.md"
+distfiles="https://gitlab.com/veloren/airshipper/-/archive/v${version}/airshipper-v${version}.tar.gz"
+checksum=1cc1be4394b887b89af62f92d95508ed615c54a05b326a5e07e3d0cef08565da
+
+post_install() {
+	vinstall assets/net.veloren.airshipper.desktop 644 usr/share/applications
+	vinstall assets/net.veloren.airshipper.png 644 usr/share/icons/hicolor/256x256/apps/
+}

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

* Re: [PR PATCH] [Updated] New package: airshipper-0.7.0.
  2022-03-14 18:23 [PR PATCH] New package: airshipper-0.7.0 teldra
                   ` (22 preceding siblings ...)
  2022-10-04  8:22 ` teldra
@ 2022-10-04  8:23 ` teldra
  2022-10-04  8:35 ` teldra
                   ` (3 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: teldra @ 2022-10-04  8:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages new-airshipper
https://github.com/void-linux/void-packages/pull/36140

New package: airshipper-0.7.0.
solves https://github.com/void-linux/void-packages/issues/36127

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


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl



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

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

From 4d6553387c69f9c48ab31b345b6d565407171ff0 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 14 Mar 2022 18:20:01 +0100
Subject: [PATCH] New package: airshipper-0.9.0.

solves https://github.com/void-linux/void-packages/issues/36127
---
 srcpkgs/airshipper/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/airshipper/template

diff --git a/srcpkgs/airshipper/template b/srcpkgs/airshipper/template
new file mode 100644
index 000000000000..33ecdd17e5db
--- /dev/null
+++ b/srcpkgs/airshipper/template
@@ -0,0 +1,21 @@
+# Template file for 'airshipper'
+pkgname=airshipper
+version=0.9.0
+revision=1
+wrksrc="airshipper-v${version}"
+build_wrksrc="client"
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel libxcb-devel libxkbcommon-devel"
+short_desc="Official Veloren launcher - multiplayer voxel openworld RPG game"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-3.0-only"
+homepage="https://gitlab.com/veloren/airshipper"
+changelog="https://gitlab.com/veloren/airshipper/-/raw/master/CHANGELOG.md"
+distfiles="https://gitlab.com/veloren/airshipper/-/archive/v${version}/airshipper-v${version}.tar.gz"
+checksum=1cc1be4394b887b89af62f92d95508ed615c54a05b326a5e07e3d0cef08565da
+
+post_install() {
+	vinstall assets/net.veloren.airshipper.desktop 644 usr/share/applications
+	vinstall assets/net.veloren.airshipper.png 644 usr/share/icons/hicolor/256x256/apps/
+}

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

* Re: [PR PATCH] [Updated] New package: airshipper-0.7.0.
  2022-03-14 18:23 [PR PATCH] New package: airshipper-0.7.0 teldra
                   ` (23 preceding siblings ...)
  2022-10-04  8:23 ` teldra
@ 2022-10-04  8:35 ` teldra
  2022-10-04  8:37 ` teldra
                   ` (2 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: teldra @ 2022-10-04  8:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages new-airshipper
https://github.com/void-linux/void-packages/pull/36140

New package: airshipper-0.7.0.
solves https://github.com/void-linux/void-packages/issues/36127

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


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl



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

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

From fefc4f6ff804bfc2c26de90a15d77780c4645cb9 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 14 Mar 2022 18:20:01 +0100
Subject: [PATCH] New package: airshipper-0.9.0.

solves https://github.com/void-linux/void-packages/issues/36127
---
 srcpkgs/airshipper/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/airshipper/template

diff --git a/srcpkgs/airshipper/template b/srcpkgs/airshipper/template
new file mode 100644
index 000000000000..56ae36f85f78
--- /dev/null
+++ b/srcpkgs/airshipper/template
@@ -0,0 +1,21 @@
+# Template file for 'airshipper'
+pkgname=airshipper
+version=0.9.0
+revision=1
+wrksrc="airshipper-v${version}"
+build_wrksrc="client"
+build_style=cargo
+hostmakedepends="pkg-config rustup git lfs"
+makedepends="openssl-devel libxcb-devel libxkbcommon-devel"
+short_desc="Official Veloren launcher - multiplayer voxel openworld RPG game"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-3.0-only"
+homepage="https://gitlab.com/veloren/airshipper"
+changelog="https://gitlab.com/veloren/airshipper/-/raw/master/CHANGELOG.md"
+distfiles="https://gitlab.com/veloren/airshipper/-/archive/v${version}/airshipper-v${version}.tar.gz"
+checksum=1cc1be4394b887b89af62f92d95508ed615c54a05b326a5e07e3d0cef08565da
+
+post_install() {
+	vinstall assets/net.veloren.airshipper.desktop 644 usr/share/applications
+	vinstall assets/net.veloren.airshipper.png 644 usr/share/icons/hicolor/256x256/apps/
+}

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

* Re: [PR PATCH] [Updated] New package: airshipper-0.7.0.
  2022-03-14 18:23 [PR PATCH] New package: airshipper-0.7.0 teldra
                   ` (24 preceding siblings ...)
  2022-10-04  8:35 ` teldra
@ 2022-10-04  8:37 ` teldra
  2022-10-04  8:51 ` teldra
  2022-10-04  9:04 ` [PR PATCH] [Closed]: " teldra
  27 siblings, 0 replies; 29+ messages in thread
From: teldra @ 2022-10-04  8:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages new-airshipper
https://github.com/void-linux/void-packages/pull/36140

New package: airshipper-0.7.0.
solves https://github.com/void-linux/void-packages/issues/36127

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


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl



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

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

From b26ad4105457503aba412ef8199d2be9605b68cc Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 14 Mar 2022 18:20:01 +0100
Subject: [PATCH] New package: airshipper-0.9.0.

solves https://github.com/void-linux/void-packages/issues/36127
---
 srcpkgs/airshipper/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/airshipper/template

diff --git a/srcpkgs/airshipper/template b/srcpkgs/airshipper/template
new file mode 100644
index 000000000000..66482c4a0fc2
--- /dev/null
+++ b/srcpkgs/airshipper/template
@@ -0,0 +1,21 @@
+# Template file for 'airshipper'
+pkgname=airshipper
+version=0.9.0
+revision=1
+wrksrc="airshipper-v${version}"
+build_wrksrc="client"
+build_style=cargo
+hostmakedepends="pkg-config rustup git-lfs"
+makedepends="openssl-devel libxcb-devel libxkbcommon-devel"
+short_desc="Official Veloren launcher - multiplayer voxel openworld RPG game"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-3.0-only"
+homepage="https://gitlab.com/veloren/airshipper"
+changelog="https://gitlab.com/veloren/airshipper/-/raw/master/CHANGELOG.md"
+distfiles="https://gitlab.com/veloren/airshipper/-/archive/v${version}/airshipper-v${version}.tar.gz"
+checksum=1cc1be4394b887b89af62f92d95508ed615c54a05b326a5e07e3d0cef08565da
+
+post_install() {
+	vinstall assets/net.veloren.airshipper.desktop 644 usr/share/applications
+	vinstall assets/net.veloren.airshipper.png 644 usr/share/icons/hicolor/256x256/apps/
+}

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

* Re: [PR PATCH] [Updated] New package: airshipper-0.7.0.
  2022-03-14 18:23 [PR PATCH] New package: airshipper-0.7.0 teldra
                   ` (25 preceding siblings ...)
  2022-10-04  8:37 ` teldra
@ 2022-10-04  8:51 ` teldra
  2022-10-04  9:04 ` [PR PATCH] [Closed]: " teldra
  27 siblings, 0 replies; 29+ messages in thread
From: teldra @ 2022-10-04  8:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages new-airshipper
https://github.com/void-linux/void-packages/pull/36140

New package: airshipper-0.7.0.
solves https://github.com/void-linux/void-packages/issues/36127

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


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl



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

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

From 3c5c59e75fa5eaccf5aeb43fc331daa2e085cf20 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Mon, 14 Mar 2022 18:20:01 +0100
Subject: [PATCH] New package: airshipper-0.9.0.

solves https://github.com/void-linux/void-packages/issues/36127
---
 srcpkgs/airshipper/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 srcpkgs/airshipper/template

diff --git a/srcpkgs/airshipper/template b/srcpkgs/airshipper/template
new file mode 100644
index 000000000000..30bf2058d0e9
--- /dev/null
+++ b/srcpkgs/airshipper/template
@@ -0,0 +1,25 @@
+# Template file for 'airshipper'
+pkgname=airshipper
+version=0.9.0
+revision=1
+wrksrc="airshipper-v${version}"
+build_wrksrc="client"
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel libxcb-devel libxkbcommon-devel"
+short_desc="Official Veloren launcher - multiplayer voxel openworld RPG game"
+maintainer="teldra <teldra@rotce.de>"
+license="GPL-3.0-only"
+homepage="https://gitlab.com/veloren/airshipper"
+changelog="https://gitlab.com/veloren/airshipper/-/raw/master/CHANGELOG.md"
+distfiles="https://gitlab.com/veloren/airshipper/-/archive/v${version}/airshipper-v${version}.tar.gz"
+checksum=1cc1be4394b887b89af62f92d95508ed615c54a05b326a5e07e3d0cef08565da
+
+do_build() {
+	cargo build --release --bin airshipper
+}
+
+post_install() {
+	vinstall assets/net.veloren.airshipper.desktop 644 usr/share/applications
+	vinstall assets/net.veloren.airshipper.png 644 usr/share/icons/hicolor/256x256/apps/
+}

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

* Re: [PR PATCH] [Closed]: New package: airshipper-0.7.0.
  2022-03-14 18:23 [PR PATCH] New package: airshipper-0.7.0 teldra
                   ` (26 preceding siblings ...)
  2022-10-04  8:51 ` teldra
@ 2022-10-04  9:04 ` teldra
  27 siblings, 0 replies; 29+ messages in thread
From: teldra @ 2022-10-04  9:04 UTC (permalink / raw)
  To: ml

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

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

New package: airshipper-0.7.0.
https://github.com/void-linux/void-packages/pull/36140

Description:
solves https://github.com/void-linux/void-packages/issues/36127

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


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl



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

end of thread, other threads:[~2022-10-04  9:04 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-14 18:23 [PR PATCH] New package: airshipper-0.7.0 teldra
2022-03-14 18:41 ` [PR PATCH] [Updated] " teldra
2022-03-15 13:47 ` [WIP] " tibequadorian
2022-03-15 18:31 ` teldra
2022-03-15 18:58 ` teldra
2022-03-15 18:59 ` tibequadorian
2022-03-17 11:33 ` tibequadorian
2022-03-17 11:41 ` tibequadorian
2022-03-21 10:41 ` tibequadorian
2022-03-31 20:10 ` teldra
2022-03-31 20:26 ` tibequadorian
2022-03-31 20:29 ` tibequadorian
2022-03-31 22:13 ` [PR PATCH] [Updated] " teldra
2022-03-31 22:29 ` teldra
2022-03-31 22:44 ` teldra
2022-03-31 23:11 ` teldra
2022-03-31 23:24 ` [PR PATCH] [Updated] " teldra
2022-03-31 23:26 ` teldra
2022-05-18 11:06 ` teldra
2022-05-18 11:08 ` teldra
2022-05-18 11:09 ` teldra
2022-06-10 14:38 ` tibequadorian
2022-07-14 12:32 ` [PR PATCH] [Updated] " teldra
2022-10-04  8:22 ` teldra
2022-10-04  8:23 ` teldra
2022-10-04  8:35 ` teldra
2022-10-04  8:37 ` teldra
2022-10-04  8:51 ` teldra
2022-10-04  9:04 ` [PR PATCH] [Closed]: " teldra

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