diff --git a/common/shlibs b/common/shlibs index b3072e33e84..5e3bc31b708 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/xcb-util-errors-devel b/srcpkgs/xcb-util-errors-devel new file mode 120000 index 00000000000..06173363206 --- /dev/null +++ b/srcpkgs/xcb-util-errors-devel @@ -0,0 +1 @@ +xcb-util-errors \ No newline at end of file diff --git a/srcpkgs/xcb-util-errors/template b/srcpkgs/xcb-util-errors/template new file mode 100644 index 00000000000..cff1bb5d390 --- /dev/null +++ b/srcpkgs/xcb-util-errors/template @@ -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 " +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" + } +}