[csw-devel] SF.net SVN: gar:[9544] csw/mgar/pkg/xpdf/trunk/Makefile

hson at users.sourceforge.net hson at users.sourceforge.net
Mon Apr 5 11:50:20 CEST 2010


Revision: 9544
          http://gar.svn.sourceforge.net/gar/?rev=9544&view=rev
Author:   hson
Date:     2010-04-05 09:50:19 +0000 (Mon, 05 Apr 2010)

Log Message:
-----------
xpdf: Split out utils colliding with poppler to separate package

Modified Paths:
--------------
    csw/mgar/pkg/xpdf/trunk/Makefile

Modified: csw/mgar/pkg/xpdf/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xpdf/trunk/Makefile	2010-04-05 09:11:17 UTC (rev 9543)
+++ csw/mgar/pkg/xpdf/trunk/Makefile	2010-04-05 09:50:19 UTC (rev 9544)
@@ -20,12 +20,26 @@
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
+PACKAGES = CSWxpdf CSWxpdfutils
+CATALOGNAME_CSWxpdf = xpdf
+CATALOGNAME_CSWxpdfutils = xpdf_utils
+SPKG_DESC_CSWxpdf = $(DESCRIPTION)
+SPKG_DESC_CSWxpdfutils = $(DESCRIPTION) - utils
+
 # we require
 RUNTIME_DEP_PKGS = CSWftype2 CSWt1lib CSWgsfonts
 
 # poppler also has pdffonts, pdfimages et al.
-INCOMPATIBLE_PKGS = CSWpoppler
+INCOMPATIBLE_PKGS_CSWxpdfutils = CSWpoppler
 
+PKGFILES_CSWxpdf += $(call baseisadirs,$(bindir),[^/]*xpdf)
+PKGFILES_CSWxpdf += $(sysconfdir)/.*
+PKGFILES_CSWxpdf += $(mandir)/man.*/xpdf.*
+
+# Yes, we need gsfonts
+CHECKPKG_OVERRIDES_CSWxpdfutils += surplus-dependency|CSWgsfonts
+CHECKPKG_OVERRIDES_CSWxpdf += surplus-dependency|CSWgsfonts
+
 CONFIGURE_ARGS  = $(DIRPATHS)
 CONFIGURE_ARGS += --with-t1-library=$(libdir)
 CONFIGURE_ARGS += --with-t1-includes=$(includedir)


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list