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

Alexander Rødseth arodseth at archlinux.org
Fri Jan 22 18:09:42 UTC 2021


    Date: Friday, January 22, 2021 @ 18:09:41
  Author: arodseth
Revision: 824731

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-22 18:09:36 UTC (rev 824730)
+++ PKGBUILD	2021-01-22 18:09:41 UTC (rev 824731)
@@ -1,28 +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.50.01
-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=(giflib gtk3 openjpeg2)
-optdepends=('gifsicle: export GIF files from mtPaint')
-source=("git+$url#commit=a4675ff5cd9fcd57d291444cb9f332b48f11243f") # version: 3.50.01
-sha256sums=('SKIP')
-
-build() {
-  cd mtPaint
-  export CFLAGS="-w $(pkg-config openjp2 --cflags) $CFLAGS"
-  ./configure gtk3 --prefix=/usr --mandir=/usr/share/man \
-    man intl GIF jpeg tiff cflags lcms2 jp2v2
-  make
-}
-
-package() {
-  make -C mtPaint DESTDIR="$pkgdir" install
-}

Copied: mtpaint/repos/community-x86_64/PKGBUILD (from rev 824730, mtpaint/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-22 18:09:41 UTC (rev 824731)
@@ -0,0 +1,28 @@
+# 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.50.02
+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=(giflib gtk3 openjpeg2)
+optdepends=('gifsicle: export GIF files from mtPaint')
+source=("git+$url#commit=f6e8058c117cc11ae4cd5b1b11391d20de7f06cf") # version: 3.50.02
+sha256sums=('SKIP')
+
+build() {
+  cd mtPaint
+  export CFLAGS="-w $(pkg-config openjp2 --cflags) $CFLAGS"
+  ./configure gtk3 --prefix=/usr --mandir=/usr/share/man \
+    man intl GIF jpeg tiff cflags lcms2 jp2v2
+  make
+}
+
+package() {
+  make -C mtPaint DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list