New package: xcb-util-wm-0.3.9.
This commit is contained in:
parent
2fd3a8c58c
commit
49eeaecdbb
|
@ -267,7 +267,8 @@ libXv.so.1 libXv-1.0.4_1
|
|||
libXvMC.so.1 libXvMC-1.0.4_1
|
||||
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-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
|
||||
libxcb-image.so.0 xcb-util-image-0.3.9_1
|
||||
libxcb-reply.so.1 xcb-util-0.3.4_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
xcb-util-wm
|
|
@ -0,0 +1,18 @@
|
|||
# Template build for 'xcb-util-wm'.
|
||||
pkgname=xcb-util-wm
|
||||
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 - client and window-manager helpers for ICCCM"
|
||||
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=038f9bdb917b1f6d98a164f57dfb32212a102d771ab6f03de49fef3786746030
|
||||
long_desc="
|
||||
This package provides client and window-manager helpers for ICCCM for XCB."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
replaces="xcb-util<0.3.9"
|
|
@ -0,0 +1,13 @@
|
|||
# Template file for 'xcb-util-wm-devel'.
|
||||
#
|
||||
noarch=yes
|
||||
depends="libxcb-devel xcb-util-wm>=${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,2 @@
|
|||
libxcb.so.1
|
||||
libc.so.6
|
Loading…
Reference in New Issue