Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: gnome-pomodoro-0.24.0
@ 2023-09-02 17:18 Eloitor
  2023-09-02 21:19 ` Eloitor
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Eloitor @ 2023-09-02 17:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages gnome-pomodoro
https://github.com/void-linux/void-packages/pull/45883

New package: gnome-pomodoro-0.24.0
#### Testing the changes
- I tested the changes in this PR: **YES**

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



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

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

From 574077dd8a0b4e97e9d1c3f7d6bd5c592ee6e1a9 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Sat, 2 Sep 2023 19:17:37 +0200
Subject: [PATCH] New package: gnome-pomodoro-0.24.0

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

diff --git a/srcpkgs/gnome-pomodoro/template b/srcpkgs/gnome-pomodoro/template
new file mode 100644
index 0000000000000..70992f2ee787a
--- /dev/null
+++ b/srcpkgs/gnome-pomodoro/template
@@ -0,0 +1,14 @@
+# Template file for 'gnome-pomodoro'
+pkgname=gnome-pomodoro
+version=0.24.0
+revision=1
+build_style=meson
+hostmakedepends="cmake gettext gobject-introspection gom-devel gstreamer1-devel pkg-config vala"
+makedepends="glib-devel gtk+3-devel libcanberra-devel libpeas-devel sqlite-devel"
+short_desc="Pomodoro timer for GNOME"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://gnomepomodoro.org/"
+changelog="https://raw.githubusercontent.com/gnome-pomodoro/gnome-pomodoro/master/NEWS"
+distfiles="https://github.com/gnome-pomodoro/gnome-pomodoro/archive/refs/tags/${version}.tar.gz"
+checksum=230b9243c96893a2a04103f42f36f15520436eebceef15b53fdda9f6375d5247

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

* Re: New package: gnome-pomodoro-0.24.0
  2023-09-02 17:18 [PR PATCH] New package: gnome-pomodoro-0.24.0 Eloitor
@ 2023-09-02 21:19 ` Eloitor
  2023-09-02 23:43 ` classabbyamp
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Eloitor @ 2023-09-02 21:19 UTC (permalink / raw)
  To: ml

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

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/pull/45883#issuecomment-1703942681

Comment:
What should I do with this tests?

```
(gnome-pomodoro-test-executable:2940): Gtk-WARNING **: 17:22:33.934: cannot open display: 
```

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

* Re: New package: gnome-pomodoro-0.24.0
  2023-09-02 17:18 [PR PATCH] New package: gnome-pomodoro-0.24.0 Eloitor
  2023-09-02 21:19 ` Eloitor
@ 2023-09-02 23:43 ` classabbyamp
  2023-09-03 19:13 ` [PR PATCH] [Updated] " Eloitor
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: classabbyamp @ 2023-09-02 23:43 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/45883#issuecomment-1703965242

Comment:
checkdepends+=xvfb

make_check_pre=xvfb-run

or something like that 

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

* Re: [PR PATCH] [Updated] New package: gnome-pomodoro-0.24.0
  2023-09-02 17:18 [PR PATCH] New package: gnome-pomodoro-0.24.0 Eloitor
  2023-09-02 21:19 ` Eloitor
  2023-09-02 23:43 ` classabbyamp
@ 2023-09-03 19:13 ` Eloitor
  2023-09-03 19:42 ` Eloitor
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Eloitor @ 2023-09-03 19:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages gnome-pomodoro
https://github.com/void-linux/void-packages/pull/45883

New package: gnome-pomodoro-0.24.0
#### Testing the changes
- I tested the changes in this PR: **YES**

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



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

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

From 64400189949bc68d99a60e60e4226867f3d156db Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Sat, 2 Sep 2023 19:17:37 +0200
Subject: [PATCH] New package: gnome-pomodoro-0.24.0

---
 srcpkgs/gnome-pomodoro/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/gnome-pomodoro/template

diff --git a/srcpkgs/gnome-pomodoro/template b/srcpkgs/gnome-pomodoro/template
new file mode 100644
index 0000000000000..51a5f0a01acf1
--- /dev/null
+++ b/srcpkgs/gnome-pomodoro/template
@@ -0,0 +1,16 @@
+# Template file for 'gnome-pomodoro'
+pkgname=gnome-pomodoro
+version=0.24.0
+revision=1
+build_style=meson
+make_check_pre=xvfb-run
+hostmakedepends="cmake gettext gobject-introspection gom-devel gstreamer1-devel pkg-config vala"
+makedepends="glib-devel gtk+3-devel libcanberra-devel libpeas-devel sqlite-devel"
+checkdepends=xvfb-run
+short_desc="Pomodoro timer for GNOME"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://gnomepomodoro.org/"
+changelog="https://raw.githubusercontent.com/gnome-pomodoro/gnome-pomodoro/master/NEWS"
+distfiles="https://github.com/gnome-pomodoro/gnome-pomodoro/archive/refs/tags/${version}.tar.gz"
+checksum=230b9243c96893a2a04103f42f36f15520436eebceef15b53fdda9f6375d5247

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

