Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: wiki-tui-0.8.1
@ 2023-08-05 18:46 ethamck
  2023-08-06  3:25 ` classabbyamp
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: ethamck @ 2023-08-05 18:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ethamck/void-packages wiki-tui
https://github.com/void-linux/void-packages/pull/45438

New package: wiki-tui-0.8.1
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (crossbuilds, **both glibc and musl** where possible):
  - x86_64
  - i686
  - aarch64
  - armv7l
  - armv6l

*This is my first package for any distribution. I'm particularly eager to suggestions if I got anything wrong! (Specifically, I'm not sure if I needed to add compilation options, since the package allows [multiple possible ncurses-like backends](https://builditluc.github.io/wiki-tui/0.8/getting-started/installation/#cargo). I couldn't find anything about having mutually exclusive options in the manual.)*

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

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

From 3357ab930bae093bd3027adb1ce75f0811d484f9 Mon Sep 17 00:00:00 2001
From: ethamck <ethamck@proton.me>
Date: Sat, 5 Aug 2023 18:42:23 +0000
Subject: [PATCH] New package: wiki-tui-0.8.1

---
 srcpkgs/wiki-tui/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/wiki-tui/template

diff --git a/srcpkgs/wiki-tui/template b/srcpkgs/wiki-tui/template
new file mode 100644
index 0000000000000..1a9630412adb1
--- /dev/null
+++ b/srcpkgs/wiki-tui/template
@@ -0,0 +1,18 @@
+# Template file for 'wiki-tui'
+pkgname=wiki-tui
+version=0.8.1
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel"
+short_desc="Simple and easy to use Wikipedia Text User Interface"
+maintainer="ethamck <ethamck@proton.me>"
+license="MIT"
+homepage="https://builditluc.github.io/wiki-tui/"
+changelog="https://github.com/Builditluc/wiki-tui/raw/main/CHANGELOG.md"
+distfiles="https://github.com/Builditluc/wiki-tui/archive/refs/tags/v${version}.tar.gz"
+checksum=3fc11a53707531d658f47c04b1e148ff81332e20ada71f028c5c5cc69c2728aa
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: wiki-tui-0.8.1
  2023-08-05 18:46 [PR PATCH] New package: wiki-tui-0.8.1 ethamck
@ 2023-08-06  3:25 ` classabbyamp
  2023-08-09 23:57 ` ethamck
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2023-08-06  3:25 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/45438#issuecomment-1666695596

Comment:
would be nice to install the desktop file and icon too

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

* Re: New package: wiki-tui-0.8.1
  2023-08-05 18:46 [PR PATCH] New package: wiki-tui-0.8.1 ethamck
  2023-08-06  3:25 ` classabbyamp
@ 2023-08-09 23:57 ` ethamck
  2023-08-09 23:59 ` ethamck
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ethamck @ 2023-08-09 23:57 UTC (permalink / raw)
  To: ml

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

New comment by ethamck on void-packages repository

https://github.com/void-linux/void-packages/pull/45438#issuecomment-1672333762

Comment:
I'm currently waiting for a version bump in the main repository to do this.

