wok-6.x rev 22635
updated dbus-python and dbus-python-dev (1.1.1 -> 1.2.14)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jan 13 14:20:02 2020 +0100 (2020-01-13) |
parents | 916ebbb03a03 |
children | 84f7eb544a14 |
files | dbus-python-dev/receipt dbus-python/receipt |
line diff
1.1 --- a/dbus-python-dev/receipt Mon Jan 13 14:09:49 2020 +0100 1.2 +++ b/dbus-python-dev/receipt Mon Jan 13 14:20:02 2020 +0100 1.3 @@ -1,22 +1,23 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="dbus-python-dev" 1.7 -VERSION="1.1.1" 1.8 +VERSION="1.2.14" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="D-Bus python binding devel files." 1.11 -WANTED="dbus-python" 1.12 +SHORT_DESC="D-Bus python binding - development files." 1.13 MAINTAINER="pankso@slitaz.org" 1.14 LICENSE="GPL2" 1.15 -WEB_SITE="http://freedesktop.org/wiki/Software/DBusBindings" 1.16 +WEB_SITE="https://freedesktop.org/wiki/Software/DBusBindings/" 1.17 1.18 DEPENDS="dbus-python pkg-config" 1.19 +WANTED="dbus-python" 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 mkdir -p $fs/usr 1.25 - cp -a $install/usr/lib $fs/usr 1.26 - cp -a $install/usr/include $fs/usr 1.27 - rm -rf $fs/usr/lib/*/site-packages/dbus 1.28 - rm -rf $fs/usr/lib/*/site-packages/*.so 1.29 + 1.30 + cp -a $install/usr/lib $fs/usr 1.31 + cp -a $install/usr/include $fs/usr 1.32 + rm -rf $fs/usr/lib/*/site-packages/dbus 1.33 + rm -rf $fs/usr/lib/*/site-packages/*.so 1.34 }
2.1 --- a/dbus-python/receipt Mon Jan 13 14:09:49 2020 +0100 2.2 +++ b/dbus-python/receipt Mon Jan 13 14:20:02 2020 +0100 2.3 @@ -1,29 +1,32 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="dbus-python" 2.7 -VERSION="1.1.1" 2.8 +VERSION="1.2.14" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="D-Bus python binding." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 LICENSE="GPL2" 2.13 +WEB_SITE="https://freedesktop.org/wiki/Software/DBusBindings/" 2.14 + 2.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.16 -WEB_SITE="http://freedesktop.org/wiki/Software/DBusBindings" 2.17 -WGET_URL="http://dbus.freedesktop.org/releases/dbus-python/$TARBALL" 2.18 +WGET_URL="https://dbus.freedesktop.org/releases/dbus-python/$TARBALL" 2.19 2.20 -DEPENDS="dbus glib libgio python dbus-glib" 2.21 -BUILD_DEPENDS="dbus-dev glib-dev libgio-dev python-dev dbus-glib-dev" 2.22 +DEPENDS="dbus dbus-glib glib libgio python" 2.23 +BUILD_DEPENDS="dbus-dev dbus-glib-dev glib-dev libgio-dev python-dev" 2.24 2.25 # Rules to configure and make the package. 2.26 compile_rules() 2.27 { 2.28 ./configure $CONFIGURE_ARGS && 2.29 - make && make install 2.30 + make && 2.31 + make install 2.32 } 2.33 2.34 # Rules to gen a SliTaz package suitable for Tazpkg. 2.35 genpkg_rules() 2.36 { 2.37 mkdir -p $fs/usr/lib 2.38 - cp -a $install/usr/lib/python* $fs/usr/lib 2.39 - rm $fs/usr/lib/python*/*/*.la 2.40 + 2.41 + cp -a $install/usr/lib/python* $fs/usr/lib 2.42 + rm $fs/usr/lib/python*/*/*.la 2.43 }