# HG changeset patch # User Hans-G?nter Theisgen # Date 1578921602 -3600 # Node ID f8e190dcc90f6e5a0316f302346aae1c1291a3e6 # Parent 916ebbb03a03409ffcfafd81767d53fadf47fcc2 updated dbus-python and dbus-python-dev (1.1.1 -> 1.2.14) diff -r 916ebbb03a03 -r f8e190dcc90f dbus-python-dev/receipt --- a/dbus-python-dev/receipt Mon Jan 13 14:09:49 2020 +0100 +++ b/dbus-python-dev/receipt Mon Jan 13 14:20:02 2020 +0100 @@ -1,22 +1,23 @@ # SliTaz package receipt. PACKAGE="dbus-python-dev" -VERSION="1.1.1" +VERSION="1.2.14" CATEGORY="development" -SHORT_DESC="D-Bus python binding devel files." -WANTED="dbus-python" +SHORT_DESC="D-Bus python binding - development files." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" -WEB_SITE="http://freedesktop.org/wiki/Software/DBusBindings" +WEB_SITE="https://freedesktop.org/wiki/Software/DBusBindings/" DEPENDS="dbus-python pkg-config" +WANTED="dbus-python" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr - cp -a $install/usr/include $fs/usr - rm -rf $fs/usr/lib/*/site-packages/dbus - rm -rf $fs/usr/lib/*/site-packages/*.so + + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/include $fs/usr + rm -rf $fs/usr/lib/*/site-packages/dbus + rm -rf $fs/usr/lib/*/site-packages/*.so } diff -r 916ebbb03a03 -r f8e190dcc90f dbus-python/receipt --- a/dbus-python/receipt Mon Jan 13 14:09:49 2020 +0100 +++ b/dbus-python/receipt Mon Jan 13 14:20:02 2020 +0100 @@ -1,29 +1,32 @@ # SliTaz package receipt. PACKAGE="dbus-python" -VERSION="1.1.1" +VERSION="1.2.14" CATEGORY="system-tools" SHORT_DESC="D-Bus python binding." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" +WEB_SITE="https://freedesktop.org/wiki/Software/DBusBindings/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://freedesktop.org/wiki/Software/DBusBindings" -WGET_URL="http://dbus.freedesktop.org/releases/dbus-python/$TARBALL" +WGET_URL="https://dbus.freedesktop.org/releases/dbus-python/$TARBALL" -DEPENDS="dbus glib libgio python dbus-glib" -BUILD_DEPENDS="dbus-dev glib-dev libgio-dev python-dev dbus-glib-dev" +DEPENDS="dbus dbus-glib glib libgio python" +BUILD_DEPENDS="dbus-dev dbus-glib-dev glib-dev libgio-dev python-dev" # Rules to configure and make the package. compile_rules() { ./configure $CONFIGURE_ARGS && - make && make install + make && + make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/lib/python* $fs/usr/lib - rm $fs/usr/lib/python*/*/*.la + + cp -a $install/usr/lib/python* $fs/usr/lib + rm $fs/usr/lib/python*/*/*.la }