diff options
author | madpilot <madpilot@FreeBSD.org> | 2012-09-15 00:06:31 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2012-09-15 00:06:31 +0800 |
commit | 5ac3b4f3928c060bd2a30576ea7a32632ac884e7 (patch) | |
tree | d1be6c45876cbc1c5b8167276753861ebe96ea21 /graphics | |
parent | 2407eccf7cad5ccd21cd7106a8b6ea698c31b293 (diff) | |
download | freebsd-ports-gnome-5ac3b4f3928c060bd2a30576ea7a32632ac884e7.tar.gz freebsd-ports-gnome-5ac3b4f3928c060bd2a30576ea7a32632ac884e7.tar.zst freebsd-ports-gnome-5ac3b4f3928c060bd2a30576ea7a32632ac884e7.zip |
- Update zathura, zathura-djvu and zathura-pdf-poppler to 0.2.0
- Remove unnecessary ABI versions from LIB_DEPENDS
PR: ports/170780 [1], ports/170792 [2], ports/170793 [3]
Submitted by: Alexander <alexander.4mail@gmail.com> [1],
Quentin Stievenart <quentin.stievenart@gmail.com> [2] [3]
Approved by: maintainer timeout [3] (graphics/zathura-pdf-poppler)
Approved by: tabthorpe (mentor)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/zathura-djvu/Makefile | 2 | ||||
-rw-r--r-- | graphics/zathura-djvu/distinfo | 4 | ||||
-rw-r--r-- | graphics/zathura-djvu/files/patch-config.mk | 22 | ||||
-rw-r--r-- | graphics/zathura-pdf-poppler/Makefile | 5 | ||||
-rw-r--r-- | graphics/zathura-pdf-poppler/distinfo | 4 | ||||
-rw-r--r-- | graphics/zathura-pdf-poppler/files/patch-config.mk | 21 | ||||
-rw-r--r-- | graphics/zathura/Makefile | 11 | ||||
-rw-r--r-- | graphics/zathura/distinfo | 4 | ||||
-rw-r--r-- | graphics/zathura/files/patch-document.c | 10 | ||||
-rw-r--r-- | graphics/zathura/pkg-plist | 21 |
10 files changed, 70 insertions, 34 deletions
diff --git a/graphics/zathura-djvu/Makefile b/graphics/zathura-djvu/Makefile index e0b3441226fa..32c13ead6412 100644 --- a/graphics/zathura-djvu/Makefile +++ b/graphics/zathura-djvu/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= zathura-djvu -PORTVERSION= 0.1.1 +PORTVERSION= 0.2.0 CATEGORIES= graphics MASTER_SITES= http://pwmt.org/projects/zathura/plugins/download/ diff --git a/graphics/zathura-djvu/distinfo b/graphics/zathura-djvu/distinfo index 1ef93e44821f..82389f14318c 100644 --- a/graphics/zathura-djvu/distinfo +++ b/graphics/zathura-djvu/distinfo @@ -1,2 +1,2 @@ -SHA256 (zathura-djvu-0.1.1.tar.gz) = 04adad7bf1bb392eae4b7b856fe7d40a137f8185ac274289df922758ae827172 -SIZE (zathura-djvu-0.1.1.tar.gz) = 8392 +SHA256 (zathura-djvu-0.2.0.tar.gz) = c276cdb3901fbb8c76f070d69a590181992eea2cb48f09589e4fda9e67e1f813 +SIZE (zathura-djvu-0.2.0.tar.gz) = 10034 diff --git a/graphics/zathura-djvu/files/patch-config.mk b/graphics/zathura-djvu/files/patch-config.mk new file mode 100644 index 000000000000..cc9cb879b310 --- /dev/null +++ b/graphics/zathura-djvu/files/patch-config.mk @@ -0,0 +1,22 @@ +--- config.mk.orig 2012-06-09 23:37:36.000000000 +0200 ++++ config.mk 2012-08-20 18:26:30.000000000 +0200 +@@ -11,7 +11,7 @@ + + # paths + PREFIX ?= /usr +-LIBDIR ?= ${PREFIX}/lib ++LIBDIR = ${PREFIX}/lib + + # libs + CAIRO_INC ?= $(shell pkg-config --cflags cairo) +@@ -27,10 +27,7 @@ + GIRARA_LIB ?= $(shell pkg-config --libs girara-gtk2) + + ZATHURA_INC ?= $(shell pkg-config --cflags zathura) +-PLUGINDIR ?= $(shell pkg-config --variable=plugindir zathura) +-ifeq (,${PLUGINDIR}) + PLUGINDIR = ${LIBDIR}/zathura +-endif + + INCS = ${GIRARA_INC} ${GLIB_INC} ${DJVU_INC} ${ZATHURA_INC} + LIBS = ${GIRARA_LIB} ${GLIB_LIB} ${DJVU_LIB} diff --git a/graphics/zathura-pdf-poppler/Makefile b/graphics/zathura-pdf-poppler/Makefile index 499e26c1f235..6c9d965c74bd 100644 --- a/graphics/zathura-pdf-poppler/Makefile +++ b/graphics/zathura-pdf-poppler/Makefile @@ -6,15 +6,14 @@ # PORTNAME= zathura-pdf-poppler -PORTVERSION= 0.1.1 -PORTREVISION= 1 +PORTVERSION= 0.2.0 CATEGORIES= graphics MASTER_SITES= http://pwmt.org/projects/zathura/plugins/download/ MAINTAINER= neko@takino.org COMMENT= Poppler render PDF plugin for Zathura PDF viewer -LIB_DEPENDS= poppler-glib.8:${PORTSDIR}/graphics/poppler-glib +LIB_DEPENDS= poppler-glib:${PORTSDIR}/graphics/poppler-glib BUILD_DEPENDS= zathura:${PORTSDIR}/graphics/zathura RUN_DEPENDS= zathura:${PORTSDIR}/graphics/zathura diff --git a/graphics/zathura-pdf-poppler/distinfo b/graphics/zathura-pdf-poppler/distinfo index 09d0a9a0215a..123bc5353400 100644 --- a/graphics/zathura-pdf-poppler/distinfo +++ b/graphics/zathura-pdf-poppler/distinfo @@ -1,2 +1,2 @@ -SHA256 (zathura-pdf-poppler-0.1.1.tar.gz) = bec5fee721fcaee9f4b53d3882908b19efa82815393aa8c3619ff948b909d4a7 -SIZE (zathura-pdf-poppler-0.1.1.tar.gz) = 7584 +SHA256 (zathura-pdf-poppler-0.2.0.tar.gz) = a3ee96405e31d049111f351cb69626e67a8ab6fbfb53bb8a3e3e5f79240d0ed7 +SIZE (zathura-pdf-poppler-0.2.0.tar.gz) = 8168 diff --git a/graphics/zathura-pdf-poppler/files/patch-config.mk b/graphics/zathura-pdf-poppler/files/patch-config.mk index 78f6863b9946..cc9cb879b310 100644 --- a/graphics/zathura-pdf-poppler/files/patch-config.mk +++ b/graphics/zathura-pdf-poppler/files/patch-config.mk @@ -1,13 +1,22 @@ ---- config.mk.orig 2012-05-18 21:08:57.000000000 +0200 -+++ config.mk 2012-05-18 21:09:17.000000000 +0200 -@@ -20,10 +20,7 @@ +--- config.mk.orig 2012-06-09 23:37:36.000000000 +0200 ++++ config.mk 2012-08-20 18:26:30.000000000 +0200 +@@ -11,7 +11,7 @@ + + # paths + PREFIX ?= /usr +-LIBDIR ?= ${PREFIX}/lib ++LIBDIR = ${PREFIX}/lib + + # libs + CAIRO_INC ?= $(shell pkg-config --cflags cairo) +@@ -27,10 +27,7 @@ GIRARA_LIB ?= $(shell pkg-config --libs girara-gtk2) ZATHURA_INC ?= $(shell pkg-config --cflags zathura) -PLUGINDIR ?= $(shell pkg-config --variable=plugindir zathura) -ifeq (,${PLUGINDIR}) - PLUGINDIR = ${PREFIX}/lib/zathura + PLUGINDIR = ${LIBDIR}/zathura -endif - INCS = ${GTK_INC} ${PDF_INC} ${ZATHURA_INC} ${GIRARA_INC} - LIBS = ${GIRARA_LIB} ${GTK_LIB} ${PDF_LIB} + INCS = ${GIRARA_INC} ${GLIB_INC} ${DJVU_INC} ${ZATHURA_INC} + LIBS = ${GIRARA_LIB} ${GLIB_LIB} ${DJVU_LIB} diff --git a/graphics/zathura/Makefile b/graphics/zathura/Makefile index 02cea53a3f5e..91be84b0764e 100644 --- a/graphics/zathura/Makefile +++ b/graphics/zathura/Makefile @@ -6,16 +6,15 @@ # PORTNAME= zathura -PORTVERSION= 0.1.2 -PORTREVISION= 2 +PORTVERSION= 0.2.0 CATEGORIES= graphics print MASTER_SITES= http://pwmt.org/projects/zathura/download/ MAINTAINER= acieroid@awesom.eu COMMENT= Customizable lightweight pdf viewer -LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \ - girara-gtk2.0:${PORTSDIR}/x11-toolkits/girara +LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo \ + girara-gtk2.1:${PORTSDIR}/x11-toolkits/girara USE_GNOME= glib20 gtk20 USE_GMAKE= yes @@ -27,7 +26,7 @@ OPTIONS= SQLITE "Support sqlite database backend" off .include <bsd.port.options.mk> .if !defined(WITHOUT_SQLITE) -LIB_DEPENDS+= sqlite3.8:${PORTSDIR}/databases/sqlite3 +LIB_DEPENDS+= sqlite3:${PORTSDIR}/databases/sqlite3 MAKE_ENV+= WITH_SQLITE=1 .else MAKE_ENV+= WITH_SQLITE=0 @@ -52,6 +51,8 @@ post-patch: .SILENT ${WRKSRC}/Makefile ${REINPLACE_CMD} -e 's|PLUGINDIR ?= .*$$|PLUGINDIR ?= ${PREFIX}/lib/zathura|'\ ${WRKSRC}/config.mk + ${REINPLACE_CMD} -e 's|girara_debug("plugin.*$$||'\ + ${WRKSRC}/plugin.c .if defined(NOPORTDOCS) ${REINPLACE_CMD} -e 's|install-manpages$$||'\ ${WRKSRC}/Makefile diff --git a/graphics/zathura/distinfo b/graphics/zathura/distinfo index b4776e59faaa..f3da5e42dccd 100644 --- a/graphics/zathura/distinfo +++ b/graphics/zathura/distinfo @@ -1,2 +1,2 @@ -SHA256 (zathura-0.1.2.tar.gz) = a496c25071e54f675b65ee5eab02fd002c04c2d7d5cf4aa8a1cb517cc13beaef -SIZE (zathura-0.1.2.tar.gz) = 65875 +SHA256 (zathura-0.2.0.tar.gz) = fd235a44c545e929a538ebb0a3f385349a190fd86c8b044a4328a3779d5c2d2f +SIZE (zathura-0.2.0.tar.gz) = 86951 diff --git a/graphics/zathura/files/patch-document.c b/graphics/zathura/files/patch-document.c deleted file mode 100644 index c0e0444c5d84..000000000000 --- a/graphics/zathura/files/patch-document.c +++ /dev/null @@ -1,10 +0,0 @@ ---- document.c.orig 2012-03-25 00:57:24.000000000 +0400 -+++ document.c 2012-04-23 15:02:51.000000000 +0400 -@@ -12,6 +12,7 @@ - #include <errno.h> - #include <glib.h> - #include <glib/gi18n.h> -+#include <sys/wait.h> - - #include "document.h" - #include "utils.h" diff --git a/graphics/zathura/pkg-plist b/graphics/zathura/pkg-plist index f24a0cc987d8..7947b5827c4b 100644 --- a/graphics/zathura/pkg-plist +++ b/graphics/zathura/pkg-plist @@ -1,10 +1,25 @@ bin/zathura include/zathura/document.h +include/zathura/links.h include/zathura/macros.h +include/zathura/page.h +include/zathura/plugin-api.h +include/zathura/types.h include/zathura/version.h -include/zathura/zathura.h +libdata/pkgconfig/zathura.pc share/applications/zathura.desktop %%NLS%%share/locale/de/LC_MESSAGES/zathura.mo -libdata/pkgconfig/zathura.pc -@dirrmtry share/applications +%%NLS%%share/locale/eo/LC_MESSAGES/zathura.mo +%%NLS%%share/locale/es/LC_MESSAGES/zathura.mo +%%NLS%%share/locale/es_CL/LC_MESSAGES/zathura.mo +%%NLS%%share/locale/et/LC_MESSAGES/zathura.mo +%%NLS%%share/locale/fr/LC_MESSAGES/zathura.mo +%%NLS%%share/locale/pl/LC_MESSAGES/zathura.mo +%%NLS%%share/locale/ta_IN/LC_MESSAGES/zathura.mo +%%NLS%%share/locale/tr/LC_MESSAGES/zathura.mo @dirrm include/zathura +@dirrmtry share/applications +@dirrmtry share/locale/es_CL/LC_MESSAGES +@dirrmtry share/locale/es_CL +@dirrmtry share/locale/ta_IN/LC_MESSAGES +@dirrmtry share/locale/ta_IN |