* Re: [PR PATCH] [Updated] New package: rofi-greenclip-4.2
2022-01-07 17:57 [PR PATCH] New package: rofi-greenclip-4.2 ElDifinitivo
@ 2022-01-07 18:11 ` ElDifinitivo
2022-01-07 23:12 ` ElDifinitivo
` (7 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: ElDifinitivo @ 2022-01-07 18:11 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 754 bytes --]
There is an updated pull request by ElDifinitivo against master on the void-packages repository
https://github.com/ElDifinitivo/void-packages greenclip
https://github.com/void-linux/void-packages/pull/34929
New package: rofi-greenclip-4.2
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture (x86_64)
A patch file from https://github.com/void-linux/void-packages/pull/34929.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-greenclip-34929.patch --]
[-- Type: text/x-diff, Size: 1207 bytes --]
From c6872afc083600c4e6470fc32849790ae4951e9d Mon Sep 17 00:00:00 2001
From: Savoy <git@liberation.red>
Date: Fri, 7 Jan 2022 11:51:13 -0600
Subject: [PATCH] New package: rofi-greenclip-4.2
---
srcpkgs/rofi-greenclip/template | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 srcpkgs/rofi-greenclip/template
diff --git a/srcpkgs/rofi-greenclip/template b/srcpkgs/rofi-greenclip/template
new file mode 100644
index 000000000000..00cc80e1749e
--- /dev/null
+++ b/srcpkgs/rofi-greenclip/template
@@ -0,0 +1,20 @@
+# Template file for 'rofi-greenclip'
+pkgname=rofi-greenclip
+version=4.2
+revision=1
+wrksrc="greenclip-${version}"
+build_style=haskell-stack
+hostmakedepends="ghc stack libX11-devel libXrandr-devel libXScrnSaver-devel pkg-config"
+depends="rofi"
+short_desc="Clipboard manager to use with rofi"
+maintainer="Savoy <savoy@liberation.red>"
+license="BSD-3-Clause"
+homepage="https://github.com/erebe/greenclip"
+distfiles="https://github.com/erebe/greenclip/archive/v${version}.tar.gz"
+checksum=bb95211e3c4bf3ab3a95ede92a678f79bedf2ed2c5b707ba0fb2efbae7fc60cd
+nocross=yes
+nopie_files="/usr/bin/greenclip"
+
+post_install() {
+ vlicense LICENSE license.txt
+}
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] New package: rofi-greenclip-4.2
2022-01-07 17:57 [PR PATCH] New package: rofi-greenclip-4.2 ElDifinitivo
2022-01-07 18:11 ` [PR PATCH] [Updated] " ElDifinitivo
@ 2022-01-07 23:12 ` ElDifinitivo
2022-03-03 20:05 ` ElDifinitivo
` (6 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: ElDifinitivo @ 2022-01-07 23:12 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 754 bytes --]
There is an updated pull request by ElDifinitivo against master on the void-packages repository
https://github.com/ElDifinitivo/void-packages greenclip
https://github.com/void-linux/void-packages/pull/34929
New package: rofi-greenclip-4.2
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture (x86_64)
A patch file from https://github.com/void-linux/void-packages/pull/34929.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-greenclip-34929.patch --]
[-- Type: text/x-diff, Size: 1211 bytes --]
From 97adbd72c05ed0d45debe7fdefe65c0b82c191c8 Mon Sep 17 00:00:00 2001
From: Savoy <git@liberation.red>
Date: Fri, 7 Jan 2022 11:51:13 -0600
Subject: [PATCH] New package: rofi-greenclip-4.2
---
srcpkgs/rofi-greenclip/template | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 srcpkgs/rofi-greenclip/template
diff --git a/srcpkgs/rofi-greenclip/template b/srcpkgs/rofi-greenclip/template
new file mode 100644
index 000000000000..7d979f87db2b
--- /dev/null
+++ b/srcpkgs/rofi-greenclip/template
@@ -0,0 +1,21 @@
+# Template file for 'rofi-greenclip'
+pkgname=rofi-greenclip
+version=4.2
+revision=1
+wrksrc="greenclip-${version}"
+build_style=haskell-stack
+hostmakedepends="ghc stack pkg-config"
+makedepends="libX11-devel libXrandr-devel libXScrnSaver-devel"
+depends="rofi"
+short_desc="Clipboard manager to use with rofi"
+maintainer="Savoy <savoy@liberation.red>"
+license="BSD-3-Clause"
+homepage="https://github.com/erebe/greenclip"
+distfiles="https://github.com/erebe/greenclip/archive/v${version}.tar.gz"
+checksum=bb95211e3c4bf3ab3a95ede92a678f79bedf2ed2c5b707ba0fb2efbae7fc60cd
+nocross=yes
+nopie_files="/usr/bin/greenclip"
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] New package: rofi-greenclip-4.2
2022-01-07 17:57 [PR PATCH] New package: rofi-greenclip-4.2 ElDifinitivo
2022-01-07 18:11 ` [PR PATCH] [Updated] " ElDifinitivo
2022-01-07 23:12 ` ElDifinitivo
@ 2022-03-03 20:05 ` ElDifinitivo
2022-03-21 14:15 ` ElDifinitivo
` (5 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: ElDifinitivo @ 2022-03-03 20:05 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 754 bytes --]
There is an updated pull request by ElDifinitivo against master on the void-packages repository
https://github.com/ElDifinitivo/void-packages greenclip
https://github.com/void-linux/void-packages/pull/34929
New package: rofi-greenclip-4.2
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture (x86_64)
A patch file from https://github.com/void-linux/void-packages/pull/34929.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-greenclip-34929.patch --]
[-- Type: text/x-diff, Size: 1211 bytes --]
From 8b954f0e052284ac84460cbbcb40e9e0078eeb4f Mon Sep 17 00:00:00 2001
From: Savoy <git@liberation.red>
Date: Fri, 7 Jan 2022 11:51:13 -0600
Subject: [PATCH] New package: rofi-greenclip-4.2
---
srcpkgs/rofi-greenclip/template | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 srcpkgs/rofi-greenclip/template
diff --git a/srcpkgs/rofi-greenclip/template b/srcpkgs/rofi-greenclip/template
new file mode 100644
index 000000000000..7d979f87db2b
--- /dev/null
+++ b/srcpkgs/rofi-greenclip/template
@@ -0,0 +1,21 @@
+# Template file for 'rofi-greenclip'
+pkgname=rofi-greenclip
+version=4.2
+revision=1
+wrksrc="greenclip-${version}"
+build_style=haskell-stack
+hostmakedepends="ghc stack pkg-config"
+makedepends="libX11-devel libXrandr-devel libXScrnSaver-devel"
+depends="rofi"
+short_desc="Clipboard manager to use with rofi"
+maintainer="Savoy <savoy@liberation.red>"
+license="BSD-3-Clause"
+homepage="https://github.com/erebe/greenclip"
+distfiles="https://github.com/erebe/greenclip/archive/v${version}.tar.gz"
+checksum=bb95211e3c4bf3ab3a95ede92a678f79bedf2ed2c5b707ba0fb2efbae7fc60cd
+nocross=yes
+nopie_files="/usr/bin/greenclip"
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] New package: rofi-greenclip-4.2
2022-01-07 17:57 [PR PATCH] New package: rofi-greenclip-4.2 ElDifinitivo
` (2 preceding siblings ...)
2022-03-03 20:05 ` ElDifinitivo
@ 2022-03-21 14:15 ` ElDifinitivo
2022-03-30 17:36 ` ElDifinitivo
` (4 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: ElDifinitivo @ 2022-03-21 14:15 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 754 bytes --]
There is an updated pull request by ElDifinitivo against master on the void-packages repository
https://github.com/ElDifinitivo/void-packages greenclip
https://github.com/void-linux/void-packages/pull/34929
New package: rofi-greenclip-4.2
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture (x86_64)
A patch file from https://github.com/void-linux/void-packages/pull/34929.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-greenclip-34929.patch --]
[-- Type: text/x-diff, Size: 1211 bytes --]
From 9bfccacea976f3389619941b7aecb27934273589 Mon Sep 17 00:00:00 2001
From: Savoy <git@liberation.red>
Date: Fri, 7 Jan 2022 11:51:13 -0600
Subject: [PATCH] New package: rofi-greenclip-4.2
---
srcpkgs/rofi-greenclip/template | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 srcpkgs/rofi-greenclip/template
diff --git a/srcpkgs/rofi-greenclip/template b/srcpkgs/rofi-greenclip/template
new file mode 100644
index 000000000000..7d979f87db2b
--- /dev/null
+++ b/srcpkgs/rofi-greenclip/template
@@ -0,0 +1,21 @@
+# Template file for 'rofi-greenclip'
+pkgname=rofi-greenclip
+version=4.2
+revision=1
+wrksrc="greenclip-${version}"
+build_style=haskell-stack
+hostmakedepends="ghc stack pkg-config"
+makedepends="libX11-devel libXrandr-devel libXScrnSaver-devel"
+depends="rofi"
+short_desc="Clipboard manager to use with rofi"
+maintainer="Savoy <savoy@liberation.red>"
+license="BSD-3-Clause"
+homepage="https://github.com/erebe/greenclip"
+distfiles="https://github.com/erebe/greenclip/archive/v${version}.tar.gz"
+checksum=bb95211e3c4bf3ab3a95ede92a678f79bedf2ed2c5b707ba0fb2efbae7fc60cd
+nocross=yes
+nopie_files="/usr/bin/greenclip"
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] New package: rofi-greenclip-4.2
2022-01-07 17:57 [PR PATCH] New package: rofi-greenclip-4.2 ElDifinitivo
` (3 preceding siblings ...)
2022-03-21 14:15 ` ElDifinitivo
@ 2022-03-30 17:36 ` ElDifinitivo
2022-05-31 13:42 ` ElDifinitivo
` (3 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: ElDifinitivo @ 2022-03-30 17:36 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 754 bytes --]
There is an updated pull request by ElDifinitivo against master on the void-packages repository
https://github.com/ElDifinitivo/void-packages greenclip
https://github.com/void-linux/void-packages/pull/34929
New package: rofi-greenclip-4.2
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture (x86_64)
A patch file from https://github.com/void-linux/void-packages/pull/34929.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-greenclip-34929.patch --]
[-- Type: text/x-diff, Size: 1211 bytes --]
From 3c3b3a510e67347d11ec9d0f0d453a3eb72d4ca2 Mon Sep 17 00:00:00 2001
From: Savoy <git@liberation.red>
Date: Fri, 7 Jan 2022 11:51:13 -0600
Subject: [PATCH] New package: rofi-greenclip-4.2
---
srcpkgs/rofi-greenclip/template | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 srcpkgs/rofi-greenclip/template
diff --git a/srcpkgs/rofi-greenclip/template b/srcpkgs/rofi-greenclip/template
new file mode 100644
index 000000000000..7d979f87db2b
--- /dev/null
+++ b/srcpkgs/rofi-greenclip/template
@@ -0,0 +1,21 @@
+# Template file for 'rofi-greenclip'
+pkgname=rofi-greenclip
+version=4.2
+revision=1
+wrksrc="greenclip-${version}"
+build_style=haskell-stack
+hostmakedepends="ghc stack pkg-config"
+makedepends="libX11-devel libXrandr-devel libXScrnSaver-devel"
+depends="rofi"
+short_desc="Clipboard manager to use with rofi"
+maintainer="Savoy <savoy@liberation.red>"
+license="BSD-3-Clause"
+homepage="https://github.com/erebe/greenclip"
+distfiles="https://github.com/erebe/greenclip/archive/v${version}.tar.gz"
+checksum=bb95211e3c4bf3ab3a95ede92a678f79bedf2ed2c5b707ba0fb2efbae7fc60cd
+nocross=yes
+nopie_files="/usr/bin/greenclip"
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] New package: rofi-greenclip-4.2
2022-01-07 17:57 [PR PATCH] New package: rofi-greenclip-4.2 ElDifinitivo
` (4 preceding siblings ...)
2022-03-30 17:36 ` ElDifinitivo
@ 2022-05-31 13:42 ` ElDifinitivo
2022-08-31 2:15 ` github-actions
` (2 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: ElDifinitivo @ 2022-05-31 13:42 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 754 bytes --]
There is an updated pull request by ElDifinitivo against master on the void-packages repository
https://github.com/ElDifinitivo/void-packages greenclip
https://github.com/void-linux/void-packages/pull/34929
New package: rofi-greenclip-4.2
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture (x86_64)
A patch file from https://github.com/void-linux/void-packages/pull/34929.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-greenclip-34929.patch --]
[-- Type: text/x-diff, Size: 1211 bytes --]
From 8c5150873494f2326d670c09a07eaafa73bab66d Mon Sep 17 00:00:00 2001
From: Savoy <git@liberation.red>
Date: Fri, 7 Jan 2022 11:51:13 -0600
Subject: [PATCH] New package: rofi-greenclip-4.2
---
srcpkgs/rofi-greenclip/template | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 srcpkgs/rofi-greenclip/template
diff --git a/srcpkgs/rofi-greenclip/template b/srcpkgs/rofi-greenclip/template
new file mode 100644
index 000000000000..7d979f87db2b
--- /dev/null
+++ b/srcpkgs/rofi-greenclip/template
@@ -0,0 +1,21 @@
+# Template file for 'rofi-greenclip'
+pkgname=rofi-greenclip
+version=4.2
+revision=1
+wrksrc="greenclip-${version}"
+build_style=haskell-stack
+hostmakedepends="ghc stack pkg-config"
+makedepends="libX11-devel libXrandr-devel libXScrnSaver-devel"
+depends="rofi"
+short_desc="Clipboard manager to use with rofi"
+maintainer="Savoy <savoy@liberation.red>"
+license="BSD-3-Clause"
+homepage="https://github.com/erebe/greenclip"
+distfiles="https://github.com/erebe/greenclip/archive/v${version}.tar.gz"
+checksum=bb95211e3c4bf3ab3a95ede92a678f79bedf2ed2c5b707ba0fb2efbae7fc60cd
+nocross=yes
+nopie_files="/usr/bin/greenclip"
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: New package: rofi-greenclip-4.2
2022-01-07 17:57 [PR PATCH] New package: rofi-greenclip-4.2 ElDifinitivo
` (5 preceding siblings ...)
2022-05-31 13:42 ` ElDifinitivo
@ 2022-08-31 2:15 ` github-actions
2022-08-31 13:25 ` [PR PATCH] [Updated] " ElDifinitivo
2022-09-15 2:17 ` [PR PATCH] [Closed]: " github-actions
8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2022-08-31 2:15 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/34929#issuecomment-1232369465
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] 10+ messages in thread
* Re: [PR PATCH] [Updated] New package: rofi-greenclip-4.2
2022-01-07 17:57 [PR PATCH] New package: rofi-greenclip-4.2 ElDifinitivo
` (6 preceding siblings ...)
2022-08-31 2:15 ` github-actions
@ 2022-08-31 13:25 ` ElDifinitivo
2022-09-15 2:17 ` [PR PATCH] [Closed]: " github-actions
8 siblings, 0 replies; 10+ messages in thread
From: ElDifinitivo @ 2022-08-31 13:25 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 754 bytes --]
There is an updated pull request by ElDifinitivo against master on the void-packages repository
https://github.com/ElDifinitivo/void-packages greenclip
https://github.com/void-linux/void-packages/pull/34929
New package: rofi-greenclip-4.2
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture (x86_64)
A patch file from https://github.com/void-linux/void-packages/pull/34929.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-greenclip-34929.patch --]
[-- Type: text/x-diff, Size: 1211 bytes --]
From 83391ff193dc742d72b57fa09cbf5ec430f6b13c Mon Sep 17 00:00:00 2001
From: Savoy <git@liberation.red>
Date: Fri, 7 Jan 2022 11:51:13 -0600
Subject: [PATCH] New package: rofi-greenclip-4.2
---
srcpkgs/rofi-greenclip/template | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 srcpkgs/rofi-greenclip/template
diff --git a/srcpkgs/rofi-greenclip/template b/srcpkgs/rofi-greenclip/template
new file mode 100644
index 000000000000..7d979f87db2b
--- /dev/null
+++ b/srcpkgs/rofi-greenclip/template
@@ -0,0 +1,21 @@
+# Template file for 'rofi-greenclip'
+pkgname=rofi-greenclip
+version=4.2
+revision=1
+wrksrc="greenclip-${version}"
+build_style=haskell-stack
+hostmakedepends="ghc stack pkg-config"
+makedepends="libX11-devel libXrandr-devel libXScrnSaver-devel"
+depends="rofi"
+short_desc="Clipboard manager to use with rofi"
+maintainer="Savoy <savoy@liberation.red>"
+license="BSD-3-Clause"
+homepage="https://github.com/erebe/greenclip"
+distfiles="https://github.com/erebe/greenclip/archive/v${version}.tar.gz"
+checksum=bb95211e3c4bf3ab3a95ede92a678f79bedf2ed2c5b707ba0fb2efbae7fc60cd
+nocross=yes
+nopie_files="/usr/bin/greenclip"
+
+post_install() {
+ vlicense LICENSE
+}
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Closed]: New package: rofi-greenclip-4.2
2022-01-07 17:57 [PR PATCH] New package: rofi-greenclip-4.2 ElDifinitivo
` (7 preceding siblings ...)
2022-08-31 13:25 ` [PR PATCH] [Updated] " ElDifinitivo
@ 2022-09-15 2:17 ` github-actions
8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2022-09-15 2:17 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 586 bytes --]
There's a closed pull request on the void-packages repository
New package: rofi-greenclip-4.2
https://github.com/void-linux/void-packages/pull/34929
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture (x86_64)
^ permalink raw reply [flat|nested] 10+ messages in thread