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

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

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

https://github.com/oSoWoSo/VUR nwg-clipman
https://github.com/void-linux/void-packages/pull/49662

New package: nwg-clipman-0.2.1
#### 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/49662.patch is attached

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

From 350e3398fbd4b3370b97ab0d3b0401482396fc6a Mon Sep 17 00:00:00 2001
From: zenobit <zenobit@disroot.org>
Date: Sun, 31 Mar 2024 17:20:39 +0200
Subject: [PATCH] New package: nwg-clipman-0.2.1

---
 srcpkgs/nwg-clipman/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/nwg-clipman/template

diff --git a/srcpkgs/nwg-clipman/template b/srcpkgs/nwg-clipman/template
new file mode 100644
index 00000000000000..736f23f98d7816
--- /dev/null
+++ b/srcpkgs/nwg-clipman/template
@@ -0,0 +1,22 @@
+# Template file for 'nwg-clipman'
+pkgname=nwg-clipman
+version=0.2.1
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="cliphist gtk-layer-shell gtk+3 python3 python3-gobject xdg-utils wl-clipboard"
+checkdepends="python3-wheel"
+short_desc="GTK3-based GUI for cliphist - nwg-shell clipboard manager"
+maintainer="zenobit <zenobit@disroot.org>"
+license="MIT"
+homepage="https://github.com/nwg-piotr/nwg-clipman"
+#changelog=""
+distfiles="https://github.com/nwg-piotr/nwg-clipman/archive/refs/tags/v${version}.tar.gz"
+checksum=4be365f8dd3ebda5eb3cbc9f8351fedac048d86d07729076941fb22c7f229ed1
+
+post_install() {
+	vinstall nwg-clipman.svg 644 /usr/share/pixmaps
+	vinstall nwg-clipman.desktop 644 /usr/share/applications
+	vinstall README.md 644 /usr/share/doc/nwg-clipman
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: nwg-clipman-0.2.1
  2024-04-01 23:21 [PR PATCH] New package: nwg-clipman-0.2.1 zen0bit
@ 2024-04-02  4:47 ` 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:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR nwg-clipman
https://github.com/void-linux/void-packages/pull/49662

New package: nwg-clipman-0.2.1
#### 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/49662.patch is attached

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

From 46a4316657a341940444419ae7be0809147917b4 Mon Sep 17 00:00:00 2001
From: zenobit <zenobit@disroot.org>
Date: Sun, 31 Mar 2024 17:20:39 +0200
Subject: [PATCH] New package: nwg-clipman-0.2.1

---
 srcpkgs/nwg-clipman/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/nwg-clipman/template

diff --git a/srcpkgs/nwg-clipman/template b/srcpkgs/nwg-clipman/template
new file mode 100644
index 00000000000000..1f61d01c9f64c7
--- /dev/null
+++ b/srcpkgs/nwg-clipman/template
@@ -0,0 +1,23 @@
+# Template file for 'nwg-clipman'
+pkgname=nwg-clipman
+version=0.2.1
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools cliphist wl-clipboard"
+makedepends="python3-gobject-devel gtk+3-devel gtk-layer-shell-devel"
+depends="cliphist gtk-layer-shell gtk+3 python3 python3-gobject xdg-utils wl-clipboard"
+checkdepends="python3-wheel"
+short_desc="GTK3-based GUI for cliphist - nwg-shell clipboard manager"
+maintainer="zenobit <zenobit@disroot.org>"
+license="MIT"
+homepage="https://github.com/nwg-piotr/nwg-clipman"
+#changelog=""
+distfiles="https://github.com/nwg-piotr/nwg-clipman/archive/refs/tags/v${version}.tar.gz"
+checksum=4be365f8dd3ebda5eb3cbc9f8351fedac048d86d07729076941fb22c7f229ed1
+
+post_install() {
+	vinstall nwg-clipman.svg 644 /usr/share/pixmaps
+	vinstall nwg-clipman.desktop 644 /usr/share/applications
+	vinstall README.md 644 /usr/share/doc/nwg-clipman
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Closed]: New package: nwg-clipman-0.2.1
  2024-04-01 23:21 [PR PATCH] New package: nwg-clipman-0.2.1 zen0bit
  2024-04-02  4:47 ` [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: 511 bytes --]

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

New package: nwg-clipman-0.2.1
https://github.com/void-linux/void-packages/pull/49662

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-clipman-0.2.1
  2024-04-01 23:21 [PR PATCH] New package: nwg-clipman-0.2.1 zen0bit
  2024-04-02  4:47 ` [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/49662#issuecomment-2031187383

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:21 [PR PATCH] New package: nwg-clipman-0.2.1 zen0bit
2024-04-02  4:47 ` [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).