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

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