[csw-devel] SF.net SVN: gar:[5254] csw/mgar/pkg/x11/libxft/trunk/Makefile

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Jun 15 15:55:26 CEST 2009


Revision: 5254
          http://gar.svn.sourceforge.net/gar/?rev=5254&view=rev
Author:   dmichelsen
Date:     2009-06-15 13:55:26 +0000 (Mon, 15 Jun 2009)

Log Message:
-----------
x11/libxft: Split off devel package

Modified Paths:
--------------
    csw/mgar/pkg/x11/libxft/trunk/Makefile

Modified: csw/mgar/pkg/x11/libxft/trunk/Makefile
===================================================================
--- csw/mgar/pkg/x11/libxft/trunk/Makefile	2009-06-15 13:54:52 UTC (rev 5253)
+++ csw/mgar/pkg/x11/libxft/trunk/Makefile	2009-06-15 13:55:26 UTC (rev 5254)
@@ -4,15 +4,23 @@
 
 DESCRIPTION = X11 authorisation library
 define BLURB
+  Xft provides a client-side font API for X applications, making the
+  FreeType font rasterizer available to X clients. Fontconfig is used
+  for font specification resolution. Where available, the RENDER
+  extension handles glyph drawing; otherwise, the core X protocol is used.
 endef
 
 MASTER_SITES = http://xorg.freedesktop.org/releases/individual/lib/
 DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
 
-PACKAGES = CSWlibxft2
+PACKAGES = CSWlibxft2 CSWlibxft2devel
 
-REQUIRED_PKGS = CSWfconfig CSWftype2 CSWlibx11 CSWlibxrender
+CATALOGNAME_CSWlibxft2 = libxft2
+CATALOGNAME_CSWlibxft2devel = libxft2_devel
 
+REQUIRED_PKGS_CSWlibxft2 = CSWfconfig CSWftype2 CSWlibx11 CSWlibxrender
+REQUIRED_PKGS_CSWlibxft2devel = CSWlibxft2
+
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
@@ -20,5 +28,7 @@
 NOISALIST = 1
 CONFIGURE_ARGS = $(DIRPATHS)
 
+PKGFILES_CSWlibxft2devel = $(PKGFILES_DEVEL)
+
 include gar/category.mk
 


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