* Re: [PR PATCH] [Updated] New package: gnome-pomodoro-0.24.0
  2023-09-02 17:18 [PR PATCH] New package: gnome-pomodoro-0.24.0 Eloitor
                   ` (2 preceding siblings ...)
  2023-09-03 19:13 ` [PR PATCH] [Updated] " Eloitor
@ 2023-09-03 19:42 ` Eloitor
  2023-09-03 20:54 ` Eloitor
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Eloitor @ 2023-09-03 19:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages gnome-pomodoro
https://github.com/void-linux/void-packages/pull/45883

New package: gnome-pomodoro-0.24.0
#### Testing the changes
- I tested the changes in this PR: **YES**

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



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

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

From 87fe4347388c0866d84c6dbf0eeb2730776db203 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Sat, 2 Sep 2023 19:17:37 +0200
Subject: [PATCH] New package: gnome-pomodoro-0.24.0

---
 srcpkgs/gnome-pomodoro/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/gnome-pomodoro/template

diff --git a/srcpkgs/gnome-pomodoro/template b/srcpkgs/gnome-pomodoro/template
new file mode 100644
index 0000000000000..983be389935da
--- /dev/null
+++ b/srcpkgs/gnome-pomodoro/template
@@ -0,0 +1,16 @@
+# Template file for 'gnome-pomodoro'
+pkgname=gnome-pomodoro
+version=0.24.0
+revision=1
+build_style=meson
+hostmakedepends="cmake gettext gobject-introspection gom-devel gstreamer1-devel pkg-config vala"
+makedepends="glib-devel gtk+3-devel libcanberra-devel libpeas-devel sqlite-devel"
+checkdepends=xvfb-run
+short_desc="Pomodoro timer for GNOME"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://gnomepomodoro.org/"
+changelog="https://raw.githubusercontent.com/gnome-pomodoro/gnome-pomodoro/master/NEWS"
+distfiles="https://github.com/gnome-pomodoro/gnome-pomodoro/archive/refs/tags/${version}.tar.gz"
+checksum=230b9243c96893a2a04103f42f36f15520436eebceef15b53fdda9f6375d5247
+make_check_pre=xvfb-run

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

* Re: New package: gnome-pomodoro-0.24.0
  2023-09-02 17:18 [PR PATCH] New package: gnome-pomodoro-0.24.0 Eloitor
                   ` (3 preceding siblings ...)
  2023-09-03 19:42 ` Eloitor
@ 2023-09-03 20:54 ` Eloitor
  2023-09-03 21:05 ` classabbyamp
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Eloitor @ 2023-09-03 20:54 UTC (permalink / raw)
  To: ml

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

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/pull/45883#issuecomment-1704399296

Comment:
I don't know what to do with

```
Found CMake: NO
Run-time dependency gom-1.0 found: NO (tried pkgconfig)

meson.build:19:10: ERROR: Dependency "gom-1.0" not found, tried pkgconfig
```

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

* Re: New package: gnome-pomodoro-0.24.0
  2023-09-02 17:18 [PR PATCH] New package: gnome-pomodoro-0.24.0 Eloitor
                   ` (4 preceding siblings ...)
  2023-09-03 20:54 ` Eloitor
@ 2023-09-03 21:05 ` classabbyamp
  2023-09-04 13:33 ` [PR PATCH] [Updated] " Eloitor
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: classabbyamp @ 2023-09-03 21:05 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/45883#issuecomment-1704401952

Comment:
probably something in hostmakedepends that shouldn't be

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

* Re: [PR PATCH] [Updated] New package: gnome-pomodoro-0.24.0
  2023-09-02 17:18 [PR PATCH] New package: gnome-pomodoro-0.24.0 Eloitor
                   ` (5 preceding siblings ...)
  2023-09-03 21:05 ` classabbyamp
