Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mypaint-brushes: update to 2.0.2, mypaint-brushes1: update to 1.3.1
@ 2020-10-22 17:43 kartikynwa
  2020-10-23  5:27 ` [PR PATCH] [Updated] " kartikynwa
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: kartikynwa @ 2020-10-22 17:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages mypaint-brushes-update
https://github.com/void-linux/void-packages/pull/25793

mypaint-brushes: update to 2.0.2, mypaint-brushes1: update to 1.3.1
The only programs that have the packages as `makedepends` are `gimp` and `mypaint`. However, they don't need to be rebuilt because of the nature of the update. From [the release page](https://github.com/mypaint/mypaint-brushes/releases):

- **v1.3.1:** This release only differs from `1.3.0` by the reduction in icon sizes and updates to the autotools requirements.
- **v2.0.2**: No semantic changes to the brushes, only reductions to the file sizes of the preview icons.

Have tested `mypaint-brushes1` with `gimp` and it's working perfectly.

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

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

From fea81a6185297be1c9abd9f24a3ae88102c39e32 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Thu, 22 Oct 2020 23:08:39 +0530
Subject: [PATCH 1/2] mypaint-brushes1: update to 1.3.1.

---
 srcpkgs/mypaint-brushes1/patches/autogen.patch | 12 ------------
 srcpkgs/mypaint-brushes1/template              |  4 ++--
 2 files changed, 2 insertions(+), 14 deletions(-)
 delete mode 100644 srcpkgs/mypaint-brushes1/patches/autogen.patch

diff --git a/srcpkgs/mypaint-brushes1/patches/autogen.patch b/srcpkgs/mypaint-brushes1/patches/autogen.patch
deleted file mode 100644
index 8cd7b132eb9..00000000000
--- a/srcpkgs/mypaint-brushes1/patches/autogen.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- autogen.sh.orig
-+++ autogen.sh
-@@ -90,6 +90,9 @@
- echo -n "checking for automake >= $AUTOMAKE_REQUIRED_VERSION ... "
- if ($AUTOMAKE --version) < /dev/null > /dev/null 2>&1; then
-    AUTOMAKE=$AUTOMAKE
-+elif (automake-1.16 --version) < /dev/null > /dev/null 2>&1; then
-+   AUTOMAKE=automake-1.16
-+   ACLOCAL=aclocal-1.16
- elif (automake-1.15 --version) < /dev/null > /dev/null 2>&1; then
-    AUTOMAKE=automake-1.15
-    ACLOCAL=aclocal-1.15
diff --git a/srcpkgs/mypaint-brushes1/template b/srcpkgs/mypaint-brushes1/template
index 8622bb46bb8..278e571caf7 100644
--- a/srcpkgs/mypaint-brushes1/template
+++ b/srcpkgs/mypaint-brushes1/template
@@ -1,6 +1,6 @@
 # Template file for 'mypaint-brushes1'
 pkgname=mypaint-brushes1
-version=1.3.0
+version=1.3.1
 revision=1
 archs=noarch
 wrksrc="mypaint-brushes-${version}"
@@ -11,7 +11,7 @@ maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
 license="CC0-1.0"
 homepage="https://github.com/mypaint/mypaint-brushes"
 distfiles="https://github.com/mypaint/mypaint-brushes/archive/v${version}.tar.gz"
-checksum=704bb6420e65085acfd7a61d6050e96b0395c5eab078433f11406c355f16b214
+checksum=e6d0f51adb2ad507c12aa40a78265638cb21c53f4eb761c274d044677afaa1ff
 
 pre_configure() {
 	./autogen.sh

From c196f241cfbbedbd5746bb7ff2532cadcc0be68c Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Thu, 22 Oct 2020 23:09:00 +0530
Subject: [PATCH 2/2] mypaint-brushes: update to 2.0.2.

---
 srcpkgs/mypaint-brushes/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/mypaint-brushes/template b/srcpkgs/mypaint-brushes/template
index 5226d6f18d6..9cf2179f0ba 100644
--- a/srcpkgs/mypaint-brushes/template
+++ b/srcpkgs/mypaint-brushes/template
@@ -1,6 +1,6 @@
 # Template file for 'mypaint-brushes'
 pkgname=mypaint-brushes
-version=2.0.1
+version=2.0.2
 revision=1
 archs=noarch
 build_style=gnu-configure
@@ -10,7 +10,7 @@ maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
 license="CC0-1.0"
 homepage="https://github.com/mypaint/mypaint-brushes"
 distfiles="https://github.com/mypaint/mypaint-brushes/archive/v${version}.tar.gz"
-checksum=5572c849c3cf01c33bceddb97f9ced55a219265738a46e406ddb5220ac59e22a
+checksum=01032550dd817bb0f8e85d83a632ed2e50bc16e0735630839e6c508f02f800ac
 
 pre_configure() {
 	./autogen.sh

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

* Re: [PR PATCH] [Updated] mypaint-brushes: update to 2.0.2, mypaint-brushes1: update to 1.3.1
  2020-10-22 17:43 [PR PATCH] mypaint-brushes: update to 2.0.2, mypaint-brushes1: update to 1.3.1 kartikynwa
@ 2020-10-23  5:27 ` kartikynwa
  2020-12-30 17:05 ` ericonr
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: kartikynwa @ 2020-10-23  5:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages mypaint-brushes-update
https://github.com/void-linux/void-packages/pull/25793

mypaint-brushes: update to 2.0.2, mypaint-brushes1: update to 1.3.1
The only programs that have the packages as `makedepends` are `gimp` and `mypaint`. However, they don't need to be rebuilt because of the nature of the update. From [the release page](https://github.com/mypaint/mypaint-brushes/releases):

- **v1.3.1:** This release only differs from `1.3.0` by the reduction in icon sizes and updates to the autotools requirements.
- **v2.0.2**: No semantic changes to the brushes, only reductions to the file sizes of the preview icons.

Have tested `mypaint-brushes1` with `gimp` and it's working perfectly.

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

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

From 5acf6fea8417abd839b80a26881e3bf8a92002dd Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Thu, 22 Oct 2020 23:08:39 +0530
Subject: [PATCH 1/2] mypaint-brushes1: update to 1.3.1.

---
 srcpkgs/mypaint-brushes1/patches/autogen.patch | 12 ------------
 srcpkgs/mypaint-brushes1/template              |  5 ++---
 2 files changed, 2 insertions(+), 15 deletions(-)
 delete mode 100644 srcpkgs/mypaint-brushes1/patches/autogen.patch

diff --git a/srcpkgs/mypaint-brushes1/patches/autogen.patch b/srcpkgs/mypaint-brushes1/patches/autogen.patch
deleted file mode 100644
index 8cd7b132eb9..00000000000
--- a/srcpkgs/mypaint-brushes1/patches/autogen.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- autogen.sh.orig
-+++ autogen.sh
-@@ -90,6 +90,9 @@
- echo -n "checking for automake >= $AUTOMAKE_REQUIRED_VERSION ... "
- if ($AUTOMAKE --version) < /dev/null > /dev/null 2>&1; then
-    AUTOMAKE=$AUTOMAKE
-+elif (automake-1.16 --version) < /dev/null > /dev/null 2>&1; then
-+   AUTOMAKE=automake-1.16
-+   ACLOCAL=aclocal-1.16
- elif (automake-1.15 --version) < /dev/null > /dev/null 2>&1; then
-    AUTOMAKE=automake-1.15
-    ACLOCAL=aclocal-1.15
diff --git a/srcpkgs/mypaint-brushes1/template b/srcpkgs/mypaint-brushes1/template
index 8622bb46bb8..6d624569505 100644
--- a/srcpkgs/mypaint-brushes1/template
+++ b/srcpkgs/mypaint-brushes1/template
@@ -1,8 +1,7 @@
 # Template file for 'mypaint-brushes1'
 pkgname=mypaint-brushes1
-version=1.3.0
+version=1.3.1
 revision=1
-archs=noarch
 wrksrc="mypaint-brushes-${version}"
 build_style=gnu-configure
 hostmakedepends="automake"
@@ -11,7 +10,7 @@ maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
 license="CC0-1.0"
 homepage="https://github.com/mypaint/mypaint-brushes"
 distfiles="https://github.com/mypaint/mypaint-brushes/archive/v${version}.tar.gz"
-checksum=704bb6420e65085acfd7a61d6050e96b0395c5eab078433f11406c355f16b214
+checksum=e6d0f51adb2ad507c12aa40a78265638cb21c53f4eb761c274d044677afaa1ff
 
 pre_configure() {
 	./autogen.sh

From 34323744c1310f67df65a781fd9efb1cf0dffb03 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Thu, 22 Oct 2020 23:09:00 +0530
Subject: [PATCH 2/2] mypaint-brushes: update to 2.0.2.

---
 srcpkgs/mypaint-brushes/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/mypaint-brushes/template b/srcpkgs/mypaint-brushes/template
index 5226d6f18d6..a7a5ea5eeec 100644
--- a/srcpkgs/mypaint-brushes/template
+++ b/srcpkgs/mypaint-brushes/template
@@ -1,8 +1,7 @@
 # Template file for 'mypaint-brushes'
 pkgname=mypaint-brushes
-version=2.0.1
+version=2.0.2
 revision=1
-archs=noarch
 build_style=gnu-configure
 hostmakedepends="automake"
 short_desc="Brushes used by MyPaint and other software using libmypaint"
@@ -10,7 +9,7 @@ maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
 license="CC0-1.0"
 homepage="https://github.com/mypaint/mypaint-brushes"
 distfiles="https://github.com/mypaint/mypaint-brushes/archive/v${version}.tar.gz"
-checksum=5572c849c3cf01c33bceddb97f9ced55a219265738a46e406ddb5220ac59e22a
+checksum=01032550dd817bb0f8e85d83a632ed2e50bc16e0735630839e6c508f02f800ac
 
 pre_configure() {
 	./autogen.sh

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

* Re: mypaint-brushes: update to 2.0.2, mypaint-brushes1: update to 1.3.1
  2020-10-22 17:43 [PR PATCH] mypaint-brushes: update to 2.0.2, mypaint-brushes1: update to 1.3.1 kartikynwa
  2020-10-23  5:27 ` [PR PATCH] [Updated] " kartikynwa
