libmypaint: update to 1.6.1

Since neither GIMP or mypaint use the gobject-introspection, we don't
have to hack around it for cross targets, at least not yet.
This commit is contained in:
biopsin 2021-04-03 08:47:48 +02:00 committed by Érico Nogueira Rolim
parent 858c80952a
commit c082e31fd4
2 changed files with 14 additions and 9 deletions

View file

@ -556,7 +556,7 @@ libecpg_compat.so.3 postgresql-libs-13.2_2
libecpg.so.6 postgresql-libs-13.2_2
libpgtypes.so.3 postgresql-libs-13.2_2
libpq.so.5 postgresql-libs-13.2_2
libmypaint-1.5.so.1 libmypaint-1.5.1_1
libmypaint.so.0 libmypaint-1.6.1_1
libmysqlclient_r.so.18 libmariadbclient-10.1.48_2
libmysqlclient.so.18 libmariadbclient-10.1.48_2
libgssapi_krb5.so.2 mit-krb5-libs-1.8_1

View file

@ -1,7 +1,7 @@
# Template file for 'libmypaint'
pkgname=libmypaint
version=1.5.1
revision=2
version=1.6.1
revision=1
build_style=gnu-configure
configure_args="--disable-gegl"
hostmakedepends="intltool pkg-config $(vopt_if gir gobject-introspection)"
@ -11,10 +11,16 @@ 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=aef8150a0c84ce2ff6fb24de8d5ffc564845d006f8bad7ed84ee32ed1dd90c2b
checksum=741754f293f6b7668f941506da07cd7725629a793108bb31633fb6c3eae5315f
build_options="gir"
build_options_default="gir"
if [ -z "$CROSS_BUILD" ]; then
build_options_default="gir"
fi
post_install() {
vlicense COPYING
}
libmypaint-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
@ -23,9 +29,8 @@ libmypaint-devel_package() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
if [ "$build_option_gir" ]; then
vmove "usr/share/gir-*"
fi
}
}
post_install() {
vlicense COPYING
}