poppler-qt4: remove long_desc.
This commit is contained in:
parent
7a7ba2ad50
commit
99d0260be1
1 changed files with 2 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'poppler-qt4'.
|
||||
pkgname=poppler-qt4
|
||||
version=0.24.3
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="poppler-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-zlib --enable-libcurl --enable-libjpeg
|
||||
|
@ -19,16 +19,6 @@ license="GPL-2"
|
|||
homepage="http://poppler.freedesktop.org"
|
||||
distfiles="${homepage}/poppler-$version.tar.xz"
|
||||
checksum=d2cd02509e458117df7534b60703171d567f26865ab9b7f9c84c53727b35374e
|
||||
long_desc="
|
||||
This is poppler, a PDF rendering library. It is a fork of the xpdf
|
||||
3.0 PDF viewer developed by Derek Noonburg of Glyph and Cog, LLC.
|
||||
|
||||
Poppler provides PDF rendering functionality as a shared library,
|
||||
to centralize the maintenence effort and to reduce duplicated
|
||||
effort. And the poppler developers would like to move libpoppler
|
||||
forward in a number of areas that doesn't fit within the goals of xpdf.
|
||||
|
||||
This package contains the poppler QT 4 bindings."
|
||||
|
||||
post_install() {
|
||||
rm -f ${DESTDIR}/usr/lib/libpoppler.*
|
||||
|
@ -38,7 +28,7 @@ post_install() {
|
|||
}
|
||||
|
||||
poppler-qt4-devel_package() {
|
||||
depends="poppler-devel>=${version} ${sourcepkg}-${version}_${revision}"
|
||||
depends="poppler-devel>=${version} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include/poppler/qt4
|
||||
|
|
Loading…
Reference in a new issue