Skip to content

Commit

Permalink
Add meta-pkgs/bulk-test-poppler
Browse files Browse the repository at this point in the history
API breaks in poppler seem common, and it's a frequent source of fallout
in popular (heh) packages, so it needs monitoring and updating carefully.
  • Loading branch information
alarixnia committed Oct 29, 2024
1 parent 857bffb commit 22c496e
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meta-pkgs/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.136 2024/10/23 22:02:46 wiz Exp $
# $NetBSD: Makefile,v 1.137 2024/10/29 14:37:34 nia Exp $
#

COMMENT= Collections of other packages
Expand All @@ -15,6 +15,7 @@ SUBDIR+= bulk-test-go
SUBDIR+= bulk-test-icu
SUBDIR+= bulk-test-llvm
SUBDIR+= bulk-test-php
SUBDIR+= bulk-test-poppler
SUBDIR+= bulk-test-python27
SUBDIR+= bulk-test-rust
SUBDIR+= compiz-fusion
Expand Down
2 changes: 2 additions & 0 deletions meta-pkgs/bulk-test-poppler/DESCR
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Meta-package for testing Poppler updates. Depends on various non-trivial or
important packages that depend on poppler.
31 changes: 31 additions & 0 deletions meta-pkgs/bulk-test-poppler/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# $NetBSD: Makefile,v 1.1 2024/10/29 14:37:34 nia Exp $

DISTNAME= bulk-test-poppler-20241029
CATEGORIES= meta-pkgs
MASTER_SITES= # empty
DISTFILES= # empty

MAINTAINER= [email protected]
COMMENT= Meta-package for testing Poppler

META_PACKAGE= yes

RESTRICTED= Just for test build purposes
NO_BIN_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}

DEPENDS+= calibre-[0-9]*:../../misc/calibre
DEPENDS+= cups-filters-[0-9]*:../../print/cups-filters
DEPENDS+= gimp-[0-9]*:../../graphics/gimp
DEPENDS+= gnome-tracker-miners-[0-9]*:../../sysutils/gnome-tracker-miners
DEPENDS+= inkscape-[0-9]*:../../graphics/inkscape
DEPENDS+= libreoffice-[0-9]*:../../misc/libreoffice
DEPENDS+= krita-[0-9]*:../../graphics/krita
DEPENDS+= pdf2djvu-[0-9]*:../../print/pdf2djvu
DEPENDS+= pdf2svg-[0-9]*:../../converters/pdf2svg
DEPENDS+= pdfgrep-[0-9]*:../../textproc/pdfgrep
DEPENDS+= xpdf-[0-9]*:../../print/xpdf
DEPENDS+= xournalpp-[0-9]*:../../editors/xournalpp
DEPENDS+= zathura-pdf-poppler-[0-9]*:../../print/zathura-pdf-poppler

.include "../../mk/bsd.pkg.mk"

0 comments on commit 22c496e

Please sign in to comment.