diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-18 23:13:18 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-18 23:13:18 +0100 |
commit | d191fb09ca59c283fa313061ff6eb86024c0f441 (patch) | |
tree | 89be3dfca2b5cf58dd9da3ac8cac0eb498696a6a /xorg | |
parent | a0936f0a866a58ca540483f71621c742481ce10f (diff) | |
download | nutyx-extra-d191fb09ca59c283fa313061ff6eb86024c0f441.tar.gz nutyx-extra-d191fb09ca59c283fa313061ff6eb86024c0f441.tar.bz2 nutyx-extra-d191fb09ca59c283fa313061ff6eb86024c0f441.tar.xz nutyx-extra-d191fb09ca59c283fa313061ff6eb86024c0f441.zip |
maj xorg-libxft#2.1.14-1
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/xorg-libxft/.footprint | 11 | ||||
-rw-r--r-- | xorg/xorg-libxft/Pkgfile | 5 |
2 files changed, 9 insertions, 7 deletions
diff --git a/xorg/xorg-libxft/.footprint b/xorg/xorg-libxft/.footprint index 461c5eb38..326f10ad6 100644 --- a/xorg/xorg-libxft/.footprint +++ b/xorg/xorg-libxft/.footprint @@ -14,8 +14,9 @@ lrwxrwxrwx root/root usr/lib/libXft.so.2 -> libXft.so.2.1.13 -rwxr-xr-x root/root usr/lib/libXft.so.2.1.13 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/xft.pc -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/xft-config.1 -drwxr-xr-x root/root usr/man/man3/ --rw-r--r-- root/root usr/man/man3/Xft.3 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/xft-config.1.gz +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/Xft.3.gz diff --git a/xorg/xorg-libxft/Pkgfile b/xorg/xorg-libxft/Pkgfile index 305fc9e3b..da6c78505 100644 --- a/xorg/xorg-libxft/Pkgfile +++ b/xorg/xorg-libxft/Pkgfile @@ -1,6 +1,7 @@ # Description: X font rendering client library # URL: http://xorg.freedesktop.org -# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch # Depends on: xorg-libxrender, freetype, fontconfig name=xorg-libxft @@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXft-$version.tar. build() { cd libXft-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |