From cf0bee7d6e73c50835603e30b50f8be384c317bb Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 16 Nov 2010 13:17:33 +0100 Subject: [PATCH] fontconfig: add metafile support, thanks to cowbalt Signed-off-by: Stephan Raue --- packages/x11/other/fontconfig/build | 5 ----- packages/x11/other/fontconfig/install | 4 ---- packages/x11/other/fontconfig/meta | 14 ++++++++++++++ packages/x11/other/fontconfig/url | 1 - 4 files changed, 14 insertions(+), 10 deletions(-) create mode 100644 packages/x11/other/fontconfig/meta delete mode 100644 packages/x11/other/fontconfig/url diff --git a/packages/x11/other/fontconfig/build b/packages/x11/other/fontconfig/build index fd91741bcf..da76952f1a 100755 --- a/packages/x11/other/fontconfig/build +++ b/packages/x11/other/fontconfig/build @@ -2,11 +2,6 @@ . config/options $1 -$SCRIPTS/build toolchain -$SCRIPTS/build freetype -$SCRIPTS/build libxml2 -$SCRIPTS/build zlib - # ensure we dont use '-O3' optimization. CFLAGS=`echo $CFLAGS | sed -e "s|-O3|-O2|"` CXXFLAGS=`echo $CXXFLAGS | sed -e "s|-O3|-O2|"` diff --git a/packages/x11/other/fontconfig/install b/packages/x11/other/fontconfig/install index 4021d2c9c4..bb4526d9b8 100755 --- a/packages/x11/other/fontconfig/install +++ b/packages/x11/other/fontconfig/install @@ -2,10 +2,6 @@ . config/options $1 -$SCRIPTS/install zlib -$SCRIPTS/install freetype -$SCRIPTS/install libxml2 - mkdir -p $INSTALL/usr/lib cp -P $PKG_BUILD/src/.libs/libfontconfig.so* $INSTALL/usr/lib diff --git a/packages/x11/other/fontconfig/meta b/packages/x11/other/fontconfig/meta new file mode 100644 index 0000000000..f21ff503c5 --- /dev/null +++ b/packages/x11/other/fontconfig/meta @@ -0,0 +1,14 @@ +PKG_NAME="fontconfig" +PKG_VERSION="2.8.0" +PKG_REV="1" +PKG_ARCH="any" +PKG_LICENSE="OSS" +PKG_SITE="http://www.fontconfig.org" +PKG_URL="http://fontconfig.org/release/$PKG_NAME-$PKG_VERSION.tar.gz" +PKG_DEPENDS="freetype libxml2 zlib" +PKG_BUILD_DEPENDS="toolchain freetype libxml2 zlib" +PKG_PRIORITY="optional" +PKG_SECTION="x11/other" +PKG_SHORTDESC="fontconfig: A library for font customization and configuration" +PKG_LONGDESC="Fontconfig is a library for font customization and configuration." +PKG_IS_ADDON="no" diff --git a/packages/x11/other/fontconfig/url b/packages/x11/other/fontconfig/url deleted file mode 100644 index 307a703f05..0000000000 --- a/packages/x11/other/fontconfig/url +++ /dev/null @@ -1 +0,0 @@ -http://fontconfig.org/release/fontconfig-2.8.0.tar.gz \ No newline at end of file