mypaint-brushes: update to 2.0.1.
This commit is contained in:
parent
852ebb2f61
commit
620218417b
|
@ -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
|
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'mypaint-brushes'
|
||||
pkgname=mypaint-brushes
|
||||
version=1.3.0
|
||||
revision=2
|
||||
version=2.0.1
|
||||
revision=1
|
||||
archs=noarch
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake"
|
||||
short_desc="Brushes used by MyPaint and other software using libmypaint"
|
||||
maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
|
||||
license="CC0-1.0"
|
||||
homepage="https://github.com/Jehan/mypaint-brushes"
|
||||
distfiles="https://github.com/Jehan/mypaint-brushes/archive/v${version}.tar.gz"
|
||||
checksum=704bb6420e65085acfd7a61d6050e96b0395c5eab078433f11406c355f16b214
|
||||
homepage="https://github.com/mypaint/mypaint-brushes"
|
||||
distfiles="https://github.com/mypaint/mypaint-brushes/archive/v${version}.tar.gz"
|
||||
checksum=5572c849c3cf01c33bceddb97f9ced55a219265738a46e406ddb5220ac59e22a
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
|
|
Loading…
Reference in New Issue