mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-05 19:43:07 +02:00
libvisio: reduce dependencies
This commit is contained in:
parent
d4151dc311
commit
7edefccb41
1 changed files with 6 additions and 4 deletions
|
@ -1,19 +1,21 @@
|
||||||
# Template file for 'libvisio'
|
# Template file for 'libvisio'
|
||||||
pkgname=libvisio
|
pkgname=libvisio
|
||||||
version=0.1.7
|
version=0.1.7
|
||||||
revision=8
|
revision=9
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="gperf pkg-config perl"
|
hostmakedepends="gperf pkg-config perl"
|
||||||
makedepends="boost-devel librevenge-devel libxml2-devel icu-devel"
|
makedepends="boost-devel-minimal librevenge-devel libxml2-devel icu-devel
|
||||||
|
libcppunit-devel"
|
||||||
short_desc="Library for reading and converting MS Visio diagrams"
|
short_desc="Library for reading and converting MS Visio diagrams"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||||
license="MPL-2.0"
|
license="MPL-2.0"
|
||||||
homepage="http://cgit.freedesktop.org/libreoffice/libvisio/commit/"
|
homepage="http://cgit.freedesktop.org/libreoffice/libvisio/commit/"
|
||||||
distfiles="http://dev-www.libreoffice.org/src/${pkgname}-${version}.tar.xz"
|
distfiles="http://dev-www.libreoffice.org/src/${pkgname}-${version}.tar.xz"
|
||||||
checksum=8faf8df870cb27b09a787a1959d6c646faa44d0d8ab151883df408b7166bea4c
|
checksum=8faf8df870cb27b09a787a1959d6c646faa44d0d8ab151883df408b7166bea4c
|
||||||
|
|
||||||
libvisio-devel_package() {
|
libvisio-devel_package() {
|
||||||
depends="libvisio>=${version}_${revision} $makedepends"
|
depends="libvisio>=${version}_${revision} librevenge-devel
|
||||||
|
libxml2-devel icu-devel"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue