pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/zathura-djvu



Module Name:    pkgsrc
Committed By:   leot
Date:           Thu Oct  4 19:11:38 UTC 2018

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

Log Message:
zathura-djvu: Update graphics/zathura-djvu to 0.2.8

pkgsrc changes:
 - Adjust to meson build system

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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/zathura-djvu/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/zathura-djvu/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/zathura-djvu/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-djvu/Makefile
diff -u pkgsrc/graphics/zathura-djvu/Makefile:1.10 pkgsrc/graphics/zathura-djvu/Makefile:1.11
--- pkgsrc/graphics/zathura-djvu/Makefile:1.10  Mon Apr 16 14:34:42 2018
+++ pkgsrc/graphics/zathura-djvu/Makefile       Thu Oct  4 19:11:38 2018
@@ -1,19 +1,19 @@
-# $NetBSD: Makefile,v 1.10 2018/04/16 14:34:42 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2018/10/04 19:11:38 leot Exp $
 #
 
-DISTNAME=      zathura-djvu-0.2.7
-PKGREVISION=   2
+DISTNAME=      zathura-djvu-0.2.8
 CATEGORIES=    graphics
 MASTER_SITES=  https://pwmt.org/projects/zathura-djvu/download/
+EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    leot%NetBSD.org@localhost
 HOMEPAGE=      https://pwmt.org/projects/zathura-djvu/
 COMMENT=       Add DjVu support to zathura using djvulibre library
 LICENSE=       zlib
 
-USE_TOOLS+=    pkg-config gmake
-USE_LIBTOOL=   yes
+USE_TOOLS+=    pkg-config
 
+.include "../../devel/py-meson/build.mk"
 .include "../../graphics/cairo/buildlink3.mk"
 .include "../../graphics/djvulibre-lib/buildlink3.mk"
 .include "../../print/zathura/buildlink3.mk"

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

Index: pkgsrc/graphics/zathura-djvu/distinfo
diff -u pkgsrc/graphics/zathura-djvu/distinfo:1.3 pkgsrc/graphics/zathura-djvu/distinfo:1.4
--- pkgsrc/graphics/zathura-djvu/distinfo:1.3   Sun Jan  7 12:59:27 2018
+++ pkgsrc/graphics/zathura-djvu/distinfo       Thu Oct  4 19:11:38 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/01/07 12:59:27 leot Exp $
+$NetBSD: distinfo,v 1.4 2018/10/04 19:11:38 leot Exp $
 
-SHA1 (zathura-djvu-0.2.7.tar.gz) = 90f39016a5de8623ea5e31aa56ed7c38a2f11919
-RMD160 (zathura-djvu-0.2.7.tar.gz) = 3ae49631aaff096ad8ae113e64b12857ee309a49
-SHA512 (zathura-djvu-0.2.7.tar.gz) = f0a33f53caced4cb90354e431d180a3b357db300ba5a376051e45f5409e8476105640e92768c2a31bdbbb0b37dea05df24a6489799c556e30336013f807b28b6
-Size (zathura-djvu-0.2.7.tar.gz) = 10909 bytes
+SHA1 (zathura-djvu-0.2.8.tar.xz) = 5b567669ce175d0b223d5e6d81c7508f41e917e6
+RMD160 (zathura-djvu-0.2.8.tar.xz) = 637b8f4674e6f4c7f6f6923cbe0abb903a98031a
+SHA512 (zathura-djvu-0.2.8.tar.xz) = ec51d339a01e7f2d063d21ab0e32624770398a21727fe6714b8fa8f9a1ef46909d58fa26c4a50430234f04377cce076312ebefb8a6cbdc28ba5de1c205d944a9
+Size (zathura-djvu-0.2.8.tar.xz) = 8860 bytes



Home | Main Index | Thread Index | Old Index