[arch-commits] Commit in libmypaint/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Mon Mar 23 00:30:39 UTC 2020


    Date: Monday, March 23, 2020 @ 00:30:39
  Author: anthraxx
Revision: 378378

upgpkg: libmypaint 1.5.1-1

Modified:
  libmypaint/trunk/PKGBUILD

----------+
 PKGBUILD |   20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-23 00:24:56 UTC (rev 378377)
+++ PKGBUILD	2020-03-23 00:30:39 UTC (rev 378378)
@@ -2,7 +2,7 @@
 # Contributor: twa022 <twa022 at gmail dot com>
 
 pkgname=libmypaint
-pkgver=1.4.0
+pkgver=1.5.1
 pkgrel=1
 pkgdesc='Library for making brushstrokes which is used by MyPaint and other projects'
 url='http://mypaint.org/'
@@ -9,20 +9,14 @@
 arch=('x86_64')
 license=('ISC')
 depends=('glibc' 'json-c' 'gegl' 'glib2' 'json-glib' 'babl')
-makedepends=('intltool' 'python' 'gobject-introspection' 'python')
-source=(https://github.com/mypaint/libmypaint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-        libmypaint-1.4-gegl-version-revert.patch::https://github.com/anthraxx/libmypaint/commit/5e0290c5fb8a175a9f0dd4c6897ff234361c321f.patch
-        gegl-0.4.patch)
-sha512sums=('d6c17381dbfc8ee346762f9b4d337ccc691e48b9004f0890c682be0911a2a8c9d35592461d54d55063298c16e81353b1f004f7a0c34bb96d7e511bf9b39cd7a7'
-            'dd1b4cb146c52865f02857ce9eefff9fc2341cd722e754536dc65613be6d437e63f367208200ab7b2811c0a1cf0f9e782d761667bc6df48c9cdb5cfbc7649019'
-            '0df26f4c8f6f6c31a4d5718d97b3338455fbdb9168167bcae36942f5dc1d5c61db1db2448cfa62cb4551356c7454a7ef91885042cb4529a410d6fc59597fa4b9')
+makedepends=('intltool' 'python' 'python-sphinx' 'python-breathe' 'gobject-introspection' 'doxygen')
+source=(https://github.com/mypaint/libmypaint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('3cebce0adb1f029f19dfcc19b4d8c5c1102c0cd966930fe76eda60ff4e18ced9a4c8ecae8f31f12d931172c82bd5dabd7ca7a47b9c06305472192af242b3e1b6')
 
 prepare() {
   cd ${pkgname}-${pkgver}
-  patch -Rp1 < ../libmypaint-1.4-gegl-version-revert.patch
-  patch -Np1 < ../gegl-0.4.patch
-  sed 's|python2|python|' -i autogen.sh
   ./autogen.sh
+  autoreconf -fiv
 }
 
 build() {
@@ -29,8 +23,8 @@
   cd ${pkgname}-${pkgver}
   ./configure \
     --prefix=/usr \
-    --enable-gegl
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+    --enable-gegl \
+    --enable-docs
   make
 }
 



More information about the arch-commits mailing list