Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [WIP] New package: suggpicker-0.1.3
@ 2024-01-17  9:57 Eloitor
  2024-01-17 16:16 ` Chocimier
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Eloitor @ 2024-01-17  9:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages suggpicker
https://github.com/void-linux/void-packages/pull/48248

[WIP] New package: suggpicker-0.1.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-glibc)


I get this error which I don't know how to fix: 

drw.h:4:10: fatal error: pango/pangocairo.h: No such file or directory
    4 | #include <pango/pangocairo.h>
      |          ^~~~~~~~~~~~~~~~~~~~
compilation terminated.

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

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

From 9b5f84a563b259efce50a34b13bb41e217c5527f Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Wed, 17 Jan 2024 11:48:36 +0100
Subject: [PATCH] New package: suggpicker-0.1.3

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

diff --git a/srcpkgs/suggpicker/template b/srcpkgs/suggpicker/template
new file mode 100644
index 0000000000000..46cc05bd7b1f9
--- /dev/null
+++ b/srcpkgs/suggpicker/template
@@ -0,0 +1,14 @@
+# Template file for 'suggpicker'
+pkgname=suggpicker
+version=0.1.3
+revision=1
+build_style=gnu-makefile
+hostmakedepends="pkg-config scdoc"
+makedepends="wayland-devel pango-devel cairo-devel"
+short_desc="Floating on-screen picker"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-only"
+homepage="https://git.sr.ht/~earboxer/suggpicker"
+#changelog=""
+distfiles="https://git.sr.ht/~earboxer/suggpicker/archive/v${version}.tar.gz"
+checksum=5ba910dee4aa6792515866fc1512e9d49ec1f25e0d1d8905db71b0344f7627ee

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

* Re: [WIP] New package: suggpicker-0.1.3
  2024-01-17  9:57 [PR PATCH] [WIP] New package: suggpicker-0.1.3 Eloitor
@ 2024-01-17 16:16 ` Chocimier
  2024-01-17 18:18 ` [PR PATCH] [Updated] " Eloitor
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Chocimier @ 2024-01-17 16:16 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/48248#issuecomment-1896142580

Comment:
Set `make_use_env=yes` and custom CFLAGS get merged with xbps-src CFLAGS.

"tested the changes" means to use this particular build: you coudn't have tested if it doesn't build with xbps-src.

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

* Re: [PR PATCH] [Updated] [WIP] New package: suggpicker-0.1.3
  2024-01-17  9:57 [PR PATCH] [WIP] New package: suggpicker-0.1.3 Eloitor
  2024-01-17 16:16 ` Chocimier
@ 2024-01-17 18:18 ` Eloitor
  2024-01-17 18:29 ` Eloitor
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Eloitor @ 2024-01-17 18:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages suggpicker
https://github.com/void-linux/void-packages/pull/48248

[WIP] New package: suggpicker-0.1.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-glibc)


I get this error which I don't know how to fix: 

```
drw.h:4:10: fatal error: pango/pangocairo.h: No such file or directory
    4 | #include <pango/pangocairo.h>
      |          ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
```

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

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

From c64ed81690055137f007f883695c700aeb79147b Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Wed, 17 Jan 2024 11:48:36 +0100
Subject: [PATCH] New package: suggpicker-0.1.3

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

diff --git a/srcpkgs/suggpicker/template b/srcpkgs/suggpicker/template
new file mode 100644
index 0000000000000..d40f8d983588f
--- /dev/null
+++ b/srcpkgs/suggpicker/template
@@ -0,0 +1,14 @@
+# Template file for 'suggpicker'
+pkgname=suggpicker
+version=0.1.3
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="pkg-config scdoc"
+makedepends="wayland-devel pango-devel cairo-devel"
+short_desc="Floating on-screen picker"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-only"
+homepage="https://git.sr.ht/~earboxer/suggpicker"
+distfiles="https://git.sr.ht/~earboxer/suggpicker/archive/v${version}.tar.gz"
+checksum=5ba910dee4aa6792515866fc1512e9d49ec1f25e0d1d8905db71b0344f7627ee

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

* Re: [PR PATCH] [Updated] [WIP] New package: suggpicker-0.1.3
  2024-01-17  9:57 [PR PATCH] [WIP] New package: suggpicker-0.1.3 Eloitor
  2024-01-17 16:16 ` Chocimier
  2024-01-17 18:18 ` [PR PATCH] [Updated] " Eloitor