@ 2020-12-30 17:05 ` ericonr
  2020-12-30 17:16 ` [PR PATCH] [Updated] " kartikynwa
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-12-30 17:05 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25793#issuecomment-752692080

Comment:
Would you mind rebasing, please? Ping me after, it should be good to merge.

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

* Re: [PR PATCH] [Updated] mypaint-brushes: update to 2.0.2, mypaint-brushes1: update to 1.3.1
  2020-10-22 17:43 [PR PATCH] mypaint-brushes: update to 2.0.2, mypaint-brushes1: update to 1.3.1 kartikynwa
  2020-10-23  5:27 ` [PR PATCH] [Updated] " kartikynwa
  2020-12-30 17:05 ` ericonr
@ 2020-12-30 17:16 ` kartikynwa
  2020-12-30 17:56 ` kartikynwa
  2020-12-30 21:50 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: kartikynwa @ 2020-12-30 17:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages mypaint-brushes-update
https://github.com/void-linux/void-packages/pull/25793

mypaint-brushes: update to 2.0.2, mypaint-brushes1: update to 1.3.1
The only programs that have the packages as `makedepends` are `gimp` and `mypaint`. However, they don't need to be rebuilt because of the nature of the update. From [the release page](https://github.com/mypaint/mypaint-brushes/releases):

