[arch-commits] Commit in mtpaint/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Sun Dec 20 16:00:58 UTC 2020
Date: Sunday, December 20, 2020 @ 16:00:57
Author: arodseth
Revision: 780531
upgpkg: mtpaint 3.49.34-1
Modified:
mtpaint/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-20 16:00:15 UTC (rev 780530)
+++ PKGBUILD 2020-12-20 16:00:57 UTC (rev 780531)
@@ -3,7 +3,7 @@
# Contributor: yosh64 <yosh64 at gmail.com>
pkgname=mtpaint
-pkgver=3.49.33
+pkgver=3.49.34
pkgrel=1
pkgdesc='Paint program for creating icons and pixel art'
arch=(x86_64)
@@ -10,15 +10,15 @@
url='https://github.com/wjaguar/mtPaint'
license=(GPL3)
makedepends=(git)
-depends=(giflib gtk2 openjpeg2)
+depends=(giflib gtk3 openjpeg2)
optdepends=('gifsicle: export GIF files from mtPaint')
-source=("git+$url#commit=5272e2b1e773c8e02ac3506b2d3bde82ad946b21") # version: 3.49.33
+source=("git+$url#commit=b30486e0594d7ac3bf8d4242d74d910d3172a9b9") # version: 3.49.34
sha256sums=('SKIP')
build() {
cd mtPaint
export CFLAGS="-w $(pkg-config openjp2 --cflags) $CFLAGS"
- ./configure --prefix=/usr --mandir=/usr/share/man \
+ ./configure gtk3 --prefix=/usr --mandir=/usr/share/man \
man intl GIF jpeg tiff cflags lcms2 jp2v2
make
}
More information about the arch-commits
mailing list