summaryrefslogtreecommitdiffstats
path: root/xorg
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-13 19:30:38 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-13 19:30:38 +0100
commitf86cf8764a7e41755b91b21c1cad4c1ad0c47d19 (patch)
treedacf3c2cf311d855e8ce69381730402164c8db5f /xorg
parentd3bf3debb924c82c3eccaba9c79904893ad47a0a (diff)
downloadnutyx-pakxe-f86cf8764a7e41755b91b21c1cad4c1ad0c47d19.tar.gz
nutyx-pakxe-f86cf8764a7e41755b91b21c1cad4c1ad0c47d19.tar.bz2
nutyx-pakxe-f86cf8764a7e41755b91b21c1cad4c1ad0c47d19.tar.xz
nutyx-pakxe-f86cf8764a7e41755b91b21c1cad4c1ad0c47d19.zip
freefont-ttf, maj 20100919-1
Diffstat (limited to 'xorg')
-rw-r--r--xorg/freefont-ttf/.md5sum.i6862
-rw-r--r--xorg/freefont-ttf/.md5sum.x86_642
-rw-r--r--xorg/freefont-ttf/Pkgfile6
3 files changed, 5 insertions, 5 deletions
diff --git a/xorg/freefont-ttf/.md5sum.i686 b/xorg/freefont-ttf/.md5sum.i686
index 143b109bd..708552a22 100644
--- a/xorg/freefont-ttf/.md5sum.i686
+++ b/xorg/freefont-ttf/.md5sum.i686
@@ -1 +1 @@
-1128bb17763cde6990eacd5996f7def7 freefont-ttf-20090104.tar.gz
+33d96c755d0a6f585bc917f08cbddf66 freefont-ttf-20100919.tar.gz
diff --git a/xorg/freefont-ttf/.md5sum.x86_64 b/xorg/freefont-ttf/.md5sum.x86_64
index 143b109bd..708552a22 100644
--- a/xorg/freefont-ttf/.md5sum.x86_64
+++ b/xorg/freefont-ttf/.md5sum.x86_64
@@ -1 +1 @@
-1128bb17763cde6990eacd5996f7def7 freefont-ttf-20090104.tar.gz
+33d96c755d0a6f585bc917f08cbddf66 freefont-ttf-20100919.tar.gz
diff --git a/xorg/freefont-ttf/Pkgfile b/xorg/freefont-ttf/Pkgfile
index cc0e4a5de..1c161dcfc 100644
--- a/xorg/freefont-ttf/Pkgfile
+++ b/xorg/freefont-ttf/Pkgfile
@@ -6,14 +6,14 @@
# Run on:
name=freefont-ttf
-version=20090104
+version=20100919
release=1
source=(http://ftp.gnu.org/gnu/freefont/$name-$version.tar.gz)
build() {
cd freefont-$version
- install -v -d -m755 $PKG/usr/share/fonts/TTF
- install -v -m644 *.ttf $PKG/usr/share/fonts/TTF
+ install -v -d -m755 $PKG/$XORG_PREFIX/share/fonts/TTF
+ install -v -m644 *.ttf $PKG/$XORG_PREFIX/share/fonts/TTF
}