summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xorg-libxscrnsaver/.footprint29
-rw-r--r--xorg-libxscrnsaver/Pkgfile4
2 files changed, 17 insertions, 16 deletions
diff --git a/xorg-libxscrnsaver/.footprint b/xorg-libxscrnsaver/.footprint
index a6b91046..f81785f5 100644
--- a/xorg-libxscrnsaver/.footprint
+++ b/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.gz
--rw-r--r-- root/root usr/man/man3/XScreenSaverGetRegistered.3.gz
--rw-r--r-- root/root usr/man/man3/XScreenSaverQueryExtension.3.gz
--rw-r--r-- root/root usr/man/man3/XScreenSaverQueryInfo.3.gz
--rw-r--r-- root/root usr/man/man3/XScreenSaverQueryVersion.3.gz
--rw-r--r-- root/root usr/man/man3/XScreenSaverRegister.3.gz
--rw-r--r-- root/root usr/man/man3/XScreenSaverSelectInput.3.gz
--rw-r--r-- root/root usr/man/man3/XScreenSaverSetAttributes.3.gz
--rw-r--r-- root/root usr/man/man3/XScreenSaverSuspend.3.gz
--rw-r--r-- root/root usr/man/man3/XScreenSaverUnregister.3.gz
--rw-r--r-- root/root usr/man/man3/XScreenSaverUnsetAttributes.3.gz
--rw-r--r-- root/root usr/man/man3/Xss.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/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-libxscrnsaver/Pkgfile b/xorg-libxscrnsaver/Pkgfile
index ad77c427..84e863a5 100644
--- a/xorg-libxscrnsaver/Pkgfile
+++ b/xorg-libxscrnsaver/Pkgfile
@@ -5,13 +5,13 @@
name=xorg-libxscrnsaver
version=1.2.2
-release=1
+release=2
source=(http://xorg.freedesktop.org/releases/individual/lib/libXScrnSaver-$version.tar.bz2)
build() {
cd libXScrnSaver-$version
- ./configure --prefix=/usr --mandir=/usr/man
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install

Generated by cgit