# HG changeset patch # User Aleksej Bobylev # Date 1445876222 -7200 # Node ID 561e55bb4626ded6d8d67d2f836194dfa7b76424 # Parent c747c86881ea17b142cc784e799b00bbd7f13d00 Up poedit(1.8.6), add poedit-i18n (Poedit localization files) diff -r c747c86881ea -r 561e55bb4626 poedit-i18n/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/poedit-i18n/receipt Mon Oct 26 18:17:02 2015 +0200 @@ -0,0 +1,19 @@ +# SliTaz package receipt. + +PACKAGE="poedit-i18n" +VERSION="1.8.6" +CATEGORY="misc" +SHORT_DESC="Translations for Poedit" +MAINTAINER="al.bobylev@gmail.com" +LICENSE="MIT" +WEB_SITE="http://poedit.net/" + +WANTED="poedit" +DEPENDS="poedit" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share + cp -a $install/usr/share/locale $fs/usr/share +} diff -r c747c86881ea -r 561e55bb4626 poedit/receipt --- a/poedit/receipt Mon Oct 26 15:50:10 2015 +0200 +++ b/poedit/receipt Mon Oct 26 18:17:02 2015 +0200 @@ -1,26 +1,30 @@ # SliTaz package receipt. PACKAGE="poedit" -VERSION="1.4.6.1" +VERSION="1.8.6" CATEGORY="development" -SHORT_DESC="Editor for i18n po files" +SHORT_DESC="A cross-platform gettext catalogs editing tool" MAINTAINER="pankso@slitaz.org" LICENSE="MIT" -WEB_SITE="http://www.poedit.net/" +WEB_SITE="http://poedit.net/" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +WGET_URL="https://github.com/vslavik/$PACKAGE/archive/v$VERSION-oss.tar.gz" DEPENDS="xorg wxWidgets pango gettext-base libdb xorg-libXdamage \ -xorg-libXxf86vm gtkspell" -BUILD_DEPENDS="wxWidgets-dev gettext" +xorg-libXxf86vm gtkspell lucene++ libboost-chrono" +BUILD_DEPENDS="automake gettext asciidoc libxslt xmlto util-linux-getopt \ +docbook-xsl gcc49 gcc-lib-base wxWidgets-dev icu-dev gtkspell-dev \ +lucene++-dev db-dev libdb libdb-cxx expat-dev" # Rules to configure and make the package. compile_rules() { + export CXX=/usr/bin/i486-slitaz-linux-g++-49 + #export CXXFLAGS="$CFLAGS -std=gnu++11" + ./bootstrap && ./configure \ --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ + --sysconfdir=/etc \ $CONFIGURE_ARGS && make && make DESTDIR=$DESTDIR install @@ -29,9 +33,7 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/share - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/share/pixmaps $fs/usr/share - cp -a $install/usr/share/poedit $fs/usr/share + cp -a $install/* $fs + rm -r $fs/usr/share/locale $fs/usr/share/man }