Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: greenclip-3.4
@ 2021-01-11 20:42 kawaiiamber
  2021-01-11 20:56 ` kawaiiamber
                   ` (22 more replies)
  0 siblings, 23 replies; 24+ messages in thread
From: kawaiiamber @ 2021-01-11 20:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages greenclip
https://github.com/void-linux/void-packages/pull/27832

New package: greenclip-3.4
Closes [this](https://github.com/void-linux/void-packages/issues/26187)

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

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

From d4537474dc0206c821eaa927b8a6217bc0191dc9 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Mon, 11 Jan 2021 13:42:08 -0700
Subject: [PATCH] New package: greenclip-3.4

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

diff --git a/srcpkgs/greenclip/template b/srcpkgs/greenclip/template
new file mode 100644
index 00000000000..5c422afcc91
--- /dev/null
+++ b/srcpkgs/greenclip/template
@@ -0,0 +1,18 @@
+# Template file for 'greenclip'
+pkgname=greenclip
+version=3.4
+revision=1
+build_style=haskell-stack
+hostmakedepends="ghc stack pkg-config"
+makedepends="libX11-devel libXinerama-devel libXrandr-devel libXScrnSaver-devel"
+short_desc="Simple clipboard manager to be integrated with rofi"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/erebe/greenclip"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=ad80c33ddd7a4f91da4641d2b016609f83b81792995fc9f12e5dcc3f80b4432c
+nopie=yes
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: greenclip-3.4
  2021-01-11 20:42 [PR PATCH] New package: greenclip-3.4 kawaiiamber
@ 2021-01-11 20:56 ` kawaiiamber
  2021-01-11 21:00 ` [PR PATCH] [Updated] " kawaiiamber
                   ` (21 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: kawaiiamber @ 2021-01-11 20:56 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27832#issuecomment-758217844

Comment:
On some archs, it fails with:
```
--  While building package X11-1.9.2 (scroll up to its section to see the error) using:
      /tmp/stack-4206a322125a5924/X11-1.9.2/.stack-work/dist/x86_64-linux/Cabal-3.0.1.0/setup/setup --builddir=.stack-work/dist/x86_64-linux/Cabal-3.0.1.0 configure --user --package-db=clear --package-db=global --package-db=/builddir/greenclip-3.4/.stack/snapshots/x86_64-linux/3840f607810bca29e8c4f3fb38a11fff24b1a0f241b8b4aa1607d8ca5a10ac7a/8.8.4/pkgdb --libdir=/builddir/greenclip-3.4/.stack/snapshots/x86_64-linux/3840f607810bca29e8c4f3fb38a11fff24b1a0f241b8b4aa1607d8ca5a10ac7a/8.8.4/lib --bindir=/builddir/greenclip-3.4/.stack/snapshots/x86_64-linux/3840f607810bca29e8c4f3fb38a11fff24b1a0f241b8b4aa1607d8ca5a10ac7a/8.8.4/bin --datadir=/builddir/greenclip-3.4/.stack/snapshots/x86_64-linux/3840f607810bca29e8c4f3fb38a11fff24b1a0f241b8b4aa1607d8ca5a10ac7a/8.8.4/share --libexecdir=/builddir/greenclip-3.4/.stack/snapshots/x86_64-linux/3840f607810bca29e8c4f3fb38a11fff24b1a0f241b8b4aa1607d8ca5a10ac7a/8.8.4/libexec --sysconfdir=/builddir/greenclip-3.4/.stack/snapshots/x86_64-linux/3840f607810bca29e8c4f3fb38a11fff24b1a0f241b8b4aa1607d8ca5a10ac7a/8.8.4/etc --docdir=/builddir/greenclip-3.4/.stack/snapshots/x86_64-linux/3840f607810bca29e8c4f3fb38a11fff24b1a0f241b8b4aa1607d8ca5a10ac7a/8.8.4/doc/X11-1.9.2 --htmldir=/builddir/greenclip-3.4/.stack/snapshots/x86_64-linux/3840f607810bca29e8c4f3fb38a11fff24b1a0f241b8b4aa1607d8ca5a10ac7a/8.8.4/doc/X11-1.9.2 --haddockdir=/builddir/greenclip-3.4/.stack/snapshots/x86_64-linux/3840f607810bca29e8c4f3fb38a11fff24b1a0f241b8b4aa1607d8ca5a10ac7a/8.8.4/doc/X11-1.9.2 --dependency=base=base-4.13.0.0 --dependency=data-default=data-default-0.7.1.1-5cjrhz8y8DG881Qqkxq9GB --exact-configuration --ghc-option=-fhide-source-paths
    Process exited with code: ExitFailure 77
```
I wonder if I need to do something like:
```
case "${XBPS_TARGET_MACHINE}" in
    aarch64*)
    <compile options>
    ;;
    armv6l* | armv7l*)
    <compile options>
    ;;
