Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mtpaint: update to 3.49.33,
@ 2020-10-31 17:27 mobinmob
  2020-10-31 18:08 ` [PR PATCH] [Updated] " mobinmob
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mobinmob @ 2020-10-31 17:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages mtpaint
https://github.com/void-linux/void-packages/pull/26004

mtpaint: update to 3.49.33,
- add release optimisations
- add internationalisation
- add mtp symlink to mtpaint (simple file viewer, mtpaint -v).

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

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

From 124ac1bd197e2441904055e42e6a9ec1dea239e6 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 31 Oct 2020 19:24:02 +0200
Subject: [PATCH] mtpaint: update to 3.49.33, - add release optimisations - add
 internationalisation - add mtp symlink to mtpaint (simple file viewer,
 mtpaint -v).

---
 srcpkgs/mtpaint/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/mtpaint/template b/srcpkgs/mtpaint/template
index 5cdd48b1377..5058d3313b7 100644
--- a/srcpkgs/mtpaint/template
+++ b/srcpkgs/mtpaint/template
@@ -1,16 +1,16 @@
 # Template file for 'mtpaint'
 pkgname=mtpaint
-version=3.49.32
+version=3.49.33
 revision=1
-_commit=8dd4af91c61416a9d53bfd8135ef9a138020d993
+_commit=5272e2b1e773c8e02ac3506b2d3bde82ad946b21
 wrksrc="mtPaint-${_commit}"
 build_style=configure
 configure_args="--prefix=/usr --mandir=/usr/share/man
 		imagick cflags GIF jpeg jp2 tiff lcms2 man
-		gtk3 webp"
-hostmakedepends="pkg-config"
+		gtk3 webp intl release"
+hostmakedepends="pkg-config gettext"
 makedepends="giflib-devel gtk+3-devel libmagick-devel libopenjpeg-devel
- libwebp-devel"
+ libwebp-devel gettext-devel"
 depends="desktop-file-utils"
 short_desc="Simple GTK painting program"
 maintainer="mobinmob <mobinmob@disroot.org>"
@@ -18,8 +18,9 @@ license="GPL-3.0-or-later"
 homepage="http://mtpaint.sourceforge.net/"
 changelog="https://raw.githubusercontent.com/wjaguar/mtPaint/master/NEWS"
 distfiles="https://github.com/wjaguar/mtPaint/archive/${_commit}.tar.gz"
-checksum=e0bee4ce4a6158beb777a54b25746c237c35ae64b377e1ef086040626bd1d129
+checksum=1f61c7dd29c7b7ec46dfb8f31616114feea827e3dd91ce33a21ac2e319a186bc
 
 post_install() {
 	vdoc doc/vcode.t2t
+	cd "${DESTDIR}"/usr/bin && ln -s mtpaint mtv
 }

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

* Re: [PR PATCH] [Updated] mtpaint: update to 3.49.33,
  2020-10-31 17:27 [PR PATCH] mtpaint: update to 3.49.33, mobinmob
@ 2020-10-31 18:08 ` mobinmob
  2020-11-01 15:21 ` mobinmob
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2020-10-31 18:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages mtpaint
https://github.com/void-linux/void-packages/pull/26004

mtpaint: update to 3.49.33,
- add release optimisations
- add internationalisation
- add mtp symlink to mtpaint (simple file viewer, mtpaint -v).

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

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

From fbdb265ff21d829ce974c232b484b1c434562725 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 31 Oct 2020 19:24:02 +0200
Subject: [PATCH] mtpaint: update to 3.49.33, - enable release optimisations -
 enable internationalisation - add mtp symlink to mtpaint (simple image
 viewer, mtpaint -v).

---
 srcpkgs/mtpaint/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/mtpaint/template b/srcpkgs/mtpaint/template
index 5cdd48b1377..5058d3313b7 100644
--- a/srcpkgs/mtpaint/template
+++ b/srcpkgs/mtpaint/template
@@ -1,16 +1,16 @@
 # Template file for 'mtpaint'
 pkgname=mtpaint
-version=3.49.32
+version=3.49.33
 revision=1
-_commit=8dd4af91c61416a9d53bfd8135ef9a138020d993
+_commit=5272e2b1e773c8e02ac3506b2d3bde82ad946b21
 wrksrc="mtPaint-${_commit}"
 build_style=configure
 configure_args="--prefix=/usr --mandir=/usr/share/man
 		imagick cflags GIF jpeg jp2 tiff lcms2 man
-		gtk3 webp"
-hostmakedepends="pkg-config"
+		gtk3 webp intl release"
+hostmakedepends="pkg-config gettext"
 makedepends="giflib-devel gtk+3-devel libmagick-devel libopenjpeg-devel
- libwebp-devel"
+ libwebp-devel gettext-devel"
 depends="desktop-file-utils"
 short_desc="Simple GTK painting program"
 maintainer="mobinmob <mobinmob@disroot.org>"
@@ -18,8 +18,9 @@ license="GPL-3.0-or-later"
 homepage="http://mtpaint.sourceforge.net/"
 changelog="https://raw.githubusercontent.com/wjaguar/mtPaint/master/NEWS"
 distfiles="https://github.com/wjaguar/mtPaint/archive/${_commit}.tar.gz"
-checksum=e0bee4ce4a6158beb777a54b25746c237c35ae64b377e1ef086040626bd1d129
+checksum=1f61c7dd29c7b7ec46dfb8f31616114feea827e3dd91ce33a21ac2e319a186bc
 
 post_install() {
 	vdoc doc/vcode.t2t
+	cd "${DESTDIR}"/usr/bin && ln -s mtpaint mtv
 }

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

* Re: [PR PATCH] [Updated] mtpaint: update to 3.49.33,
  2020-10-31 17:27 [PR PATCH] mtpaint: update to 3.49.33, mobinmob
  2020-10-31 18:08 ` [PR PATCH] [Updated] " mobinmob
