[arch-commits] Commit in mtpaint/repos/community-x86_64 (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Sun Dec 20 16:01:04 UTC 2020
Date: Sunday, December 20, 2020 @ 16:01:04
Author: arodseth
Revision: 780532
archrelease: copy trunk to community-x86_64
Added:
mtpaint/repos/community-x86_64/PKGBUILD
(from rev 780531, mtpaint/trunk/PKGBUILD)
Deleted:
mtpaint/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-20 16:00:57 UTC (rev 780531)
+++ PKGBUILD 2020-12-20 16:01:04 UTC (rev 780532)
@@ -1,30 +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.33
-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 gtk2 openjpeg2)
-optdepends=('gifsicle: export GIF files from mtPaint')
-source=("git+$url#commit=5272e2b1e773c8e02ac3506b2d3bde82ad946b21") # version: 3.49.33
-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
Copied: mtpaint/repos/community-x86_64/PKGBUILD (from rev 780531, mtpaint/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-12-20 16:01:04 UTC (rev 780532)
@@ -0,0 +1,30 @@
+# 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.34
+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=b30486e0594d7ac3bf8d4242d74d910d3172a9b9") # version: 3.49.34
+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
+}
+
+# getver: github.com/wjaguar/mtPaint/commits/master
More information about the arch-commits
mailing list