mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
mtpaint: update to 3.50.03.
This commit is contained in:
parent
6009f70f3f
commit
cbcfa47846
1 changed files with 5 additions and 5 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'mtpaint'
|
# Template file for 'mtpaint'
|
||||||
pkgname=mtpaint
|
pkgname=mtpaint
|
||||||
version=3.50.02
|
version=3.50.03
|
||||||
revision=1
|
revision=1
|
||||||
_commit=f6e8058c117cc11ae4cd5b1b11391d20de7f06cf
|
_commit=40bde4557c254188b2924c90f4a35eef784b0a12
|
||||||
wrksrc="mtPaint-${_commit}"
|
wrksrc="mtPaint-${_commit}"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/usr --mandir=/usr/share/man
|
configure_args="--prefix=/usr --mandir=/usr/share/man
|
||||||
imagick cflags GIF jpeg jp2v2 tiff lcms2 man gtk3 webp
|
imagick cflags jpeg jp2v2 tiff lcms2 man gtk3 webp
|
||||||
intl release"
|
intl release"
|
||||||
hostmakedepends="pkg-config gettext"
|
hostmakedepends="pkg-config gettext"
|
||||||
makedepends="giflib-devel gtk+3-devel libmagick-devel libopenjpeg2-devel
|
makedepends="gtk+3-devel libmagick-devel libopenjpeg2-devel
|
||||||
libwebp-devel gettext-devel"
|
libwebp-devel gettext-devel"
|
||||||
depends="desktop-file-utils"
|
depends="desktop-file-utils"
|
||||||
short_desc="Simple GTK painting program"
|
short_desc="Simple GTK painting program"
|
||||||
|
@ -18,7 +18,7 @@ license="GPL-3.0-or-later"
|
||||||
homepage="http://mtpaint.sourceforge.net/"
|
homepage="http://mtpaint.sourceforge.net/"
|
||||||
changelog="https://raw.githubusercontent.com/wjaguar/mtPaint/master/NEWS"
|
changelog="https://raw.githubusercontent.com/wjaguar/mtPaint/master/NEWS"
|
||||||
distfiles="https://github.com/wjaguar/mtPaint/archive/${_commit}.tar.gz"
|
distfiles="https://github.com/wjaguar/mtPaint/archive/${_commit}.tar.gz"
|
||||||
checksum=728265164534b07895f6bf70d5e546581dbd6bddd727bf83d2784eea374d7e35
|
checksum=96622c392652478abb6cd29ffcc10885d8ed0007ec45bd8841f45f9dcff8bb31
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vdoc doc/vcode.t2t
|
vdoc doc/vcode.t2t
|
||||||
|
|
Loading…
Add table
Reference in a new issue