wok annotate abiword/receipt @ rev 25063
nfs-utils: update web_site
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jun 07 20:10:22 2022 +0000 (2022-06-07) |
parents | bc2b9d9bed6f |
children | d66160614dc4 |
rev | line source |
---|---|
pankso@46 | 1 # SliTaz package receipt. |
pankso@46 | 2 |
pankso@46 | 3 PACKAGE="abiword" |
slaxemulator@6146 | 4 VERSION="2.8.6" |
pankso@205 | 5 CATEGORY="office" |
pankso@46 | 6 SHORT_DESC="Light and speed word processing application." |
pankso@46 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15002 | 8 LICENSE="GPL2" |
pascal@17481 | 9 SUGGESTED="abiword-plugins" |
pascal@15002 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@15002 | 11 WEB_SITE="http://www.abisource.com/" |
pascal@15002 | 12 WGET_URL="http://www.abisource.com/downloads/abiword/$VERSION/source/$TARBALL" |
pascal@15002 | 13 TAGS="word doc office" |
pascal@15002 | 14 LOCALES="cs da de es fr hu id it pt ru sl sv zh" |
pascal@15002 | 15 |
pankso@3853 | 16 DEPENDS="gtk+ libgnomeprint libgnomeprintui libgnomecanvas fribidi libglade \ |
al@19275 | 17 popt libxml2 libart_lgpl libgsf libgio enchant wv xorg-libXdamage gcc-lib-base \ |
al@19275 | 18 librsvg goffice glibc-locale libffi" |
pankso@3853 | 19 BUILD_DEPENDS="$DEPENDS gtk+-dev libgnomeprint-dev libgnomeprintui-dev \ |
pankso@3853 | 20 fribidi-dev libglade-dev popt-dev libxml2-dev libart_lgpl-dev libgsf-dev \ |
slaxemulator@6146 | 21 enchant-dev wv-dev libgnomecanvas-dev libcroco-dev libboost-dev librsvg-dev" |
pascal@19167 | 22 SUGGESTED="abiword-plugins" |
pankso@46 | 23 |
pascal@24353 | 24 # What is the latest version available today? |
pascal@24353 | 25 current_version() |
pascal@24353 | 26 { |
pascal@24353 | 27 wget -O - http://www.abisource.com/downloads/abiword/ 2>/dev/null | \ |
pascal@24695 | 28 sed "/latest/d;/\[DIR/!d;s|.*href=.\\([0-9\.]*\\)/.*|http://www.abisource.com/downloads/abiword/\\1/source/|" | \ |
pascal@24695 | 29 sort -Vr | sed q | xargs wget -O - 2>/dev/null | \ |
pascal@24353 | 30 sed "/latest/d;/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q |
pascal@24353 | 31 } |
pascal@24353 | 32 |
pascal@24353 | 33 # Rules to configure and make the package. |
pankso@46 | 34 compile_rules() |
pankso@46 | 35 { |
pascal@12875 | 36 sed -i 's|glib/gmacros.h|glib.h|' goffice-bits/goffice/app/goffice-app.h |
pascal@12875 | 37 sed -i 's|glib/gerror.h|glib.h|' src/af/util/xp/ut_go_file.h |
pascal@12875 | 38 sed -i 's|--no-undefined||' src/Makefile* |
pascal@13828 | 39 sed -i 's|cat \$(BUILTIN_STAMP)|& 2> /dev/null|' src/plugins/Makefile* |
pascal@21153 | 40 sed -i 's|TRUE|boolean(TRUE)|' src/af/util/xp/ut_jpeg.cpp |
pankso@46 | 41 ./configure \ |
pankso@46 | 42 --prefix=/usr \ |
pankso@46 | 43 --infodir=/usr/share/info \ |
pankso@46 | 44 --mandir=/usr/share/man \ |
jozee@5272 | 45 --enable-plugins \ |
jozee@5272 | 46 --enable-clipart \ |
jozee@5272 | 47 --enable-templates \ |
jozee@5272 | 48 --disable-collab-backend-sugar \ |
pascal@4998 | 49 $CONFIGURE_ARGS && |
gokhlayeh@11574 | 50 make $MAKEFLAGS && |
pascal@15002 | 51 make DESTDIR=$DESTDIR install |
jozee@5272 | 52 |
jozee@5272 | 53 cd plugins |
pascal@15002 | 54 make DESTDIR=$DESTDIR install |
pankso@46 | 55 } |
pankso@46 | 56 |
pankso@46 | 57 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@46 | 58 genpkg_rules() |
pankso@46 | 59 { |
slaxemulator@7481 | 60 mkdir -p $fs/usr/share/pixmaps $fs/usr/lib/abiword-2.8/plugins $fs/usr/share/icons |
al@13066 | 61 |
pascal@15002 | 62 cp -a $install/usr/bin $fs/usr |
pascal@15002 | 63 cp -a $install/usr/lib/*.so $fs/usr/lib |
al@13066 | 64 |
pascal@15002 | 65 cp -a $install/usr/share/abiword-* $fs/usr/share |
al@13066 | 66 |
pankso@3853 | 67 # Non standard pixmap |
pascal@15002 | 68 cp $install/usr/share/icons/abiword_48.png \ |
pankso@46 | 69 $fs/usr/share/pixmaps/abiword.png |
al@13066 | 70 |
slaxemulator@7481 | 71 # fix error when abiword is run in command line |
slaxemulator@7481 | 72 ln -sf /usr/share/pixmaps/abiword.png $fs/usr/share/icons/abiword_48.png |
al@13066 | 73 |
al@13066 | 74 # Non-standard locale use: get all official SliTaz locales |
jozee@2800 | 75 rm $fs/usr/share/abiword-*/strings/* |
jozee@2800 | 76 rm $fs/usr/share/abiword-*/templates/* |
jozee@2800 | 77 rm $fs/usr/share/abiword-*/system.pro* |
al@13066 | 78 |
al@13066 | 79 for LOCALE in $LOCALES; do |
pascal@15002 | 80 cp $install/usr/share/abiword-*/strings/$LOCALE*.strings \ |
al@13066 | 81 $fs/usr/share/abiword-*/strings/ |
al@13066 | 82 # id locale not complete in sources |
al@13066 | 83 if [ "$LOCALE" != "id" ]; then |
pascal@15002 | 84 cp $install/usr/share/abiword-*/templates/normal.awt-$LOCALE* \ |
al@13066 | 85 $fs/usr/share/abiword-*/templates/ |
pascal@15002 | 86 cp $install/usr/share/abiword-*/system.profile-$LOCALE* \ |
al@13066 | 87 $fs/usr/share/abiword-*/ |
al@13066 | 88 fi |
al@13066 | 89 done |
al@13066 | 90 |
pascal@15002 | 91 cp $install/usr/share/abiword-*/templates/*.awt $fs/usr/share/abiword-*/templates/ |
pascal@15002 | 92 cp $install/usr/share/abiword-*/system.profile $fs/usr/share/abiword-*/ |
pankso@46 | 93 } |