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

Allan McRae allan at gemini.archlinux.org
Mon Apr 25 01:12:21 UTC 2022


    Date: Monday, April 25, 2022 @ 01:12:21
  Author: allan
Revision: 1189772

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-25 01:12:02 UTC (rev 1189771)
+++ PKGBUILD	2022-04-25 01:12:21 UTC (rev 1189772)
@@ -1,35 +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.09
-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=('https://raw.githubusercontent.com/puppylinux-woof-CE/woof-CE/e904dc79b479b3e62c69c65e744a8715fcfed0fa/woof-code/rootfs-petbuilds/mtpaint/wayland.patch'
-  "git+$url#commit=199472ad6a4ecee6c8583fb5a504a2e99712b4fc") # version: 3.50.09, no git tags available
-b2sums=('e11a93ba95887abbca866db6687c0a2d410dd657649a17a0c97776977fe6c7bf69dccbf746309d7fdec44a5123c0ee5a47f2c093486b353bfed4c11799d167c0'
-        'SKIP')
-
-prepare() {
-  cd $pkgname
-  patch -p1 -i ../wayland.patch
-}
-
-build() {
-  cd $pkgname
-  export CFLAGS="$(pkg-config openjp2 --cflags) -w $CFLAGS"
-  ./configure --mandir=/usr/share/man --prefix=/usr \
-    cflags gtk3 intl jp2v2 jpeg lcms2 man tiff
-  make
-}
-
-package() {
-  make -C $pkgname DESTDIR="$pkgdir" install
-}

Copied: mtpaint/repos/community-x86_64/PKGBUILD (from rev 1189771, mtpaint/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-25 01:12:21 UTC (rev 1189772)
@@ -0,0 +1,35 @@
+# 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.09
+pkgrel=2
+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=('https://raw.githubusercontent.com/puppylinux-woof-CE/woof-CE/e904dc79b479b3e62c69c65e744a8715fcfed0fa/woof-code/rootfs-petbuilds/mtpaint/wayland.patch'
+  "git+$url#commit=199472ad6a4ecee6c8583fb5a504a2e99712b4fc") # version: 3.50.09, no git tags available
+b2sums=('e11a93ba95887abbca866db6687c0a2d410dd657649a17a0c97776977fe6c7bf69dccbf746309d7fdec44a5123c0ee5a47f2c093486b353bfed4c11799d167c0'
+        'SKIP')
+
+prepare() {
+  cd $pkgname
+  patch -p1 -i ../wayland.patch
+}
+
+build() {
+  cd $pkgname
+  export CFLAGS="$(pkg-config openjp2 --cflags) -w $CFLAGS"
+  ./configure --mandir=/usr/share/man --prefix=/usr \
+    cflags gtk3 intl jp2v2 jpeg lcms2 man tiff
+  make
+}
+
+package() {
+  make -C $pkgname DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list