xcb-util-wm: add missing deps to the -devel pkg.
This commit is contained in:
parent
e4cbf51e38
commit
f7575f80f9
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,8 @@
|
||||||
# Template build for 'xcb-util-wm'.
|
# Template build for 'xcb-util-wm'.
|
||||||
pkgname=xcb-util-wm
|
pkgname=xcb-util-wm
|
||||||
version=0.4.1
|
version=0.4.1
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
|
||||||
hostmakedepends="m4 pkg-config"
|
hostmakedepends="m4 pkg-config"
|
||||||
makedepends="libxcb-devel xcb-util-devel"
|
makedepends="libxcb-devel xcb-util-devel"
|
||||||
short_desc="Utility libraries for XC Binding - client and window-manager helpers for ICCCM"
|
short_desc="Utility libraries for XC Binding - client and window-manager helpers for ICCCM"
|
||||||
|
@ -14,11 +13,12 @@ distfiles="http://xcb.freedesktop.org/dist/$pkgname-$version.tar.bz2"
|
||||||
checksum=28bf8179640eaa89276d2b0f1ce4285103d136be6c98262b6151aaee1d3c2a3f
|
checksum=28bf8179640eaa89276d2b0f1ce4285103d136be6c98262b6151aaee1d3c2a3f
|
||||||
|
|
||||||
xcb-util-wm-devel_package() {
|
xcb-util-wm-devel_package() {
|
||||||
depends="libxcb-devel ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${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"
|
vmove usr/lib/*.a
|
||||||
|
vmove usr/lib/*.so
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue