# HG changeset patch # User Stanislas Leduc # Date 1718364921 0 # Node ID d1080b3cc5b028b24879fa57e573bd0199104274 # Parent 4f280129f9f26dba43b097f983f1a8c3409a6cd3 Up abiword (3.0.5), libwmf (0.2.13), fix wv url diff -r 4f280129f9f2 -r d1080b3cc5b0 abiword-dev/receipt --- a/abiword-dev/receipt Mon Jun 10 20:42:21 2024 +0000 +++ b/abiword-dev/receipt Fri Jun 14 11:35:21 2024 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="abiword-dev" -VERSION="2.8.6" +VERSION="3.0.5" CATEGORY="development" SHORT_DESC="Abiword devel files" MAINTAINER="pankso@slitaz.org" @@ -14,10 +14,10 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib/abiword-2.8/plugins + mkdir -p $fs/usr/lib/abiword-3.0/plugins cp -a $install/usr/lib/*.*a $fs/usr/lib cp -a $install/usr/lib/pkgconfig $fs/usr/lib cp -a $install/usr/lib/abiword-*/plugins/*.*a \ - $fs/usr/lib/abiword-2.8/plugins + $fs/usr/lib/abiword-3.0/plugins cp -a $install/usr/include $fs/usr } diff -r 4f280129f9f2 -r d1080b3cc5b0 abiword-plugins/receipt --- a/abiword-plugins/receipt Mon Jun 10 20:42:21 2024 +0000 +++ b/abiword-plugins/receipt Fri Jun 14 11:35:21 2024 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="abiword-plugins" -VERSION="2.8.6" +VERSION="3.0.5" CATEGORY="office" SHORT_DESC="Extra plugins for Abiword (MSWord, OpenDocument, Wikipedia, etc)." MAINTAINER="pankso@slitaz.org" @@ -15,9 +15,9 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib/abiword-2.8/plugins $fs/usr/share + mkdir -p $fs/usr/lib/abiword-3.0/plugins $fs/usr/share cp -a $install/usr/lib/abiword-*/plugins/*.so \ - $fs/usr/lib/abiword-2.8/plugins + $fs/usr/lib/abiword-3.0/plugins } diff -r 4f280129f9f2 -r d1080b3cc5b0 abiword/receipt --- a/abiword/receipt Mon Jun 10 20:42:21 2024 +0000 +++ b/abiword/receipt Fri Jun 14 11:35:21 2024 +0000 @@ -1,24 +1,21 @@ # SliTaz package receipt. PACKAGE="abiword" -VERSION="2.8.6" +VERSION="3.0.5" CATEGORY="office" SHORT_DESC="Light and speed word processing application." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" SUGGESTED="abiword-plugins" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.abisource.com/" -WGET_URL="http://www.abisource.com/downloads/abiword/$VERSION/source/$TARBALL" +WEB_SITE="https://gitlab.gnome.org/World/AbiWord/" +WGET_URL="https://fossies.org/linux/misc/$TARBALL" TAGS="word doc office" LOCALES="cs da de es fr hu id it pt ru sl sv zh" -DEPENDS="gtk+ libgnomeprint libgnomeprintui libgnomecanvas fribidi libglade \ -popt libxml2 libart_lgpl libgsf libgio enchant wv xorg-libXdamage gcc-lib-base \ -librsvg goffice glibc-locale libffi" -BUILD_DEPENDS="$DEPENDS gtk+-dev libgnomeprint-dev libgnomeprintui-dev \ -fribidi-dev libglade-dev popt-dev libxml2-dev libart_lgpl-dev libgsf-dev \ -enchant-dev wv-dev libgnomecanvas-dev libcroco-dev libboost-dev librsvg-dev" +DEPENDS="librsvg wv libwmf" +BUILD_DEPENDS="gtk+-dev enchant-dev libxslt-dev fribidi-dev wv-dev \ +libgsf-dev librsvg-dev libboost-dev libwmf-dev" SUGGESTED="abiword-plugins" # What is the latest version available today? @@ -38,15 +35,21 @@ sed -i 's|--no-undefined||' src/Makefile* sed -i 's|cat \$(BUILTIN_STAMP)|& 2> /dev/null|' src/plugins/Makefile* sed -i 's|TRUE|boolean(TRUE)|' src/af/util/xp/ut_jpeg.cpp + + # Fix build with recent gcc + export CXXFLAGS="$CXXFLAGS -fpermissive" + ./configure \ --prefix=/usr \ + --with-gtk2 \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ --enable-plugins \ --enable-clipart \ --enable-templates \ --disable-collab-backend-sugar \ - $CONFIGURE_ARGS && + $CONFIGURE_ARGS + make $MAKEFLAGS && make DESTDIR=$DESTDIR install @@ -57,20 +60,18 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/share/pixmaps $fs/usr/lib/abiword-2.8/plugins $fs/usr/share/icons + mkdir -p $fs/usr/share/pixmaps $fs/usr/lib/abiword-2.8/plugins cp -a $install/usr/bin $fs/usr cp -a $install/usr/lib/*.so $fs/usr/lib cp -a $install/usr/share/abiword-* $fs/usr/share + cp -a $install/usr/share/icons $fs/usr/share # Non standard pixmap - cp $install/usr/share/icons/abiword_48.png \ + cp $install/usr/share/icons/hicolor/48x48/apps/abiword.png \ $fs/usr/share/pixmaps/abiword.png - # fix error when abiword is run in command line - ln -sf /usr/share/pixmaps/abiword.png $fs/usr/share/icons/abiword_48.png - # Non-standard locale use: get all official SliTaz locales rm $fs/usr/share/abiword-*/strings/* rm $fs/usr/share/abiword-*/templates/* diff -r 4f280129f9f2 -r d1080b3cc5b0 libwmf-dev/receipt --- a/libwmf-dev/receipt Mon Jun 10 20:42:21 2024 +0000 +++ b/libwmf-dev/receipt Fri Jun 14 11:35:21 2024 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libwmf-dev" -VERSION="0.2.8.4" +VERSION="0.2.13" CATEGORY="development" SHORT_DESC="library for converting WMF files" MAINTAINER="monghitri@aruba.it" diff -r 4f280129f9f2 -r d1080b3cc5b0 libwmf/receipt --- a/libwmf/receipt Mon Jun 10 20:42:21 2024 +0000 +++ b/libwmf/receipt Fri Jun 14 11:35:21 2024 +0000 @@ -1,14 +1,15 @@ # SliTaz package receipt. PACKAGE="libwmf" -VERSION="0.2.8.4" +VERSION="0.2.13" CATEGORY="misc" SHORT_DESC="library for converting WMF files" MAINTAINER="monghitri@aruba.it" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="https://wvware.sourceforge.net/libwmf.html" -WGET_URL="https://sourceforge.net/projects/wvware/files/$PACKAGE/$VERSION/$TARBALL" +#WGET_URL="https://sourceforge.net/projects/wvware/files/$PACKAGE/$VERSION/$TARBALL" +WGET_URL="https://github.com/caolanm/$PACKAGE/archive/refs/tags/v$VERSION.tar.gz" DEPENDS="libpng jpeg libgd gdk-pixbuf expat" BUILD_DEPENDS="libpng-dev jpeg-dev libgd-dev gdk-pixbuf-dev expat-dev" diff -r 4f280129f9f2 -r d1080b3cc5b0 wv-dev/receipt --- a/wv-dev/receipt Mon Jun 10 20:42:21 2024 +0000 +++ b/wv-dev/receipt Fri Jun 14 11:35:21 2024 +0000 @@ -7,7 +7,7 @@ MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" WANTED="wv" -WEB_SITE="http://www.abisource.com/projects/" +WEB_SITE="https://gitlab.gnome.org/World/AbiWord" DEPENDS="pkg-config" diff -r 4f280129f9f2 -r d1080b3cc5b0 wv/receipt --- a/wv/receipt Mon Jun 10 20:42:21 2024 +0000 +++ b/wv/receipt Fri Jun 14 11:35:21 2024 +0000 @@ -7,8 +7,8 @@ MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.abisource.com/projects/" -WGET_URL="http://www.abisource.com/downloads/wv/$VERSION/$TARBALL" +WEB_SITE="https://gitlab.gnome.org/World/AbiWord" +WGET_URL="https://github.com/AbiWord/wv/archive/refs/tags/$TARBALL" DEPENDS="glib libgsf libpng libxml2 zlib" BUILD_DEPENDS="libgsf libgsf-dev glib-dev libxml2-dev libpng-dev"