Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mypaint: update to 2.0.1.
@ 2021-01-31  9:02 pfpulux
  2021-02-03 15:58 ` [PR REVIEW] " abenson
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: pfpulux @ 2021-01-31  9:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pfpulux/void-packages mypaint
https://github.com/void-linux/void-packages/pull/28354

mypaint: update to 2.0.1.


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

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

From 81ca4b913f1773615c72256b55261fba48df8331 Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.de>
Date: Sun, 31 Jan 2021 09:58:46 +0100
Subject: [PATCH] mypaint: update to 2.0.1.

---
 srcpkgs/mypaint/patches/releaseinfo.patch | 11 -----------
 srcpkgs/mypaint/template                  |  8 ++++----
 2 files changed, 4 insertions(+), 15 deletions(-)
 delete mode 100644 srcpkgs/mypaint/patches/releaseinfo.patch

diff --git a/srcpkgs/mypaint/patches/releaseinfo.patch b/srcpkgs/mypaint/patches/releaseinfo.patch
deleted file mode 100644
index 9454203a493..00000000000
--- a/srcpkgs/mypaint/patches/releaseinfo.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/meta.py	2020-02-15 16:05:22.000000000 +0100
-+++ lib/meta.py	2020-03-29 11:40:40.275375283 +0200
-@@ -264,7 +264,7 @@
-         # If release information from release.sh exists, use that
-         relinfo = {}
-         with open("release_info", "rb") as relinfo_fp:
--            exec(relinfo_fp, relinfo)
-+            exec(relinfo_fp.read(), relinfo)
-         base_version = relinfo.get(
-             "MYPAINT_VERSION_BASE",
-             base_version,
diff --git a/srcpkgs/mypaint/template b/srcpkgs/mypaint/template
index f3d5266c14b..81e003a7700 100644
--- a/srcpkgs/mypaint/template
+++ b/srcpkgs/mypaint/template
@@ -1,18 +1,18 @@
 # Template file for 'mypaint'
 pkgname=mypaint
-version=2.0.0
-revision=2
+version=2.0.1
+revision=1
 build_style=python3-module
 pycompile_dirs="/usr/share/mypaint"
 hostmakedepends="swig pkg-config gettext python3-setuptools python3-numpy python3"
-makedepends="python3-setuptools python3-numpy python3-cairo python3-gobject-devel gtk+3-devel libgomp-devel libmypaint-devel mypaint-brushes"
+makedepends="python3-setuptools python3-numpy python3-cairo python3-gobject-devel gtk+3-devel libgomp-devel libmypaint-devel>=1.6.0 mypaint-brushes"
 depends="librsvg python3-numpy python3-gobject gtk+3 hicolor-icon-theme mypaint-brushes"
 short_desc="Graphics application for digital painters"
 maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
 license="GPL-2.0-or-later"
 homepage="http://mypaint.org"
 distfiles="https://github.com/mypaint/mypaint/releases/download/v${version}/mypaint-${version}.tar.xz"
-checksum=d1d67866e342938c1e84b42da10bbed5f613f7e216f800fcc7c0e20200074a5e
+checksum=f3e437d7cdd5fd28ef6532e8ab6b4b05d842bcdd644f16a0162dad3d8e57bb16
 python_version=3
 
 post_install() {

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

* Re: [PR REVIEW] mypaint: update to 2.0.1.
  2021-01-31  9:02 [PR PATCH] mypaint: update to 2.0.1 pfpulux
@ 2021-02-03 15:58 ` abenson
  2021-02-03 15:59 ` abenson
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: abenson @ 2021-02-03 15:58 UTC (permalink / raw)
  To: ml

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

New review comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/28354#discussion_r569533399

Comment:
Why are you specifying a version on here?

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

* Re: [PR REVIEW] mypaint: update to 2.0.1.
  2021-01-31  9:02 [PR PATCH] mypaint: update to 2.0.1 pfpulux
  2021-02-03 15:58 ` [PR REVIEW] " abenson
@ 2021-02-03 15:59 ` abenson
  2021-02-14 21:27 ` ericonr
  2021-02-14 21:27 ` [PR PATCH] [Closed]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: abenson @ 2021-02-03 15:59 UTC (permalink / raw)
  To: ml

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

New review comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/28354#discussion_r569533695

Comment:
This should be in with the `libmypaint` PR

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

* Re: mypaint: update to 2.0.1.
  2021-01-31  9:02 [PR PATCH] mypaint: update to 2.0.1 pfpulux
  2021-02-03 15:58 ` [PR REVIEW] " abenson
  2021-02-03 15:59 ` abenson
@ 2021-02-14 21:27 ` ericonr
  2021-02-14 21:27 ` [PR PATCH] [Closed]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-02-14 21:27 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28354#issuecomment-778844641

Comment:
Closing, should happen in #28353

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

* Re: [PR PATCH] [Closed]: mypaint: update to 2.0.1.
  2021-01-31  9:02 [PR PATCH] mypaint: update to 2.0.1 pfpulux
                   ` (2 preceding siblings ...)
  2021-02-14 21:27 ` ericonr
@ 2021-02-14 21:27 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-02-14 21:27 UTC (permalink / raw)
  To: ml

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

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

mypaint: update to 2.0.1.
https://github.com/void-linux/void-packages/pull/28354

Description:


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

end of thread, other threads:[~2021-02-14 21:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-31  9:02 [PR PATCH] mypaint: update to 2.0.1 pfpulux
2021-02-03 15:58 ` [PR REVIEW] " abenson
2021-02-03 15:59 ` abenson
2021-02-14 21:27 ` ericonr
2021-02-14 21:27 ` [PR PATCH] [Closed]: " ericonr

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