wok diff blueman/receipt @ rev 22839

modified get-litecoin
author Hans-G?nter Theisgen
date Tue Feb 11 10:43:44 2020 +0100 (2020-02-11)
parents 4fc3978fcdae
children 5ea0ce1cecc0
line diff
     1.1 --- a/blueman/receipt	Tue Jul 05 21:06:25 2016 +0300
     1.2 +++ b/blueman/receipt	Tue Feb 11 10:43:44 2020 +0100
     1.3 @@ -1,43 +1,50 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="blueman"
     1.7 -VERSION="1.10"
     1.8 +VERSION="2.1.1"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Easy to use GTK+ Bluetooth Manager."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="GPL3"
    1.13  WEB_SITE="https://github.com/blueman-project/blueman"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WGET_URL="http://download.tuxfamily.org/blueman/$TARBALL"
    1.17 +#WGET_URL="http://download.tuxfamily.org/blueman/$TARBALL"
    1.18 +WGET_URL="$WEB_SITE/releases/download/$VERSION/$TARBALL"
    1.19  
    1.20 -DEPENDS="linux-bluetooth bluez python pygtk libnotify notify-python python-pyrex \
    1.21 -startup-notification util-linux-uuid dbus dbus-python"
    1.22 -BUILD_DEPENDS="bluez-dev python-dev pygtk-dev notify-python libnotify-dev \
    1.23 -python-pyrex startup-notification-dev util-linux-uuid-dev dbus-dev \
    1.24 -dbus-python-dev intltool libtool notify-python xcb-util-dev"
    1.25 +DEPENDS="bluez dbus dbus-python libnotify linux-bluetooth 
    1.26 +	notify-python py3k pygtk python-pyrex 
    1.27 +	startup-notification util-linux-uuid"
    1.28 +BUILD_DEPENDS="bluez-dev dbus-dev dbus-python-dev intltool 
    1.29 +	libtool libnotify-dev notify-python py3k-cython 
    1.30 +	py3k-dev pygobject3 pygtk-dev python-pyrex 
    1.31 +	startup-notification-dev util-linux-uuid-dev 
    1.32 +	xcb-util-dev"
    1.33  
    1.34  # Rules to configure and make the package.
    1.35  compile_rules()
    1.36  {
    1.37 -	./configure \
    1.38 -		--prefix=/usr \
    1.39 -		--sysconfdir=/etc \
    1.40 -		--libexecdir=/usr/lib/$PACKAGE \
    1.41 +	./configure				\
    1.42 +		--prefix=/usr			\
    1.43 +		--sysconfdir=/etc		\
    1.44 +		--libexecdir=/usr/lib/$PACKAGE	\
    1.45  		$CONFIGURE_ARGS &&
    1.46 -	make && make install
    1.47 +	make &&
    1.48 +	make install
    1.49  }
    1.50  
    1.51  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.52  genpkg_rules()
    1.53  {
    1.54  	mkdir -p $fs/usr/share/pixmaps
    1.55 -	cp -a $install/usr/bin $fs/usr
    1.56 -	cp -a $install/usr/lib $fs/usr
    1.57 -	cp -a $install/usr/share/blueman $fs/usr/share
    1.58 -	cp -a $install/usr/share/hal $fs/usr/share
    1.59 -	cp -a $install/usr/share/dbus-1 $fs/usr/share
    1.60 -	cp -a $install/usr/share/PolicyKit $fs/usr/share
    1.61 +
    1.62 +	cp -a $install/usr/bin			$fs/usr
    1.63 +	cp -a $install/usr/lib			$fs/usr
    1.64 +	cp -a $install/usr/share/blueman	$fs/usr/share
    1.65 +#	cp -a $install/usr/share/hal		$fs/usr/share
    1.66 +	cp -a $install/usr/share/dbus-1		$fs/usr/share
    1.67 +#	cp -a $install/usr/share/PolicyKit	$fs/usr/share
    1.68  	cp -a $install/usr/share/icons/hicolor/32x32/apps/*.png \
    1.69 -		$fs/usr/share/pixmaps
    1.70 -	cp -a $install/etc $fs
    1.71 +						$fs/usr/share/pixmaps
    1.72 +	cp -a $install/etc			$fs
    1.73  }