diff options
-rw-r--r-- | xorg/xorg-libxfixes/.footprint | 7 | ||||
-rw-r--r-- | xorg/xorg-libxfixes/Pkgfile | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/xorg/xorg-libxfixes/.footprint b/xorg/xorg-libxfixes/.footprint index 381f90059..5a16525c6 100644 --- a/xorg/xorg-libxfixes/.footprint +++ b/xorg/xorg-libxfixes/.footprint @@ -11,6 +11,7 @@ lrwxrwxrwx root/root usr/lib/libXfixes.so.3 -> libXfixes.so.3.1.0 -rwxr-xr-x root/root usr/lib/libXfixes.so.3.1.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/xfixes.pc -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man3/ --rw-r--r-- root/root usr/man/man3/Xfixes.3 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/Xfixes.3.gz diff --git a/xorg/xorg-libxfixes/Pkgfile b/xorg/xorg-libxfixes/Pkgfile index 75c166a71..202274070 100644 --- a/xorg/xorg-libxfixes/Pkgfile +++ b/xorg/xorg-libxfixes/Pkgfile @@ -1,6 +1,7 @@ # Description: X Fixes extension 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-libx11, xorg-xproto, xorg-fixesproto, xorg-xextproto name=xorg-libxfixes @@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXfixes-$version.t build() { cd libXfixes-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |