wok-next diff poedit/receipt @ rev 5341
Fixed gettext to have acl as a depend and not just a build depend. Need for xgettext to work.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Apr 27 10:19:26 2010 +0000 (2010-04-27) |
parents | 91cbce68dfef |
children | 1efdeedc622b |
line diff
1.1 --- a/poedit/receipt Fri May 29 03:34:51 2009 +0000 1.2 +++ b/poedit/receipt Tue Apr 27 10:19:26 2010 +0000 1.3 @@ -5,7 +5,8 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Editor for i18n po files." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="xorg wxWidgets pango gettext libdb xorg-libXdamage xorg-libXxf86vm" 1.8 +DEPENDS="xorg wxWidgets pango gettext libdb xorg-libXdamage xorg-libXxf86vm \ 1.9 +gtkspell" 1.10 BUILD_DEPENDS="wxWidgets-dev gettext" 1.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 WEB_SITE="http://www.poedit.net/"