mypaint-brushes: update to 2.0.1.

This commit is contained in:
Piotr Wójcik 2019-05-13 19:38:04 +02:00 committed by Helmut Pozimski
parent 852ebb2f61
commit 620218417b
2 changed files with 5 additions and 17 deletions

View File

@ -1,12 +0,0 @@
--- autogen.sh.orig
+++ autogen.sh
@@ -90,6 +90,9 @@
echo -n "checking for automake >= $AUTOMAKE_REQUIRED_VERSION ... "
if ($AUTOMAKE --version) < /dev/null > /dev/null 2>&1; then
AUTOMAKE=$AUTOMAKE
+elif (automake-1.16 --version) < /dev/null > /dev/null 2>&1; then
+ AUTOMAKE=automake-1.16
+ ACLOCAL=aclocal-1.16
elif (automake-1.15 --version) < /dev/null > /dev/null 2>&1; then
AUTOMAKE=automake-1.15
ACLOCAL=aclocal-1.15

View File

@ -1,16 +1,16 @@
# Template file for 'mypaint-brushes' # Template file for 'mypaint-brushes'
pkgname=mypaint-brushes pkgname=mypaint-brushes
version=1.3.0 version=2.0.1
revision=2 revision=1
archs=noarch archs=noarch
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="automake" hostmakedepends="automake"
short_desc="Brushes used by MyPaint and other software using libmypaint" short_desc="Brushes used by MyPaint and other software using libmypaint"
maintainer="Kartik Singh <kartik.ynwa@gmail.com>" maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
license="CC0-1.0" license="CC0-1.0"
homepage="https://github.com/Jehan/mypaint-brushes" homepage="https://github.com/mypaint/mypaint-brushes"
distfiles="https://github.com/Jehan/mypaint-brushes/archive/v${version}.tar.gz" distfiles="https://github.com/mypaint/mypaint-brushes/archive/v${version}.tar.gz"
checksum=704bb6420e65085acfd7a61d6050e96b0395c5eab078433f11406c355f16b214 checksum=5572c849c3cf01c33bceddb97f9ced55a219265738a46e406ddb5220ac59e22a
pre_configure() { pre_configure() {
./autogen.sh ./autogen.sh