Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: warpinator-1.8.3
@ 2024-02-11  2:50 chrysos349
  2024-02-11 14:13 ` melroy89
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: chrysos349 @ 2024-02-11  2:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages warpinator
https://github.com/void-linux/void-packages/pull/48651

New package: warpinator-1.8.3
#### 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl x
  - armv7l x
  - armv6l-musl x

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

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

From 19c3e35ff83adc36d6428d34f74a78627e54e33f Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Sun, 11 Feb 2024 05:48:18 +0300
Subject: [PATCH] New package: warpinator-1.8.3

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

diff --git a/srcpkgs/warpinator/template b/srcpkgs/warpinator/template
new file mode 100644
index 0000000000000..ccd61f6b6fd07
--- /dev/null
+++ b/srcpkgs/warpinator/template
@@ -0,0 +1,17 @@
+# Template file for 'warpinator'
+pkgname=warpinator
+version=1.8.3
+revision=1
+build_style=meson
+build_helper=gir
+configure_args="-Dbundle-grpc=false -Dbundle-zeroconf=false"
+hostmakedepends="gettext pkg-config polkit"
+depends="gtk+3 python3-cryptography python3-gobject python3-grpcio
+ python3-netifaces python3-protobuf python3-pynacl python3-qrcode
+ python3-setproctitle python3-setuptools python3-xapp python3-zeroconf"
+short_desc="Send and Receive Files across the Network"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/linuxmint/warpinator"
+distfiles="https://github.com/linuxmint/warpinator/archive/${version}.tar.gz"
+checksum=1e1e52519301e4913644ae48a588c93f380603ecbfb399f9ba55d575d6cd4a71

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

* Re: New package: warpinator-1.8.3
  2024-02-11  2:50 [PR PATCH] New package: warpinator-1.8.3 chrysos349
@ 2024-02-11 14:13 ` melroy89
  2024-02-13 21:17 ` melroy89
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: melroy89 @ 2024-02-11 14:13 UTC (permalink / raw)
  To: ml

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

New comment by melroy89 on void-packages repository

https://github.com/void-linux/void-packages/pull/48651#issuecomment-1937766471

Comment:
@chrysos349  Thank you so much! I was looking for this myself. But you did the job already.

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

* Re: New package: warpinator-1.8.3
  2024-02-11  2:50 [PR PATCH] New package: warpinator-1.8.3 chrysos349
  2024-02-11 14:13 ` melroy89
@ 2024-02-13 21:17 ` melroy89
  2024-03-02  2:29 ` melroy89
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: melroy89 @ 2024-02-13 21:17 UTC (permalink / raw)
  To: ml

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

New comment by melroy89 on void-packages repository

https://github.com/void-linux/void-packages/pull/48651#issuecomment-1942564303

Comment:
Ps. Yes I tested it and it works!