@ 2024-01-17 18:29 ` Eloitor
  2024-04-17  1:45 ` github-actions
  2024-04-17  6:31 ` [PR PATCH] [Updated] " Eloitor
  4 siblings, 0 replies; 6+ messages in thread
From: Eloitor @ 2024-01-17 18:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages suggpicker
https://github.com/void-linux/void-packages/pull/48248

[WIP] New package: suggpicker-0.1.3
#### Testing the changes
- I tested the changes in this PR: **no**

#### 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-glibc)


I get this error which I don't know how to fix: 

```
drw.h:4:10: fatal error: pango/pangocairo.h: No such file or directory
    4 | #include <pango/pangocairo.h>
      |          ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
```

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

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

From f6fc930ae41436986fdc44a6ae493aa5abfdafbc Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Wed, 17 Jan 2024 11:48:36 +0100
Subject: [PATCH] New package: suggpicker-0.1.3

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

diff --git a/srcpkgs/suggpicker/template b/srcpkgs/suggpicker/template
new file mode 100644
index 0000000000000..001d86ed6d2cb
--- /dev/null
+++ b/srcpkgs/suggpicker/template
@@ -0,0 +1,14 @@
+# Template file for 'suggpicker'
+pkgname=suggpicker
+version=0.1.3
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="wayland-devel pkg-config scdoc"
+makedepends="wayland-devel pango-devel cairo-devel"
+short_desc="Floating on-screen picker"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-only"
+homepage="https://git.sr.ht/~earboxer/suggpicker"
+distfiles="https://git.sr.ht/~earboxer/suggpicker/archive/v${version}.tar.gz"
+checksum=5ba910dee4aa6792515866fc1512e9d49ec1f25e0d1d8905db71b0344f7627ee

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

* Re: [WIP] New package: suggpicker-0.1.3
  2024-01-17  9:57 [PR PATCH] [WIP] New package: suggpicker-0.1.3 Eloitor
                   ` (2 preceding siblings ...)
  2024-01-17 18:29 ` Eloitor
@ 2024-04-17  1:45 ` github-actions
  2024-04-17  6:31 ` [PR PATCH] [Updated] " Eloitor
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2024-04-17  1:45 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/48248#issuecomment-2060190199

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

* Re: [PR PATCH] [Updated] [WIP] New package: suggpicker-0.1.3
  2024-01-17  9:57 [PR PATCH] [WIP] New package: suggpicker-0.1.3 Eloitor
                   ` (3 preceding siblings ...)
  2024-04-17  1:45 ` github-actions
@ 2024-04-17  6:31 ` Eloitor
  4 siblings, 0 replies; 6+ messages in thread
From: Eloitor @ 2024-04-17  6:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages suggpicker
https://github.com/void-linux/void-packages/pull/48248

[WIP] New package: suggpicker-0.1.3
#### Testing the changes
- I tested the changes in this PR: **no**

#### 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-glibc)


I get this error which I don't know how to fix: 

```
drw.h:4:10: fatal error: pango/pangocairo.h: No such file or directory
    4 | #include <pango/pangocairo.h>
      |          ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
```

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

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

From f9553474e5ee25ae50a5b7656fe6d472d0a26338 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Wed, 17 Jan 2024 11:48:36 +0100
Subject: [PATCH] New package: suggpicker-0.1.4

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

diff --git a/srcpkgs/suggpicker/template b/srcpkgs/suggpicker/template
new file mode 100644
index 00000000000000..d0137805700c23
--- /dev/null
+++ b/srcpkgs/suggpicker/template
@@ -0,0 +1,14 @@
+# Template file for 'suggpicker'
+pkgname=suggpicker
+version=0.1.4
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+hostmakedepends="wayland-devel pkg-config scdoc"
+makedepends="wayland-devel pango-devel cairo-devel"
+short_desc="Floating on-screen picker"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-only"
+homepage="https://git.sr.ht/~earboxer/suggpicker"
+distfiles="https://git.sr.ht/~earboxer/suggpicker/archive/v${version}.tar.gz"
+checksum=6e967f76732a362dc800389583a6a91c4fabe6ea7c803784a97d7c9c14aba2a9

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

end of thread, other threads:[~2024-04-17  6:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-17  9:57 [PR PATCH] [WIP] New package: suggpicker-0.1.3 Eloitor
2024-01-17 16:16 ` Chocimier
2024-01-17 18:18 ` [PR PATCH] [Updated] " Eloitor
2024-01-17 18:29 ` Eloitor
2024-04-17  1:45 ` github-actions
2024-04-17  6:31 ` [PR PATCH] [Updated] " Eloitor

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