[arch-commits] Commit in mtpaint/repos (2 files)
Andreas Radke
andyrtr at archlinux.org
Fri Apr 24 07:52:02 UTC 2020
Date: Friday, April 24, 2020 @ 07:52:02
Author: andyrtr
Revision: 619005
archrelease: copy trunk to community-testing-x86_64
Added:
mtpaint/repos/community-testing-x86_64/
mtpaint/repos/community-testing-x86_64/PKGBUILD
(from rev 619004, mtpaint/trunk/PKGBUILD)
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Copied: mtpaint/repos/community-testing-x86_64/PKGBUILD (from rev 619004, mtpaint/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2020-04-24 07:52:02 UTC (rev 619005)
@@ -0,0 +1,32 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Roman Kyrylych <roman at archlinux.org>
+# Contributor: yosh64 <yosh64 at gmail.com>
+
+pkgname=mtpaint
+pkgver=3.49.27
+pkgrel=1
+pkgdesc='Paint program for creating icons and pixel art'
+arch=(x86_64)
+url='https://github.com/wjaguar/mtPaint'
+license=(GPL3)
+makedepends=(git)
+depends=(gtk2 giflib openjpeg2 lcms2)
+optdepends=('gifsicle: export GIF files from mtPaint')
+source=("git+$url#commit=26751cd0336414e2f16cbe25c9fe2702f34e7b5c") # This commit says: Version 3.49.27
+sha256sums=('SKIP')
+
+build() {
+ cd mtPaint
+
+ export CFLAGS="-w $(pkg-config openjp2 --cflags) $CFLAGS"
+ ./configure --prefix=/usr --mandir=/usr/share/man \
+ man intl GIF jpeg tiff cflags lcms2 jp2v2
+ make
+}
+
+package() {
+ make -C mtPaint DESTDIR="$pkgdir" install
+}
+
+# getver: github.com/wjaguar/mtPaint/commits/master
+# vim:ts=2 sw=2 et:
More information about the arch-commits
mailing list