mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
xcb-util-wm: update to 0.4.0.
This commit is contained in:
parent
8f0de76d1c
commit
92d2a0eaef
1 changed files with 5 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build for 'xcb-util-wm'.
|
# Template build for 'xcb-util-wm'.
|
||||||
pkgname=xcb-util-wm
|
pkgname=xcb-util-wm
|
||||||
version=0.3.9
|
version=0.4.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -12,15 +12,14 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://xcb.freedesktop.org"
|
homepage="http://xcb.freedesktop.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://xcb.freedesktop.org/dist/$pkgname-$version.tar.bz2"
|
distfiles="http://xcb.freedesktop.org/dist/$pkgname-$version.tar.bz2"
|
||||||
checksum=038f9bdb917b1f6d98a164f57dfb32212a102d771ab6f03de49fef3786746030
|
checksum=66f97c18f7d98d3c873fe5db5842d2fca34519274c31ee668551ab8995a2f51f
|
||||||
long_desc="
|
|
||||||
This package provides client and window-manager helpers for ICCCM for XCB."
|
|
||||||
|
|
||||||
xcb-util-wm-devel_package() {
|
xcb-util-wm-devel_package() {
|
||||||
depends="libxcb-devel xcb-util-wm>=${version}"
|
depends="libxcb-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue