mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
libetonyek: update to 0.1.9.
This commit is contained in:
parent
2db4faa868
commit
2c98f04bc3
1 changed files with 7 additions and 11 deletions
|
@ -1,21 +1,17 @@
|
||||||
# Template file for 'libetonyek'
|
# Template file for 'libetonyek'
|
||||||
pkgname=libetonyek
|
pkgname=libetonyek
|
||||||
version=0.1.8
|
version=0.1.9
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="libxml2-devel boost-devel libcppunit-devel librevenge-devel
|
||||||
|
glm mdds liblangtag-devel"
|
||||||
short_desc="Library to interpret and import Apple Keynote presentations"
|
short_desc="Library to interpret and import Apple Keynote presentations"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="MPL"
|
license="MPL-2.0"
|
||||||
makedepends="libxml2-devel boost-devel libcppunit-devel librevenge-devel glm mdds liblangtag-devel"
|
|
||||||
hostmakedepends="automake libtool gperf pkg-config"
|
|
||||||
homepage="http://www.freedesktop.org/wiki/Software/libetonyek/"
|
homepage="http://www.freedesktop.org/wiki/Software/libetonyek/"
|
||||||
distfiles="http://dev-www.libreoffice.org/src/${pkgname}-${version}.tar.xz"
|
distfiles="http://dev-www.libreoffice.org/src/${pkgname}-${version}.tar.xz"
|
||||||
checksum=9dc92347aee0cc9ed57b175a3e21f9d96ebe55d30fecb10e841d1050794ed82d
|
checksum=e61677e8799ce6e55b25afc11aa5339113f6a49cff031f336e32fa58635b1a4a
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
autoreconf -if
|
|
||||||
sed -i configure -e "s;mdds-1.0;mdds-1.2;g"
|
|
||||||
}
|
|
||||||
|
|
||||||
libetonyek-devel_package() {
|
libetonyek-devel_package() {
|
||||||
depends="libetonyek>=${version}_${revision} $makedepends"
|
depends="libetonyek>=${version}_${revision} $makedepends"
|
||||||
|
|
Loading…
Add table
Reference in a new issue