# HG changeset patch # User Hans-G?nter Theisgen # Date 1578985111 -3600 # Node ID 1bf2e81fd62f7e45447b1340886671e96e6bdbf9 # Parent e1d949443274839fbc160382df306e101fda761f updated decibel (1.06 -> 1.08) diff -r e1d949443274 -r 1bf2e81fd62f decibel/receipt --- a/decibel/receipt Tue Jan 14 07:46:35 2020 +0100 +++ b/decibel/receipt Tue Jan 14 07:58:31 2020 +0100 @@ -1,25 +1,24 @@ # SliTaz package receipt. PACKAGE="decibel" -VERSION="1.06" +VERSION="1.08" CATEGORY="multimedia" SHORT_DESC="Decibel audio player for Gnome Desktop." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL2" +WEB_SITE="https://decibel.fingelrest.net/" + SOURCE="$PACKAGE-audio-player" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://decibel.silent-blade.org/" -WGET_URL="http://decibel.silent-blade.org/uploads/Main/$TARBALL" +WGET_URL="${WEB_SITE}uploads/Main/$TARBALL" -DEPENDS="python gst-python notify-python pygtk dbus-python mutagen" -BUILD_DEPENDS="gettext" +DEPENDS="dbus-python gst-python mutagen notify-python pygtk python" +BUILD_DEPENDS="findutils gettext" + # findutils is needed to install locale files # Rules to configure and make the package. compile_rules() { - cd $src - # needed to install locale files - [ -L /usr/bin/find ]; tazpkg get-install findutils --forced make prefix=/usr DESTDIR=$DESTDIR install } @@ -27,9 +26,9 @@ genpkg_rules() { mkdir -p $fs/usr/share - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/share/$SOURCE $fs/usr/share - cp -a $install/usr/share/pixmaps $fs/usr/share - cp -a $install/usr/share/applications $fs/usr/share + + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/$SOURCE $fs/usr/share + cp -a $install/usr/share/pixmaps $fs/usr/share + cp -a $install/usr/share/applications $fs/usr/share } -