Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Create template
@ 2020-12-27 23:17 ghen-arcanum
  2020-12-27 23:56 ` [PR PATCH] [Updated] " ghen-arcanum
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ghen-arcanum @ 2020-12-27 23:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ghen-arcanum/void-packages grafx2-xversion
https://github.com/void-linux/void-packages/pull/27488

Create template
grafx2-xversion template

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

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

From 684d0d85319edfc7668513ae1e3667fb2e969e55 Mon Sep 17 00:00:00 2001
From: ghen-arcanum <76652576+ghen-arcanum@users.noreply.github.com>
Date: Mon, 28 Dec 2020 00:12:58 +0100
Subject: [PATCH] Create template

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

diff --git a/srcpkgs/grafx2-xversion/template b/srcpkgs/grafx2-xversion/template
new file mode 100644
index 00000000000..4eaa985409d
--- /dev/null
+++ b/srcpkgs/grafx2-xversion/template
@@ -0,0 +1,17 @@
+pkgname=grafx2-xversion
+version=2.7.2944
+revision=1
+wrksrc="grafx2"
+build_wrksrc="src"
+build_style=gnu-makefile
+#make_use_env=yes
+make_build_args="API=x11"
+hostmakedepends="pkg-config"
+makedepends="libpng-devel tiff-devel lua53-devel libX11-devel freetype-devel"
+depends="desktop-file-utils"
+short_desc="Pixel drawing program like Deluxe Paint - X-Version"
+maintainer="ghen_arcanum <111path_of_exile111@pm.me>"
+license="GPL-2.0-ONLY"
+homepage="http://grafx2.chez.com/"
+distfiles="http://pulkomandy.tk/projects/GrafX2/downloads/grafx2-${version}-src.tgz"
+checksum="a0246ab43f4b7d56d40cd03f53ca48f2b107dcb849e565be1379798d9b68961e"

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

* Re: [PR PATCH] [Updated] Create template
  2020-12-27 23:17 [PR PATCH] Create template ghen-arcanum
@ 2020-12-27 23:56 ` ghen-arcanum
  2020-12-28  2:54 ` [PR PATCH] [Updated] [WIP] New package: grafx2-xversion-2.7.2944 ghen-arcanum
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ghen-arcanum @ 2020-12-27 23:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ghen-arcanum/void-packages grafx2-xversion
https://github.com/void-linux/void-packages/pull/27488

Create template
grafx2-xversion template

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

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

From 684d0d85319edfc7668513ae1e3667fb2e969e55 Mon Sep 17 00:00:00 2001
From: ghen-arcanum <76652576+ghen-arcanum@users.noreply.github.com>
Date: Mon, 28 Dec 2020 00:12:58 +0100
Subject: [PATCH 1/2] Create template

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

diff --git a/srcpkgs/grafx2-xversion/template b/srcpkgs/grafx2-xversion/template
new file mode 100644
index 00000000000..4eaa985409d
--- /dev/null
+++ b/srcpkgs/grafx2-xversion/template
@@ -0,0 +1,17 @@
+pkgname=grafx2-xversion
+version=2.7.2944
+revision=1
+wrksrc="grafx2"
+build_wrksrc="src"
+build_style=gnu-makefile
+#make_use_env=yes
+make_build_args="API=x11"
+hostmakedepends="pkg-config"
+makedepends="libpng-devel tiff-devel lua53-devel libX11-devel freetype-devel"
+depends="desktop-file-utils"
+short_desc="Pixel drawing program like Deluxe Paint - X-Version"
+maintainer="ghen_arcanum <111path_of_exile111@pm.me>"
+license="GPL-2.0-ONLY"
+homepage="http://grafx2.chez.com/"
+distfiles="http://pulkomandy.tk/projects/GrafX2/downloads/grafx2-${version}-src.tgz"
+checksum="a0246ab43f4b7d56d40cd03f53ca48f2b107dcb849e565be1379798d9b68961e"

From 2cd99340c69ae7c58f342765146c964339323702 Mon Sep 17 00:00:00 2001
From: ghen-arcanum <76652576+ghen-arcanum@users.noreply.github.com>
Date: Mon, 28 Dec 2020 00:56:49 +0100
Subject: [PATCH 2/2] Update template

---
 srcpkgs/grafx2-xversion/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/grafx2-xversion/template b/srcpkgs/grafx2-xversion/template
index 4eaa985409d..735707d7e17 100644
--- a/srcpkgs/grafx2-xversion/template
+++ b/srcpkgs/grafx2-xversion/template
@@ -1,3 +1,4 @@
+# Template file for 'grafx2-xversion'
 pkgname=grafx2-xversion
 version=2.7.2944
 revision=1

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

* Re: [PR PATCH] [Updated] [WIP] New package: grafx2-xversion-2.7.2944
  2020-12-27 23:17 [PR PATCH] Create template ghen-arcanum
  2020-12-27 23:56 ` [PR PATCH] [Updated] " ghen-arcanum
