mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
mypaint-brushes1: update to 1.3.1.
This commit is contained in:
parent
97e86acc9a
commit
1a2f933fc6
2 changed files with 3 additions and 15 deletions
|
@ -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,7 +1,7 @@
|
||||||
# Template file for 'mypaint-brushes1'
|
# Template file for 'mypaint-brushes1'
|
||||||
pkgname=mypaint-brushes1
|
pkgname=mypaint-brushes1
|
||||||
version=1.3.0
|
version=1.3.1
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="mypaint-brushes-${version}"
|
wrksrc="mypaint-brushes-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake"
|
hostmakedepends="automake"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
|
||||||
license="CC0-1.0"
|
license="CC0-1.0"
|
||||||
homepage="https://github.com/mypaint/mypaint-brushes"
|
homepage="https://github.com/mypaint/mypaint-brushes"
|
||||||
distfiles="https://github.com/mypaint/mypaint-brushes/archive/v${version}.tar.gz"
|
distfiles="https://github.com/mypaint/mypaint-brushes/archive/v${version}.tar.gz"
|
||||||
checksum=704bb6420e65085acfd7a61d6050e96b0395c5eab078433f11406c355f16b214
|
checksum=e6d0f51adb2ad507c12aa40a78265638cb21c53f4eb761c274d044677afaa1ff
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue