libgepub: update to 0.5.2.
This commit is contained in:
parent
2ebddf25fb
commit
7b99834dfe
1 changed files with 5 additions and 7 deletions
|
@ -1,18 +1,17 @@
|
||||||
# Template file for 'libgepub'
|
# Template file for 'libgepub'
|
||||||
pkgname=libgepub
|
pkgname=libgepub
|
||||||
version=0.4
|
version=0.5.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=meson
|
||||||
configure_args="--enable-fts --enable-datahub $(vopt_enable gir introspection)"
|
configure_args="-Denable-introspection=$(vopt_if gir true false)"
|
||||||
hostmakedepends="pkg-config vala-devel $(vopt_if gir gobject-introspection)"
|
hostmakedepends="pkg-config vala-devel $(vopt_if gir gobject-introspection)"
|
||||||
makedepends="webkit2gtk-devel libsoup-devel libxml2-devel libarchive-devel"
|
makedepends="webkit2gtk-devel libsoup-devel libxml2-devel libarchive-devel"
|
||||||
depends=""
|
|
||||||
short_desc="Library to read epub files using glib"
|
short_desc="Library to read epub files using glib"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
homepage="http://live.gnome.org/"
|
homepage="http://live.gnome.org/"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/${version}/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
checksum=5666a1c4d186d205bd2d91b71d4c1cd5426025569114a765dd913a564f149ff4
|
checksum=848328999285441739a18664f62e8008aef8d87d1da00aeb91138035fc672b38
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
|
@ -27,7 +26,6 @@ libgepub-devel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove "usr/lib/*.a"
|
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
if [ "$build_option_gir" ]; then
|
if [ "$build_option_gir" ]; then
|
||||||
vmove usr/share/gir-1.0
|
vmove usr/share/gir-1.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue