pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/zathura-cb zathura-cb: Update graphics/zathur...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/053ae271cd3b
branches:  trunk
changeset: 373616:053ae271cd3b
user:      leot <leot%pkgsrc.org@localhost>
date:      Sun Jan 07 12:58:43 2018 +0000

description:
zathura-cb: Update graphics/zathura-cb to 0.1.7

pkgsrc changes:
 - Inject LIBARCHIVE_{INC,LIB} via MAKE_FLAGS.
   When builtin libarchive is used, `libarchive.pc' is not always available
   (e.g. on NetBSD).

Changes:
0.1.7
-----
* Adapt to new plugin interface

diffstat:

 graphics/zathura-cb/Makefile |   8 +++++---
 graphics/zathura-cb/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 8 deletions(-)

diffs (39 lines):

diff -r 7f756f5173c8 -r 053ae271cd3b graphics/zathura-cb/Makefile
--- a/graphics/zathura-cb/Makefile      Sun Jan 07 12:58:12 2018 +0000
+++ b/graphics/zathura-cb/Makefile      Sun Jan 07 12:58:43 2018 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2017/11/23 17:19:58 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2018/01/07 12:58:43 leot Exp $
 #
 
-DISTNAME=      zathura-cb-0.1.6
-PKGREVISION=   4
+DISTNAME=      zathura-cb-0.1.7
 CATEGORIES=    graphics
 MASTER_SITES=  https://pwmt.org/projects/zathura-cb/download/
 
@@ -14,6 +13,9 @@
 USE_TOOLS+=    pkg-config gmake
 USE_LIBTOOL=   yes
 
+MAKE_FLAGS+=   LIBARCHIVE_INC="-I${BUILDLINK_PREFIX.libarchive}/include"
+MAKE_FLAGS+=   LIBARCHIVE_LIB="-L${BUILDLINK_PREFIX.libarchive}/lib -larchive"
+
 .include "../../archivers/libarchive/buildlink3.mk"
 .include "../../graphics/cairo/buildlink3.mk"
 .include "../../print/zathura/buildlink3.mk"
diff -r 7f756f5173c8 -r 053ae271cd3b graphics/zathura-cb/distinfo
--- a/graphics/zathura-cb/distinfo      Sun Jan 07 12:58:12 2018 +0000
+++ b/graphics/zathura-cb/distinfo      Sun Jan 07 12:58:43 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/01/31 10:13:46 leot Exp $
+$NetBSD: distinfo,v 1.3 2018/01/07 12:58:43 leot Exp $
 
-SHA1 (zathura-cb-0.1.6.tar.gz) = 73b7cea040ebf603253894f6e08c1b5bd183cd76
-RMD160 (zathura-cb-0.1.6.tar.gz) = 4229f69ec434299bd4ddf6df32f9116668409b20
-SHA512 (zathura-cb-0.1.6.tar.gz) = 986293957b6bc5e5fe7033bb7c91e857b1089fe1a041eb39e516b4e906c2619d22d7ebfa0bfaba982cc6145cba4c6a2af01be810c6da71f4c862fb42bc91f230
-Size (zathura-cb-0.1.6.tar.gz) = 7205 bytes
+SHA1 (zathura-cb-0.1.7.tar.gz) = 4b17bc78d8f057e0da1a66f6e6de295938fb55e0
+RMD160 (zathura-cb-0.1.7.tar.gz) = 6b53bae260d2911735893858eff7835a8ebff23a
+SHA512 (zathura-cb-0.1.7.tar.gz) = a48c70bf534a8798d94c1b15382dad229d37ea5f5cbef8382ce87a4366c3607609577f10a8eeb2056e2aa539014e6411e08c879f5359f80ff676cb55c6ae9af2
+Size (zathura-cb-0.1.7.tar.gz) = 6971 bytes



Home | Main Index | Thread Index | Old Index