Previously, the icon that would be bundled with the desktop file was an unscalable raster of an odd size, so I opened [#207](https://github.com/Builditluc/wiki-tui/issues/207). The next version published will include proper icon sizes.

I have some code locally that I assume will work perfectly once this happens, and if it does I'll force-push when tested.

```
diff --git a/srcpkgs/wiki-tui/template b/srcpkgs/wiki-tui/template
index 1a9630412a..24d4398b60 100644
--- a/srcpkgs/wiki-tui/template
+++ b/srcpkgs/wiki-tui/template
@@ -15,4 +15,7 @@ checksum=3fc11a53707531d658f47c04b1e148ff81332e20ada71f028c5c5cc69c2728aa
 
 post_install() {
        vlicense LICENSE
+
+       vcopy icons/ usr/share/icons/
+       vinstall wiki-tui.desktop 644 usr/share/applications
 }
```


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

* Re: New package: wiki-tui-0.8.1
  2023-08-05 18:46 [PR PATCH] New package: wiki-tui-0.8.1 ethamck
  2023-08-06  3:25 ` classabbyamp
  2023-08-09 23:57 ` ethamck
@ 2023-08-09 23:59 ` ethamck
  2023-08-12 14:13 ` [PR PATCH] [Updated] " ethamck
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ethamck @ 2023-08-09 23:59 UTC (permalink / raw)
  To: ml

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

New comment by ethamck on void-packages repository

https://github.com/void-linux/void-packages/pull/45438#issuecomment-1672333762

Comment:
I'm currently waiting for a version bump in the main repository to do this.

Previously, the icon that would be bundled with the desktop file was an unscalable raster of an odd size, so I opened [#207](https://github.com/Builditluc/wiki-tui/issues/207). The next version published will include proper icon sizes.

I have some code locally that I assume will work perfectly once this happens, and if it does I'll force-push when tested.

```diff
diff --git a/srcpkgs/wiki-tui/template b/srcpkgs/wiki-tui/template
index 1a9630412a..24d4398b60 100644
--- a/srcpkgs/wiki-tui/template
+++ b/srcpkgs/wiki-tui/template
@@ -15,4 +15,7 @@ checksum=3fc11a53707531d658f47c04b1e148ff81332e20ada71f028c5c5cc69c2728aa
 
 post_install() {
        vlicense LICENSE
+
+       vcopy icons/ usr/share/icons/
+       vinstall wiki-tui.desktop 644 usr/share/applications
 }
```


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

* Re: [PR PATCH] [Updated] New package: wiki-tui-0.8.1
  2023-08-05 18:46 [PR PATCH] New package: wiki-tui-0.8.1 ethamck
                   ` (2 preceding siblings ...)
  2023-08-09 23:59 ` ethamck
@ 2023-08-12 14:13 ` ethamck
  2023-08-12 22:12 ` [PR PATCH] [Updated] New package: wiki-tui-0.8.2 ethamck
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ethamck @ 2023-08-12 14:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ethamck/void-packages wiki-tui
https://github.com/void-linux/void-packages/pull/45438

New package: wiki-tui-0.8.1
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (crossbuilds, **both glibc and musl** where possible):
  - x86_64
  - i686
  - aarch64
  - armv7l
  - armv6l

*This is my first package for any distribution. I'm particularly eager to suggestions if I got anything wrong! (Specifically, I'm not sure if I needed to add compilation options, since the package allows [multiple possible ncurses-like backends](https://builditluc.github.io/wiki-tui/0.8/getting-started/installation/#cargo). I couldn't find anything about having mutually exclusive options in the manual.)*

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

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

From 348fe4eea1c85910e36919ccb83ed1da5c3fe22f Mon Sep 17 00:00:00 2001
From: ethamck <ethamck@proton.me>
Date: Sat, 5 Aug 2023 18:42:23 +0000
Subject: [PATCH] New package: wiki-tui-0.8.2

---
 srcpkgs/wiki-tui/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/wiki-tui/template

diff --git a/srcpkgs/wiki-tui/template b/srcpkgs/wiki-tui/template
new file mode 100644
index 0000000000000..a2f92848ee1df
--- /dev/null
+++ b/srcpkgs/wiki-tui/template
@@ -0,0 +1,21 @@
+# Template file for 'wiki-tui'
+pkgname=wiki-tui
+version=0.8.2
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel"
+short_desc="Simple and easy to use Wikipedia Text User Interface"
+maintainer="ethamck <ethamck@proton.me>"
+license="MIT"
+homepage="https://builditluc.github.io/wiki-tui/"
+changelog="https://github.com/Builditluc/wiki-tui/raw/main/CHANGELOG.md"
+distfiles="https://github.com/Builditluc/wiki-tui/archive/refs/tags/v${version}.tar.gz"
+checksum=3fc11a53707531d658f47c04b1e148ff81332e20ada71f028c5c5cc69c2728aa
+
+post_install() {
+	vlicense LICENSE
+	
+	vcopy icons/ usr/share/icons/
+	vinstall wiki-tui.desktop 644 usr/share/applications
+}

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

* Re: [PR PATCH] [Updated] New package: wiki-tui-0.8.2
  2023-08-05 18:46 [PR PATCH] New package: wiki-tui-0.8.1 ethamck
                   ` (3 preceding siblings ...)
  2023-08-12 14:13 ` [PR PATCH] [Updated] " ethamck
@ 2023-08-12 22:12 ` ethamck
  2023-08-13  1:29 ` ethamck
  2023-08-14  5:15 ` [PR PATCH] [Merged]: " classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: ethamck @ 2023-08-12 22:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ethamck/void-packages wiki-tui
https://github.com/void-linux/void-packages/pull/45438

New package: wiki-tui-0.8.2
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (crossbuilds, **both glibc and musl** where possible):
  - x86_64
  - i686
  - aarch64
  - armv7l
  - armv6l

*This is my first package for any distribution. I'm particularly eager to suggestions if I got anything wrong! (Specifically, I'm not sure if I needed to add compilation options, since the package allows [multiple possible ncurses-like backends](https://builditluc.github.io/wiki-tui/0.8/getting-started/installation/#cargo). I couldn't find anything about having mutually exclusive options in the manual.)*

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

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

From 39b2d3c4cd0299c7fa83edd4a4ceac8c0628a3f6 Mon Sep 17 00:00:00 2001
From: ethamck <ethamck@proton.me>
Date: Sat, 5 Aug 2023 18:42:23 +0000
Subject: [PATCH] New package: wiki-tui-0.8.2

---
 srcpkgs/wiki-tui/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/wiki-tui/template

diff --git a/srcpkgs/wiki-tui/template b/srcpkgs/wiki-tui/template
new file mode 100644
index 0000000000000..2d7344b860f3c
--- /dev/null
+++ b/srcpkgs/wiki-tui/template
@@ -0,0 +1,21 @@
+# Template file for 'wiki-tui'
+pkgname=wiki-tui
+version=0.8.2
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel"
+short_desc="Simple and easy to use Wikipedia Text User Interface"
+maintainer="ethamck <ethamck@proton.me>"
+license="MIT"
+homepage="https://builditluc.github.io/wiki-tui/"
+changelog="https://github.com/Builditluc/wiki-tui/raw/main/CHANGELOG.md"
+distfiles="https://github.com/Builditluc/wiki-tui/archive/refs/tags/v${version}.tar.gz"
+checksum=408bc8eb928e3a9b8d0c59ac2aa160c101b1e978e1a95eb751585f54087dfe62
+
+post_install() {
+	vlicense LICENSE
+	
+	vcopy icons/ usr/share/icons/
+	vinstall wiki-tui.desktop 644 usr/share/applications
+}

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

* Re: [PR PATCH] [Updated] New package: wiki-tui-0.8.2
  2023-08-05 18:46 [PR PATCH] New package: wiki-tui-0.8.1 ethamck
                   ` (4 preceding siblings ...)
  2023-08-12 22:12 ` [PR PATCH] [Updated] New package: wiki-tui-0.8.2 ethamck
@ 2023-08-13  1:29 ` ethamck
  2023-08-14  5:15 ` [PR PATCH] [Merged]: " classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: ethamck @ 2023-08-13  1:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ethamck/void-packages wiki-tui
https://github.com/void-linux/void-packages/pull/45438

New package: wiki-tui-0.8.2
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (crossbuilds, **both glibc and musl** where possible):
  - x86_64
  - i686
  - aarch64
  - armv7l
  - armv6l

*This is my first package for any distribution. I'm particularly eager to suggestions if I got anything wrong! (Specifically, I'm not sure if I needed to add compilation options, since the package allows [multiple possible ncurses-like backends](https://builditluc.github.io/wiki-tui/0.8/getting-started/installation/#cargo). I couldn't find anything about having mutually exclusive options in the manual.)*

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

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

From e91d51d5a8e0f898b18f3f1fdd0957ed6869f937 Mon Sep 17 00:00:00 2001
From: ethamck <ethamck@proton.me>
Date: Sat, 5 Aug 2023 18:42:23 +0000
Subject: [PATCH] New package: wiki-tui-0.8.2

---
 srcpkgs/wiki-tui/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/wiki-tui/template

diff --git a/srcpkgs/wiki-tui/template b/srcpkgs/wiki-tui/template
new file mode 100644
index 0000000000000..a851f1cc8fe64
--- /dev/null
+++ b/srcpkgs/wiki-tui/template
@@ -0,0 +1,21 @@
+# Template file for 'wiki-tui'
+pkgname=wiki-tui
+version=0.8.2
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel"
+short_desc="Simple and easy to use Wikipedia Text User Interface"
+maintainer="ethamck <ethamck@proton.me>"
+license="MIT"
+homepage="https://builditluc.github.io/wiki-tui/"
+changelog="https://github.com/Builditluc/wiki-tui/raw/main/CHANGELOG.md"
+distfiles="https://github.com/Builditluc/wiki-tui/archive/refs/tags/v${version}.tar.gz"
+checksum=408bc8eb928e3a9b8d0c59ac2aa160c101b1e978e1a95eb751585f54087dfe62
+
+post_install() {
+	vlicense LICENSE
+
+	vcopy icons/ usr/share/icons/
+	vinstall wiki-tui.desktop 644 usr/share/applications
+}

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

* Re: [PR PATCH] [Merged]: New package: wiki-tui-0.8.2
  2023-08-05 18:46 [PR PATCH] New package: wiki-tui-0.8.1 ethamck
                   ` (5 preceding siblings ...)
  2023-08-13  1:29 ` ethamck
@ 2023-08-14  5:15 ` classabbyamp
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2023-08-14  5:15 UTC (permalink / raw)
  To: ml

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

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

New package: wiki-tui-0.8.2
https://github.com/void-linux/void-packages/pull/45438

Description:
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)
- I built this PR locally for these architectures (crossbuilds, **both glibc and musl** where possible):
  - x86_64
  - i686
  - aarch64
  - armv7l
  - armv6l

*This is my first package for any distribution. I'm particularly eager to suggestions if I got anything wrong! (Specifically, I'm not sure if I needed to add compilation options, since the package allows [multiple possible ncurses-like backends](https://builditluc.github.io/wiki-tui/0.8/getting-started/installation/#cargo). I couldn't find anything about having mutually exclusive options in the manual.)*

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

end of thread, other threads:[~2023-08-14  5:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-05 18:46 [PR PATCH] New package: wiki-tui-0.8.1 ethamck
2023-08-06  3:25 ` classabbyamp
2023-08-09 23:57 ` ethamck
2023-08-09 23:59 ` ethamck
2023-08-12 14:13 ` [PR PATCH] [Updated] " ethamck
2023-08-12 22:12 ` [PR PATCH] [Updated] New package: wiki-tui-0.8.2 ethamck
2023-08-13  1:29 ` ethamck
2023-08-14  5:15 ` [PR PATCH] [Merged]: " 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).