wok rev 21994
updated sylpheed, sylpheed-dev and sylpheed-full (3.5.1 -> 3.7.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Oct 16 17:44:24 2019 +0100 (2019-10-16) |
parents | 22b5cca12e48 |
children | f9f95fd159eb |
files | sylpheed-dev/receipt sylpheed-full/receipt sylpheed/receipt |
line diff
1.1 --- a/sylpheed-dev/receipt Wed Oct 16 17:12:53 2019 +0100 1.2 +++ b/sylpheed-dev/receipt Wed Oct 16 17:44:24 2019 +0100 1.3 @@ -1,20 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="sylpheed-dev" 1.7 -VERSION="3.5.1" 1.8 +VERSION="3.7.0" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Sylpheed devel files" 1.11 +SHORT_DESC="Sylpheed - development files." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="GPL2" 1.14 +WEB_SITE="https://sylpheed.sraoss.jp/en/" 1.15 + 1.16 +DEPENDS="gpgme gnupg gtk+ openssl xorg-libXdamage" 1.17 WANTED="sylpheed" 1.18 -WEB_SITE="http://sylpheed.sraoss.jp/en/" 1.19 - 1.20 -DEPENDS="gtk+ openssl gpgme gnupg xorg-libXdamage" 1.21 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 genpkg_rules() 1.24 { 1.25 mkdir -p $fs/usr/lib 1.26 - cp -a $install/usr/include $fs/usr 1.27 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.28 + 1.29 + cp -a $install/usr/include $fs/usr 1.30 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.31 }
2.1 --- a/sylpheed-full/receipt Wed Oct 16 17:12:53 2019 +0100 2.2 +++ b/sylpheed-full/receipt Wed Oct 16 17:44:24 2019 +0100 2.3 @@ -1,36 +1,39 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="sylpheed-full" 2.7 -VERSION="3.5.1" 2.8 +VERSION="3.7.0" 2.9 CATEGORY="network" 2.10 -SHORT_DESC="Simple and full featured e-mail client (GPG, spell, ldap support)" 2.11 +TAGS="mail internet" 2.12 +SHORT_DESC="Simple and full featured e-mail client (GPG, spell, ldap support)." 2.13 MAINTAINER="pankso@slitaz.org" 2.14 LICENSE="GPL2" 2.15 +WEB_SITE="https://sylpheed.sraoss.jp/en/" 2.16 + 2.17 SOURCE="sylpheed" 2.18 TARBALL="$SOURCE-$VERSION.tar.bz2" 2.19 -WEB_SITE="http://sylpheed.sraoss.jp/en/" 2.20 -WGET_URL="http://sylpheed.sraoss.jp/sylpheed/v${VERSION%.*}/$TARBALL" 2.21 -TAGS="mail internet" 2.22 +WGET_URL="https://osdn.net/dl/$SOURCE/$TARBALL" 2.23 + 2.24 PROVIDE="sylpheed" 2.25 - 2.26 -DEPENDS="gtk+ libssl gnupg gpgme libgpg-error gtkspell enchant libldap" 2.27 -BUILD_DEPENDS="gtk+-dev openssl-dev libgpg-error-dev gtkspell-dev \ 2.28 -enchant-dev openldap-dev gpgme-dev" 2.29 +DEPENDS="enchant gnupg gpgme gtk+ gtkspell libgpg-error libldap libssl" 2.30 +BUILD_DEPENDS="enchant-dev gpgme-dev gtk+-dev gtkspell-dev libgpg-error-dev \ 2.31 + openldap-dev openssl-dev" 2.32 2.33 # Rules to configure and make the package. 2.34 compile_rules() 2.35 { 2.36 - ./configure \ 2.37 - --enable-ldap \ 2.38 - --disable-updatecheck \ 2.39 - $CONFIGURE_ARGS && 2.40 - make && make install 2.41 + ./configure \ 2.42 + --enable-ldap \ 2.43 + --disable-updatecheck \ 2.44 + $CONFIGURE_ARGS && 2.45 + make && 2.46 + make install 2.47 } 2.48 2.49 # Rules to gen a SliTaz package suitable for Tazpkg. 2.50 genpkg_rules() 2.51 { 2.52 mkdir -p $fs/usr/lib 2.53 - cp -a $install/usr/bin $fs/usr 2.54 - cp -a $install/usr/lib/*.so* $fs/usr/lib 2.55 + 2.56 + cp -a $install/usr/bin $fs/usr 2.57 + cp -a $install/usr/lib/*.so* $fs/usr/lib 2.58 }
3.1 --- a/sylpheed/receipt Wed Oct 16 17:12:53 2019 +0100 3.2 +++ b/sylpheed/receipt Wed Oct 16 17:44:24 2019 +0100 3.3 @@ -1,35 +1,38 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="sylpheed" 3.7 -VERSION="3.5.1" 3.8 +VERSION="3.7.0" 3.9 CATEGORY="network" 3.10 +TAGS="mail internet" 3.11 SHORT_DESC="Simple, lightweight but featureful, and easy-to-use e-mail client" 3.12 MAINTAINER="pankso@slitaz.org" 3.13 LICENSE="GPL2" 3.14 +WEB_SITE="https://sylpheed.sraoss.jp/en/" 3.15 + 3.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 3.17 -WEB_SITE="http://sylpheed.sraoss.jp/en/" 3.18 -WGET_URL="http://sylpheed.sraoss.jp/sylpheed/v${VERSION%.*}/$TARBALL" 3.19 -TAGS="mail internet" 3.20 +WGET_URL="https://osdn.net/dl/$SOURCE/$TARBALL" 3.21 3.22 -DEPENDS="gtk+ libssl libffi" 3.23 +DEPENDS="gtk+ libffi libssl" 3.24 BUILD_DEPENDS="gtk+-dev openssl-dev" 3.25 3.26 # Rules to configure and make the package. 3.27 compile_rules() 3.28 { 3.29 - cd $src 3.30 - ./configure \ 3.31 - --disable-gtkspell \ 3.32 - --disable-updatecheck \ 3.33 + ./configure \ 3.34 + --disable-gtkspell \ 3.35 + --disable-updatecheck \ 3.36 $CONFIGURE_ARGS && 3.37 - make && make install 3.38 + make && 3.39 + make install 3.40 } 3.41 3.42 # Rules to gen a SliTaz package suitable for Tazpkg. 3.43 genpkg_rules() 3.44 { 3.45 - mkdir -p $fs/usr/lib $fs/usr/share/applications 3.46 - cp -a $stuff/applications/sylpheed*.desktop $fs/usr/share/applications 3.47 - cp -a $install/usr/bin $fs/usr 3.48 - cp -a $install/usr/lib/*.so* $fs/usr/lib 3.49 + mkdir -p $fs/usr/lib 3.50 + mkdir -p $fs/usr/share/applications 3.51 + 3.52 + cp -a $stuff/applications/sylpheed*.desktop $fs/usr/share/applications 3.53 + cp -a $install/usr/bin $fs/usr 3.54 + cp -a $install/usr/lib/*.so* $fs/usr/lib 3.55 }