dbus-python: update to 0.84.0.
This commit is contained in:
parent
19f367691d
commit
da76fdf5ab
1 changed files with 9 additions and 5 deletions
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'dbus-python'
|
# Template file for 'dbus-python'
|
||||||
pkgname=dbus-python
|
pkgname=dbus-python
|
||||||
version=0.83.2
|
version=0.84.0
|
||||||
revision=1
|
homepage="http://www.freedesktop.org/wiki/Software/DBusBindings"
|
||||||
distfiles="http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz"
|
distfiles="http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="D-Bus Python bindings"
|
short_desc="D-Bus Python bindings"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=883729c98f40790021e3be0f7028ae863ee1c4a7b922a5578c1342592adfff64
|
license="GPL-2, LGPL-2.1"
|
||||||
|
checksum=b85bc7aaf1a976627ca461b1ca7b0c4ddddff709f52fe44c9b2d1d7d8fac5906
|
||||||
long_desc="
|
long_desc="
|
||||||
This package provides Python bindings for D-BUS."
|
This package provides Python bindings for D-BUS."
|
||||||
|
|
||||||
|
@ -17,7 +18,10 @@ Add_dependency run glib
|
||||||
Add_dependency run dbus-libs
|
Add_dependency run dbus-libs
|
||||||
Add_dependency run dbus-glib
|
Add_dependency run dbus-glib
|
||||||
Add_dependency run python
|
Add_dependency run python
|
||||||
Add_dependency build dbus-devel
|
|
||||||
Add_dependency build glib-devel
|
|
||||||
Add_dependency build dbus-glib-devel
|
Add_dependency build dbus-glib-devel
|
||||||
Add_dependency build python-devel
|
Add_dependency build python-devel
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
rm -rf ${DESTDIR}/usr/share/doc
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue