Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: nwg-readme-browser
@ 2024-04-01 23:16 zen0bit
  2024-04-02  4:30 ` [PR PATCH] [Updated] " zen0bit
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: zen0bit @ 2024-04-01 23:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR nwg-readme-browser
https://github.com/void-linux/void-packages/pull/49661

New package: nwg-readme-browser

#### 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, x64 glibc


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nwg-readme-browser-49661.patch --]
[-- Type: text/x-diff, Size: 1243 bytes --]

From 1ab6ab0f76de4427f4e9df0dc5b184951eaba47f Mon Sep 17 00:00:00 2001
From: zenobit <zenobit@disroot.org>
Date: Sat, 16 Mar 2024 23:27:52 +0100
Subject: [PATCH] New package: nwg-readme-browser

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

diff --git a/srcpkgs/nwg-readme-browser/template b/srcpkgs/nwg-readme-browser/template
new file mode 100644
index 00000000000000..c336e13f58111c
--- /dev/null
+++ b/srcpkgs/nwg-readme-browser/template
@@ -0,0 +1,18 @@
+# Template file for 'nwg-readme-browser'
+pkgname=nwg-readme-browser
+version=0.1.5
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="gtk-layer-shell gtk+3 python3 python3-docutils python3-gobject python3-markdown2 webkit2gtk"
+short_desc="WebKitGTK-based README file browser"
+maintainer="zenobit <zenobit@disroot.org>"
+license="MIT"
+homepage="https://nwg-piotr.github.io/nwg-shell/nwg-readme-browser"
+#changelog=""
+distfiles="https://github.com/nwg-piotr/nwg-readme-browser/archive/refs/tags/v${version}.tar.gz"
+checksum=e12eb2affc9683a5ae13ec1509b0927e8d0d76e2fc89c3b1966019aeb772ddce
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: nwg-readme-browser
  2024-04-01 23:16 [PR PATCH] New package: nwg-readme-browser zen0bit
@ 2024-04-02  4:30 ` zen0bit
  2024-04-02  6:37 ` [PR PATCH] [Closed]: " classabbyamp
  2024-04-02  6:38 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: zen0bit @ 2024-04-02  4:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR nwg-readme-browser
https://github.com/void-linux/void-packages/pull/49661

New package: nwg-readme-browser

#### 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, x64 glibc


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nwg-readme-browser-49661.patch --]
[-- Type: text/x-diff, Size: 1334 bytes --]

From f000c02060e27fb99716500a3893aaa24a39c822 Mon Sep 17 00:00:00 2001
From: zenobit <zenobit@disroot.org>
Date: Sat, 16 Mar 2024 23:27:52 +0100
Subject: [PATCH] New package: nwg-readme-browser

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

diff --git a/srcpkgs/nwg-readme-browser/template b/srcpkgs/nwg-readme-browser/template
new file mode 100644
index 00000000000000..f7efdee38d1a9d
--- /dev/null
+++ b/srcpkgs/nwg-readme-browser/template
@@ -0,0 +1,19 @@
+# Template file for 'nwg-readme-browser'
+pkgname=nwg-readme-browser
+version=0.1.5
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-setuptools python3-wheel"
+depends="gtk-layer-shell gtk+3 python3-docutils python3-gobject python3-markdown2 webkit2gtk"
+checkdepends="python3-markdown2 python3-gobject gtk+3 webkit2gtk python3-docutils"
+short_desc="WebKitGTK-based README file browser"
+maintainer="zenobit <zenobit@disroot.org>"
+license="MIT"
+homepage="https://nwg-piotr.github.io/nwg-shell/nwg-readme-browser"
+#changelog=""
+distfiles="https://github.com/nwg-piotr/nwg-readme-browser/archive/refs/tags/v${version}.tar.gz"
+checksum=e12eb2affc9683a5ae13ec1509b0927e8d0d76e2fc89c3b1966019aeb772ddce
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Closed]: New package: nwg-readme-browser
  2024-04-01 23:16 [PR PATCH] New package: nwg-readme-browser zen0bit
  2024-04-02  4:30 ` [PR PATCH] [Updated] " zen0bit
@ 2024-04-02  6:37 ` classabbyamp
  2024-04-02  6:38 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2024-04-02  6:37 UTC (permalink / raw)
  To: ml

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

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

New package: nwg-readme-browser
https://github.com/void-linux/void-packages/pull/49661

Description:

#### 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, x64 glibc


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

* Re: New package: nwg-readme-browser
  2024-04-01 23:16 [PR PATCH] New package: nwg-readme-browser zen0bit
  2024-04-02  4:30 ` [PR PATCH] [Updated] " zen0bit
  2024-04-02  6:37 ` [PR PATCH] [Closed]: " classabbyamp
@ 2024-04-02  6:38 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2024-04-02  6:38 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/49661#issuecomment-2031187456

Comment:
consolidate in #49664 

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

end of thread, other threads:[~2024-04-02  6:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-01 23:16 [PR PATCH] New package: nwg-readme-browser zen0bit
2024-04-02  4:30 ` [PR PATCH] [Updated] " zen0bit
2024-04-02  6:37 ` [PR PATCH] [Closed]: " classabbyamp
2024-04-02  6:38 ` classabbyamp

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