pkgsrc-WIP-changes archive

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

zathura-*: get rid of unneeded USE_TOOLS and other cosmetic changes



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Tue Dec 29 12:37:59 2015 +0100
Changeset:	db2591fffbda0c008bf59488d61c8f2d309a3556

Modified Files:
	zathura-djvu/Makefile
	zathura-mupdf/Makefile
	zathura-poppler/Makefile
	zathura-ps/Makefile

Log Message:
zathura-*: get rid of unneeded USE_TOOLS and other cosmetic changes

o Get rid of not needed USE_TOOLS (spotted when packaging wip/zathura-cb via
  visual inspection, probably they were still in the Makefiles dues copy-pasta
  from the original zathura package)
o Sort the bl3.

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

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

diffstat:
 zathura-djvu/Makefile    | 6 +++---
 zathura-mupdf/Makefile   | 2 +-
 zathura-poppler/Makefile | 6 +++---
 zathura-ps/Makefile      | 6 +++---
 4 files changed, 10 insertions(+), 10 deletions(-)

diffs:
diff --git a/zathura-djvu/Makefile b/zathura-djvu/Makefile
index ba3c70c..c124184 100644
--- a/zathura-djvu/Makefile
+++ b/zathura-djvu/Makefile
@@ -11,12 +11,12 @@ HOMEPAGE=	http://pwmt.org/projects/zathura-djvu/
 COMMENT=	Add DjVu support to zathura using djvulibre library
 LICENSE=	zlib
 
-USE_TOOLS+=	pkg-config gettext gmake groff
+USE_TOOLS+=	pkg-config gmake
 USE_LIBTOOL=	yes
 
-.include "../../x11/gtk3/buildlink3.mk"
 .include "../../graphics/cairo/buildlink3.mk"
 .include "../../graphics/djvulibre-lib/buildlink3.mk"
-.include "../../wip/zathura/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../wip/zathura/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/zathura-mupdf/Makefile b/zathura-mupdf/Makefile
index d3019f4..8e7b0e7 100644
--- a/zathura-mupdf/Makefile
+++ b/zathura-mupdf/Makefile
@@ -14,7 +14,7 @@ LICENSE=	zlib
 
 CONFLICTS+=	zathura-poppler-[0-9]*
 
-USE_TOOLS+=	pkg-config gettext gmake groff
+USE_TOOLS+=	pkg-config gmake
 USE_LIBTOOL=	yes
 
 MAKE_ENV+=	MUPDF_LIB="-lmupdf -lmujs"
diff --git a/zathura-poppler/Makefile b/zathura-poppler/Makefile
index fec8b89..1aa682f 100644
--- a/zathura-poppler/Makefile
+++ b/zathura-poppler/Makefile
@@ -14,12 +14,12 @@ LICENSE=	zlib
 
 CONFLICTS+=	zathura-mupdf-[0-9]*
 
-USE_TOOLS+=	pkg-config gettext gmake groff
+USE_TOOLS+=	pkg-config gmake
 USE_LIBTOOL=	yes
 
-.include "../../x11/gtk3/buildlink3.mk"
 .include "../../graphics/cairo/buildlink3.mk"
 .include "../../print/poppler-glib/buildlink3.mk"
-.include "../../wip/zathura/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../wip/zathura/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/zathura-ps/Makefile b/zathura-ps/Makefile
index 7e73a99..2fec92a 100644
--- a/zathura-ps/Makefile
+++ b/zathura-ps/Makefile
@@ -11,12 +11,12 @@ HOMEPAGE=	http://pwmt.org/projects/zathura-ps/
 COMMENT=	Add PS support to zathura using libspectre library
 LICENSE=	zlib
 
-USE_TOOLS+=	pkg-config gettext gmake groff
+USE_TOOLS+=	pkg-config gmake
 USE_LIBTOOL=	yes
 
-.include "../../x11/gtk3/buildlink3.mk"
 .include "../../graphics/cairo/buildlink3.mk"
 .include "../../print/libspectre/buildlink3.mk"
-.include "../../wip/zathura/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../wip/zathura/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index