New package: xcb-util-image-0.3.9.
This commit is contained in:
parent
8bd85ace66
commit
5569bbd599
|
@ -269,7 +269,7 @@ libXvMCW.so.1 libXvMC-1.0.4_1
|
|||
libxcb-render-util.so.0 xcb-util-0.3.4_1
|
||||
libxcb-icccm.so.1 xcb-util-0.3.4_1
|
||||
libxcb-aux.so.0 xcb-util-0.3.4_1
|
||||
libxcb-image.so.0 xcb-util-0.3.4_1
|
||||
libxcb-image.so.0 xcb-util-image-0.3.9_1
|
||||
libxcb-reply.so.1 xcb-util-0.3.4_1
|
||||
libxcb-keysyms.so.1 xcb-util-0.3.4_1
|
||||
libxcb-property.so.1 xcb-util-0.3.4_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
xcb-util-image
|
|
@ -0,0 +1,17 @@
|
|||
# Template build for 'xcb-util-image'.
|
||||
pkgname=xcb-util-image
|
||||
version=0.3.9
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
makedepends="pkg-config libxcb-devel>=1.8 xcb-util-devel>=0.3.9"
|
||||
short_desc="Utility libraries for XC Binding - Port of Xlib's XImage and XShmImage functions"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://xcb.freedesktop.org"
|
||||
license="GPL-2"
|
||||
distfiles="http://xcb.freedesktop.org/dist/$pkgname-$version.tar.bz2"
|
||||
checksum=d35a3c0eaae171f5081ec127fb9cec174b716ce5d78196a87f2785376da021df
|
||||
long_desc="
|
||||
This package provides a port of Xlib's XImage and XShmImage functions for XCB."
|
||||
|
||||
subpackages="$pkgname-devel"
|
|
@ -0,0 +1,13 @@
|
|||
# Template file for 'xcb-util-image-devel'.
|
||||
#
|
||||
noarch=yes
|
||||
depends="libxcb-devel xcb-util-image>=${version}"
|
||||
short_desc="${sourcepkg} -- development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
}
|
|
@ -0,0 +1,4 @@
|
|||
libxcb-shm.so.0
|
||||
libxcb-util.so.1
|
||||
libxcb.so.1
|
||||
libc.so.6
|
Loading…
Reference in New Issue