wok-6.x diff claws-mail-dev/receipt @ rev 22732
updated desktop-file-utils and desktop-file-utils-extra (0.23 -> 0.24)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jan 23 16:42:28 2020 +0100 (2020-01-23) |
parents | 86790a278e70 |
children | 93d12db6c664 |
line diff
1.1 --- a/claws-mail-dev/receipt Tue Aug 07 23:03:21 2018 +0200 1.2 +++ b/claws-mail-dev/receipt Thu Jan 23 16:42:28 2020 +0100 1.3 @@ -1,22 +1,22 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="claws-mail-dev" 1.7 -VERSION="3.9.3" 1.8 +VERSION="3.17.4" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="The user-firendly, lightweight and fast email client dev files" 1.11 +SHORT_DESC="The user-friendly, lightweight and fast email client - development files." 1.12 MAINTAINER="erjo@slitaz.org" 1.13 LICENSE="GPL3" 1.14 WEB_SITE="https://www.claws-mail.org/index.php" 1.15 + 1.16 +DEPENDS="claws-mail gnutls-dev gtk+-dev libetpan-dev pkg-config" 1.17 WANTED="claws-mail" 1.18 1.19 -DEPENDS="claws-mail gtk+-dev libetpan-dev gnutls-dev pkg-config" 1.20 - 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 mkdir -p $fs/usr/lib/$WANTED/plugins 1.25 - cp -a $install/usr/include $fs/usr 1.26 - cp -a $install/usr/lib/$WANTED/plugins/*.*a $fs/usr/lib/$WANTED/plugins/ 1.27 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib/ 1.28 + 1.29 + cp -a $install/usr/include $fs/usr 1.30 + cp -a $install/usr/lib/$WANTED/plugins/*.*a $fs/usr/lib/$WANTED/plugins/ 1.31 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib/ 1.32 } 1.33 -