diff options
Diffstat (limited to 'xorg/xorg-libxscrnsaver')
-rw-r--r-- | xorg/xorg-libxscrnsaver/.footprint | 29 | ||||
-rw-r--r-- | xorg/xorg-libxscrnsaver/Pkgfile | 5 |
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 |