wok-6.x diff poedit/receipt @ rev 1980
Openldap; typo in start script
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jan 04 11:32:22 2009 +0000 (2009-01-04) |
parents | c1ff74d9b6f4 |
children | d1aba649375c |
line diff
1.1 --- a/poedit/receipt Sat Oct 04 09:01:05 2008 +0000 1.2 +++ b/poedit/receipt Sun Jan 04 11:32:22 2009 +0000 1.3 @@ -1,12 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="poedit" 1.7 -VERSION="1.3.7" 1.8 +VERSION="1.4.2" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Editor for i18n po files." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 DEPENDS="xorg wxWidgets pango gettext" 1.13 -BUILD_DEPENDS="wxWidgets gettext" 1.14 +BUILD_DEPENDS="wxWidgets-dev gettext" 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 WEB_SITE="http://www.poedit.net/" 1.17 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.18 @@ -28,7 +28,6 @@ 1.19 cp -a $_pkg/usr/bin $fs/usr 1.20 cp -a $_pkg/usr/share/pixmaps $fs/usr/share 1.21 cp -a $_pkg/usr/share/poedit $fs/usr/share 1.22 - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 1.23 - strip -s $fs/usr/bin/* 1.24 + cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 1.25 } 1.26