ipe: update to 7.1.6.
This commit is contained in:
parent
0b89c02a32
commit
332d81d4d3
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ipe'
|
||||
pkgname=ipe
|
||||
version=7.1.5
|
||||
revision=2
|
||||
version=7.1.6
|
||||
revision=1
|
||||
hostmakedepends="pkg-config git"
|
||||
makedepends="qt-devel lua-devel libjpeg-turbo-devel cairo-devel poppler-devel"
|
||||
short_desc="Drawing editor for creating figures in PDF or EPS formats"
|
||||
|
@ -9,26 +9,26 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|||
license="GPL-3, GPL-2"
|
||||
homepage="http://ipe7.sourceforge.net/"
|
||||
distfiles="${SOURCEFORGE_SITE}/ipe7/${pkgname}/${version%.*}/${pkgname}-${version}-src.tar.gz"
|
||||
checksum="fe63a0511bd52d4e256b06f35ce8abc5610267a10594280ca0aaaf15c6e27b1a"
|
||||
checksum=e14aa09e9af5200e460b25a7b86c1fc3b9eb01db61c074ef14a90948f367a8d7
|
||||
|
||||
do_fetch() {
|
||||
post_extract() {
|
||||
# ipe-tools
|
||||
local url="git://github.com/otfried/ipe-tools.git"
|
||||
msg_normal "Fetching source from ${url}...\n"
|
||||
git clone ${url} ${pkgname}-${version}
|
||||
git clone ${url} ipe-tools
|
||||
}
|
||||
|
||||
do_build() {
|
||||
make ${makejobs} -C src IPEPREFIX=/usr LUA_PACKAGE=lua
|
||||
make ${makejobs} -C figtoipe
|
||||
make ${makejobs} -C pdftoipe
|
||||
make ${makejobs} -C ipe-tools/figtoipe
|
||||
make ${makejobs} -C ipe-tools/pdftoipe
|
||||
}
|
||||
|
||||
do_install() {
|
||||
make -C src install IPEPREFIX=/usr LUA_PACKAGE=lua INSTALL_ROOT=${DESTDIR}
|
||||
vbin figtoipe/figtoipe
|
||||
vbin pdftoipe/pdftoipe
|
||||
vbin svgtoipe/svgtoipe.py svgtoipe
|
||||
vbin ipe-tools/figtoipe/figtoipe
|
||||
vbin ipe-tools/pdftoipe/pdftoipe
|
||||
vbin ipe-tools/svgtoipe/svgtoipe.py svgtoipe
|
||||
}
|
||||
|
||||
ipe-devel_package() {
|
||||
|
|
Loading…
Reference in New Issue