@ 2020-11-01 15:21 ` mobinmob
  2020-11-01 19:00 ` mobinmob
  2020-11-02 18:22 ` [PR PATCH] [Merged]: " Chocimier
  3 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2020-11-01 15:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages mtpaint
https://github.com/void-linux/void-packages/pull/26004

mtpaint: update to 3.49.33,
- enable release optimisations
- enable internationalisation
- add mtv symlink to mtpaint (simple file viewer, mtpaint -v).

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

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

From 0b5f440e40768755157b73b0091c6c030cbda788 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 31 Oct 2020 19:24:02 +0200
Subject: [PATCH] mtpaint: update to 3.49.33, - enable release optimisations -
 enable internationalisation - add mtv symlink to mtpaint (simple image
 viewer, mtpaint -v).

---
 srcpkgs/mtpaint/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/mtpaint/template b/srcpkgs/mtpaint/template
index 5cdd48b1377..5058d3313b7 100644
--- a/srcpkgs/mtpaint/template
+++ b/srcpkgs/mtpaint/template
@@ -1,16 +1,16 @@
 # Template file for 'mtpaint'
 pkgname=mtpaint
-version=3.49.32
+version=3.49.33
 revision=1
-_commit=8dd4af91c61416a9d53bfd8135ef9a138020d993
+_commit=5272e2b1e773c8e02ac3506b2d3bde82ad946b21
 wrksrc="mtPaint-${_commit}"
 build_style=configure
 configure_args="--prefix=/usr --mandir=/usr/share/man
 		imagick cflags GIF jpeg jp2 tiff lcms2 man
-		gtk3 webp"
-hostmakedepends="pkg-config"
+		gtk3 webp intl release"
+hostmakedepends="pkg-config gettext"
 makedepends="giflib-devel gtk+3-devel libmagick-devel libopenjpeg-devel
- libwebp-devel"
+ libwebp-devel gettext-devel"
 depends="desktop-file-utils"
 short_desc="Simple GTK painting program"
 maintainer="mobinmob <mobinmob@disroot.org>"
@@ -18,8 +18,9 @@ license="GPL-3.0-or-later"
 homepage="http://mtpaint.sourceforge.net/"
 changelog="https://raw.githubusercontent.com/wjaguar/mtPaint/master/NEWS"
 distfiles="https://github.com/wjaguar/mtPaint/archive/${_commit}.tar.gz"
-checksum=e0bee4ce4a6158beb777a54b25746c237c35ae64b377e1ef086040626bd1d129
+checksum=1f61c7dd29c7b7ec46dfb8f31616114feea827e3dd91ce33a21ac2e319a186bc
 
 post_install() {
 	vdoc doc/vcode.t2t
+	cd "${DESTDIR}"/usr/bin && ln -s mtpaint mtv
 }

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

* Re: mtpaint: update to 3.49.33,
  2020-10-31 17:27 [PR PATCH] mtpaint: update to 3.49.33, mobinmob
  2020-10-31 18:08 ` [PR PATCH] [Updated] " mobinmob
  2020-11-01 15:21 ` mobinmob
@ 2020-11-01 19:00 ` mobinmob
  2020-11-02 18:22 ` [PR PATCH] [Merged]: " Chocimier
  3 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2020-11-01 19:00 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/26004#issuecomment-720135585

Comment:
Well, c-i cannot fetch distfiles on arm7l. 😝

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

* Re: [PR PATCH] [Merged]: mtpaint: update to 3.49.33,
  2020-10-31 17:27 [PR PATCH] mtpaint: update to 3.49.33, mobinmob
                   ` (2 preceding siblings ...)
  2020-11-01 19:00 ` mobinmob
@ 2020-11-02 18:22 ` Chocimier
  3 siblings, 0 replies; 5+ messages in thread
From: Chocimier @ 2020-11-02 18:22 UTC (permalink / raw)
  To: ml

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

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

mtpaint: update to 3.49.33,
https://github.com/void-linux/void-packages/pull/26004

Description:
- enable release optimisations
- enable internationalisation
- add mtv symlink to mtpaint (simple file viewer, mtpaint -v).

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

end of thread, other threads:[~2020-11-02 18:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-31 17:27 [PR PATCH] mtpaint: update to 3.49.33, mobinmob
2020-10-31 18:08 ` [PR PATCH] [Updated] " mobinmob
2020-11-01 15:21 ` mobinmob
2020-11-01 19:00 ` mobinmob
2020-11-02 18:22 ` [PR PATCH] [Merged]: " Chocimier

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