xorg-xcb-util-error: initial commit, version 1.0

This commit is contained in:
Tim Biermann 2021-09-20 23:07:32 +02:00
parent 8b71b456e4
commit 4509959bf8
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,12 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/xcb/
-rw-r--r-- root/root usr/include/xcb/xcb_errors.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libxcb-errors.a
-rwxr-xr-x root/root usr/lib/libxcb-errors.la
lrwxrwxrwx root/root usr/lib/libxcb-errors.so -> libxcb-errors.so.0.0.0
lrwxrwxrwx root/root usr/lib/libxcb-errors.so.0 -> libxcb-errors.so.0.0.0
-rwxr-xr-x root/root usr/lib/libxcb-errors.so.0.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/xcb-errors.pc

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
RWTSGWF5Q7TndP0g8unkWNRL051XFBeUNkrffXm2pSdT2kXDFl0rOeicoPE4oXTAr42VfzPXPZMmPh3sJjC86To9mN6pkbjAOgo=
SHA256 (Pkgfile) = 61b9cb51b6121dbf580ba11e35154a863b1363d3265d777796366d082afa6e66
SHA256 (.footprint) = 835f7db8dfa0d833b6c50a0ff43f7550b1c7d317d6cc734665c9c649146a6b79
SHA256 (xcb-util-errors-1.0.tar.bz2) = 682681769e818ba085870d1ccd65f1f282ca16ca7d6f0f73ee70bc3642aa1995

View File

@ -0,0 +1,16 @@
# Description: XCB errors library
# URL: https://cgit.freedesktop.org/xcb/util-errors/
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-xcb-util
name=xorg-xcb-util-error
version=1.0
release=1
source=(https://xcb.freedesktop.org/dist/xcb-util-errors-$version.tar.bz2)
build() {
cd xcb-util-errors-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}