# HG changeset patch # User Hans-G?nter Theisgen # Date 1578152420 -3600 # Node ID aa07498bd205f2b00c806a524dd07d2c3b38e002 # Parent 58fbd80dc942357bf75fd0bf0830ab7ce7253f91 updated blueman (1.10 -> 2.1.1) diff -r 58fbd80dc942 -r aa07498bd205 blueman/receipt --- a/blueman/receipt Sat Jan 04 16:27:44 2020 +0100 +++ b/blueman/receipt Sat Jan 04 16:40:20 2020 +0100 @@ -1,43 +1,50 @@ # SliTaz package receipt. PACKAGE="blueman" -VERSION="1.10" +VERSION="2.1.1" CATEGORY="system-tools" SHORT_DESC="Easy to use GTK+ Bluetooth Manager." MAINTAINER="pankso@slitaz.org" LICENSE="GPL3" WEB_SITE="https://github.com/blueman-project/blueman" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="http://download.tuxfamily.org/blueman/$TARBALL" +#WGET_URL="http://download.tuxfamily.org/blueman/$TARBALL" +WGET_URL="$WEB_SITE/releases/download/$VERSION/$TARBALL" -DEPENDS="linux-bluetooth bluez python pygtk libnotify notify-python python-pyrex \ -startup-notification util-linux-uuid dbus dbus-python" -BUILD_DEPENDS="bluez-dev python-dev pygtk-dev notify-python libnotify-dev \ -python-pyrex startup-notification-dev util-linux-uuid-dev dbus-dev \ -dbus-python-dev intltool libtool notify-python xcb-util-dev" +DEPENDS="bluez dbus dbus-python libnotify linux-bluetooth + notify-python py3k pygtk python-pyrex + startup-notification util-linux-uuid" +BUILD_DEPENDS="bluez-dev dbus-dev dbus-python-dev intltool + libtool libnotify-dev notify-python py3k-cython + py3k-dev pygobject3 pygtk-dev python-pyrex + startup-notification-dev util-linux-uuid-dev + xcb-util-dev" # Rules to configure and make the package. compile_rules() { - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --libexecdir=/usr/lib/$PACKAGE \ + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --libexecdir=/usr/lib/$PACKAGE \ $CONFIGURE_ARGS && - make && make install + make && + make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share/pixmaps - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib $fs/usr - cp -a $install/usr/share/blueman $fs/usr/share - cp -a $install/usr/share/hal $fs/usr/share - cp -a $install/usr/share/dbus-1 $fs/usr/share - cp -a $install/usr/share/PolicyKit $fs/usr/share + + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/share/blueman $fs/usr/share +# cp -a $install/usr/share/hal $fs/usr/share + cp -a $install/usr/share/dbus-1 $fs/usr/share +# cp -a $install/usr/share/PolicyKit $fs/usr/share cp -a $install/usr/share/icons/hicolor/32x32/apps/*.png \ - $fs/usr/share/pixmaps - cp -a $install/etc $fs + $fs/usr/share/pixmaps + cp -a $install/etc $fs }