caribou: fix -devel subpkg and its deps.
This commit is contained in:
parent
f410ce2aff
commit
431482e7c7
|
@ -1,10 +1,11 @@
|
||||||
# Template file for 'caribou-devel'.
|
# Template file for 'caribou-devel'.
|
||||||
#
|
#
|
||||||
noarch=yes
|
depends="libXtst-devel libgee08-devel libxklavier-devel gtk+3-devel libxml2-devel caribou>=${version}"
|
||||||
depends="pygobject-devel"
|
|
||||||
short_desc="${short_desc} -- development files"
|
short_desc="${short_desc} -- development files"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
vmove usr/share/gir-1.0 usr/share
|
vmove usr/share/gir-1.0 usr/share
|
||||||
|
vmove usr/share/vala usr/share
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'caribou'
|
# Template file for 'caribou'
|
||||||
pkgname=caribou
|
pkgname=caribou
|
||||||
version=0.4.10
|
version=0.4.10
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-schemas-compile --disable-static --disable-gtk2-module"
|
configure_args="--disable-schemas-compile --disable-static --disable-gtk2-module"
|
||||||
hostmakedepends="pkg-config intltool gnome-doc-utils gobject-introspection"
|
hostmakedepends="pkg-config intltool gnome-doc-utils gobject-introspection"
|
||||||
|
|
Loading…
Reference in New Issue