diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-18 23:16:42 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-18 23:16:42 +0100 |
commit | c3f737afe61e4af32c3c483b95d1e7be2b02db5d (patch) | |
tree | 5da341779db0d95b9120990f00fe2c4d59f29411 | |
parent | 2fbedc8d990be252687e2395927008d1fa179af0 (diff) | |
download | nutyx-pakxe-c3f737afe61e4af32c3c483b95d1e7be2b02db5d.tar.gz nutyx-pakxe-c3f737afe61e4af32c3c483b95d1e7be2b02db5d.tar.bz2 nutyx-pakxe-c3f737afe61e4af32c3c483b95d1e7be2b02db5d.tar.xz nutyx-pakxe-c3f737afe61e4af32c3c483b95d1e7be2b02db5d.zip |
maj xorg-libxrandr#1.3.0-1
-rw-r--r-- | xorg/xorg-libxrandr/.footprint | 35 | ||||
-rw-r--r-- | xorg/xorg-libxrandr/Pkgfile | 5 |
2 files changed, 21 insertions, 19 deletions
diff --git a/xorg/xorg-libxrandr/.footprint b/xorg/xorg-libxrandr/.footprint index b79707f66..e738bd616 100644 --- a/xorg/xorg-libxrandr/.footprint +++ b/xorg/xorg-libxrandr/.footprint @@ -11,20 +11,21 @@ lrwxrwxrwx root/root usr/lib/libXrandr.so.2 -> libXrandr.so.2.2.0 -rwxr-xr-x root/root usr/lib/libXrandr.so.2.2.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/xrandr.pc -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man3/ --rw-r--r-- root/root usr/man/man3/XRRConfigCurrentConfiguration.3.gz --rw-r--r-- root/root usr/man/man3/XRRConfigCurrentRate.3.gz --rw-r--r-- root/root usr/man/man3/XRRConfigRates.3.gz --rw-r--r-- root/root usr/man/man3/XRRConfigRotations.3.gz --rw-r--r-- root/root usr/man/man3/XRRConfigSizes.3.gz --rw-r--r-- root/root usr/man/man3/XRRConfigTimes.3.gz --rw-r--r-- root/root usr/man/man3/XRRFreeScreenConfigInfo.3.gz --rw-r--r-- root/root usr/man/man3/XRRGetScreenInfo.3.gz --rw-r--r-- root/root usr/man/man3/XRRQueryExtension.3.gz --rw-r--r-- root/root usr/man/man3/XRRQueryVersion.3.gz --rw-r--r-- root/root usr/man/man3/XRRRootToScreen.3.gz --rw-r--r-- root/root usr/man/man3/XRRSelectInput.3.gz --rw-r--r-- root/root usr/man/man3/XRRSetScreenConfig.3.gz --rw-r--r-- root/root usr/man/man3/XRRSetScreenConfigAndRate.3.gz --rw-r--r-- root/root usr/man/man3/Xrandr.3.gz +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/XRRConfigCurrentConfiguration.3.gz +-rw-r--r-- root/root usr/share/man/man3/XRRConfigCurrentRate.3.gz +-rw-r--r-- root/root usr/share/man/man3/XRRConfigRates.3.gz +-rw-r--r-- root/root usr/share/man/man3/XRRConfigRotations.3.gz +-rw-r--r-- root/root usr/share/man/man3/XRRConfigSizes.3.gz +-rw-r--r-- root/root usr/share/man/man3/XRRConfigTimes.3.gz +-rw-r--r-- root/root usr/share/man/man3/XRRFreeScreenConfigInfo.3.gz +-rw-r--r-- root/root usr/share/man/man3/XRRGetScreenInfo.3.gz +-rw-r--r-- root/root usr/share/man/man3/XRRQueryExtension.3.gz +-rw-r--r-- root/root usr/share/man/man3/XRRQueryVersion.3.gz +-rw-r--r-- root/root usr/share/man/man3/XRRRootToScreen.3.gz +-rw-r--r-- root/root usr/share/man/man3/XRRSelectInput.3.gz +-rw-r--r-- root/root usr/share/man/man3/XRRSetScreenConfig.3.gz +-rw-r--r-- root/root usr/share/man/man3/XRRSetScreenConfigAndRate.3.gz +-rw-r--r-- root/root usr/share/man/man3/Xrandr.3.gz diff --git a/xorg/xorg-libxrandr/Pkgfile b/xorg/xorg-libxrandr/Pkgfile index e0ae27940..1100e3388 100644 --- a/xorg/xorg-libxrandr/Pkgfile +++ b/xorg/xorg-libxrandr/Pkgfile @@ -1,6 +1,7 @@ # Description: X Resize and Rotate 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-randrproto, xorg-xextproto, xorg-libxext, xorg-libxrender, xorg-renderproto name=xorg-libxrandr @@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXrandr-$version.t build() { cd libXrandr-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install |