wok-next diff poedit/receipt @ rev 19025
syslinux/win32.c: fix write sector
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 02 18:58:38 2016 +0200 (2016-04-02) |
parents | 561e55bb4626 |
children | 7042a09beaeb |
line diff
1.1 --- a/poedit/receipt Mon Oct 26 18:17:02 2015 +0200 1.2 +++ b/poedit/receipt Sat Apr 02 18:58:38 2016 +0200 1.3 @@ -10,11 +10,11 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WGET_URL="https://github.com/vslavik/$PACKAGE/archive/v$VERSION-oss.tar.gz" 1.6 1.7 -DEPENDS="xorg wxWidgets pango gettext-base libdb xorg-libXdamage \ 1.8 -xorg-libXxf86vm gtkspell lucene++ libboost-chrono" 1.9 +DEPENDS="wxWidgets lucene++ gtkspell gcc49-lib-base gettext-tools" 1.10 BUILD_DEPENDS="automake gettext asciidoc libxslt xmlto util-linux-getopt \ 1.11 -docbook-xsl gcc49 gcc-lib-base wxWidgets-dev icu-dev gtkspell-dev \ 1.12 +docbook-xsl gcc49 wxWidgets-dev icu-dev gtkspell-dev \ 1.13 lucene++-dev db-dev libdb libdb-cxx expat-dev" 1.14 +SUGGESTED="aspell" 1.15 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 @@ -36,4 +36,3 @@ 1.19 cp -a $install/* $fs 1.20 rm -r $fs/usr/share/locale $fs/usr/share/man 1.21 } 1.22 -