Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: dibuja-0.24.0
@ 2024-09-27  7:19 xeroxslayer
  2024-09-27  7:25 ` [PR PATCH] [Updated] " xeroxslayer
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: xeroxslayer @ 2024-09-27  7:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xeroxslayer/void-packages dibuja
https://github.com/void-linux/void-packages/pull/52371

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



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

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

From 0061aad0763cc08ce3a98cd51081b5ef84c0e7ea Mon Sep 17 00:00:00 2001
From: xeroxslayer <xeroxslayer@proton.me>
Date: Fri, 27 Sep 2024 09:14:26 +0200
Subject: [PATCH] New package: dibuja-0.24.0

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

diff --git a/srcpkgs/dibuja/template b/srcpkgs/dibuja/template
new file mode 100644
index 00000000000000..e752c038adc39a
--- /dev/null
+++ b/srcpkgs/dibuja/template
@@ -0,0 +1,14 @@
+# Template file for 'dibuja'
+pkgname=dibuja
+version=0.24.0
+revision=1
+build_style=gnu-configure
+configure_args="--with-gtk3 --with-gegl-0.4"
+hostmakedepends="gettext libtool pkg-config"
+makedepends="libgexiv2-devel gegl-devel gtk+3-devel"
+short_desc="Simple to use paint program like Paintbrush for Mac or classic MS Paint, but for Linux."
+maintainer="xeroxslayer <xeroxslayer@proton.me>"
+license="GPL-3.0-or-later"
+homepage="https://launchpad.net/dibuja"
+distfiles="https://launchpad.net/${pkgname}/trunk/${version}/+download/${pkgname}-${version}.tar.gz"
+checksum="a9c98b386667287e330c8b8572001ffbf1be10a639adc05ec7b67bbdffc4731b"

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

* Re: [PR PATCH] [Updated] New package: dibuja-0.24.0
  2024-09-27  7:19 [PR PATCH] New package: dibuja-0.24.0 xeroxslayer
@ 2024-09-27  7:25 ` xeroxslayer
  2024-09-27 12:56 ` xeroxslayer
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: xeroxslayer @ 2024-09-27  7:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xeroxslayer/void-packages dibuja
https://github.com/void-linux/void-packages/pull/52371

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



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

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

From 0061aad0763cc08ce3a98cd51081b5ef84c0e7ea Mon Sep 17 00:00:00 2001
From: xeroxslayer <xeroxslayer@proton.me>
Date: Fri, 27 Sep 2024 09:14:26 +0200
Subject: [PATCH 1/2] New package: dibuja-0.24.0

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

diff --git a/srcpkgs/dibuja/template b/srcpkgs/dibuja/template
new file mode 100644
index 00000000000000..e752c038adc39a
--- /dev/null
+++ b/srcpkgs/dibuja/template
@@ -0,0 +1,14 @@
+# Template file for 'dibuja'
+pkgname=dibuja
+version=0.24.0
+revision=1
+build_style=gnu-configure
+configure_args="--with-gtk3 --with-gegl-0.4"
+hostmakedepends="gettext libtool pkg-config"
+makedepends="libgexiv2-devel gegl-devel gtk+3-devel"
+short_desc="Simple to use paint program like Paintbrush for Mac or classic MS Paint, but for Linux."
+maintainer="xeroxslayer <xeroxslayer@proton.me>"
+license="GPL-3.0-or-later"
+homepage="https://launchpad.net/dibuja"
+distfiles="https://launchpad.net/${pkgname}/trunk/${version}/+download/${pkgname}-${version}.tar.gz"
+checksum="a9c98b386667287e330c8b8572001ffbf1be10a639adc05ec7b67bbdffc4731b"

From e68d920c7b5082933d8cfa036512d8cf80136138 Mon Sep 17 00:00:00 2001
From: xeroxslayer <xeroxslayer@proton.me>
Date: Fri, 27 Sep 2024 09:24:20 +0200
Subject: [PATCH 2/2] New package: dibuja-0.24.0 - fixed long package
 description

---
 srcpkgs/dibuja/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/dibuja/template b/srcpkgs/dibuja/template
index e752c038adc39a..4a6e6fd532a091 100644
--- a/srcpkgs/dibuja/template
+++ b/srcpkgs/dibuja/template
@@ -6,7 +6,7 @@ build_style=gnu-configure
 configure_args="--with-gtk3 --with-gegl-0.4"
 hostmakedepends="gettext libtool pkg-config"
 makedepends="libgexiv2-devel gegl-devel gtk+3-devel"
-short_desc="Simple to use paint program like Paintbrush for Mac or classic MS Paint, but for Linux."
+short_desc="Simple to use paint program like Paintbrush for Mac or classic MS Paint"
 maintainer="xeroxslayer <xeroxslayer@proton.me>"
 license="GPL-3.0-or-later"
 homepage="https://launchpad.net/dibuja"

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

* Re: New package: dibuja-0.24.0
  2024-09-27  7:19 [PR PATCH] New package: dibuja-0.24.0 xeroxslayer
  2024-09-27  7:25 ` [PR PATCH] [Updated] " xeroxslayer