- **v1.3.1:** This release only differs from `1.3.0` by the reduction in icon sizes and updates to the autotools requirements.
- **v2.0.2**: No semantic changes to the brushes, only reductions to the file sizes of the preview icons.

Have tested `mypaint-brushes1` with `gimp` and it's working perfectly.

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

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

From 9e1a35b682a89a680930653cf93c5f35867721cf Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Thu, 22 Oct 2020 23:08:39 +0530
Subject: [PATCH 1/2] mypaint-brushes1: update to 1.3.1.

---
 srcpkgs/mypaint-brushes1/patches/autogen.patch | 12 ------------
 srcpkgs/mypaint-brushes1/template              |  6 +++---
 2 files changed, 3 insertions(+), 15 deletions(-)
 delete mode 100644 srcpkgs/mypaint-brushes1/patches/autogen.patch

diff --git a/srcpkgs/mypaint-brushes1/patches/autogen.patch b/srcpkgs/mypaint-brushes1/patches/autogen.patch
deleted file mode 100644
index 8cd7b132eb9..00000000000
--- a/srcpkgs/mypaint-brushes1/patches/autogen.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- autogen.sh.orig
-+++ autogen.sh
-@@ -90,6 +90,9 @@
- echo -n "checking for automake >= $AUTOMAKE_REQUIRED_VERSION ... "
- if ($AUTOMAKE --version) < /dev/null > /dev/null 2>&1; then
-    AUTOMAKE=$AUTOMAKE
-+elif (automake-1.16 --version) < /dev/null > /dev/null 2>&1; then
-+   AUTOMAKE=automake-1.16
-+   ACLOCAL=aclocal-1.16
- elif (automake-1.15 --version) < /dev/null > /dev/null 2>&1; then
-    AUTOMAKE=automake-1.15
-    ACLOCAL=aclocal-1.15
diff --git a/srcpkgs/mypaint-brushes1/template b/srcpkgs/mypaint-brushes1/template
index 293cf42d923..6d624569505 100644
--- a/srcpkgs/mypaint-brushes1/template
+++ b/srcpkgs/mypaint-brushes1/template
@@ -1,7 +1,7 @@
 # Template file for 'mypaint-brushes1'
 pkgname=mypaint-brushes1
