Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Drawing
@ 2022-05-16 12:52 mrkcee
  2022-05-16 19:23 ` [PR REVIEW] New package: drawing-1.0.1 classabbyamp
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: mrkcee @ 2022-05-16 12:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mrkcee/void-packages drawing
https://github.com/void-linux/void-packages/pull/37153

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

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### 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/37153.patch is attached

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

From d9c292cdd61c670ee3d46fb14f0d451d09b15201 Mon Sep 17 00:00:00 2001
From: mrkcee <markz_a@yahoo.com>
Date: Mon, 16 May 2022 20:16:54 +0800
Subject: [PATCH 1/3] New package: drawing-1.0.1

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

diff --git a/srcpkgs/drawing/template b/srcpkgs/drawing/template
new file mode 100644
index 000000000000..608c6a8acd5c
--- /dev/null
+++ b/srcpkgs/drawing/template
@@ -0,0 +1,16 @@
+# Template file for 'drawing'
+pkgname=drawing
+version=1.0.1
+revision=1
+wrksrc=drawing-$version
+build_style=meson
+build_helper=gir
+hostmakedepends="python3 glib-devel appstream-glib pkg-config gettext"
+makedepends="libglib-devel gtk+3-devel"
+depends="python3-gobject python3-cairo"
+short_desc="Simple image editor, similar to Microsoft Paint, for GNOME desktop."
+maintainer="mrkcee <markz_a@yahoo.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/maoschanz/drawing"
+distfiles="$homepage/archive/refs/tags/${version}.tar.gz"
+checksum=778367337e8d54a95898402bf39bcc5a310470f901821f41ae2c2625fba57a60

From 5b5fb7593a3f5cb51edddc242fd4493708abdbfe Mon Sep 17 00:00:00 2001
From: mrkcee <markz_a@yahoo.com>
Date: Mon, 16 May 2022 20:38:32 +0800
Subject: [PATCH 2/3] New package: drawing-1.0.1

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

diff --git a/srcpkgs/drawing/template b/srcpkgs/drawing/template
index 608c6a8acd5c..d1c144f05968 100644
--- a/srcpkgs/drawing/template
+++ b/srcpkgs/drawing/template
@@ -13,4 +13,4 @@ maintainer="mrkcee <markz_a@yahoo.com>"
 license="GPL-3.0-only"
 homepage="https://github.com/maoschanz/drawing"
 distfiles="$homepage/archive/refs/tags/${version}.tar.gz"
-checksum=778367337e8d54a95898402bf39bcc5a310470f901821f41ae2c2625fba57a60
+checksum=62c43c00befe3db2873967370dffd030de8041d6ba6281f8c46d556f9756867f

From e65775425d31004874581aa586e4678098d3ae49 Mon Sep 17 00:00:00 2001
From: mrkcee <markz_a@yahoo.com>
Date: Mon, 16 May 2022 20:46:53 +0800
Subject: [PATCH 3/3] New package: drawing-1.0.1

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

diff --git a/srcpkgs/drawing/template b/srcpkgs/drawing/template
index d1c144f05968..bb721c1eb285 100644
--- a/srcpkgs/drawing/template
+++ b/srcpkgs/drawing/template
@@ -5,7 +5,7 @@ revision=1
 wrksrc=drawing-$version
 build_style=meson
 build_helper=gir
-hostmakedepends="python3 glib-devel appstream-glib pkg-config gettext"
+hostmakedepends="python3 glib-devel appstream-glib pkg-config gettext itstool"
 makedepends="libglib-devel gtk+3-devel"
 depends="python3-gobject python3-cairo"
 short_desc="Simple image editor, similar to Microsoft Paint, for GNOME desktop."

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

end of thread, other threads:[~2022-09-12  2:15 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-16 12:52 [PR PATCH] Drawing mrkcee
2022-05-16 19:23 ` [PR REVIEW] New package: drawing-1.0.1 classabbyamp
2022-05-16 19:23 ` classabbyamp
2022-05-16 19:23 ` classabbyamp
2022-05-16 19:24 ` classabbyamp
2022-05-17 12:51 ` [PR PATCH] [Updated] " mrkcee
2022-05-17 12:54 ` mrkcee
2022-05-19 15:16 ` [PR PATCH] [Updated] " mrkcee
2022-05-19 15:17 ` mrkcee
2022-05-23  6:32 ` [PR REVIEW] " paper42
2022-05-24 14:13 ` [PR PATCH] [Updated] " mrkcee
2022-05-24 14:14 ` [PR REVIEW] " mrkcee
2022-08-29  2:14 ` github-actions
2022-09-12  2:15 ` [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).