@ 2020-12-28  2:54 ` ghen-arcanum
  2022-05-01  2:14 ` github-actions
  2022-05-16  2:07 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: ghen-arcanum @ 2020-12-28  2:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ghen-arcanum/void-packages grafx2-xversion
https://github.com/void-linux/void-packages/pull/27488

[WIP] New package: grafx2-xversion-2.7.2944
grafx2-xversion template

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

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

From 684d0d85319edfc7668513ae1e3667fb2e969e55 Mon Sep 17 00:00:00 2001
From: ghen-arcanum <76652576+ghen-arcanum@users.noreply.github.com>
Date: Mon, 28 Dec 2020 00:12:58 +0100
Subject: [PATCH] Create template

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

diff --git a/srcpkgs/grafx2-xversion/template b/srcpkgs/grafx2-xversion/template
new file mode 100644
index 00000000000..4eaa985409d
--- /dev/null
+++ b/srcpkgs/grafx2-xversion/template
@@ -0,0 +1,17 @@
+pkgname=grafx2-xversion
+version=2.7.2944
+revision=1
+wrksrc="grafx2"
+build_wrksrc="src"
+build_style=gnu-makefile
+#make_use_env=yes
+make_build_args="API=x11"
+hostmakedepends="pkg-config"
+makedepends="libpng-devel tiff-devel lua53-devel libX11-devel freetype-devel"
+depends="desktop-file-utils"
+short_desc="Pixel drawing program like Deluxe Paint - X-Version"
+maintainer="ghen_arcanum <111path_of_exile111@pm.me>"
+license="GPL-2.0-ONLY"
+homepage="http://grafx2.chez.com/"
+distfiles="http://pulkomandy.tk/projects/GrafX2/downloads/grafx2-${version}-src.tgz"
+checksum="a0246ab43f4b7d56d40cd03f53ca48f2b107dcb849e565be1379798d9b68961e"

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

* Re: [WIP] New package: grafx2-xversion-2.7.2944
  2020-12-27 23:17 [PR PATCH] Create template ghen-arcanum
  2020-12-27 23:56 ` [PR PATCH] [Updated] " ghen-arcanum
  2020-12-28  2:54 ` [PR PATCH] [Updated] [WIP] New package: grafx2-xversion-2.7.2944 ghen-arcanum
@ 2022-05-01  2:14 ` github-actions
  2022-05-16  2:07 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2022-05-01  2:14 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/27488#issuecomment-1114104817

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

* Re: [PR PATCH] [Closed]: [WIP] New package: grafx2-xversion-2.7.2944
  2020-12-27 23:17 [PR PATCH] Create template ghen-arcanum
                   ` (2 preceding siblings ...)
  2022-05-01  2:14 ` github-actions
@ 2022-05-16  2:07 ` github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2022-05-16  2:07 UTC (permalink / raw)
  To: ml

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

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

[WIP] New package: grafx2-xversion-2.7.2944
https://github.com/void-linux/void-packages/pull/27488

Description:
grafx2-xversion template

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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-27 23:17 [PR PATCH] Create template ghen-arcanum
2020-12-27 23:56 ` [PR PATCH] [Updated] " ghen-arcanum
2020-12-28  2:54 ` [PR PATCH] [Updated] [WIP] New package: grafx2-xversion-2.7.2944 ghen-arcanum
2022-05-01  2:14 ` github-actions
2022-05-16  2:07 ` [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).