paps: update to 0.7.0.
This commit is contained in:
parent
7a967085fe
commit
028ab51d5e
|
@ -1 +0,0 @@
|
||||||
paps
|
|
|
@ -1,14 +0,0 @@
|
||||||
--- src/libpaps.c 2014-03-19 19:11:54.491351129 -1000
|
|
||||||
+++ src/libpaps.c 2014-03-19 19:14:37.795623928 -1000
|
|
||||||
@@ -25,8 +25,9 @@
|
|
||||||
|
|
||||||
#include <pango/pango.h>
|
|
||||||
#include <pango/pangoft2.h>
|
|
||||||
-#include <freetype/ftglyph.h>
|
|
||||||
-#include <freetype/ftoutln.h>
|
|
||||||
+#include <ft2build.h>
|
|
||||||
+#include FT_GLYPH_H
|
|
||||||
+#include FT_OUTLINE_H
|
|
||||||
#include <errno.h>
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <stdio.h>
|
|
|
@ -1,27 +1,17 @@
|
||||||
# Template file for 'paps'
|
# Template file for 'paps'
|
||||||
pkgname=paps
|
pkgname=paps
|
||||||
version=0.6.8
|
version=0.7.0
|
||||||
revision=5
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="automake pkg-config"
|
||||||
makedepends="pango-devel freetype-devel"
|
makedepends="pango-devel freetype-devel"
|
||||||
short_desc="UTF-8 to PostScript converter via Pango"
|
short_desc="UTF-8 to PostScript converter via Pango"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="LGPL-2.0-or-later"
|
license="LGPL-2.0-or-later"
|
||||||
homepage="http://paps.sourceforge.net/"
|
homepage="https://github.com/dov/paps"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/dov/paps/archive/${version}.tar.gz"
|
||||||
checksum=db214c4ea7ecde2f7986b869f6249864d3ff364e6f210c15aa2824bcbd850a20
|
checksum=7a18e8096944a21e0d9fcfb389770d1e7672ba90569180cb5d45984914cedb13
|
||||||
|
|
||||||
post_configure() {
|
pre_configure() {
|
||||||
sed -i 's/_LDFLAGS =/_LDADD +=/' src/Makefile
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
paps-devel_package() {
|
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
|
||||||
short_desc+=" -- development files"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr/include
|
|
||||||
vmove "usr/lib/*.a"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue