diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-11-29 05:08:38 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-11-29 05:08:38 +0800 |
commit | 075768c951bc34ccf6fee6d6c48339c635e8528b (patch) | |
tree | 023e84304f7ebcdf46e155419ac76232f6de9a01 /graphics/zathura-djvu | |
parent | 053ccf771900de119e0fa414d5ac5a885571ac91 (diff) | |
download | freebsd-ports-gnome-075768c951bc34ccf6fee6d6c48339c635e8528b.tar.gz freebsd-ports-gnome-075768c951bc34ccf6fee6d6c48339c635e8528b.tar.zst freebsd-ports-gnome-075768c951bc34ccf6fee6d6c48339c635e8528b.zip |
- x11-toolkits/girara update to 0.1.9
- graphics/zathura update to 0.2.5
- gaphics/zathura-djvu update to 0.2.3
- Convert to new LIB_DEPENDS format
- Girara now defaults to gtk3, modify depending ports accordingly
- Convert to staging
- Always install man pages
- Remove uneeded patches
PR: ports/183842
Submitted by: myself
Approved by: Alexander <alexander.4mail@gmail.com> (maintainer of zathura-djvu)
Approved by: maintainer timeout (for graphics/zathura)
Diffstat (limited to 'graphics/zathura-djvu')
-rw-r--r-- | graphics/zathura-djvu/Makefile | 12 | ||||
-rw-r--r-- | graphics/zathura-djvu/distinfo | 4 | ||||
-rw-r--r-- | graphics/zathura-djvu/files/patch-config.mk | 22 |
3 files changed, 8 insertions, 30 deletions
diff --git a/graphics/zathura-djvu/Makefile b/graphics/zathura-djvu/Makefile index 0aaf985d7b39..468abd586f1e 100644 --- a/graphics/zathura-djvu/Makefile +++ b/graphics/zathura-djvu/Makefile @@ -2,22 +2,22 @@ # $FreeBSD$ PORTNAME= zathura-djvu -PORTVERSION= 0.2.2 +PORTVERSION= 0.2.3 CATEGORIES= graphics MASTER_SITES= http://pwmt.org/projects/zathura/plugins/download/ MAINTAINER= alexander.4mail@gmail.com COMMENT= The zathura-djvu plugin adds DjVu support to zathura -LIB_DEPENDS= djvulibre:${PORTSDIR}/graphics/djvulibre +LIB_DEPENDS= libdjvulibre.so:${PORTSDIR}/graphics/djvulibre BUILD_DEPENDS= zathura:${PORTSDIR}/graphics/zathura RUN_DEPENDS= zathura:${PORTSDIR}/graphics/zathura -USE_GNOME= glib20 gtk20 -USES= gmake pkgconfig +USE_GNOME= glib20 gtk30 +USES= desktop-file-utils gmake pkgconfig -PLIST_FILES= lib/zathura/djvu.so +PLIST_FILES= lib/zathura/djvu.so \ + share/applications/zathura-djvu.desktop PLIST_DIRSTRY= lib/zathura -NO_STAGE= yes .include <bsd.port.mk> diff --git a/graphics/zathura-djvu/distinfo b/graphics/zathura-djvu/distinfo index d0f4943d955b..7ef3894ae6eb 100644 --- a/graphics/zathura-djvu/distinfo +++ b/graphics/zathura-djvu/distinfo @@ -1,2 +1,2 @@ -SHA256 (zathura-djvu-0.2.2.tar.gz) = 9c0accf68be79df63f16337b7cef66bfb199f4ff296ae5a1bc8de220f1af2691 -SIZE (zathura-djvu-0.2.2.tar.gz) = 10473 +SHA256 (zathura-djvu-0.2.3.tar.gz) = c16e82d525012b788fd01c4189df93708fcffffb7dd34ca09db55005d644ed89 +SIZE (zathura-djvu-0.2.3.tar.gz) = 11181 diff --git a/graphics/zathura-djvu/files/patch-config.mk b/graphics/zathura-djvu/files/patch-config.mk deleted file mode 100644 index cc9cb879b310..000000000000 --- a/graphics/zathura-djvu/files/patch-config.mk +++ /dev/null @@ -1,22 +0,0 @@ ---- 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} |