wok rev 18525

Up poedit(1.8.6), add poedit-i18n (Poedit localization files)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 26 18:17:02 2015 +0200 (2015-10-26)
parents c747c86881ea
children dab94fc8b27a
files poedit-i18n/receipt poedit/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/poedit-i18n/receipt	Mon Oct 26 18:17:02 2015 +0200
     1.3 @@ -0,0 +1,19 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="poedit-i18n"
     1.7 +VERSION="1.8.6"
     1.8 +CATEGORY="misc"
     1.9 +SHORT_DESC="Translations for Poedit"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="MIT"
    1.12 +WEB_SITE="http://poedit.net/"
    1.13 +
    1.14 +WANTED="poedit"
    1.15 +DEPENDS="poedit"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	mkdir -p $fs/usr/share
    1.21 +	cp -a $install/usr/share/locale $fs/usr/share
    1.22 +}
     2.1 --- a/poedit/receipt	Mon Oct 26 15:50:10 2015 +0200
     2.2 +++ b/poedit/receipt	Mon Oct 26 18:17:02 2015 +0200
     2.3 @@ -1,26 +1,30 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="poedit"
     2.7 -VERSION="1.4.6.1"
     2.8 +VERSION="1.8.6"
     2.9  CATEGORY="development"
    2.10 -SHORT_DESC="Editor for i18n po files"
    2.11 +SHORT_DESC="A cross-platform gettext catalogs editing tool"
    2.12  MAINTAINER="pankso@slitaz.org"
    2.13  LICENSE="MIT"
    2.14 -WEB_SITE="http://www.poedit.net/"
    2.15 +WEB_SITE="http://poedit.net/"
    2.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.17 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    2.18 +WGET_URL="https://github.com/vslavik/$PACKAGE/archive/v$VERSION-oss.tar.gz"
    2.19  
    2.20  DEPENDS="xorg wxWidgets pango gettext-base libdb xorg-libXdamage \
    2.21 -xorg-libXxf86vm gtkspell"
    2.22 -BUILD_DEPENDS="wxWidgets-dev gettext"
    2.23 +xorg-libXxf86vm gtkspell lucene++ libboost-chrono"
    2.24 +BUILD_DEPENDS="automake gettext asciidoc libxslt xmlto util-linux-getopt \
    2.25 +docbook-xsl gcc49 gcc-lib-base wxWidgets-dev icu-dev gtkspell-dev \
    2.26 +lucene++-dev db-dev libdb libdb-cxx expat-dev"
    2.27  
    2.28  # Rules to configure and make the package.
    2.29  compile_rules()
    2.30  {
    2.31 +	export CXX=/usr/bin/i486-slitaz-linux-g++-49
    2.32 +	#export CXXFLAGS="$CFLAGS -std=gnu++11"
    2.33 +	./bootstrap &&
    2.34  	./configure \
    2.35  		--prefix=/usr \
    2.36 -		--infodir=/usr/share/info \
    2.37 -		--mandir=/usr/share/man \
    2.38 +		--sysconfdir=/etc \
    2.39  		$CONFIGURE_ARGS &&
    2.40  	make &&
    2.41  	make DESTDIR=$DESTDIR install
    2.42 @@ -29,9 +33,7 @@
    2.43  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.44  genpkg_rules()
    2.45  {
    2.46 -	mkdir -p $fs/usr/share
    2.47 -	cp -a $install/usr/bin $fs/usr
    2.48 -	cp -a $install/usr/share/pixmaps $fs/usr/share
    2.49 -	cp -a $install/usr/share/poedit $fs/usr/share
    2.50 +	cp -a $install/* $fs
    2.51 +	rm -r $fs/usr/share/locale $fs/usr/share/man
    2.52  }
    2.53