New package: xcb-util-errors-1.0
This commit is contained in:
parent
5c60740c7c
commit
47998949b9
|
@ -303,6 +303,7 @@ libXvMC.so.1 libXvMC-1.0.4_1
|
|||
libXvMCW.so.1 libXvMC-1.0.4_1
|
||||
libXvMCr600.so.1 mesa-ati-dri-10.1.0_1
|
||||
libXvMCnouveau.so.1 mesa-nouveau-dri-10.1.0_1
|
||||
libxcb-errors.so.0 xcb-util-errors-1.0_1
|
||||
libxcb-icccm.so.4 xcb-util-wm-0.3.9_1
|
||||
libxcb-ewmh.so.2 xcb-util-wm-0.3.9_1
|
||||
libxcb-aux.so.0 xcb-util-0.3.4_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
xcb-util-errors
|
|
@ -0,0 +1,28 @@
|
|||
# Template file for 'xcb-util-errors'
|
||||
pkgname=xcb-util-errors
|
||||
version=1.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="pkg-config m4"
|
||||
makedepends="libxcb-devel"
|
||||
short_desc="XCB errors library"
|
||||
maintainer="Julio Galvan <juliogalvan@protonmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://xcb.freedesktop.org"
|
||||
distfiles="https://xcb.freedesktop.org/dist/${pkgname}-${version}.tar.bz2"
|
||||
checksum=682681769e818ba085870d1ccd65f1f282ca16ca7d6f0f73ee70bc3642aa1995
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
xcb-util-errors-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue