summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxscrnsaver
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-11-18 23:19:09 +0100
committertnut <thierryn1 at hispeed dot ch>2009-11-18 23:19:09 +0100
commite27c70becfcc41eb2678134a536dba33d96bf09e (patch)
treed88b6ca136c1e9eab3bf897c269bf88927ab6008 /xorg/xorg-libxscrnsaver
parent6b862f1400d6ecf51c3e43eb4cc98bfaf4da5c41 (diff)
downloadnutyx-pakxe-e27c70becfcc41eb2678134a536dba33d96bf09e.tar.gz
nutyx-pakxe-e27c70becfcc41eb2678134a536dba33d96bf09e.tar.bz2
nutyx-pakxe-e27c70becfcc41eb2678134a536dba33d96bf09e.tar.xz
nutyx-pakxe-e27c70becfcc41eb2678134a536dba33d96bf09e.zip
maj xorg-libxscrnsaver#1.2.0-1
Diffstat (limited to 'xorg/xorg-libxscrnsaver')
-rw-r--r--xorg/xorg-libxscrnsaver/.footprint29
-rw-r--r--xorg/xorg-libxscrnsaver/Pkgfile5
2 files changed, 18 insertions, 16 deletions
diff --git a/xorg/xorg-libxscrnsaver/.footprint b/xorg/xorg-libxscrnsaver/.footprint
index da319ac85..f81785f5f 100644
--- a/xorg/xorg-libxscrnsaver/.footprint
+++ b/xorg/xorg-libxscrnsaver/.footprint
@@ -11,17 +11,18 @@ lrwxrwxrwx root/root usr/lib/libXss.so.1 -> libXss.so.1.0.0
-rwxr-xr-x root/root usr/lib/libXss.so.1.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/xscrnsaver.pc
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man3/
--rw-r--r-- root/root usr/man/man3/XScreenSaverAllocInfo.3
--rw-r--r-- root/root usr/man/man3/XScreenSaverGetRegistered.3
--rw-r--r-- root/root usr/man/man3/XScreenSaverQueryExtension.3
--rw-r--r-- root/root usr/man/man3/XScreenSaverQueryInfo.3
--rw-r--r-- root/root usr/man/man3/XScreenSaverQueryVersion.3
--rw-r--r-- root/root usr/man/man3/XScreenSaverRegister.3
--rw-r--r-- root/root usr/man/man3/XScreenSaverSelectInput.3
--rw-r--r-- root/root usr/man/man3/XScreenSaverSetAttributes.3
--rw-r--r-- root/root usr/man/man3/XScreenSaverSuspend.3
--rw-r--r-- root/root usr/man/man3/XScreenSaverUnregister.3
--rw-r--r-- root/root usr/man/man3/XScreenSaverUnsetAttributes.3
--rw-r--r-- root/root usr/man/man3/Xss.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/XScreenSaverAllocInfo.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XScreenSaverGetRegistered.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XScreenSaverQueryExtension.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XScreenSaverQueryInfo.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XScreenSaverQueryVersion.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XScreenSaverRegister.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XScreenSaverSelectInput.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XScreenSaverSetAttributes.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XScreenSaverSuspend.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XScreenSaverUnregister.3.gz
+-rw-r--r-- root/root usr/share/man/man3/XScreenSaverUnsetAttributes.3.gz
+-rw-r--r-- root/root usr/share/man/man3/Xss.3.gz
diff --git a/xorg/xorg-libxscrnsaver/Pkgfile b/xorg/xorg-libxscrnsaver/Pkgfile
index 1a52d797c..f54e85804 100644
--- a/xorg/xorg-libxscrnsaver/Pkgfile
+++ b/xorg/xorg-libxscrnsaver/Pkgfile
@@ -1,6 +1,7 @@
# Description: X Screen Saver 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-xextproto, xorg-libxext, xorg-scrnsaverproto
name=xorg-libxscrnsaver
@@ -11,7 +12,7 @@ source=(http://xorg.freedesktop.org/releases/individual/lib/libXScrnSaver-$versi
build() {
cd libXScrnSaver-$version
- ./configure --prefix=/usr --mandir=/usr/man
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install