pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/zathura-cb



Module Name:    pkgsrc
Committed By:   leot
Date:           Thu Oct  4 19:10:29 UTC 2018

Modified Files:
        pkgsrc/graphics/zathura-cb: Makefile PLIST distinfo

Log Message:
zathura-cb: Update graphics/zathura-cb to 0.1.8

pkgsrc changes:
 - Adjust to meson build system

Changes:
0.1.8
-----
Replace build system with meson


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/zathura-cb/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/zathura-cb/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/zathura-cb/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/zathura-cb/Makefile
diff -u pkgsrc/graphics/zathura-cb/Makefile:1.12 pkgsrc/graphics/zathura-cb/Makefile:1.13
--- pkgsrc/graphics/zathura-cb/Makefile:1.12    Mon Apr 16 14:34:42 2018
+++ pkgsrc/graphics/zathura-cb/Makefile Thu Oct  4 19:10:29 2018
@@ -1,22 +1,19 @@
-# $NetBSD: Makefile,v 1.12 2018/04/16 14:34:42 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2018/10/04 19:10:29 leot Exp $
 #
 
-DISTNAME=      zathura-cb-0.1.7
-PKGREVISION=   2
+DISTNAME=      zathura-cb-0.1.8
 CATEGORIES=    graphics
 MASTER_SITES=  https://pwmt.org/projects/zathura-cb/download/
+EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    leot%NetBSD.org@localhost
 HOMEPAGE=      https://pwmt.org/projects/zathura-cb/
 COMMENT=       Adds comic book support to zathura
 LICENSE=       zlib
 
-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"
+USE_TOOLS+=    pkg-config
 
+.include "../../devel/py-meson/build.mk"
 .include "../../archivers/libarchive/buildlink3.mk"
 .include "../../graphics/cairo/buildlink3.mk"
 .include "../../print/zathura/buildlink3.mk"

Index: pkgsrc/graphics/zathura-cb/PLIST
diff -u pkgsrc/graphics/zathura-cb/PLIST:1.1 pkgsrc/graphics/zathura-cb/PLIST:1.2
--- pkgsrc/graphics/zathura-cb/PLIST:1.1        Sun Feb 14 13:53:23 2016
+++ pkgsrc/graphics/zathura-cb/PLIST    Thu Oct  4 19:10:29 2018
@@ -1,3 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2016/02/14 13:53:23 leot Exp $
-lib/zathura/cb.so
-share/applications/zathura-cb.desktop
+@comment $NetBSD: PLIST,v 1.2 2018/10/04 19:10:29 leot Exp $
+lib/zathura/libcb.so
+share/applications/org.pwmt.zathura-cb.desktop
+share/metainfo/org.pwmt.zathura-cb.metainfo.xml

Index: pkgsrc/graphics/zathura-cb/distinfo
diff -u pkgsrc/graphics/zathura-cb/distinfo:1.3 pkgsrc/graphics/zathura-cb/distinfo:1.4
--- pkgsrc/graphics/zathura-cb/distinfo:1.3     Sun Jan  7 12:58:43 2018
+++ pkgsrc/graphics/zathura-cb/distinfo Thu Oct  4 19:10:29 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/01/07 12:58:43 leot Exp $
+$NetBSD: distinfo,v 1.4 2018/10/04 19:10:29 leot Exp $
 
-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
+SHA1 (zathura-cb-0.1.8.tar.xz) = 91134206ccb0f0488ceebb8fcfaf86e1bbeb1e3c
+RMD160 (zathura-cb-0.1.8.tar.xz) = 062e36e6a26ad85b075fa5485122c1f2c24cfa1a
+SHA512 (zathura-cb-0.1.8.tar.xz) = ca9b57e59f3955afabb246b8f71989647ce4c86f7f59aa13e4d7150f22dfb1bd64642efc155bba5997633d8bf5144e7ef42bea05512a2c2d20e13fb180c89cb8
+Size (zathura-cb-0.1.8.tar.xz) = 5616 bytes



Home | Main Index | Thread Index | Old Index