wok rev 21543
updated nicotine+ (1.2.16 -> 1.4.1)
author | Hans-G?nter Theisgen |
---|---|
date | Sun May 05 17:54:12 2019 +0100 (2019-05-05) |
parents | 95dd63067f99 |
children | 6c767b8fea7d |
files | nicotine+/receipt |
line diff
1.1 --- a/nicotine+/receipt Sun May 05 18:36:52 2019 +0200 1.2 +++ b/nicotine+/receipt Sun May 05 17:54:12 2019 +0100 1.3 @@ -1,15 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="nicotine+" 1.7 -VERSION="1.2.16" 1.8 +VERSION="1.4.1" 1.9 CATEGORY="network" 1.10 -SHORT_DESC="Nicotine+ is a client for the SoulSeek filesharing network." 1.11 +TAGS="fileshare p2p peer-to-peer" 1.12 +SHORT_DESC="A client for the SoulSeek filesharing network." 1.13 MAINTAINER="claudinei@slitaz.org" 1.14 LICENSE="GPL3" 1.15 +WEB_SITE="https://www.nicotine-plus.org" 1.16 + 1.17 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.18 -WEB_SITE="http://www.nicotine-plus.org" 1.19 -WGET_URL="http://ufpr.dl.sourceforge.net/sourceforge/nicotine-plus/$TARBALL" 1.20 -TAGS="fileshare p2p peer-to-peer" 1.21 +WGET_URL="https://github.com/Nicotine-Plus/nicotine-plus/archive/$VERSION.tar.gz" 1.22 1.23 DEPENDS="gtk+ python pygtk" 1.24 BUILD_DEPENDS="python-dev pygtk-dev" 1.25 @@ -23,17 +24,19 @@ 1.26 # Rules to gen a SliTaz package suitable for Tazpkg. 1.27 genpkg_rules() 1.28 { 1.29 - mkdir -p $fs/usr $fs/usr/share $fs/usr/share/nicotine 1.30 - cp -a $install/usr/bin $fs/usr 1.31 - mv $fs/usr/bin/nicotine.py $fs/usr/bin/nicotine 1.32 - cp -a $install/usr/lib $fs/usr 1.33 - cp -a $install/usr/share/applications $fs/usr/share 1.34 - cp -a $install/usr/share/pixmaps $fs/usr/share 1.35 + mkdir -p $fs/usr/share/nicotine 1.36 + 1.37 + cp -a $install/usr/bin $fs/usr 1.38 + mv $fs/usr/bin/nicotine.py $fs/usr/bin/nicotine 1.39 + cp -a $install/usr/lib $fs/usr 1.40 + cp -a $install/usr/share/applications $fs/usr/share 1.41 + cp -a $install/usr/share/icons $fs/usr/share 1.42 cp -a $install/usr/share/nicotine/sounds $fs/usr/share/nicotine 1.43 1.44 - for lang in de es fr pt_BR; do 1.45 + for lang in de es fr pt_BR 1.46 + do 1.47 mkdir -p $fs/usr/share/locale/$lang/LC_MESSAGES 1.48 cp -a $install/usr/share/locale/$lang/LC_MESSAGES/nicotine.mo \ 1.49 $fs/usr/share/locale/$lang/LC_MESSAGES 1.50 - done 1.51 + done 1.52 }