summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxrandr
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:50:54 +0100
committerThierry N <thierryn1 at hispeed dot ch>2009-10-27 21:50:54 +0100
commitd80db68f3e2c01168e79e2b2a165e070b817d1e7 (patch)
tree410bbd90505c099e4af8480eb5dbee80dc43d349 /xorg/xorg-libxrandr
parentf6c9b4630922049089a987d22fa6e433dd01c980 (diff)
downloadnutyx-extra-d80db68f3e2c01168e79e2b2a165e070b817d1e7.tar.gz
nutyx-extra-d80db68f3e2c01168e79e2b2a165e070b817d1e7.tar.bz2
nutyx-extra-d80db68f3e2c01168e79e2b2a165e070b817d1e7.tar.xz
nutyx-extra-d80db68f3e2c01168e79e2b2a165e070b817d1e7.zip
Ajout de xorg-libxrandr#1.3.0-1
Diffstat (limited to 'xorg/xorg-libxrandr')
-rw-r--r--xorg/xorg-libxrandr/.footprint30
-rw-r--r--xorg/xorg-libxrandr/.md5sum1
-rw-r--r--xorg/xorg-libxrandr/Pkgfile18
3 files changed, 49 insertions, 0 deletions
diff --git a/xorg/xorg-libxrandr/.footprint b/xorg/xorg-libxrandr/.footprint
new file mode 100644
index 000000000..b79707f66
--- /dev/null
+++ b/xorg/xorg-libxrandr/.footprint
@@ -0,0 +1,30 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/X11/
+drwxr-xr-x root/root usr/include/X11/extensions/
+-rw-r--r-- root/root usr/include/X11/extensions/Xrandr.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libXrandr.a
+-rwxr-xr-x root/root usr/lib/libXrandr.la
+lrwxrwxrwx root/root usr/lib/libXrandr.so -> libXrandr.so.2.2.0
+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
diff --git a/xorg/xorg-libxrandr/.md5sum b/xorg/xorg-libxrandr/.md5sum
new file mode 100644
index 000000000..cef07d860
--- /dev/null
+++ b/xorg/xorg-libxrandr/.md5sum
@@ -0,0 +1 @@
+68eb59c3b7524db6ffd78746ee893d1d libXrandr-1.3.0.tar.bz2
diff --git a/xorg/xorg-libxrandr/Pkgfile b/xorg/xorg-libxrandr/Pkgfile
new file mode 100644
index 000000000..e0ae27940
--- /dev/null
+++ b/xorg/xorg-libxrandr/Pkgfile
@@ -0,0 +1,18 @@
+# Description: X Resize and Rotate extension client library
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-libx11, xorg-randrproto, xorg-xextproto, xorg-libxext, xorg-libxrender, xorg-renderproto
+
+name=xorg-libxrandr
+version=1.3.0
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/lib/libXrandr-$version.tar.bz2)
+
+build() {
+ cd libXrandr-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}