[arch-commits] Commit in mtpaint/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Mon Feb 8 13:52:56 UTC 2021
Date: Monday, February 8, 2021 @ 13:52:56
Author: arodseth
Revision: 849094
archrelease: copy trunk to community-x86_64
Added:
mtpaint/repos/community-x86_64/PKGBUILD
(from rev 849093, mtpaint/trunk/PKGBUILD)
Deleted:
mtpaint/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-08 13:52:50 UTC (rev 849093)
+++ PKGBUILD 2021-02-08 13:52:56 UTC (rev 849094)
@@ -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.03
-pkgrel=1
-pkgdesc='Paint program for creating icons and pixel art'
-arch=(x86_64)
-url='https://github.com/wjaguar/mtpaint'
-license=(GPL3)
-depends=(gtk3 openjpeg2)
-makedepends=(git)
-optdepends=('gifsicle: export GIF files from mtPaint')
-source=("git+$url#commit=40bde4557c254188b2924c90f4a35eef784b0a12") # version: 3.50.03
-sha256sums=('SKIP')
-
-build() {
- cd mtpaint
- export CFLAGS="$(pkg-config openjp2 --cflags) -w $CFLAGS"
- ./configure gtk3 --prefix=/usr --mandir=/usr/share/man \
- man intl jpeg tiff cflags lcms2 jp2v2
- make
-}
-
-package() {
- make -C mtpaint DESTDIR="$pkgdir" install
-}
Copied: mtpaint/repos/community-x86_64/PKGBUILD (from rev 849093, mtpaint/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-02-08 13:52:56 UTC (rev 849094)
@@ -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.05
+pkgrel=1
+pkgdesc='Paint program for creating icons and pixel art'
+arch=(x86_64)
+url='https://github.com/wjaguar/mtpaint'
+license=(GPL3)
+depends=(gtk3 openjpeg2)
+makedepends=(git)
+optdepends=('gifsicle: export GIF files from mtPaint')
+source=("git+$url#commit=96cd3788c4f89973350981dbc71d449cabdac297") # version: 3.50.05
+sha256sums=('SKIP')
+
+build() {
+ cd mtpaint
+ export CFLAGS="$(pkg-config openjp2 --cflags) -w $CFLAGS"
+ ./configure gtk3 --prefix=/usr --mandir=/usr/share/man \
+ man intl jpeg tiff cflags lcms2 jp2v2
+ make
+}
+
+package() {
+ make -C mtpaint DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list