Author: ranger
Date: Wed Jun 7 16:21:52 2006
New Revision: 79
URL:
<http://svn.finkproject.org/websvn/listing.php?sc=1&rev=79&repname=user%3a+ranger>
Log:
starting in on font stuff
Added:
trunk/experimental/common/main/finkinfo/x11-system/mkfontscale.info
trunk/experimental/common/main/finkinfo/x11-system/xorg-encodings.info
Added: trunk/experimental/common/main/finkinfo/x11-system/mkfontscale.info
URL:
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/experimental/common/main/finkinfo/x11-system/mkfontscale.info&rev=79&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/common/main/finkinfo/x11-system/mkfontscale.info (added)
+++ trunk/experimental/common/main/finkinfo/x11-system/mkfontscale.info Wed Jun
7 16:21:52 2006
@@ -1,0 +1,27 @@
+Package: mkfontscale
+Version: 1.0.1
+Revision: 1
+Depends: freetype219-shlibs, libfontenc-shlibs, libx11-shlibs
+BuildDepends: bigreqsproto, freetype219, libfontenc, libx11, libxau, libxdmcp,
pkgconfig, xcmiscproto, xextproto, xproto, xtrans
+Source: http://ftp.x.org/pub/individual/app/%n-%v.tar.bz2
+Source-MD5: 1e74e68eb9e8e91c6b7b615d80dc5ee1
+NoSetCPPFLAGS: true
+SetCPPFLAGS: -I%p/lib/freetype219/include
-I%p/lib/freetype219/include/freetype2
+NoSetLDFLAGS: true
+SetLDFLAGS: -L%p/lib/freetype219/lib
+CompileScript: <<
+#!/bin/sh -ex
+
+ ./configure --prefix=%p/X11 --disable-dependency-tracking
PKG_CONFIG_PATH="%p/X11/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH"
+ make
+<<
+InstallScript: <<
+#!/bin/sh -ex
+
+ make install DESTDIR=%d
+<<
+DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS *README*
+Description: create an index of scalable font files
+Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
+Homepage: http://www.x.org/
+License: BSD
Added: trunk/experimental/common/main/finkinfo/x11-system/xorg-encodings.info
URL:
<http://svn.finkproject.org/websvn/filedetails.php?path=/trunk/experimental/common/main/finkinfo/x11-system/xorg-encodings.info&rev=79&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/common/main/finkinfo/x11-system/xorg-encodings.info
(added)
+++ trunk/experimental/common/main/finkinfo/x11-system/xorg-encodings.info Wed
Jun 7 16:21:52 2006
@@ -1,0 +1,22 @@
+Package: xorg-encodings
+Version: 1.0.0
+Revision: 1
+BuildDepends: mkfontscale
+Source: http://ftp.x.org/pub/individual/font/encodings-%v.tar.bz2
+Source-MD5: c6d3fe9d5359349ceeab657f236c04d5
+CompileScript: <<
+#!/bin/sh -ex
+
+ ./configure --prefix=%p/X11 --disable-dependency-tracking
PKG_CONFIG_PATH="%p/X11/lib/pkgconfig:%p/lib/freetype219/lib/pkgconfig:$PKG_CONFIG_PATH"
+ make
+<<
+InstallScript: <<
+#!/bin/sh -ex
+
+ make install DESTDIR=%d
+<<
+DocFiles: ChangeLog
+Description: X.org: font encodings
+Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
+Homepage: http://www.x.org/
+License: BSD
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits