Import zathura-poppler-0.2.1 as wip/zathura-poppler.

The zathura-pdf-poppler plugin adds PDF support to zathura by using the poppler
rendering engine.

XXX: Not sure about license. It is definitiveley a free license, but dont' match
exactly one of licenses/
This commit is contained in:
Arnaud Degroote 2012-11-11 11:38:12 +00:00 committed by Thomas Klausner
parent 61cae48cc0
commit e729c6b4a1
5 changed files with 46 additions and 0 deletions

2
zathura-poppler/DESCR Normal file
View file

@ -0,0 +1,2 @@
The zathura-pdf-poppler plugin adds PDF support to zathura by using the poppler
rendering engine.

21
zathura-poppler/Makefile Normal file
View file

@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.1 2012/11/11 11:38:12 zul_ Exp $
#
VERSION=0.2.1
PKGNAME= zathura-poppler-${VERSION}
DISTNAME= zathura-pdf-poppler-${VERSION}
CATEGORIES= print
MASTER_SITES= http://pwmt.org/projects/zathura/plugins/download/
MAINTAINER= degroote@NetBSD.org
HOMEPAGE= http://pwmt.org/projects/zathura/
COMMENT= Add PDF support to zathura using poppler rendering engine
#LICENSE= # TODO: (see mk/license.mk)
USE_TOOLS+= pkg-config gettext gmake groff
USE_LIBTOOL= yes
.include "../../graphics/cairo/buildlink3.mk"
.include "../../print/poppler-glib/buildlink3.mk"
.include "../../wip/zathura/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

2
zathura-poppler/PLIST Normal file
View file

@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1 2012/11/11 11:38:12 zul_ Exp $
lib/zathura/pdf.so

6
zathura-poppler/distinfo Normal file
View file

@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1 2012/11/11 11:38:12 zul_ Exp $
SHA1 (zathura-pdf-poppler-0.2.1.tar.gz) = f0f770e57481f47cb2458a7f9b5fba97b574dd74
RMD160 (zathura-pdf-poppler-0.2.1.tar.gz) = 3ec6cd89c20b386b0dc5c6f7927e1b7ea7c1fc4a
Size (zathura-pdf-poppler-0.2.1.tar.gz) = 8158 bytes
SHA1 (patch-aa) = 1473c91efb59560ba1fe9f7bb6e1555fdcfa9207

View file

@ -0,0 +1,15 @@
$NetBSD: patch-aa,v 1.1 2012/11/11 11:38:12 zul_ Exp $
Adapt to pkgsrc prerequisite
--- config.mk.orig 2012-11-10 11:38:35.000000000 +0000
+++ config.mk 2012-11-10 11:38:45.000000000 +0000
@@ -11,7 +11,7 @@
ZATHURA_GTK_VERSION ?= $(shell pkg-config --variable=GTK_VERSION zathura)
# paths
-PREFIX ?= /usr
+PREFIX ?= ${PREFIX}
LIBDIR ?= ${PREFIX}/lib
# libs