diff options
-rw-r--r-- | xorg/xorg-libxxf86dga/.footprint | 47 | ||||
-rw-r--r-- | xorg/xorg-libxxf86dga/Pkgfile | 5 |
2 files changed, 27 insertions, 25 deletions
diff --git a/xorg/xorg-libxxf86dga/.footprint b/xorg/xorg-libxxf86dga/.footprint index 2363abc40..b66c43186 100644 --- a/xorg/xorg-libxxf86dga/.footprint +++ b/xorg/xorg-libxxf86dga/.footprint @@ -12,26 +12,27 @@ lrwxrwxrwx root/root usr/lib/libXxf86dga.so.1 -> libXxf86dga.so.1.0.0 -rwxr-xr-x root/root usr/lib/libXxf86dga.so.1.0.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/xxf86dga.pc -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man3/ --rw-r--r-- root/root usr/man/man3/XDGA.3 --rw-r--r-- root/root usr/man/man3/XDGAChangePixmapMode.3 --rw-r--r-- root/root usr/man/man3/XDGACloseFramebuffer.3 --rw-r--r-- root/root usr/man/man3/XDGACopyArea.3 --rw-r--r-- root/root usr/man/man3/XDGACopyTransparentArea.3 --rw-r--r-- root/root usr/man/man3/XDGACreateColormap.3 --rw-r--r-- root/root usr/man/man3/XDGAFillRectangle.3 --rw-r--r-- root/root usr/man/man3/XDGAGetViewportStatus.3 --rw-r--r-- root/root usr/man/man3/XDGAInstallColormap.3 --rw-r--r-- root/root usr/man/man3/XDGAKeyEventToXKeyEvent.3 --rw-r--r-- root/root usr/man/man3/XDGAOpenFramebuffer.3 --rw-r--r-- root/root usr/man/man3/XDGAQueryExtension.3 --rw-r--r-- root/root usr/man/man3/XDGAQueryModes.3 --rw-r--r-- root/root usr/man/man3/XDGAQueryVersion.3 --rw-r--r-- root/root usr/man/man3/XDGASelectInput.3 --rw-r--r-- root/root usr/man/man3/XDGASetClientVersion.3 --rw-r--r-- root/root usr/man/man3/XDGASetMode.3 --rw-r--r-- root/root usr/man/man3/XDGASetViewport.3 --rw-r--r-- root/root usr/man/man3/XDGASync.3 --rw-r--r-- root/root usr/man/man3/XF86DGA.3 --rw-r--r-- root/root usr/man/man3/XFree86-DGA.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/XDGA.3.gz +-rw-r--r-- root/root usr/share/man/man3/XDGAChangePixmapMode.3.gz +-rw-r--r-- root/root usr/share/man/man3/XDGACloseFramebuffer.3.gz +-rw-r--r-- root/root usr/share/man/man3/XDGACopyArea.3.gz +-rw-r--r-- root/root usr/share/man/man3/XDGACopyTransparentArea.3.gz +-rw-r--r-- root/root usr/share/man/man3/XDGACreateColormap.3.gz +-rw-r--r-- root/root usr/share/man/man3/XDGAFillRectangle.3.gz +-rw-r--r-- root/root usr/share/man/man3/XDGAGetViewportStatus.3.gz +-rw-r--r-- root/root usr/share/man/man3/XDGAInstallColormap.3.gz +-rw-r--r-- root/root usr/share/man/man3/XDGAKeyEventToXKeyEvent.3.gz +-rw-r--r-- root/root usr/share/man/man3/XDGAOpenFramebuffer.3.gz +-rw-r--r-- root/root usr/share/man/man3/XDGAQueryExtension.3.gz +-rw-r--r-- root/root usr/share/man/man3/XDGAQueryModes.3.gz +-rw-r--r-- root/root usr/share/man/man3/XDGAQueryVersion.3.gz +-rw-r--r-- root/root usr/share/man/man3/XDGASelectInput.3.gz +-rw-r--r-- root/root usr/share/man/man3/XDGASetClientVersion.3.gz +-rw-r--r-- root/root usr/share/man/man3/XDGASetMode.3.gz +-rw-r--r-- root/root usr/share/man/man3/XDGASetViewport.3.gz +-rw-r--r-- root/root usr/share/man/man3/XDGASync.3.gz +-rw-r--r-- root/root usr/share/man/man3/XF86DGA.3.gz +-rw-r--r-- root/root usr/share/man/man3/XFree86-DGA.3.gz diff --git a/xorg/xorg-libxxf86dga/Pkgfile b/xorg/xorg-libxxf86dga/Pkgfile index fbf56b06e..1ec4ffc80 100644 --- a/xorg/xorg-libxxf86dga/Pkgfile +++ b/xorg/xorg-libxxf86dga/Pkgfile @@ -1,6 +1,7 @@ # Description: xorg lib libXxf86dga # 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-xproto, xorg-libx11, xorg-libxext, xorg-xf86dgaproto name=xorg-libxxf86dga @@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXxf86dga-$version build() { cd libXxf86dga-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |