Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: curtail-1.7.0
@ 2023-10-02 19:08 chrysos349
  2023-10-02 19:31 ` [PR PATCH] [Updated] " chrysos349
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: chrysos349 @ 2023-10-02 19:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages curtail
https://github.com/void-linux/void-packages/pull/46388

New package: curtail-1.7.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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl

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

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

From 91ff19ac34dd8da23ec1d74bd76437b28a69de48 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Mon, 2 Oct 2023 22:06:53 +0300
Subject: [PATCH] New package: curtail-1.7.0

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

diff --git a/srcpkgs/curtail/template b/srcpkgs/curtail/template
new file mode 100644
index 0000000000000..86ff4a417075d
--- /dev/null
+++ b/srcpkgs/curtail/template
@@ -0,0 +1,17 @@
+# Template file for 'curtail'
+pkgname=curtail
+version=1.7.0
+revision=1
+build_style=meson
+hostmakedepends="desktop-file-utils gettext glib-devel gtk-update-icon-cache
+ pkg-config"
+makedepends="libadwaita-devel"
+depends="jpegoptim libadwaita libwebp-tools oxipng pngquant python3-gobject
+ python3-scour webp-pixbuf-loader"
+checkdepends="appstream-glib"
+short_desc="Compress your images"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Huluti/Curtail"
+distfiles="https://github.com/Huluti/Curtail/archive/${version}.tar.gz"
+checksum=fc5b846999268eb3ad0f33812c8ce467174fdb9c1a600563fbb19569657c2828

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

* Re: [PR PATCH] [Updated] New package: curtail-1.7.0
  2023-10-02 19:08 [PR PATCH] New package: curtail-1.7.0 chrysos349
@ 2023-10-02 19:31 ` chrysos349
  2024-01-01  1:50 ` github-actions
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: chrysos349 @ 2023-10-02 19:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages curtail
https://github.com/void-linux/void-packages/pull/46388

New package: curtail-1.7.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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl

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

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

From bdced9bab68b86231f20c55bd7154c695cd88b2e Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Mon, 2 Oct 2023 22:31:19 +0300
Subject: [PATCH] New package: curtail-1.7.0

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

diff --git a/srcpkgs/curtail/template b/srcpkgs/curtail/template
new file mode 100644
index 0000000000000..25cd53a7c398b
--- /dev/null
+++ b/srcpkgs/curtail/template
@@ -0,0 +1,16 @@
+# Template file for 'curtail'
+pkgname=curtail
+version=1.7.0
+revision=1
+build_style=meson
+hostmakedepends="desktop-file-utils gettext glib-devel gtk-update-icon-cache
+ pkg-config"
+depends="jpegoptim libadwaita libwebp-tools oxipng pngquant python3-gobject
+ python3-scour webp-pixbuf-loader"
+checkdepends="appstream-glib"
+short_desc="Compress your images"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Huluti/Curtail"
+distfiles="https://github.com/Huluti/Curtail/archive/${version}.tar.gz"
+checksum=fc5b846999268eb3ad0f33812c8ce467174fdb9c1a600563fbb19569657c2828

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

* Re: New package: curtail-1.7.0
  2023-10-02 19:08 [PR PATCH] New package: curtail-1.7.0 chrysos349
  2023-10-02 19:31 ` [PR PATCH] [Updated] " chrysos349
@ 2024-01-01  1:50 ` github-actions
  2024-01-01 14:51 ` chrysos349
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2024-01-01  1:50 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/46388#issuecomment-1873098956

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

* Re: New package: curtail-1.7.0
  2023-10-02 19:08 [PR PATCH] New package: curtail-1.7.0 chrysos349
  2023-10-02 19:31 ` [PR PATCH] [Updated] " chrysos349
  2024-01-01  1:50 ` github-actions
@ 2024-01-01 14:51 ` chrysos349
  2024-04-02  1:46 ` github-actions
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: chrysos349 @ 2024-01-01 14:51 UTC (permalink / raw)
  To: ml

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

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/46388#issuecomment-1873357774

Comment:
bump

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

* Re: New package: curtail-1.7.0
  2023-10-02 19:08 [PR PATCH] New package: curtail-1.7.0 chrysos349
                   ` (2 preceding siblings ...)
  2024-01-01 14:51 ` chrysos349
@ 2024-04-02  1:46 ` github-actions
  2024-04-02  5:15 ` [PR PATCH] [Updated] " chrysos349
  2024-04-02  8:44 ` chrysos349
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2024-04-02  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/46388#issuecomment-2030926114

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

* Re: [PR PATCH] [Updated] New package: curtail-1.7.0
  2023-10-02 19:08 [PR PATCH] New package: curtail-1.7.0 chrysos349
                   ` (3 preceding siblings ...)
  2024-04-02  1:46 ` github-actions
@ 2024-04-02  5:15 ` chrysos349
  2024-04-02  8:44 ` chrysos349
  5 siblings, 0 replies; 7+ messages in thread
From: chrysos349 @ 2024-04-02  5:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages curtail
https://github.com/void-linux/void-packages/pull/46388

New package: curtail-1.7.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)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl

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

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

From 64a15b14390d903b510afae8dd2742919bd42d4e Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Mon, 2 Oct 2023 22:31:19 +0300
Subject: [PATCH] New package: curtail-1.7.0

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

diff --git a/srcpkgs/curtail/template b/srcpkgs/curtail/template
new file mode 100644
index 00000000000000..25cd53a7c398bc
--- /dev/null
+++ b/srcpkgs/curtail/template
@@ -0,0 +1,16 @@
+# Template file for 'curtail'
+pkgname=curtail
+version=1.7.0
+revision=1
+build_style=meson
+hostmakedepends="desktop-file-utils gettext glib-devel gtk-update-icon-cache
+ pkg-config"
+depends="jpegoptim libadwaita libwebp-tools oxipng pngquant python3-gobject
+ python3-scour webp-pixbuf-loader"
+checkdepends="appstream-glib"
+short_desc="Compress your images"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/Huluti/Curtail"
+distfiles="https://github.com/Huluti/Curtail/archive/${version}.tar.gz"
+checksum=fc5b846999268eb3ad0f33812c8ce467174fdb9c1a600563fbb19569657c2828

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

* Re: New package: curtail-1.7.0
  2023-10-02 19:08 [PR PATCH] New package: curtail-1.7.0 chrysos349
                   ` (4 preceding siblings ...)
  2024-04-02  5:15 ` [PR PATCH] [Updated] " chrysos349
@ 2024-04-02  8:44 ` chrysos349
  5 siblings, 0 replies; 7+ messages in thread
From: chrysos349 @ 2024-04-02  8:44 UTC (permalink / raw)
  To: ml

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

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/46388#issuecomment-2031418872

Comment:
bump

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

end of thread, other threads:[~2024-04-02  8:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-02 19:08 [PR PATCH] New package: curtail-1.7.0 chrysos349
2023-10-02 19:31 ` [PR PATCH] [Updated] " chrysos349
2024-01-01  1:50 ` github-actions
2024-01-01 14:51 ` chrysos349
2024-04-02  1:46 ` github-actions
2024-04-02  5:15 ` [PR PATCH] [Updated] " chrysos349
2024-04-02  8:44 ` chrysos349

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