![image](https://github.com/void-linux/void-packages/assets/628926/d83ca3b3-8add-4df5-a2fe-17fe3c2e64b3)


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

* Re: New package: warpinator-1.8.3
  2024-02-11  2:50 [PR PATCH] New package: warpinator-1.8.3 chrysos349
  2024-02-11 14:13 ` melroy89
  2024-02-13 21:17 ` melroy89
@ 2024-03-02  2:29 ` melroy89
  2024-06-01  1:50 ` github-actions
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: melroy89 @ 2024-03-02  2:29 UTC (permalink / raw)
  To: ml

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

New comment by melroy89 on void-packages repository

https://github.com/void-linux/void-packages/pull/48651#issuecomment-1974211108

Comment:
If you're willing to maintain it, I don't see any reason why this PR won't be merged in the near future (hopefully).

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

* Re: New package: warpinator-1.8.3
  2024-02-11  2:50 [PR PATCH] New package: warpinator-1.8.3 chrysos349
                   ` (2 preceding siblings ...)
  2024-03-02  2:29 ` melroy89
@ 2024-06-01  1:50 ` github-actions
  2024-06-01  7:12 ` melroy89
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2024-06-01  1:50 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/48651#issuecomment-2143209402

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: New package: warpinator-1.8.3
  2024-02-11  2:50 [PR PATCH] New package: warpinator-1.8.3 chrysos349
                   ` (3 preceding siblings ...)
  2024-06-01  1:50 ` github-actions
@ 2024-06-01  7:12 ` melroy89
  2024-06-14 11:35 ` [PR PATCH] [Updated] " chrysos349
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: melroy89 @ 2024-06-01  7:12 UTC (permalink / raw)
  To: ml

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

New comment by melroy89 on void-packages repository

https://github.com/void-linux/void-packages/pull/48651#issuecomment-2143336131

Comment:
Dump and merge plz 

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

* Re: [PR PATCH] [Updated] New package: warpinator-1.8.3
  2024-02-11  2:50 [PR PATCH] New package: warpinator-1.8.3 chrysos349
                   ` (4 preceding siblings ...)
  2024-06-01  7:12 ` melroy89
@ 2024-06-14 11:35 ` chrysos349
  2024-06-15 16:29 ` New package: warpinator-1.8.4 melroy89
  2024-06-20  7:26 ` [PR PATCH] [Updated] " chrysos349
  7 siblings, 0 replies; 9+ messages in thread
From: chrysos349 @ 2024-06-14 11:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages warpinator
https://github.com/void-linux/void-packages/pull/48651

New package: warpinator-1.8.3
#### 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl x
  - armv7l x
  - armv6l-musl x

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

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

From 2d2f5ff1d821b10c133e53e8d29b1afe5a81af15 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Sun, 11 Feb 2024 05:48:18 +0300
Subject: [PATCH] New package: warpinator-1.8.4

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

diff --git a/srcpkgs/warpinator/template b/srcpkgs/warpinator/template
new file mode 100644
index 00000000000000..280e60284aaa8e
--- /dev/null
+++ b/srcpkgs/warpinator/template
@@ -0,0 +1,17 @@
+# Template file for 'warpinator'
+pkgname=warpinator
+version=1.8.4
+revision=1
+build_style=meson
+build_helper=gir
+configure_args="-Dbundle-grpc=false -Dbundle-zeroconf=false"
+hostmakedepends="gettext pkg-config polkit"
+depends="gtk+3 python3-cryptography python3-gobject python3-grpcio
+ python3-netifaces python3-protobuf python3-pynacl python3-qrcode
+ python3-setproctitle python3-setuptools python3-xapp python3-zeroconf"
+short_desc="Send and Receive Files across the Network"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/linuxmint/warpinator"
+distfiles="https://github.com/linuxmint/warpinator/archive/${version}.tar.gz"
+checksum=2e8e74e01f8c2aa6d49d9991f76db06821a9f15bd4de3ac3b82c5fdd7dc6751e

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

* Re: New package: warpinator-1.8.4
  2024-02-11  2:50 [PR PATCH] New package: warpinator-1.8.3 chrysos349
                   ` (5 preceding siblings ...)
  2024-06-14 11:35 ` [PR PATCH] [Updated] " chrysos349
@ 2024-06-15 16:29 ` melroy89
  2024-06-20  7:26 ` [PR PATCH] [Updated] " chrysos349
  7 siblings, 0 replies; 9+ messages in thread
From: melroy89 @ 2024-06-15 16:29 UTC (permalink / raw)
  To: ml

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

New comment by melroy89 on void-packages repository

https://github.com/void-linux/void-packages/pull/48651#issuecomment-2170184788

Comment:
The reason that void linux just doesn't merge these PRs.. Is the reason I'm actually not eager to use void linux. It's a shame how they threat their community. All the wasted effort and time for all these PRs...

For what? For nothing. 

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

* Re: [PR PATCH] [Updated] New package: warpinator-1.8.4
  2024-02-11  2:50 [PR PATCH] New package: warpinator-1.8.3 chrysos349
                   ` (6 preceding siblings ...)
  2024-06-15 16:29 ` New package: warpinator-1.8.4 melroy89
@ 2024-06-20  7:26 ` chrysos349
  7 siblings, 0 replies; 9+ messages in thread
From: chrysos349 @ 2024-06-20  7:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages warpinator
https://github.com/void-linux/void-packages/pull/48651

New package: warpinator-1.8.4
#### 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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl x
  - armv7l x
  - armv6l-musl x

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

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

From 8d3c6409cc60bb6fb439a1ed10e4f33f0e67c001 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Sun, 11 Feb 2024 05:48:18 +0300
Subject: [PATCH] New package: warpinator-1.8.5

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

diff --git a/srcpkgs/warpinator/template b/srcpkgs/warpinator/template
new file mode 100644
index 00000000000000..45e17eb5b0ea92
--- /dev/null
+++ b/srcpkgs/warpinator/template
@@ -0,0 +1,17 @@
+# Template file for 'warpinator'
+pkgname=warpinator
+version=1.8.5
+revision=1
+build_style=meson
+build_helper=gir
+configure_args="-Dbundle-grpc=false -Dbundle-zeroconf=false"
+hostmakedepends="gettext pkg-config polkit"
+depends="gtk+3 python3-cryptography python3-gobject python3-grpcio
+ python3-netifaces python3-protobuf python3-pynacl python3-qrcode
+ python3-setproctitle python3-setuptools python3-xapp python3-zeroconf"
+short_desc="Send and Receive Files across the Network"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/linuxmint/warpinator"
+distfiles="https://github.com/linuxmint/warpinator/archive/${version}.tar.gz"
+checksum=809462012622bfdbdc6d0f3ae1196c690c8f786e6136c350d30f3eef6edc1f9a

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

end of thread, other threads:[~2024-06-20  7:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-11  2:50 [PR PATCH] New package: warpinator-1.8.3 chrysos349
2024-02-11 14:13 ` melroy89
2024-02-13 21:17 ` melroy89
2024-03-02  2:29 ` melroy89
2024-06-01  1:50 ` github-actions
2024-06-01  7:12 ` melroy89
2024-06-14 11:35 ` [PR PATCH] [Updated] " chrysos349
2024-06-15 16:29 ` New package: warpinator-1.8.4 melroy89
2024-06-20  7:26 ` [PR PATCH] [Updated] " chrysos349

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