pkgsrc-WIP-changes archive

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

zathura-pdf-mupdf-git: Remove, it is the same as print/zathura-pdf-mupdf



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Thu Oct 4 21:22:16 2018 +0200
Changeset:	b4f9e19caf4a0cb3a7f3ba142fa6d76a30bfa38b

Modified Files:
	Makefile
Removed Files:
	zathura-pdf-mupdf-git/DESCR
	zathura-pdf-mupdf-git/Makefile
	zathura-pdf-mupdf-git/PLIST
	zathura-pdf-mupdf-git/distinfo
	zathura-pdf-mupdf-git/patches/patch-document.c

Log Message:
zathura-pdf-mupdf-git: Remove, it is the same as print/zathura-pdf-mupdf

zathura-pdf-mupdf-git was mainly intended to upstream all pkgsrc
patches, this was done and so we can retire it! (Of course, if you
are interested in following develop branch feel free to resurrect
this package!)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b4f9e19caf4a0cb3a7f3ba142fa6d76a30bfa38b

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

diffstat:
 Makefile                                       |  1 -
 zathura-pdf-mupdf-git/DESCR                    |  2 --
 zathura-pdf-mupdf-git/Makefile                 | 33 --------------------------
 zathura-pdf-mupdf-git/PLIST                    |  4 ----
 zathura-pdf-mupdf-git/distinfo                 |  3 ---
 zathura-pdf-mupdf-git/patches/patch-document.c | 15 ------------
 6 files changed, 58 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 38a8133a03..164f5b8038 100644
--- a/Makefile
+++ b/Makefile
@@ -4862,7 +4862,6 @@ SUBDIR+=	yp-tools
 SUBDIR+=	ypbind-mt
 SUBDIR+=	ypserv
 SUBDIR+=	zapping
-SUBDIR+=	zathura-pdf-mupdf-git
 SUBDIR+=	zbackup
 SUBDIR+=	zbar
 SUBDIR+=	zenity
diff --git a/zathura-pdf-mupdf-git/DESCR b/zathura-pdf-mupdf-git/DESCR
deleted file mode 100644
index 3c71cd55c5..0000000000
--- a/zathura-pdf-mupdf-git/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-The zathura-pdf-mupdf plugin adds PDF support to zathura by using the
-mupdf rendering library.
diff --git a/zathura-pdf-mupdf-git/Makefile b/zathura-pdf-mupdf-git/Makefile
deleted file mode 100644
index 21ef28aefa..0000000000
--- a/zathura-pdf-mupdf-git/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# $NetBSD: Makefile,v 1.27 2018/08/16 18:55:09 adam Exp $
-#
-
-DISTNAME=	zathura-pdf-mupdf-0.3.3
-CATEGORIES=	print
-MASTER_SITES=	https://pwmt.org/projects/zathura/plugins/download/
-EXTRACT_SUFX=	.tar.xz
-
-MAINTAINER=	leot%NetBSD.org@localhost
-HOMEPAGE=	https://pwmt.org/projects/zathura-pdf-mupdf/
-COMMENT=	Add PDF support to zathura using mupdf rendering engine
-LICENSE=	zlib
-
-GIT_REPOSITORIES=		zathura-pdf-mupdf
-GIT_BRANCH.zathura-pdf-mupdf=	develop
-GIT_REPO.zathura-pdf-mupdf=	https://git.pwmt.org/pwmt/zathura-pdf-mupdf.git
-WRKSRC=				${WRKDIR}/zathura-pdf-mupdf
-
-USE_TOOLS+=	pkg-config
-
-# Link to external dependencies (jpeg, jbig2dec, openjpeg)
-MESON_ARGS+=	-D link-external=true
-
-CPPFLAGS+=	-D_XOPEN_SOURCE=600
-
-.include "../../devel/py-meson/build.mk"
-.include "../../graphics/cairo/buildlink3.mk"
-.include "../../print/mupdf/buildlink3.mk"
-.include "../../print/zathura/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../x11/gtk3/buildlink3.mk"
-.include "../../wip/mk/git-package.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/zathura-pdf-mupdf-git/PLIST b/zathura-pdf-mupdf-git/PLIST
deleted file mode 100644
index 29e85f9432..0000000000
--- a/zathura-pdf-mupdf-git/PLIST
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD$
-lib/zathura/libpdf-mupdf.so
-share/applications/org.pwmt.zathura-pdf-mupdf.desktop
-share/metainfo/org.pwmt.zathura-pdf-mupdf.metainfo.xml
diff --git a/zathura-pdf-mupdf-git/distinfo b/zathura-pdf-mupdf-git/distinfo
deleted file mode 100644
index bf49cd5ed7..0000000000
--- a/zathura-pdf-mupdf-git/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-$NetBSD$
-
-SHA1 (patch-document.c) = 680106636f8fb2ac57ff2a03496ed70b3516b26b
diff --git a/zathura-pdf-mupdf-git/patches/patch-document.c b/zathura-pdf-mupdf-git/patches/patch-document.c
deleted file mode 100644
index 3d146e6cea..0000000000
--- a/zathura-pdf-mupdf-git/patches/patch-document.c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-document.c,v 1.4 2017/01/31 10:12:02 leot Exp $
-
-- Correct the glib-2.0 include header file path.
-
---- zathura-pdf-mupdf/document.c.orig	2018-03-17 19:47:01.000000000 +0000
-+++ zathura-pdf-mupdf/document.c
-@@ -3,7 +3,7 @@
- #include <mupdf/fitz.h>
- #include <mupdf/pdf.h>
- 
--#include <glib-2.0/glib.h>
-+#include <glib.h>
- 
- #include "plugin.h"
- 


Home | Main Index | Thread Index | Old Index