python-dbus: update to 1.2.16.
This commit is contained in:
parent
1c1a48d0c5
commit
8c6986f242
1 changed files with 2 additions and 4 deletions
|
@ -1,10 +1,9 @@
|
||||||
# Template file for 'python-dbus'
|
# Template file for 'python-dbus'
|
||||||
pkgname=python-dbus
|
pkgname=python-dbus
|
||||||
version=1.2.14
|
version=1.2.16
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="dbus-python-${version}"
|
wrksrc="dbus-python-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
pycompile_module="dbus"
|
|
||||||
hostmakedepends="pkg-config python-devel python3-devel"
|
hostmakedepends="pkg-config python-devel python3-devel"
|
||||||
makedepends="libglib-devel ${hostmakedepends/pkg-config/}"
|
makedepends="libglib-devel ${hostmakedepends/pkg-config/}"
|
||||||
depends="python dbus"
|
depends="python dbus"
|
||||||
|
@ -13,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://www.freedesktop.org/wiki/Software/DBusBindings"
|
homepage="https://www.freedesktop.org/wiki/Software/DBusBindings"
|
||||||
distfiles="https://dbus.freedesktop.org/releases/dbus-python/dbus-python-${version}.tar.gz"
|
distfiles="https://dbus.freedesktop.org/releases/dbus-python/dbus-python-${version}.tar.gz"
|
||||||
checksum=b10206ba3dd641e4e46411ab91471c88e0eec1749860e4285193ee68df84ac31
|
checksum=11238f1d86c995d8aed2e22f04a1e3779f0d70e587caffeab4857f3c662ed5a4
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
@ -54,7 +53,6 @@ do_install() {
|
||||||
|
|
||||||
python3-dbus_package() {
|
python3-dbus_package() {
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
pycompile_module="dbus"
|
|
||||||
depends="python3 dbus"
|
depends="python3 dbus"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Reference in a new issue