Move print/poppler-qt to print/poppler016-qt3 to better reflect what it
is about.
This commit is contained in:
parent
9c96d02439
commit
fdc3643807
10 changed files with 26 additions and 28 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.171 2015/08/15 22:46:39 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.172 2015/09/12 16:50:00 joerg Exp $
|
||||
|
||||
DISTNAME= koffice-1.6.3
|
||||
PKGREVISION= 64
|
||||
|
@ -67,7 +67,7 @@ post-install:
|
|||
.include "../../graphics/libart/buildlink3.mk"
|
||||
.include "../../graphics/libexif/buildlink3.mk"
|
||||
.include "../../graphics/tiff/buildlink3.mk"
|
||||
.include "../../print/poppler-qt/buildlink3.mk"
|
||||
.include "../../print/poppler016-qt3/buildlink3.mk"
|
||||
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
||||
.include "../../textproc/aspell/buildlink3.mk"
|
||||
.include "../../textproc/libxml2/buildlink3.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: options.mk,v 1.1.1.1 2010/02/15 14:52:46 wiz Exp $
|
||||
# $NetBSD: options.mk,v 1.2 2015/09/12 16:50:00 joerg Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.tellico
|
||||
PKG_SUPPORTED_OPTIONS= poppler
|
||||
|
@ -6,7 +6,7 @@ PKG_SUPPORTED_OPTIONS= poppler
|
|||
.include "../../mk/bsd.options.mk"
|
||||
|
||||
.if !empty(PKG_OPTIONS:Mpoppler)
|
||||
.include "../../print/poppler-qt/buildlink3.mk"
|
||||
.include "../../print/poppler016-qt3/buildlink3.mk"
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-poppler
|
||||
.endif
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.649 2015/09/02 11:18:43 markd Exp $
|
||||
# $NetBSD: Makefile,v 1.650 2015/09/12 16:50:00 joerg Exp $
|
||||
#
|
||||
|
||||
COMMENT= Desktop publishing
|
||||
|
@ -119,11 +119,11 @@ SUBDIR+= poppler-cpp
|
|||
SUBDIR+= poppler-data
|
||||
SUBDIR+= poppler-glib
|
||||
SUBDIR+= poppler-includes
|
||||
SUBDIR+= poppler-qt
|
||||
SUBDIR+= poppler-qt4
|
||||
SUBDIR+= poppler-qt5
|
||||
SUBDIR+= poppler-utils
|
||||
SUBDIR+= poppler016
|
||||
SUBDIR+= poppler016-qt3
|
||||
SUBDIR+= poster
|
||||
SUBDIR+= pscal
|
||||
SUBDIR+= psify
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.21 2014/04/29 07:57:14 wiz Exp $
|
||||
|
||||
BUILDLINK_TREE+= poppler-qt
|
||||
|
||||
.if !defined(POPPLER_QT_BUILDLINK3_MK)
|
||||
POPPLER_QT_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.poppler-qt+= poppler-qt>=0.4.5nb1
|
||||
BUILDLINK_ABI_DEPENDS.poppler-qt+= poppler-qt>=0.16.7nb9
|
||||
BUILDLINK_PKGSRCDIR.poppler-qt?= ../../print/poppler-qt
|
||||
|
||||
.include "../../print/poppler016/buildlink3.mk"
|
||||
.endif # POPPLER_QT_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -poppler-qt
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.44 2015/04/25 14:24:47 tnn Exp $
|
||||
# $NetBSD: Makefile,v 1.1 2015/09/12 16:50:01 joerg Exp $
|
||||
#
|
||||
|
||||
.include "../../print/poppler016/Makefile.common"
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.6 2009/09/11 10:09:13 drochner Exp $
|
||||
@comment $NetBSD: PLIST,v 1.1 2015/09/12 16:50:01 joerg Exp $
|
||||
include/poppler/qt3/poppler-link-qt3.h
|
||||
include/poppler/qt3/poppler-page-transition.h
|
||||
include/poppler/qt3/poppler-qt.h
|
15
print/poppler016-qt3/buildlink3.mk
Normal file
15
print/poppler016-qt3/buildlink3.mk
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2015/09/12 16:50:01 joerg Exp $
|
||||
|
||||
BUILDLINK_TREE+= poppler016-qt3
|
||||
|
||||
.if !defined(POPPLER_QT_BUILDLINK3_MK)
|
||||
POPPLER_QT_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.poppler016-qt3+= poppler-qt>=0.4.5nb1
|
||||
BUILDLINK_ABI_DEPENDS.poppler016-qt3+= poppler-qt>=0.16.7nb9
|
||||
BUILDLINK_PKGSRCDIR.poppler016-qt3?= ../../print/poppler016-qt3
|
||||
|
||||
.include "../../print/poppler016/buildlink3.mk"
|
||||
.endif # POPPLER_QT_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -poppler016-qt3
|
|
@ -7,6 +7,4 @@ 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.
|
||||
|
||||
The GLib wrapper is available in the print/poppler-glib package.
|
||||
The QT wrapper is available in the print/poppler-qt package.
|
||||
The PDF utilities are available in the print/poppler-utils package.
|
||||
The QT wrapper is available in the print/poppler016-qt3 package.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile.common,v 1.3 2014/10/05 16:41:08 wiz Exp $
|
||||
# $NetBSD: Makefile.common,v 1.4 2015/09/12 16:50:01 joerg Exp $
|
||||
#
|
||||
# used by print/poppler016/Makefile
|
||||
# used by print/poppler-qt/Makefile
|
||||
# used by print/poppler016-qt3/Makefile
|
||||
|
||||
POPPLER_VERS= 0.16.7
|
||||
DISTNAME= poppler-${POPPLER_VERS}
|
||||
|
|
Loading…
Reference in a new issue