@ 2023-09-04 13:33 ` Eloitor
  2023-09-04 13:49 ` Eloitor
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Eloitor @ 2023-09-04 13:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages gnome-pomodoro
https://github.com/void-linux/void-packages/pull/45883

New package: gnome-pomodoro-0.24.0
#### Testing the changes
- I tested the changes in this PR: **YES**

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



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

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

From 2bd97925598aa3af509d8d69e7a37f96f83b89df Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Sat, 2 Sep 2023 19:17:37 +0200
Subject: [PATCH] New package: gnome-pomodoro-0.24.0

---
 srcpkgs/gnome-pomodoro/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/gnome-pomodoro/template

diff --git a/srcpkgs/gnome-pomodoro/template b/srcpkgs/gnome-pomodoro/template
new file mode 100644
index 0000000000000..d206b21a7e4ea
--- /dev/null
+++ b/srcpkgs/gnome-pomodoro/template
@@ -0,0 +1,16 @@
+# Template file for 'gnome-pomodoro'
+pkgname=gnome-pomodoro
+version=0.24.0
+revision=1
+build_style=meson
+hostmakedepends="cmake gettext gobject-introspection gstreamer1-devel pkg-config vala"
+makedepends="glib-devel gtk+3-devel gom-devel libcanberra-devel libpeas-devel sqlite-devel"
+checkdepends=xvfb-run
+short_desc="Pomodoro timer for GNOME"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://gnomepomodoro.org/"
+changelog="https://raw.githubusercontent.com/gnome-pomodoro/gnome-pomodoro/master/NEWS"
+distfiles="https://github.com/gnome-pomodoro/gnome-pomodoro/archive/refs/tags/${version}.tar.gz"
+checksum=230b9243c96893a2a04103f42f36f15520436eebceef15b53fdda9f6375d5247
+make_check_pre=xvfb-run

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

* Re: [PR PATCH] [Updated] New package: gnome-pomodoro-0.24.0
  2023-09-02 17:18 [PR PATCH] New package: gnome-pomodoro-0.24.0 Eloitor
                   ` (6 preceding siblings ...)
  2023-09-04 13:33 ` [PR PATCH] [Updated] " Eloitor
@ 2023-09-04 13:49 ` Eloitor
  2023-09-04 14:40 ` Eloitor
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Eloitor @ 2023-09-04 13:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages gnome-pomodoro
https://github.com/void-linux/void-packages/pull/45883

New package: gnome-pomodoro-0.24.0
#### Testing the changes
- I tested the changes in this PR: **YES**

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



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

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

From 0d1d0714d54c07cd9653ee19dae2784035b3ed9f Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Sat, 2 Sep 2023 19:17:37 +0200
Subject: [PATCH] New package: gnome-pomodoro-0.24.0

---
 srcpkgs/gnome-pomodoro/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/gnome-pomodoro/template

diff --git a/srcpkgs/gnome-pomodoro/template b/srcpkgs/gnome-pomodoro/template
new file mode 100644
index 0000000000000..89a611a32b3e2
--- /dev/null
+++ b/srcpkgs/gnome-pomodoro/template
@@ -0,0 +1,16 @@
+# Template file for 'gnome-pomodoro'
+pkgname=gnome-pomodoro
+version=0.24.0
+revision=1
+build_style=meson
+hostmakedepends="cmake gettext glib-devel gobject-introspection pkg-config vala"
+makedepends="gstreamer1-devel gtk+3-devel gom-devel libcanberra-devel libpeas-devel sqlite-devel"
+checkdepends=xvfb-run
+short_desc="Pomodoro timer for GNOME"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://gnomepomodoro.org/"
+changelog="https://raw.githubusercontent.com/gnome-pomodoro/gnome-pomodoro/master/NEWS"
+distfiles="https://github.com/gnome-pomodoro/gnome-pomodoro/archive/refs/tags/${version}.tar.gz"
+checksum=230b9243c96893a2a04103f42f36f15520436eebceef15b53fdda9f6375d5247
+make_check_pre=xvfb-run

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

* Re: [PR PATCH] [Updated] New package: gnome-pomodoro-0.24.0
  2023-09-02 17:18 [PR PATCH] New package: gnome-pomodoro-0.24.0 Eloitor
                   ` (7 preceding siblings ...)
  2023-09-04 13:49 ` Eloitor
@ 2023-09-04 14:40 ` Eloitor
  2023-09-04 15:11 ` Eloitor
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Eloitor @ 2023-09-04 14:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages gnome-pomodoro
https://github.com/void-linux/void-packages/pull/45883