esac
```
in `do_install` as, for those archs, the build flags / options have issues with the `X11` headers? I'm not too familiar with the archs that it's failing on. I wonder if it's also worth just saying `archs="x86_64* i686"`.

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

* Re: [PR PATCH] [Updated] New package: greenclip-3.4
  2021-01-11 20:42 [PR PATCH] New package: greenclip-3.4 kawaiiamber
  2021-01-11 20:56 ` kawaiiamber
@ 2021-01-11 21:00 ` kawaiiamber
  2021-01-11 21:02 ` kawaiiamber
                   ` (20 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: kawaiiamber @ 2021-01-11 21:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages greenclip
https://github.com/void-linux/void-packages/pull/27832

New package: greenclip-3.4
Closes [this](https://github.com/void-linux/void-packages/issues/26187)

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

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

From aac1076fd5de346796582c23aeda8e16f7693cd2 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Mon, 11 Jan 2021 13:42:08 -0700
Subject: [PATCH] New package: greenclip-3.4

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

diff --git a/srcpkgs/greenclip/template b/srcpkgs/greenclip/template
new file mode 100644
index 00000000000..234d4912e31
--- /dev/null
+++ b/srcpkgs/greenclip/template
@@ -0,0 +1,19 @@
+# Template file for 'greenclip'
+pkgname=greenclip
+version=3.4
+revision=1
+build_style=haskell-stack
+archs="x86_64* i686"
+hostmakedepends="ghc stack pkg-config"
+makedepends="libX11-devel libXinerama-devel libXrandr-devel libXScrnSaver-devel"
+short_desc="Simple clipboard manager to be integrated with rofi"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/erebe/greenclip"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=ad80c33ddd7a4f91da4641d2b016609f83b81792995fc9f12e5dcc3f80b4432c
+nopie=yes
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: greenclip-3.4
  2021-01-11 20:42 [PR PATCH] New package: greenclip-3.4 kawaiiamber
  2021-01-11 20:56 ` kawaiiamber
  2021-01-11 21:00 ` [PR PATCH] [Updated] " kawaiiamber
@ 2021-01-11 21:02 ` kawaiiamber
  2021-01-12  2:43 ` kawaiiamber
                   ` (19 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: kawaiiamber @ 2021-01-11 21:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages greenclip
https://github.com/void-linux/void-packages/pull/27832

New package: greenclip-3.4
Closes [this](https://github.com/void-linux/void-packages/issues/26187)

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

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

From 2e222b3b6cb25ee5f0995ad29dd10f6a28a21f01 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Mon, 11 Jan 2021 13:42:08 -0700
Subject: [PATCH] New package: greenclip-3.4

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

diff --git a/srcpkgs/greenclip/template b/srcpkgs/greenclip/template
new file mode 100644
index 00000000000..bbb4f7b302e
--- /dev/null
+++ b/srcpkgs/greenclip/template
@@ -0,0 +1,19 @@
+# Template file for 'greenclip'
+pkgname=greenclip
+version=3.4
+revision=1
+archs="x86_64* i686"
+build_style=haskell-stack
+hostmakedepends="ghc stack pkg-config"
+makedepends="libX11-devel libXinerama-devel libXrandr-devel libXScrnSaver-devel"
+short_desc="Simple clipboard manager to be integrated with rofi"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/erebe/greenclip"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=ad80c33ddd7a4f91da4641d2b016609f83b81792995fc9f12e5dcc3f80b4432c
+nopie=yes
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: greenclip-3.4
  2021-01-11 20:42 [PR PATCH] New package: greenclip-3.4 kawaiiamber
                   ` (2 preceding siblings ...)
  2021-01-11 21:02 ` kawaiiamber
@ 2021-01-12  2:43 ` kawaiiamber
  2021-01-12 23:01 ` kawaiiamber
                   ` (18 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: kawaiiamber @ 2021-01-12  2:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages greenclip
https://github.com/void-linux/void-packages/pull/27832

New package: greenclip-3.4
Closes [this](https://github.com/void-linux/void-packages/issues/26187)

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

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

From 4ddb7c86988a0af1467985157f4fa490220e8224 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Mon, 11 Jan 2021 13:42:08 -0700
Subject: [PATCH] New package: greenclip-3.4

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

diff --git a/srcpkgs/greenclip/template b/srcpkgs/greenclip/template
new file mode 100644
index 00000000000..c78e5eb7b91
--- /dev/null
+++ b/srcpkgs/greenclip/template
@@ -0,0 +1,19 @@
+# Template file for 'greenclip'
+pkgname=greenclip
+version=3.4
+revision=1
+build_style=haskell-stack
+hostmakedepends="ghc stack pkg-config"
+makedepends="libX11-devel libXinerama-devel libXrandr-devel libXScrnSaver-devel"
+short_desc="Simple clipboard manager to be integrated with rofi"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/erebe/greenclip"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=ad80c33ddd7a4f91da4641d2b016609f83b81792995fc9f12e5dcc3f80b4432c
+nopie=yes
+nocross="Compilers fails to link to X11 libraries on certain archs"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: greenclip-3.4
  2021-01-11 20:42 [PR PATCH] New package: greenclip-3.4 kawaiiamber
                   ` (3 preceding siblings ...)
  2021-01-12  2:43 ` kawaiiamber
@ 2021-01-12 23:01 ` kawaiiamber
  2021-01-12 23:12 ` kawaiiamber
                   ` (17 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: kawaiiamber @ 2021-01-12 23:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages greenclip
https://github.com/void-linux/void-packages/pull/27832

New package: greenclip-3.4
Closes [this](https://github.com/void-linux/void-packages/issues/26187)

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

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

From 9ff747e2a1289c2c4680152b6ae31b996ffeb1fc Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Mon, 11 Jan 2021 13:42:08 -0700
Subject: [PATCH] New package: greenclip-3.4

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

diff --git a/srcpkgs/greenclip/template b/srcpkgs/greenclip/template
new file mode 100644
index 00000000000..5c422afcc91
--- /dev/null
+++ b/srcpkgs/greenclip/template
@@ -0,0 +1,18 @@
+# Template file for 'greenclip'
+pkgname=greenclip
+version=3.4
+revision=1
+build_style=haskell-stack
+hostmakedepends="ghc stack pkg-config"
+makedepends="libX11-devel libXinerama-devel libXrandr-devel libXScrnSaver-devel"
+short_desc="Simple clipboard manager to be integrated with rofi"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/erebe/greenclip"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=ad80c33ddd7a4f91da4641d2b016609f83b81792995fc9f12e5dcc3f80b4432c
+nopie=yes
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: greenclip-3.4
  2021-01-11 20:42 [PR PATCH] New package: greenclip-3.4 kawaiiamber
                   ` (4 preceding siblings ...)
  2021-01-12 23:01 ` kawaiiamber
@ 2021-01-12 23:12 ` kawaiiamber
  2021-01-12 23:13 ` kawaiiamber
                   ` (16 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: kawaiiamber @ 2021-01-12 23:12 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27832#issuecomment-759096197

Comment:
On the archs that it's failing on:
```
X11                              > Configuring X11-1.9.2...
X11                              > configure: WARNING: unrecognized options: --with-compiler
X11                              > checking for gcc... /usr/bin/cc
X11                              > checking whether the C compiler works... no
X11                              > configure: error: in `/tmp/stack-ad9194d8222f383b/X11-1.9.2/.stack-work/dist/x86_64-linux/Cabal-3.0.1.0/build':
X11                              > configure: error: C compiler cannot create executables
X11                              > See `config.log' for more details
```
I wonder why the C compiler doesn't work on these archs. I have interest in trying to fix this rather than setting `nocross` if possible. I only have a musl machine. Is there a way for me to see this `config.log` for more details?

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

* Re: New package: greenclip-3.4
  2021-01-11 20:42 [PR PATCH] New package: greenclip-3.4 kawaiiamber
                   ` (5 preceding siblings ...)
  2021-01-12 23:12 ` kawaiiamber
@ 2021-01-12 23:13 ` kawaiiamber
  2021-01-12 23:53 ` kawaiiamber
                   ` (15 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: kawaiiamber @ 2021-01-12 23:13 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27832#issuecomment-758217844

Comment:
On some archs, it fails with:
```
--  While building package X11-1.9.2 (scroll up to its section to see the error) using:
      /tmp/stack-4206a322125a5924/X11-1.9.2/.stack-work/dist/x86_64-linux/Cabal-3.0.1.0/setup/setup --builddir=.stack-work/dist/x86_64-linux/Cabal-3.0.1.0 configure --user --package-db=clear --package-db=global --package-db=/builddir/greenclip-3.4/.stack/snapshots/x86_64-linux/3840f607810bca29e8c4f3fb38a11fff24b1a0f241b8b4aa1607d8ca5a10ac7a/8.8.4/pkgdb --libdir=/builddir/greenclip-3.4/.stack/snapshots/x86_64-linux/3840f607810bca29e8c4f3fb38a11fff24b1a0f241b8b4aa1607d8ca5a10ac7a/8.8.4/lib --bindir=/builddir/greenclip-3.4/.stack/snapshots/x86_64-linux/3840f607810bca29e8c4f3fb38a11fff24b1a0f241b8b4aa1607d8ca5a10ac7a/8.8.4/bin --datadir=/builddir/greenclip-3.4/.stack/snapshots/x86_64-linux/3840f607810bca29e8c4f3fb38a11fff24b1a0f241b8b4aa1607d8ca5a10ac7a/8.8.4/share --libexecdir=/builddir/greenclip-3.4/.stack/snapshots/x86_64-linux/3840f607810bca29e8c4f3fb38a11fff24b1a0f241b8b4aa1607d8ca5a10ac7a/8.8.4/libexec --sysconfdir=/builddir/greenclip-3.4/.stack/snapshots/x86_64-linux/3840f607810bca29e8c4f3fb38a11fff24b1a0f241b8b4aa1607d8ca5a10ac7a/8.8.4/etc --docdir=/builddir/greenclip-3.4/.stack/snapshots/x86_64-linux/3840f607810bca29e8c4f3fb38a11fff24b1a0f241b8b4aa1607d8ca5a10ac7a/8.8.4/doc/X11-1.9.2 --htmldir=/builddir/greenclip-3.4/.stack/snapshots/x86_64-linux/3840f607810bca29e8c4f3fb38a11fff24b1a0f241b8b4aa1607d8ca5a10ac7a/8.8.4/doc/X11-1.9.2 --haddockdir=/builddir/greenclip-3.4/.stack/snapshots/x86_64-linux/3840f607810bca29e8c4f3fb38a11fff24b1a0f241b8b4aa1607d8ca5a10ac7a/8.8.4/doc/X11-1.9.2 --dependency=base=base-4.13.0.0 --dependency=data-default=data-default-0.7.1.1-5cjrhz8y8DG881Qqkxq9GB --exact-configuration --ghc-option=-fhide-source-paths
    Process exited with code: ExitFailure 77
```
I wonder if I need to do something like:
```
case "${XBPS_TARGET_MACHINE}" in
    aarch64*)
    <compile options>
    ;;
    armv6l* | armv7l*)
    <compile options>
    ;;
esac
```
in `do_install` as, for those archs, the build flags / options have issues with the `X11` headers? I'm not too familiar with the archs that it's failing on. I wonder if it's also worth just saying `archs="x86_64* i686"`.

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

* Re: New package: greenclip-3.4
  2021-01-11 20:42 [PR PATCH] New package: greenclip-3.4 kawaiiamber
                   ` (6 preceding siblings ...)
  2021-01-12 23:13 ` kawaiiamber
@ 2021-01-12 23:53 ` kawaiiamber
  2021-01-13  0:07 ` [PR PATCH] [Updated] " kawaiiamber
                   ` (14 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: kawaiiamber @ 2021-01-12 23:53 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27832#issuecomment-759111342

Comment:
Okay, I'll try `./xbps-src -a aarch64-musl pkg greenclip` and look inside the `$wrksrc` directory for config.log and see if I can't fix it.

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

* Re: [PR PATCH] [Updated] New package: greenclip-3.4
  2021-01-11 20:42 [PR PATCH] New package: greenclip-3.4 kawaiiamber
                   ` (7 preceding siblings ...)
  2021-01-12 23:53 ` kawaiiamber
@ 2021-01-13  0:07 ` kawaiiamber
  2021-01-13  0:08 ` kawaiiamber
                   ` (13 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: kawaiiamber @ 2021-01-13  0:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages greenclip
https://github.com/void-linux/void-packages/pull/27832

New package: greenclip-3.4
Closes [this](https://github.com/void-linux/void-packages/issues/26187)

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

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

From aeac3092fff78215ad5fe996735ccd2fe289d98f Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Mon, 11 Jan 2021 13:42:08 -0700
Subject: [PATCH] New package: greenclip-3.4

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

diff --git a/srcpkgs/greenclip/template b/srcpkgs/greenclip/template
new file mode 100644
index 00000000000..6dc63240a0c
--- /dev/null
+++ b/srcpkgs/greenclip/template
@@ -0,0 +1,19 @@
+# Template file for 'greenclip'
+pkgname=greenclip
+version=3.4
+revision=1
+build_style=haskell-stack
+hostmakedepends="ghc stack pkg-config"
+makedepends="libX11-devel libXinerama-devel libXrandr-devel libXScrnSaver-devel"
+short_desc="Simple clipboard manager to be integrated with rofi"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/erebe/greenclip"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=ad80c33ddd7a4f91da4641d2b016609f83b81792995fc9f12e5dcc3f80b4432c
+nopie=yes
+nocross=yes # Can't yet cross compile Haskell
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: greenclip-3.4
  2021-01-11 20:42 [PR PATCH] New package: greenclip-3.4 kawaiiamber
                   ` (8 preceding siblings ...)
  2021-01-13  0:07 ` [PR PATCH] [Updated] " kawaiiamber
@ 2021-01-13  0:08 ` kawaiiamber
  2021-01-13  1:02 ` kawaiiamber
                   ` (12 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: kawaiiamber @ 2021-01-13  0:08 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27832#issuecomment-759116041

Comment:
Recently discovered through the IRC that cross build currently don't work with Haskell. Plus, there seems to be a march switch check upstream anyways.

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

* Re: New package: greenclip-3.4
  2021-01-11 20:42 [PR PATCH] New package: greenclip-3.4 kawaiiamber
                   ` (9 preceding siblings ...)
  2021-01-13  0:08 ` kawaiiamber
@ 2021-01-13  1:02 ` kawaiiamber
  2021-01-18 21:12 ` [PR PATCH] [Updated] " kawaiiamber
                   ` (11 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: kawaiiamber @ 2021-01-13  1:02 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27832#issuecomment-759116041

Comment:
Recently discovered through the IRC that cross build currently doesn't work with Haskell. Plus, there seems to be a march switch check upstream anyways.

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

* Re: [PR PATCH] [Updated] New package: greenclip-3.4
  2021-01-11 20:42 [PR PATCH] New package: greenclip-3.4 kawaiiamber
                   ` (10 preceding siblings ...)
  2021-01-13  1:02 ` kawaiiamber
@ 2021-01-18 21:12 ` kawaiiamber
  2021-05-02 21:51 ` FollieHiyuki
                   ` (10 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: kawaiiamber @ 2021-01-18 21:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages greenclip
https://github.com/void-linux/void-packages/pull/27832

New package: greenclip-3.4
Closes [this](https://github.com/void-linux/void-packages/issues/26187)

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

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

From 1f4a6caed1637870a2ea9ee0b945097f1ca2692c Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Mon, 11 Jan 2021 13:42:08 -0700
Subject: [PATCH] New package: greenclip-3.4

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

diff --git a/srcpkgs/greenclip/template b/srcpkgs/greenclip/template
new file mode 100644
index 00000000000..6e30abe516a
--- /dev/null
+++ b/srcpkgs/greenclip/template
@@ -0,0 +1,19 @@
+# Template file for 'greenclip'
+pkgname=greenclip
+version=3.4
+revision=1
+build_style=haskell-stack
+hostmakedepends="ghc stack pkg-config"
+makedepends="libX11-devel libXinerama-devel libXrandr-devel libXScrnSaver-devel"
+short_desc="Simple clipboard manager to be integrated with rofi"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/erebe/greenclip"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=ad80c33ddd7a4f91da4641d2b016609f83b81792995fc9f12e5dcc3f80b4432c
+nopie=yes
+nocross="can't yet cross compile Haskell"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: greenclip-3.4
  2021-01-11 20:42 [PR PATCH] New package: greenclip-3.4 kawaiiamber
                   ` (11 preceding siblings ...)
  2021-01-18 21:12 ` [PR PATCH] [Updated] " kawaiiamber
@ 2021-05-02 21:51 ` FollieHiyuki
  2021-05-03  7:33 ` [PR PATCH] [Updated] " kawaiiamber
                   ` (9 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: FollieHiyuki @ 2021-05-02 21:51 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/27832#issuecomment-830882723

Comment:
4.0 came out

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

* Re: [PR PATCH] [Updated] New package: greenclip-3.4
  2021-01-11 20:42 [PR PATCH] New package: greenclip-3.4 kawaiiamber
                   ` (12 preceding siblings ...)
  2021-05-02 21:51 ` FollieHiyuki
@ 2021-05-03  7:33 ` kawaiiamber
  2021-05-03  7:35 ` New package: greenclip-4.0 kawaiiamber
                   ` (8 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: kawaiiamber @ 2021-05-03  7:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages greenclip
https://github.com/void-linux/void-packages/pull/27832

New package: greenclip-3.4
Closes [this](https://github.com/void-linux/void-packages/issues/26187)

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

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

From 5eb8f6942fa3e6ef1e7491d4a57f4e956f93341f Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Mon, 11 Jan 2021 13:42:08 -0700
Subject: [PATCH] New package: greenclip-4.0

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

diff --git a/srcpkgs/greenclip/template b/srcpkgs/greenclip/template
new file mode 100644
index 000000000000..323d5a1a8dd2
--- /dev/null
+++ b/srcpkgs/greenclip/template
@@ -0,0 +1,19 @@
+# Template file for 'greenclip'
+pkgname=greenclip
+version=4.0
+revision=1
+build_style=haskell-stack
+hostmakedepends="ghc stack pkg-config"
+makedepends="libX11-devel libXinerama-devel libXrandr-devel libXScrnSaver-devel"
+short_desc="Simple clipboard manager to be integrated with rofi"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/erebe/greenclip"
+distfiles="${homepage}/archive/${version}.tar.gz"
+checksum=165721d0605c95a4a7d0824b8158cc7796857f88430bc3944a826273a6c14c23
+nopie=yes
+nocross="can't yet cross compile Haskell"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: greenclip-4.0
  2021-01-11 20:42 [PR PATCH] New package: greenclip-3.4 kawaiiamber
                   ` (13 preceding siblings ...)
  2021-05-03  7:33 ` [PR PATCH] [Updated] " kawaiiamber
@ 2021-05-03  7:35 ` kawaiiamber
  2021-06-07 13:07 ` FollieHiyuki
                   ` (7 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: kawaiiamber @ 2021-05-03  7:35 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27832#issuecomment-831081923

Comment:
> 4.0 came out

Updated template to 4.0 and built locally with `xbps-src`.

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

* Re: New package: greenclip-4.0
  2021-01-11 20:42 [PR PATCH] New package: greenclip-3.4 kawaiiamber
                   ` (14 preceding siblings ...)
  2021-05-03  7:35 ` New package: greenclip-4.0 kawaiiamber
@ 2021-06-07 13:07 ` FollieHiyuki
  2021-06-12  9:33 ` [PR PATCH] [Updated] " kawaiiamber
                   ` (6 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: FollieHiyuki @ 2021-06-07 13:07 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/27832#issuecomment-855910249

Comment:
Ping for 4.2

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

* Re: [PR PATCH] [Updated] New package: greenclip-4.0
  2021-01-11 20:42 [PR PATCH] New package: greenclip-3.4 kawaiiamber
                   ` (15 preceding siblings ...)
  2021-06-07 13:07 ` FollieHiyuki
@ 2021-06-12  9:33 ` kawaiiamber
  2021-06-12  9:34 ` New package: greenclip-4.2 kawaiiamber
                   ` (5 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: kawaiiamber @ 2021-06-12  9:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages greenclip
https://github.com/void-linux/void-packages/pull/27832

New package: greenclip-4.0
Closes [this](https://github.com/void-linux/void-packages/issues/26187)

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

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

From 2ceb2b09472e6e66387c246f72ffc0333131c17d Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Mon, 11 Jan 2021 13:42:08 -0700
Subject: [PATCH] New package: greenclip-4.2

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

diff --git a/srcpkgs/greenclip/template b/srcpkgs/greenclip/template
new file mode 100644
index 000000000000..888cd49eacb1
--- /dev/null
+++ b/srcpkgs/greenclip/template
@@ -0,0 +1,19 @@
+# Template file for 'greenclip'
+pkgname=greenclip
+version=4.2
+revision=1
+build_style=haskell-stack
+hostmakedepends="ghc stack pkg-config"
+makedepends="libX11-devel libXinerama-devel libXrandr-devel libXScrnSaver-devel"
+short_desc="Simple clipboard manager to be integrated with rofi"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/erebe/greenclip"
+distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
+checksum=bb95211e3c4bf3ab3a95ede92a678f79bedf2ed2c5b707ba0fb2efbae7fc60cd
+nopie=yes
+nocross="can't yet cross compile Haskell"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: greenclip-4.2
  2021-01-11 20:42 [PR PATCH] New package: greenclip-3.4 kawaiiamber
                   ` (16 preceding siblings ...)
  2021-06-12  9:33 ` [PR PATCH] [Updated] " kawaiiamber
@ 2021-06-12  9:34 ` kawaiiamber
  2021-06-12 10:03 ` [PR PATCH] [Updated] " kawaiiamber
                   ` (4 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: kawaiiamber @ 2021-06-12  9:34 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27832#issuecomment-860028337

Comment:
> Ping for 4.2

Updated template to 4.2

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

* Re: [PR PATCH] [Updated] New package: greenclip-4.2
  2021-01-11 20:42 [PR PATCH] New package: greenclip-3.4 kawaiiamber
                   ` (17 preceding siblings ...)
  2021-06-12  9:34 ` New package: greenclip-4.2 kawaiiamber
@ 2021-06-12 10:03 ` kawaiiamber
  2021-06-13  2:10 ` kawaiiamber
                   ` (3 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: kawaiiamber @ 2021-06-12 10:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages greenclip
https://github.com/void-linux/void-packages/pull/27832

New package: greenclip-4.2
Closes [this](https://github.com/void-linux/void-packages/issues/26187)

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

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

From 651b0743f2045f9efbc38f9a3a51439185f0937d Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Mon, 11 Jan 2021 13:42:08 -0700
Subject: [PATCH] New package: greenclip-4.2

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

diff --git a/srcpkgs/greenclip/template b/srcpkgs/greenclip/template
new file mode 100644
index 000000000000..888cd49eacb1
--- /dev/null
+++ b/srcpkgs/greenclip/template
@@ -0,0 +1,19 @@
+# Template file for 'greenclip'
+pkgname=greenclip
+version=4.2
+revision=1
+build_style=haskell-stack
+hostmakedepends="ghc stack pkg-config"
+makedepends="libX11-devel libXinerama-devel libXrandr-devel libXScrnSaver-devel"
+short_desc="Simple clipboard manager to be integrated with rofi"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/erebe/greenclip"
+distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
+checksum=bb95211e3c4bf3ab3a95ede92a678f79bedf2ed2c5b707ba0fb2efbae7fc60cd
+nopie=yes
+nocross="can't yet cross compile Haskell"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: greenclip-4.2
  2021-01-11 20:42 [PR PATCH] New package: greenclip-3.4 kawaiiamber
                   ` (18 preceding siblings ...)
  2021-06-12 10:03 ` [PR PATCH] [Updated] " kawaiiamber
@ 2021-06-13  2:10 ` kawaiiamber
  2022-05-02  2:16 ` github-actions
                   ` (2 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: kawaiiamber @ 2021-06-13  2:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kawaiiamber/void-packages greenclip
https://github.com/void-linux/void-packages/pull/27832

New package: greenclip-4.2
Closes [this](https://github.com/void-linux/void-packages/issues/26187)

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

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

From 9c6a0c013f84e36e67d1b98dca30b966c19de977 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Mon, 11 Jan 2021 13:42:08 -0700
Subject: [PATCH] New package: greenclip-4.2

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

diff --git a/srcpkgs/greenclip/template b/srcpkgs/greenclip/template
new file mode 100644
index 000000000000..c048afe39e01
--- /dev/null
+++ b/srcpkgs/greenclip/template
@@ -0,0 +1,19 @@
+# Template file for 'greenclip'
+pkgname=greenclip
+version=4.2
+revision=1
+build_style=haskell-stack
+hostmakedepends="pkg-config"
+makedepends="libX11-devel libXinerama-devel libXrandr-devel libXScrnSaver-devel"
+short_desc="Simple clipboard manager to be integrated with rofi"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/erebe/greenclip"
+distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
+checksum=bb95211e3c4bf3ab3a95ede92a678f79bedf2ed2c5b707ba0fb2efbae7fc60cd
+nopie=yes
+nocross="can't yet cross compile Haskell"
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: greenclip-4.2
  2021-01-11 20:42 [PR PATCH] New package: greenclip-3.4 kawaiiamber
                   ` (19 preceding siblings ...)
  2021-06-13  2:10 ` kawaiiamber
@ 2022-05-02  2:16 ` github-actions
  2022-05-17  2:13 ` [PR PATCH] [Closed]: " github-actions
  2022-05-17  9:07 ` kawaiiamber
  22 siblings, 0 replies; 24+ messages in thread
From: github-actions @ 2022-05-02  2:16 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/27832#issuecomment-1114433221

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] 24+ messages in thread

* Re: [PR PATCH] [Closed]: New package: greenclip-4.2
  2021-01-11 20:42 [PR PATCH] New package: greenclip-3.4 kawaiiamber
                   ` (20 preceding siblings ...)
  2022-05-02  2:16 ` github-actions
@ 2022-05-17  2:13 ` github-actions
  2022-05-17  9:07 ` kawaiiamber
  22 siblings, 0 replies; 24+ messages in thread
From: github-actions @ 2022-05-17  2:13 UTC (permalink / raw)
  To: ml

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

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

New package: greenclip-4.2
https://github.com/void-linux/void-packages/pull/27832

Description:
Closes [this](https://github.com/void-linux/void-packages/issues/26187)

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

* Re: New package: greenclip-4.2
  2021-01-11 20:42 [PR PATCH] New package: greenclip-3.4 kawaiiamber
                   ` (21 preceding siblings ...)
  2022-05-17  2:13 ` [PR PATCH] [Closed]: " github-actions
@ 2022-05-17  9:07 ` kawaiiamber
  22 siblings, 0 replies; 24+ messages in thread
From: kawaiiamber @ 2022-05-17  9:07 UTC (permalink / raw)
  To: ml

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

New comment by kawaiiamber on void-packages repository

https://github.com/void-linux/void-packages/pull/27832#issuecomment-1128615154

Comment:
bump

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

end of thread, other threads:[~2022-05-17  9:07 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-11 20:42 [PR PATCH] New package: greenclip-3.4 kawaiiamber
2021-01-11 20:56 ` kawaiiamber
2021-01-11 21:00 ` [PR PATCH] [Updated] " kawaiiamber
2021-01-11 21:02 ` kawaiiamber
2021-01-12  2:43 ` kawaiiamber
2021-01-12 23:01 ` kawaiiamber
2021-01-12 23:12 ` kawaiiamber
2021-01-12 23:13 ` kawaiiamber
2021-01-12 23:53 ` kawaiiamber
2021-01-13  0:07 ` [PR PATCH] [Updated] " kawaiiamber
2021-01-13  0:08 ` kawaiiamber
2021-01-13  1:02 ` kawaiiamber
2021-01-18 21:12 ` [PR PATCH] [Updated] " kawaiiamber
2021-05-02 21:51 ` FollieHiyuki
2021-05-03  7:33 ` [PR PATCH] [Updated] " kawaiiamber
2021-05-03  7:35 ` New package: greenclip-4.0 kawaiiamber
2021-06-07 13:07 ` FollieHiyuki
2021-06-12  9:33 ` [PR PATCH] [Updated] " kawaiiamber
2021-06-12  9:34 ` New package: greenclip-4.2 kawaiiamber
2021-06-12 10:03 ` [PR PATCH] [Updated] " kawaiiamber
2021-06-13  2:10 ` kawaiiamber
2022-05-02  2:16 ` github-actions
2022-05-17  2:13 ` [PR PATCH] [Closed]: " github-actions
2022-05-17  9:07 ` kawaiiamber

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