Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: inlyne-0.4.1
@ 2024-03-04 15:55 reedts
  2024-03-05  8:55 ` [PR PATCH] [Updated] " reedts
  0 siblings, 1 reply; 2+ messages in thread
From: reedts @ 2024-03-04 15:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/reedts/void-packages inlyne_v0.4.1
https://github.com/void-linux/void-packages/pull/49090

New package: inlyne-0.4.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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):
  - aarch64-musl
  - aarch64
  - armv7l-musl
  - armv7l-musl



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

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

From ed74106a9ee38669d9dde4f20aef4b7912d52166 Mon Sep 17 00:00:00 2001
From: Julian Bigge <julian.bigge@uni-muenster.de>
Date: Mon, 4 Mar 2024 16:40:22 +0100
Subject: [PATCH] New package: inlyne-0.4.1

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

diff --git a/srcpkgs/inlyne/template b/srcpkgs/inlyne/template
new file mode 100644
index 00000000000000..604f412abc73bf
--- /dev/null
+++ b/srcpkgs/inlyne/template
@@ -0,0 +1,17 @@
+# Template file for 'inlyne'
+pkgname=inlyne
+version=0.4.1
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="fontconfig-devel oniguruma-devel wayland-devel libxkbcommon-devel"
+short_desc="GPU-püowered, browserless, markdown and HTML viewer"
+maintainer="Julian Bigge <j.reedts@gmail.com>"
+license="MIT"
+homepage="https://github.com/Inlyne-Project/inlyne"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=62e089627812690b182520138708151f47391c5ba518f0b80649942dedd1be87
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: inlyne-0.4.1
  2024-03-04 15:55 [PR PATCH] New package: inlyne-0.4.1 reedts
@ 2024-03-05  8:55 ` reedts
  0 siblings, 0 replies; 2+ messages in thread
From: reedts @ 2024-03-05  8:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/reedts/void-packages inlyne_v0.4.1
https://github.com/void-linux/void-packages/pull/49090

New package: inlyne-0.4.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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):
  - aarch64-musl
  - aarch64
  - armv7l-musl
  - armv7l-musl



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

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

From e1cefc62360dd41a17d44c30ef809bb39a23daf4 Mon Sep 17 00:00:00 2001
From: Julian Bigge <julian.bigge@uni-muenster.de>
Date: Mon, 4 Mar 2024 16:40:22 +0100
Subject: [PATCH] New package: inlyne-0.4.1

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

diff --git a/srcpkgs/inlyne/template b/srcpkgs/inlyne/template
new file mode 100644
index 00000000000000..42aaa5bcd3f4b3
--- /dev/null
+++ b/srcpkgs/inlyne/template
@@ -0,0 +1,17 @@
+# Template file for 'inlyne'
+pkgname=inlyne
+version=0.4.1
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="fontconfig-devel oniguruma-devel wayland-devel libxkbcommon-devel"
+short_desc="GPU-powered, browserless, markdown and HTML viewer"
+maintainer="Julian Bigge <j.reedts@gmail.com>"
+license="MIT"
+homepage="https://github.com/Inlyne-Project/inlyne"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=62e089627812690b182520138708151f47391c5ba518f0b80649942dedd1be87
+
+post_install() {
+	vlicense LICENSE
+}

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

end of thread, other threads:[~2024-03-05  8:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-04 15:55 [PR PATCH] New package: inlyne-0.4.1 reedts
2024-03-05  8:55 ` [PR PATCH] [Updated] " reedts

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