-version=1.3.0
-revision=2
+version=1.3.1
+revision=1
 wrksrc="mypaint-brushes-${version}"
 build_style=gnu-configure
 hostmakedepends="automake"
@@ -10,7 +10,7 @@ maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
 license="CC0-1.0"
 homepage="https://github.com/mypaint/mypaint-brushes"
 distfiles="https://github.com/mypaint/mypaint-brushes/archive/v${version}.tar.gz"
-checksum=704bb6420e65085acfd7a61d6050e96b0395c5eab078433f11406c355f16b214
+checksum=e6d0f51adb2ad507c12aa40a78265638cb21c53f4eb761c274d044677afaa1ff
 
 pre_configure() {
 	./autogen.sh

From ff6125918e43ca7bd779395f1dcbe5bfd5eea89b Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Thu, 22 Oct 2020 23:09:00 +0530
Subject: [PATCH 2/2] mypaint-brushes: update to 2.0.2.

---
 srcpkgs/mypaint-brushes/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/mypaint-brushes/template b/srcpkgs/mypaint-brushes/template
index 12f9bd32f31..a7a5ea5eeec 100644
--- a/srcpkgs/mypaint-brushes/template
+++ b/srcpkgs/mypaint-brushes/template
@@ -1,7 +1,7 @@
 # Template file for 'mypaint-brushes'
 pkgname=mypaint-brushes
-version=2.0.1
-revision=2
+version=2.0.2
+revision=1
 build_style=gnu-configure
 hostmakedepends="automake"
 short_desc="Brushes used by MyPaint and other software using libmypaint"
@@ -9,7 +9,7 @@ maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
 license="CC0-1.0"
 homepage="https://github.com/mypaint/mypaint-brushes"
 distfiles="https://github.com/mypaint/mypaint-brushes/archive/v${version}.tar.gz"
-checksum=5572c849c3cf01c33bceddb97f9ced55a219265738a46e406ddb5220ac59e22a
+checksum=01032550dd817bb0f8e85d83a632ed2e50bc16e0735630839e6c508f02f800ac
 
 pre_configure() {
 	./autogen.sh

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

* Re: mypaint-brushes: update to 2.0.2, mypaint-brushes1: update to 1.3.1
  2020-10-22 17:43 [PR PATCH] mypaint-brushes: update to 2.0.2, mypaint-brushes1: update to 1.3.1 kartikynwa
                   ` (2 preceding siblings ...)
  2020-12-30 17:16 ` [PR PATCH] [Updated] " kartikynwa
@ 2020-12-30 17:56 ` kartikynwa
  2020-12-30 21:50 ` [PR PATCH] [Merged]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: kartikynwa @ 2020-12-30 17:56 UTC (permalink / raw)
  To: ml

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

New comment by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/pull/25793#issuecomment-752706473

Comment:
@ericonr Done!

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

* Re: [PR PATCH] [Merged]: mypaint-brushes: update to 2.0.2, mypaint-brushes1: update to 1.3.1
  2020-10-22 17:43 [PR PATCH] mypaint-brushes: update to 2.0.2, mypaint-brushes1: update to 1.3.1 kartikynwa
                   ` (3 preceding siblings ...)
  2020-12-30 17:56 ` kartikynwa
@ 2020-12-30 21:50 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2020-12-30 21:50 UTC (permalink / raw)
  To: ml

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

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

mypaint-brushes: update to 2.0.2, mypaint-brushes1: update to 1.3.1
https://github.com/void-linux/void-packages/pull/25793

Description:
The only programs that have the packages as `makedepends` are `gimp` and `mypaint`. However, they don't need to be rebuilt because of the nature of the update. From [the release page](https://github.com/mypaint/mypaint-brushes/releases):

- **v1.3.1:** This release only differs from `1.3.0` by the reduction in icon sizes and updates to the autotools requirements.
- **v2.0.2**: No semantic changes to the brushes, only reductions to the file sizes of the preview icons.

Have tested `mypaint-brushes1` with `gimp` and it's working perfectly.

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

end of thread, other threads:[~2020-12-30 21:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-22 17:43 [PR PATCH] mypaint-brushes: update to 2.0.2, mypaint-brushes1: update to 1.3.1 kartikynwa
2020-10-23  5:27 ` [PR PATCH] [Updated] " kartikynwa
2020-12-30 17:05 ` ericonr
2020-12-30 17:16 ` [PR PATCH] [Updated] " kartikynwa
2020-12-30 17:56 ` kartikynwa
2020-12-30 21:50 ` [PR PATCH] [Merged]: " 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).