@ 2024-09-27 12:56 ` xeroxslayer
  2024-09-28 23:15 ` [PR PATCH] [Updated] " xeroxslayer
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: xeroxslayer @ 2024-09-27 12:56 UTC (permalink / raw)
  To: ml

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

New comment by xeroxslayer on void-packages repository

https://github.com/void-linux/void-packages/pull/52371#issuecomment-2379221048

Comment:
Forgot to mention, tested and working in x86_64-musl and i686.

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

* Re: [PR PATCH] [Updated] New package: dibuja-0.24.0
  2024-09-27  7:19 [PR PATCH] New package: dibuja-0.24.0 xeroxslayer
  2024-09-27  7:25 ` [PR PATCH] [Updated] " xeroxslayer
  2024-09-27 12:56 ` xeroxslayer
@ 2024-09-28 23:15 ` xeroxslayer
  2024-12-28  1:57 ` github-actions
  2025-01-11  1:59 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: xeroxslayer @ 2024-09-28 23:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xeroxslayer/void-packages dibuja
https://github.com/void-linux/void-packages/pull/52371

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



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

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

From 3219264a8021261345ce5b7cabb1a5c4ad199d8e Mon Sep 17 00:00:00 2001
From: xeroxslayer <xeroxslayer@proton.me>
Date: Fri, 27 Sep 2024 09:14:26 +0200
Subject: [PATCH] New package: dibuja-0.24.0

New package: dibuja-0.24.0 - fixed long package description

New package: dibuja-0.24.0 - squashed
---
 srcpkgs/dibuja/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/dibuja/template

diff --git a/srcpkgs/dibuja/template b/srcpkgs/dibuja/template
new file mode 100644
index 00000000000000..4a6e6fd532a091
--- /dev/null
+++ b/srcpkgs/dibuja/template
@@ -0,0 +1,14 @@
+# Template file for 'dibuja'
+pkgname=dibuja
+version=0.24.0
+revision=1
+build_style=gnu-configure
+configure_args="--with-gtk3 --with-gegl-0.4"
+hostmakedepends="gettext libtool pkg-config"
+makedepends="libgexiv2-devel gegl-devel gtk+3-devel"
+short_desc="Simple to use paint program like Paintbrush for Mac or classic MS Paint"
+maintainer="xeroxslayer <xeroxslayer@proton.me>"
+license="GPL-3.0-or-later"
+homepage="https://launchpad.net/dibuja"
+distfiles="https://launchpad.net/${pkgname}/trunk/${version}/+download/${pkgname}-${version}.tar.gz"
+checksum="a9c98b386667287e330c8b8572001ffbf1be10a639adc05ec7b67bbdffc4731b"

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

* Re: New package: dibuja-0.24.0
  2024-09-27  7:19 [PR PATCH] New package: dibuja-0.24.0 xeroxslayer
                   ` (2 preceding siblings ...)
  2024-09-28 23:15 ` [PR PATCH] [Updated] " xeroxslayer
@ 2024-12-28  1:57 ` github-actions
  2025-01-11  1:59 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2024-12-28  1:57 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/52371#issuecomment-2564136494

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] [Closed]: New package: dibuja-0.24.0
  2024-09-27  7:19 [PR PATCH] New package: dibuja-0.24.0 xeroxslayer
                   ` (3 preceding siblings ...)
  2024-12-28  1:57 ` github-actions
@ 2025-01-11  1:59 ` github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2025-01-11  1:59 UTC (permalink / raw)
  To: ml

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

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

New package: dibuja-0.24.0
https://github.com/void-linux/void-packages/pull/52371

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-musl**
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64
  - aarch64-musl
  - aarch64
  - i686-musl
  - i686
  - armv7l-musl
  - armv7l
  - armv6l-musl
  - armv6



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

end of thread, other threads:[~2025-01-11  1:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-27  7:19 [PR PATCH] New package: dibuja-0.24.0 xeroxslayer
2024-09-27  7:25 ` [PR PATCH] [Updated] " xeroxslayer
2024-09-27 12:56 ` xeroxslayer
2024-09-28 23:15 ` [PR PATCH] [Updated] " xeroxslayer
2024-12-28  1:57 ` github-actions
2025-01-11  1:59 ` [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).