mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-02-02 02:42:19 +01:00
Added package 1.0.0 for xfwm4
This commit is contained in:
parent
3a723088f2
commit
0c1c5d68c9
16
libxpresent/.footprint
Normal file
16
libxpresent/.footprint
Normal file
@ -0,0 +1,16 @@
|
||||
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/
|
||||
-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/Xpresent.3.gz
|
1
libxpresent/.md5sum
Normal file
1
libxpresent/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
be920319b937612c125e60a56fda8eb6 libXpresent-1.0.0.tar.gz
|
2
libxpresent/.signature
Normal file
2
libxpresent/.signature
Normal file
@ -0,0 +1,2 @@
|
||||
untrusted comment: verify with /etc/ports/jolupalabs.pub
|
||||
RWRdPtfuMX7+XPW69V0JFuSG3twfCuZsoLbucI1FPX3UN5+sQLBMEkNf47kV03Teg5OWxz4BSyj982Z0iodFWyORjx+xZ58SvAY=
|
24
libxpresent/Pkgfile
Normal file
24
libxpresent/Pkgfile
Normal file
@ -0,0 +1,24 @@
|
||||
# Description: X Present Extension C Library
|
||||
# URL: https://github.com/freedesktop/libXpresent
|
||||
# Maintainer: jolupa, jlpavon at me dot com
|
||||
# Depends on:
|
||||
|
||||
name=libxpresent
|
||||
_realname=libXpresent
|
||||
version=1.0.0
|
||||
release=1
|
||||
source=(https://github.com/freedesktop/$_realname/archive/$_realname-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
|
||||
cd $_realname-$_realname-$version
|
||||
|
||||
./autogen.sh \
|
||||
--prefix=/usr \
|
||||
--libexecdir=/usr/lib/$_realname \
|
||||
--disable-static
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user