dbus-python: update to 1.1.0.
This commit is contained in:
parent
de9654a691
commit
a53010860b
|
@ -1,8 +1,5 @@
|
|||
libdbus-glib-1.so.2
|
||||
libdbus-1.so.3
|
||||
libpthread.so.0
|
||||
libgobject-2.0.so.0
|
||||
libgthread-2.0.so.0
|
||||
librt.so.1
|
||||
libglib-2.0.so.0
|
||||
libc.so.6
|
||||
|
|
|
@ -1,23 +1,20 @@
|
|||
# Template file for 'dbus-python'
|
||||
pkgname=dbus-python
|
||||
version=0.84.0
|
||||
homepage="http://www.freedesktop.org/wiki/Software/DBusBindings"
|
||||
distfiles="http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
version=1.1.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
pycompile_module="dbus"
|
||||
depends="python"
|
||||
makedepends="dbus-glib-devel python-devel"
|
||||
makedepends="pkg-config dbus-devel glib-devel dbus-glib-devel python-devel"
|
||||
short_desc="D-Bus Python bindings"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
checksum=b85bc7aaf1a976627ca461b1ca7b0c4ddddff709f52fe44c9b2d1d7d8fac5906
|
||||
homepage="http://www.freedesktop.org/wiki/Software/DBusBindings"
|
||||
distfiles="http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=2dc30b53cdb2e20f8d0265af3be878e9da68745cf9ccc72f75de869094c4fc60
|
||||
long_desc="
|
||||
This package provides Python bindings for D-BUS."
|
||||
|
||||
pycompile_module="dbus"
|
||||
|
||||
|
||||
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/usr/share/doc
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue