Github messages for voidlinux
 help / color / mirror / Atom feed
From: tranzystorek-io <tranzystorek-io@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: rio-0.0.9
Date: Wed, 19 Jul 2023 20:31:27 +0200	[thread overview]
Message-ID: <20230719183127.gBy-ptNW-gqfO2H5-xBQxDd-IKAfFbtqnRAmsucGwqQ@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-44823@inbox.vuxu.org>

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

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

https://github.com/tranzystorek-io/void-packages rio
https://github.com/void-linux/void-packages/pull/44823

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 9ebee42d7e386de6d22c7fb061953661e55902cf Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Tue, 4 Jul 2023 00:06:21 +0200
Subject: [PATCH] New package: rio-0.0.10

---
 srcpkgs/rio-terminfo |  1 +
 srcpkgs/rio/template | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)
 create mode 120000 srcpkgs/rio-terminfo
 create mode 100644 srcpkgs/rio/template

diff --git a/srcpkgs/rio-terminfo b/srcpkgs/rio-terminfo
new file mode 120000
index 000000000000..7b09b1f90778
--- /dev/null
+++ b/srcpkgs/rio-terminfo
@@ -0,0 +1 @@
+rio
\ No newline at end of file
diff --git a/srcpkgs/rio/template b/srcpkgs/rio/template
new file mode 100644
index 000000000000..4bf478d08a6b
--- /dev/null
+++ b/srcpkgs/rio/template
@@ -0,0 +1,33 @@
+# Template file for 'rio'
+pkgname=rio
+version=0.0.10
+revision=1
+build_style=cargo
+make_install_args="--path rio"
+hostmakedepends="pkg-config"
+makedepends="fontconfig-devel freetype-devel libglvnd-devel libxcb-devel libxkbcommon-devel wayland-devel"
+depends="rio-terminfo-${version}_${revision}"
+short_desc="Hardware-accelerated GPU terminal emulator powered by WebGPU"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://raphamorim.io/rio/"
+changelog="https://raw.githubusercontent.com/raphamorim/rio/main/CHANGELOG.md"
+distfiles="https://github.com/raphamorim/rio/archive/refs/tags/v${version}.tar.gz"
+checksum=a0f7bfa118cb35cb5ea5b7a9f0b16ab379d9ef2d3f58ea6f83e77c02341084f3
+
+post_install() {
+	vlicense LICENSE
+
+	vinstall misc/logo.svg 644 usr/share/icons/hicolor/scalable/apps rio.svg
+	vinstall misc/rio.desktop 644 usr/share/applications
+
+	vmkdir usr/share/terminfo
+	tic -sx -o ${DESTDIR}/usr/share/terminfo misc/rio.terminfo
+}
+
+rio-terminfo_package() {
+	short_desc+=" - terminfo data"
+	pkg_install() {
+		vmove usr/share/terminfo
+	}
+}

  parent reply	other threads:[~2023-07-19 18:31 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-03 22:08 [PR PATCH] New package: rio-0.0.8 tranzystorek-io
2023-07-04 14:50 ` [PR PATCH] [Updated] " tranzystorek-io
2023-07-04 19:10 ` tranzystorek-io
2023-07-04 19:48 ` [PR PATCH] [Updated] [WIP] " tranzystorek-io
2023-07-04 20:13 ` tranzystorek-io
2023-07-12 13:31 ` tranzystorek-io
2023-07-14 14:07 ` tranzystorek-io
2023-07-17  6:21 ` [PR PATCH] [Updated] New package: rio-0.0.9 tranzystorek-io
2023-07-19 18:31 ` tranzystorek-io [this message]
2023-07-19 21:15 ` New package: rio-0.0.10 raphamorim
2023-07-19 21:30 ` [PR PATCH] [Updated] " tranzystorek-io
2023-07-20 20:24 ` [PR PATCH] [Updated] New package: rio-0.0.11 tranzystorek-io
2023-07-21 12:16 ` [PR PATCH] [Updated] New package: rio-0.0.12 tranzystorek-io
2023-07-23  9:14 ` [PR PATCH] [Updated] New package: rio-0.0.13 tranzystorek-io
2023-08-01 20:59 ` [PR PATCH] [Updated] New package: rio-0.0.14 tranzystorek-io
2023-08-03 11:16 ` [PR PATCH] [Updated] New package: rio-0.0.15 tranzystorek-io
2023-08-03 21:06 ` [PR PATCH] [Updated] New package: rio-0.0.16 tranzystorek-io
2023-08-18 21:10 ` tranzystorek-io
2023-09-11  9:53 ` tranzystorek-io
2023-09-19 10:43 ` [PR PATCH] [Updated] New package: rio-0.0.18 tranzystorek-io
2023-09-24 19:46 ` [PR PATCH] [Updated] New package: rio-0.0.19 tranzystorek-io
2023-09-30 11:17 ` [PR PATCH] [Updated] New package: rio-0.0.20 tranzystorek-io
2023-10-02 14:46 ` [PR PATCH] [Updated] New package: rio-0.0.21 tranzystorek-io
2023-10-19 14:15 ` [PR PATCH] [Updated] New package: rio-0.0.22 tranzystorek-io
2023-10-20 19:50 ` [PR PATCH] [Updated] New package: rio-0.0.23 tranzystorek-io
2023-10-25 22:00 ` [PR PATCH] [Updated] New package: rio-0.0.24 tranzystorek-io
2023-10-30  8:35 ` [PR PATCH] [Updated] New package: rio-0.0.25 tranzystorekk
2023-11-02 21:13 ` New package: rio-0.0.26 classabbyamp
2023-11-02 23:37 ` tranzystorekk
2023-11-02 23:39 ` [PR PATCH] [Merged]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230719183127.gBy-ptNW-gqfO2H5-xBQxDd-IKAfFbtqnRAmsucGwqQ@z \
    --to=tranzystorek-io@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).