xorg-libxpresent: initial release, version 1.0.1
This commit is contained in:
parent
791775417b
commit
e22723cc62
25
xorg-libxpresent/.footprint
Normal file
25
xorg-libxpresent/.footprint
Normal file
@ -0,0 +1,25 @@
|
||||
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/Xpresent.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libXpresent.a
|
||||
-rwxr-xr-x root/root usr/lib/libXpresent.la
|
||||
lrwxrwxrwx root/root usr/lib/libXpresent.so -> libXpresent.so.1.0.0
|
||||
lrwxrwxrwx root/root usr/lib/libXpresent.so.1 -> libXpresent.so.1.0.0
|
||||
-rwxr-xr-x root/root usr/lib/libXpresent.so.1.0.0
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/xpresent.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/XPresentFreeInput.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/XPresentNotifyMSC.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/XPresentPixmap.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/XPresentQueryCapabilities.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/XPresentQueryExtension.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/XPresentQueryVersion.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/XPresentSelectInput.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/XPresentVersion.3.gz
|
||||
-rw-r--r-- root/root usr/share/man/man3/Xpresent.3.gz
|
1
xorg-libxpresent/.md5sum
Normal file
1
xorg-libxpresent/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
bdd3ec17c6181fd7b26f6775886c730d libXpresent-1.0.1.tar.xz
|
17
xorg-libxpresent/Pkgfile
Normal file
17
xorg-libxpresent/Pkgfile
Normal file
@ -0,0 +1,17 @@
|
||||
# Description: Xlib-based library for the X Present Extension
|
||||
# URL: https://gitlab.freedesktop.org/xorg/lib/libxpresent
|
||||
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
|
||||
# Depends on: xorg-libxrandr xorg-libxrender xorg-libxfixes xorg-libxext xorg-libx11 xorg-libxcb xorg-libxau xorg-libxdmcp
|
||||
|
||||
name=xorg-libxpresent
|
||||
version=1.0.1
|
||||
release=1
|
||||
source=(https://www.x.org/releases/individual/lib/libXpresent-$version.tar.xz)
|
||||
|
||||
|
||||
build() {
|
||||
cd libXpresent-$version
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user