wok-next rev 19786
Fix intltool (for scim).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Jun 19 17:21:41 2017 +0300 (2017-06-19) |
parents | f445ca69a6a7 |
children | 8de239b8173f |
files | advancecomp/receipt intltool/receipt |
line diff
1.1 --- a/advancecomp/receipt Mon Jun 19 15:13:40 2017 +0300 1.2 +++ b/advancecomp/receipt Mon Jun 19 17:21:41 2017 +0300 1.3 @@ -45,6 +45,7 @@ 1.4 copy sbin/ 1.5 CAT="system-tools|static binary" 1.6 DEPENDS=" " 1.7 + PROVIDE="advancecomp" 1.8 ;; 1.9 esac 1.10 }
2.1 --- a/intltool/receipt Mon Jun 19 15:13:40 2017 +0300 2.2 +++ b/intltool/receipt Mon Jun 19 17:21:41 2017 +0300 2.3 @@ -28,6 +28,6 @@ 2.4 # Rules to gen a SliTaz package suitable for Tazpkg. 2.5 genpkg_rules() 2.6 { 2.7 - copy @std 2.8 + copy @std @dev 2.9 DEPENDS="perl-xml-parser gettext" 2.10 }