mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 18:43:51 +02:00
poppler-data: remove long_desc.
This commit is contained in:
parent
eb8aa0a726
commit
5399a538fd
1 changed files with 2 additions and 15 deletions
|
@ -1,20 +1,14 @@
|
||||||
# Template file for 'poppler-data'
|
# Template file for 'poppler-data'
|
||||||
pkgname=poppler-data
|
pkgname=poppler-data
|
||||||
version=0.4.5
|
version=0.4.5
|
||||||
revision=1
|
revision=2
|
||||||
|
noarch="yes"
|
||||||
homepage="http://poppler.freedesktop.org/"
|
homepage="http://poppler.freedesktop.org/"
|
||||||
distfiles="http://poppler.freedesktop.org/$pkgname-$version.tar.gz"
|
distfiles="http://poppler.freedesktop.org/$pkgname-$version.tar.gz"
|
||||||
short_desc="Encoding data for the poppler PDF rendering library"
|
short_desc="Encoding data for the poppler PDF rendering library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="MIT, GPL-2, Adobe (BSD alike)"
|
license="MIT, GPL-2, Adobe (BSD alike)"
|
||||||
checksum=3190bc457bafe4b158f79a08e8a3f1824031ec12acefc359e68e0f04da0f70fd
|
checksum=3190bc457bafe4b158f79a08e8a3f1824031ec12acefc359e68e0f04da0f70fd
|
||||||
long_desc="
|
|
||||||
This package consists of encoding files for use with poppler. The
|
|
||||||
encoding files are optional and poppler will automatically read them
|
|
||||||
if they are present. When installed, the encoding files enables
|
|
||||||
poppler to correctly render CJK and Cyrrilic properly. While poppler
|
|
||||||
is licensed under the GPL, these encoding files have different license,
|
|
||||||
and thus distributed separately."
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make prefix=/usr DESTDIR=$DESTDIR install
|
make prefix=/usr DESTDIR=$DESTDIR install
|
||||||
|
@ -22,10 +16,3 @@ do_install() {
|
||||||
vmkdir usr/share/licenses/$pkgname
|
vmkdir usr/share/licenses/$pkgname
|
||||||
install -m644 COPYING COPYING.adobe $DESTDIR/usr/share/licenses/$pkgname
|
install -m644 COPYING COPYING.adobe $DESTDIR/usr/share/licenses/$pkgname
|
||||||
}
|
}
|
||||||
|
|
||||||
poppler-data_package() {
|
|
||||||
noarch="yes"
|
|
||||||
pkg_install() {
|
|
||||||
vmove usr
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue