From 178282d1282d9f9aa5f0579755a23cce15ef3b5d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 17 Sep 2012 17:42:44 +0200 Subject: [PATCH] New package: xcb-util-keysyms-0.3.9. --- common/shlibs | 2 +- srcpkgs/xcb-util-keysyms-devel | 1 + srcpkgs/xcb-util-keysyms/template | 19 +++++++++++++++++++ .../xcb-util-keysyms-devel.template | 13 +++++++++++++ .../xcb-util-keysyms/xcb-util-keysyms.rshlibs | 2 ++ 5 files changed, 36 insertions(+), 1 deletion(-) create mode 120000 srcpkgs/xcb-util-keysyms-devel create mode 100644 srcpkgs/xcb-util-keysyms/template create mode 100644 srcpkgs/xcb-util-keysyms/xcb-util-keysyms-devel.template create mode 100644 srcpkgs/xcb-util-keysyms/xcb-util-keysyms.rshlibs diff --git a/common/shlibs b/common/shlibs index 04260686375..d4adb1f89d0 100644 --- a/common/shlibs +++ b/common/shlibs @@ -271,7 +271,7 @@ 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-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-keysyms.so.1 xcb-util-keysyms-0.3.9_1 libxcb-property.so.1 xcb-util-0.3.4_1 libxcb-atom.so.1 xcb-util-0.3.4_1 libxcb-event.so.1 xcb-util-0.3.4_1 diff --git a/srcpkgs/xcb-util-keysyms-devel b/srcpkgs/xcb-util-keysyms-devel new file mode 120000 index 00000000000..0d6cda7027c --- /dev/null +++ b/srcpkgs/xcb-util-keysyms-devel @@ -0,0 +1 @@ +xcb-util-keysyms \ No newline at end of file diff --git a/srcpkgs/xcb-util-keysyms/template b/srcpkgs/xcb-util-keysyms/template new file mode 100644 index 00000000000..a915a854a97 --- /dev/null +++ b/srcpkgs/xcb-util-keysyms/template @@ -0,0 +1,19 @@ +# Template build for 'xcb-util-keysyms'. +pkgname=xcb-util-keysyms +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 - Standard X key constants and conversion to/from keycodes" +maintainer="Juan RP " +homepage="http://xcb.freedesktop.org" +license="GPL-2" +distfiles="http://xcb.freedesktop.org/dist/$pkgname-$version.tar.bz2" +checksum=7be1acf053bd68a1910fc861b2cbcbad7637b5618590dd5484d43a96f7995c6e +long_desc=" + This package provides a port for Standard X key constants and conversion + to/from keycodes for XCB." + +subpackages="$pkgname-devel" +replaces="xcb-util<0.3.9" diff --git a/srcpkgs/xcb-util-keysyms/xcb-util-keysyms-devel.template b/srcpkgs/xcb-util-keysyms/xcb-util-keysyms-devel.template new file mode 100644 index 00000000000..739be68d43c --- /dev/null +++ b/srcpkgs/xcb-util-keysyms/xcb-util-keysyms-devel.template @@ -0,0 +1,13 @@ +# Template file for 'xcb-util-keysyms-devel'. +# +noarch=yes +depends="libxcb-devel xcb-util-keysyms>=${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 +} diff --git a/srcpkgs/xcb-util-keysyms/xcb-util-keysyms.rshlibs b/srcpkgs/xcb-util-keysyms/xcb-util-keysyms.rshlibs new file mode 100644 index 00000000000..6dd6b4d6fcb --- /dev/null +++ b/srcpkgs/xcb-util-keysyms/xcb-util-keysyms.rshlibs @@ -0,0 +1,2 @@ +libxcb.so.1 +libc.so.6