mirror of
https://github.com/outbackdingo/ports.git
synced 2026-02-12 21:40:22 +00:00
Merge pull request #339 from MalteKiefer/remove-libxss
removed libxss to fix file duplicated error
This commit is contained in:
@@ -1 +0,0 @@
|
||||
eeea9d5af3e6c143d0ea1721d27a5e49 libXScrnSaver-1.2.3.tar.bz2
|
||||
@@ -1,27 +0,0 @@
|
||||
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/scrnsaver.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libXss.a
|
||||
lrwxrwxrwx root/root usr/lib/libXss.so -> libXss.so.1.0.0
|
||||
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/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
|
||||
@@ -1,14 +0,0 @@
|
||||
# description : X11 Screen Saver extension library
|
||||
# depends : libxext
|
||||
|
||||
name=libxss
|
||||
version=1.2.3
|
||||
release=3
|
||||
source="https://xorg.freedesktop.org/releases/individual/lib/libXScrnSaver-${version}.tar.bz2"
|
||||
|
||||
build() {
|
||||
cd libXScrnSaver-${version}
|
||||
./configure --prefix=/usr --sysconfdir=/etc
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
Reference in New Issue
Block a user