# HG changeset patch # User Hans-G?nter Theisgen # Date 1568384278 -3600 # Node ID f6d46bb4521b10544890dc666cb8fd2f7070d542 # Parent ccbeea36a6bc387822eb9018dca95aeb010239bc updated radiotray (0.6.1 -> 0.7.3) diff -r ccbeea36a6bc -r f6d46bb4521b radiotray/receipt --- a/radiotray/receipt Wed Sep 11 10:54:36 2019 +0200 +++ b/radiotray/receipt Fri Sep 13 15:17:58 2019 +0100 @@ -1,17 +1,18 @@ # SliTaz package receipt. PACKAGE="radiotray" -VERSION="0.6.1" +VERSION="0.7.3" CATEGORY="multimedia" SHORT_DESC="Online radio streaming player that runs on system tray." MAINTAINER="pankso@slitaz.org" LICENSE="GPL" +WEB_SITE="http://radiotray.sourceforge.net/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://radiotray.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -DEPENDS="python python-lxml gst-python" -BUILD_DEPENDS="python python-dev python-xdg gst-python-dev" +DEPENDS="gst-python python python-lxml" +BUILD_DEPENDS="gst-python-dev python python-dev python-xdg" # Rules to configure and make the package. compile_rules() @@ -23,7 +24,8 @@ genpkg_rules() { mkdir -p $fs/usr/share - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib $fs/usr - cp -a $install/usr/share/radiotray $fs/usr/share + + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib $fs/usr + cp -a $install/usr/share/radiotray $fs/usr/share }