New package: libmypaint-1.3.0
This commit is contained in:
parent
35881567c4
commit
24cabcc703
3 changed files with 30 additions and 0 deletions
|
@ -572,6 +572,7 @@ libecpg_compat.so.3 postgresql-libs-8.4.2_1
|
||||||
libecpg.so.6 postgresql-libs-8.4.2_1
|
libecpg.so.6 postgresql-libs-8.4.2_1
|
||||||
libpgtypes.so.3 postgresql-libs-8.4.2_1
|
libpgtypes.so.3 postgresql-libs-8.4.2_1
|
||||||
libpq.so.5 postgresql-libs-8.4.2_1
|
libpq.so.5 postgresql-libs-8.4.2_1
|
||||||
|
libmypaint-1.3.so.0 libmypaint-1.3.0
|
||||||
libmysqlclient_r.so.18 libmysqlclient-5.5.27_1
|
libmysqlclient_r.so.18 libmysqlclient-5.5.27_1
|
||||||
libmysqlclient.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
|
libgssapi_krb5.so.2 mit-krb5-libs-1.8_1
|
||||||
|
|
1
srcpkgs/libmypaint-devel
Symbolic link
1
srcpkgs/libmypaint-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libmypaint
|
28
srcpkgs/libmypaint/template
Normal file
28
srcpkgs/libmypaint/template
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# Template build file for 'libmypaint'
|
||||||
|
pkgname=libmypaint
|
||||||
|
version=1.3.0
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--disable-gegl"
|
||||||
|
hostmakedepends="intltool pkg-config"
|
||||||
|
makedepends="json-c-devel gobject-introspection glib-devel json-glib-devel"
|
||||||
|
short_desc="MyPaint brush engine library"
|
||||||
|
maintainer="Kartik S <kartik.ynwa@gmail.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
|
||||||
|
|
||||||
|
libmypaint-devel_package() {
|
||||||
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
Loading…
Reference in a new issue