diff options
-rw-r--r-- | xorg/xorg-libxinerama/.footprint | 15 | ||||
-rw-r--r-- | xorg/xorg-libxinerama/Pkgfile | 5 |
2 files changed, 11 insertions, 9 deletions
diff --git a/xorg/xorg-libxinerama/.footprint b/xorg/xorg-libxinerama/.footprint index affa4460f..b55e779ac 100644 --- a/xorg/xorg-libxinerama/.footprint +++ b/xorg/xorg-libxinerama/.footprint @@ -12,10 +12,11 @@ lrwxrwxrwx root/root usr/lib/libXinerama.so.1 -> libXinerama.so.1.0.0 -rwxr-xr-x root/root usr/lib/libXinerama.so.1.0.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/xinerama.pc -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man3/ --rw-r--r-- root/root usr/man/man3/Xinerama.3 --rw-r--r-- root/root usr/man/man3/XineramaIsActive.3 --rw-r--r-- root/root usr/man/man3/XineramaQueryExtension.3 --rw-r--r-- root/root usr/man/man3/XineramaQueryScreens.3 --rw-r--r-- root/root usr/man/man3/XineramaQueryVersion.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/Xinerama.3.gz +-rw-r--r-- root/root usr/share/man/man3/XineramaIsActive.3.gz +-rw-r--r-- root/root usr/share/man/man3/XineramaQueryExtension.3.gz +-rw-r--r-- root/root usr/share/man/man3/XineramaQueryScreens.3.gz +-rw-r--r-- root/root usr/share/man/man3/XineramaQueryVersion.3.gz diff --git a/xorg/xorg-libxinerama/Pkgfile b/xorg/xorg-libxinerama/Pkgfile index 174eb0738..f9588fde6 100644 --- a/xorg/xorg-libxinerama/Pkgfile +++ b/xorg/xorg-libxinerama/Pkgfile @@ -1,6 +1,7 @@ # Description: X Xinerama 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-xextproto, xorg-libxext, xorg-xineramaproto name=xorg-libxinerama @@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXinerama-$version build() { cd libXinerama-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |