libmypaint: update to 1.5.1
This commit is contained in:
parent
a0a3ab318d
commit
e44b06899c
|
@ -592,7 +592,7 @@ libecpg_compat.so.3 postgresql-libs-8.4.2_1
|
|||
libecpg.so.6 postgresql-libs-8.4.2_1
|
||||
libpgtypes.so.3 postgresql-libs-8.4.2_1
|
||||
libpq.so.5 postgresql-libs-8.4.2_1
|
||||
libmypaint-1.3.so.0 libmypaint-1.3.0_1
|
||||
libmypaint-1.5.so.1 libmypaint-1.5.1_1
|
||||
libmysqlclient_r.so.18 libmysqlclient-5.5.27_1
|
||||
libmysqlclient.so.18 libmysqlclient-5.5.27_1
|
||||
libgssapi_krb5.so.2 mit-krb5-libs-1.8_1
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
# Template build file for 'libmypaint'
|
||||
# Template file for 'libmypaint'
|
||||
pkgname=libmypaint
|
||||
version=1.3.0
|
||||
revision=2
|
||||
version=1.5.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-gegl"
|
||||
hostmakedepends="intltool pkg-config $(vopt_if gir gobject-introspection)"
|
||||
makedepends="json-c-devel glib-devel json-glib-devel"
|
||||
short_desc="MyPaint brush engine library"
|
||||
maintainer="Kartik S <kartik.ynwa@gmail.com>"
|
||||
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
|
||||
license="ISC"
|
||||
homepage="https://github.com/mypaint/libmypaint"
|
||||
distfiles="https://github.com/mypaint/libmypaint/releases/download/v${version}/libmypaint-${version}.tar.xz"
|
||||
checksum=6a07d9d57fea60f68d218a953ce91b168975a003db24de6ac01ad69dcc94a671
|
||||
checksum=aef8150a0c84ce2ff6fb24de8d5ffc564845d006f8bad7ed84ee32ed1dd90c2b
|
||||
|
||||
build_options="gir"
|
||||
build_options_default="gir"
|
||||
|
|
Loading…
Reference in New Issue