[arch-commits] Commit in mtpaint/repos/community-x86_64 (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Fri Feb 21 14:29:34 UTC 2020


    Date: Friday, February 21, 2020 @ 14:29:33
  Author: arodseth
Revision: 577572

archrelease: copy trunk to community-x86_64

Added:
  mtpaint/repos/community-x86_64/PKGBUILD
    (from rev 577571, mtpaint/trunk/PKGBUILD)
Deleted:
  mtpaint/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-21 14:29:28 UTC (rev 577571)
+++ PKGBUILD	2020-02-21 14:29:33 UTC (rev 577572)
@@ -1,32 +0,0 @@
-# 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.19
-pkgrel=1
-pkgdesc='Simple paint program for creating icons and pixel based artwork'
-arch=(x86_64)
-url='https://github.com/wjaguar/mtPaint'
-license=(GPL3)
-makedepends=(git)
-depends=(gtk2 giflib openjpeg lcms2)
-optdepends=('gifsicle: for exporting GIF files from mtPaint')
-source=("git+$url#commit=a9e445ef0167631363fe954bd3ea7aec7853ca1a")
-sha256sums=('SKIP')
-
-build() {
-  cd mtPaint
-
-  export CFLAGS="-w $(pkg-config libopenjpeg --cflags) $CFLAGS"
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-    man intl GIF jpeg tiff cflags lcms2 jp2
-  make
-}
-
-package() {
-  make -C mtPaint DESTDIR="$pkgdir" install
-}
-
-# getver: raw.githubusercontent.com/wjaguar/mtPaint/master/README
-# vim:ts=2 sw=2 et:

Copied: mtpaint/repos/community-x86_64/PKGBUILD (from rev 577571, mtpaint/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-21 14:29:33 UTC (rev 577572)
@@ -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.20
+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 openjpeg lcms2)
+optdepends=('gifsicle: export GIF files from mtPaint')
+source=("git+$url#commit=e55eb7d3d14bc17ea92f5e5f00ecc538dced0aeb") # This commit says: Version 3.49.20 
+sha256sums=('SKIP')
+
+build() {
+  cd mtPaint
+
+  export CFLAGS="-w $(pkg-config libopenjpeg --cflags) $CFLAGS"
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+    man intl GIF jpeg tiff cflags lcms2 jp2
+  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