mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libffado: trim python deps, don't bother with rebuild.
This commit is contained in:
parent
b49238a618
commit
168fa80f5e
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Template file for 'ffado'
|
# Template file for 'libffado'
|
||||||
pkgname=libffado
|
pkgname=libffado
|
||||||
version=2.3.0
|
version=2.3.0
|
||||||
revision=1
|
revision=1
|
||||||
|
@ -18,7 +18,7 @@ checksum=18e3c7e610b7cee58b837c921ebb985e324cb2171f8d130f79de02a3fc435f88
|
||||||
subpackages="libffado-devel"
|
subpackages="libffado-devel"
|
||||||
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
makedepends+=" python-PyQt4-devel python-PyQt4-dbus python-dbus-devel"
|
makedepends+=" python-PyQt4-dbus"
|
||||||
subpackages+=" libffado-python"
|
subpackages+=" libffado-python"
|
||||||
fi
|
fi
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
@ -40,7 +40,7 @@ post_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
libffado-python_package() {
|
libffado-python_package() {
|
||||||
depends="python-dbus python-PyQt4-dbus"
|
depends="python-PyQt4-dbus"
|
||||||
short_desc+=" - python bindings"
|
short_desc+=" - python bindings"
|
||||||
pycompile_module="ffado"
|
pycompile_module="ffado"
|
||||||
pycompile_dirs="usr/share/libffado/python"
|
pycompile_dirs="usr/share/libffado/python"
|
||||||
|
|
Loading…
Add table
Reference in a new issue