wok-current rev 21365
Add thunderbird-bin-fr
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Sun Apr 21 11:51:09 2019 -0400 (2019-04-21) |
parents | 57751fccb26f |
children | 81f116b5627e |
files | thunderbird-bin-fr/receipt thunderbird-bin-fr/stuff/thunderbird-bin.desktop thunderbird-bin-fr/stuff/thunderbird-bin.png |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/thunderbird-bin-fr/receipt Sun Apr 21 11:51:09 2019 -0400 1.3 @@ -0,0 +1,52 @@ 1.4 +# SlitTaz package receipt. 1.5 + 1.6 +PACKAGE="thunderbird-bin-fr" 1.7 +lang="fr" 1.8 +VERSION="60.6.1" 1.9 +CATEGORY="network" 1.10 +SHORT_DESC="Mozilla's Thunderbird email application (French language)." 1.11 +MAINTAINER="mojo@slitaz.org" 1.12 +LICENSE="MPL" 1.13 +TARBALL="$SOURCE-$VERSION.tar.bz2" 1.14 +SOURCE="thunderbird" 1.15 +WEB_SITE="http://www.mozilla.org/" 1.16 +WGET_URL="https://ftp.mozilla.org/pub/thunderbird/releases/$VERSION/linux-i686/$lang/$TARBALL" 1.17 + 1.18 +DEPENDS="alsa-lib dbus-glib gtk+ gtk+3 libatomic xorg-libXt" 1.19 +HOST_ARCH="i486" 1.20 + 1.21 +# Rules to configure and make the package. 1.22 +compile_rules() 1.23 +{ 1.24 + # Installation path 1.25 + fx='/opt/mozilla/thunderbird-bin' 1.26 + 1.27 + mkdir -p \ 1.28 + $install$fx \ 1.29 + $install/usr/bin \ 1.30 + $install/usr/share/applications \ 1.31 + $install/usr/share/pixmaps 1.32 + 1.33 + # Copy everything 1.34 + cp -a $src/* $install$fx 1.35 + 1.36 + # Executable 1.37 + ln -s $fx/thunderbird $install/usr/bin/thunderbird-bin 1.38 + 1.39 + # Icon 1.40 + cp -a $stuff/thunderbird-bin.png \ 1.41 + $install/usr/share/pixmaps 1.42 + 1.43 + # Allow user updates 1.44 + chmod -R a+w $install$fx 1.45 + 1.46 + # Desktop shortcut 1.47 + cp $stuff/thunderbird-bin.desktop \ 1.48 + $install/usr/share/applications 1.49 +} 1.50 + 1.51 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.52 +genpkg_rules() 1.53 +{ 1.54 + cp -a $install/* $fs 1.55 +}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/thunderbird-bin-fr/stuff/thunderbird-bin.desktop Sun Apr 21 11:51:09 2019 -0400 2.3 @@ -0,0 +1,18 @@ 2.4 +[Desktop Entry] 2.5 +Encoding=UTF-8 2.6 +Name=Mozilla Thunderbird-bin Mail Client 2.7 +Name[de]=Thunderbird - E-Mail 2.8 +Name[es]=Correo y Agenda de Thunderbird 2.9 +Name[fr]=Messagerie Mozilla Thunderbird 2.10 +Name[pt]=Cliente de email Thunderbird 2.11 +Name[pt_BR]=Cliente de email Thunderbird 2.12 +Comment=Mail & News Reader 2.13 +Comment[de]=Lesen von E-Mails, Blogs, Newsgroup 2.14 +Comment[es]=Consultar correo electrnico, blogs, grupos de noticias Usenet y la agenda 2.15 +Comment[fr]=Consulter les e-mails, blogs, forums de discussion Usenet 2.16 +Comment[pt_BR]=Ver e-mails, blogs, fruns de discusso da Usenet 2.17 +Exec=/usr/bin/thunderbird-bin 2.18 +Icon=thunderbird-bin 2.19 +Terminal=false 2.20 +Type=Application 2.21 +Categories=Application;Network;
3.1 Binary file thunderbird-bin-fr/stuff/thunderbird-bin.png has changed