New package: gnome-pomodoro-0.24.0
#### Testing the changes
- I tested the changes in this PR: **YES**

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



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

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

From 041695e9dbae51f95f6526a5f75b71a4cc6248e8 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@disroot.org>
Date: Sat, 2 Sep 2023 19:17:37 +0200
Subject: [PATCH] New package: gnome-pomodoro-0.24.0

---
 srcpkgs/gnome-pomodoro/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/gnome-pomodoro/template

diff --git a/srcpkgs/gnome-pomodoro/template b/srcpkgs/gnome-pomodoro/template
new file mode 100644
index 0000000000000..89a611a32b3e2
--- /dev/null
+++ b/srcpkgs/gnome-pomodoro/template
@@ -0,0 +1,16 @@
+# Template file for 'gnome-pomodoro'
+pkgname=gnome-pomodoro
+version=0.24.0
+revision=1
+build_style=meson
+hostmakedepends="cmake gettext glib-devel gobject-introspection pkg-config vala"
+makedepends="gstreamer1-devel gtk+3-devel gom-devel libcanberra-devel libpeas-devel sqlite-devel"
+checkdepends=xvfb-run
+short_desc="Pomodoro timer for GNOME"
+maintainer="Eloi Torrents <eloitor@disroot.org>"
+license="GPL-3.0-or-later"
+homepage="https://gnomepomodoro.org/"
+changelog="https://raw.githubusercontent.com/gnome-pomodoro/gnome-pomodoro/master/NEWS"
+distfiles="https://github.com/gnome-pomodoro/gnome-pomodoro/archive/refs/tags/${version}.tar.gz"
+checksum=230b9243c96893a2a04103f42f36f15520436eebceef15b53fdda9f6375d5247
+make_check_pre=xvfb-run

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

* Re: New package: gnome-pomodoro-0.24.0
  2023-09-02 17:18 [PR PATCH] New package: gnome-pomodoro-0.24.0 Eloitor
                   ` (8 preceding siblings ...)
  2023-09-04 14:40 ` Eloitor
@ 2023-09-04 15:11 ` Eloitor
  2023-12-04  1:46 ` github-actions
  2023-12-19  1:46 ` [PR PATCH] [Closed]: " github-actions
  11 siblings, 0 replies; 13+ messages in thread
From: Eloitor @ 2023-09-04 15:11 UTC (permalink / raw)
  To: ml

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

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/pull/45883#issuecomment-1705427656

Comment:
Thank you, it is fixed now.

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

* Re: New package: gnome-pomodoro-0.24.0
  2023-09-02 17:18 [PR PATCH] New package: gnome-pomodoro-0.24.0 Eloitor
                   ` (9 preceding siblings ...)
  2023-09-04 15:11 ` Eloitor
@ 2023-12-04  1:46 ` github-actions
  2023-12-19  1:46 ` [PR PATCH] [Closed]: " github-actions
  11 siblings, 0 replies; 13+ messages in thread
From: github-actions @ 2023-12-04  1:46 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/45883#issuecomment-1837711829

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

* Re: [PR PATCH] [Closed]: New package: gnome-pomodoro-0.24.0
  2023-09-02 17:18 [PR PATCH] New package: gnome-pomodoro-0.24.0 Eloitor
                   ` (10 preceding siblings ...)
  2023-12-04  1:46 ` github-actions
@ 2023-12-19  1:46 ` github-actions
  11 siblings, 0 replies; 13+ messages in thread
From: github-actions @ 2023-12-19  1:46 UTC (permalink / raw)
  To: ml

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

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

New package: gnome-pomodoro-0.24.0
https://github.com/void-linux/void-packages/pull/45883

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

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



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

end of thread, other threads:[~2023-12-19  1:46 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-02 17:18 [PR PATCH] New package: gnome-pomodoro-0.24.0 Eloitor
2023-09-02 21:19 ` Eloitor
2023-09-02 23:43 ` classabbyamp
2023-09-03 19:13 ` [PR PATCH] [Updated] " Eloitor
2023-09-03 19:42 ` Eloitor
2023-09-03 20:54 ` Eloitor
2023-09-03 21:05 ` classabbyamp
2023-09-04 13:33 ` [PR PATCH] [Updated] " Eloitor
2023-09-04 13:49 ` Eloitor
2023-09-04 14:40 ` Eloitor
2023-09-04 15:11 ` Eloitor
2023-12-04  1:46 ` github-actions
2023-12-19  1:46 ` [PR PATCH] [Closed]: " github-actions

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