diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index ab7f05deffea..0812db903a62 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,161 +1,159 @@ PORTNAME= abiword PORTVERSION= 3.0.5 PORTREVISION= 15 CATEGORIES= editors MASTER_SITES= https://dev.alpinelinux.org/archive/${PORTNAME}/ DIST_SUBDIR= AbiWord MAINTAINER= gnome@FreeBSD.org COMMENT= Open-source, cross-platform WYSIWYG word processor WWW= https://gitlab.gnome.org/World/AbiWord LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libpopt.so:devel/popt \ libpng.so:graphics/png \ libwv.so:textproc/wv \ libfribidi.so:converters/fribidi \ libgoffice-0.10.so:devel/goffice RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSerif.ttf:x11-fonts/dejavu USES= compiler:c++11-lang cpe desktop-file-utils gmake gnome iconv jpeg \ libtool localbase:ldflags pathfix pkgconfig CPE_VENDOR= abisource USE_GNOME= libxml2 gtk30 librsvg2 libxslt USE_LDCONFIG= yes GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --without-gnomevfs --enable-plugins="${ABIWORD_PLUGINS}" \ --enable-shared="yes" --enable-static="no" INSTALL_TARGET= install-strip PLIST_SUB+= ABIVERSION=3.0 OPTIONS_DEFINE= CLIPART DEBUG MATHVIEW NLS PSION \ TEMPLATES WP OPTIONS_DEFAULT=CLIPART COLSUGAR SPELLCHECK TEMPLATES OPTIONS_GROUP= DICT COLLAB OPTIONS_GROUP_COLLAB= COLFAKE COLSERVICE COLSIP COLSUGAR COLTCP COLTELEPATHY COLXMPP OPTIONS_GROUP_DICT= GRAMMAR SPELLCHECK OPTIONS_SUB= yes CLIPART_DESC= Include clipart COLFAKE_DESC= Fake collaboration for debugging purposes only COLLAB_DESC= Collaboration backend COLSERVICE_DESC= Collaborate with AbiCollab.net webservice COLSIP_DESC= Collaborate with the SIP/SIMPLE backend COLSUGAR_DESC= Collaborate with the Sugar/OLPC environment COLTCP_DESC= Collaborate with direct TCP peer to peer connections COLTELEPATHY_DESC= Collaborate with the Telepathy backend (experimental) COLXMPP_DESC= Collaborate with the Jabber/XMPP backend DICT_DESC= Spelling and grammar checking GRAMMAR_DESC= Grammar checking plugin MATHVIEW_DESC= MathML render plugin PSION_DESC= Psion 5(MX) files convertion plugin SPELLCHECK_DESC= Spell checking support TEMPLATES_DESC= Include additional templates WP_DESC= WordPerfect img/doc import/export plugin # check configure for ALL_PLUGINS for complete list ABIWORD_PLUGINS= garble loadbindings opml xslfo bmp iscii sdw babelfish \ paint command latex pdf wikipedia hrtext openxml \ goffice wmf kword mif wml s5 freetranslation gdict mht \ applix t602 docbook google eml hancom presentation \ clarisworks pdb urldict openwriter mswrite gimp \ passepartout eml # opendocument enabled by default, rsvg plugin isn't needed on unix. # Plugins we don't support: # gda CLIPART_CONFIGURE_ENABLE= clipart COLFAKE_CONFIGURE_ENABLE= collab-backend-fake COLSERVICE_BROKEN= Does not build with asio from system COLSERVICE_BUILD_DEPENDS= ${LOCALBASE}/include/asio.hpp:net/asio COLSERVICE_LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libgnutls.so:security/gnutls COLSERVICE_RUN_DEPENDS= ${LOCALBASE}/include/asio.hpp:net/asio COLSERVICE_CONFIGURE_ENABLE= collab-backend-service COLSIP_CONFIGURE_ENABLE= collab-backend-sip COLSUGAR_LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib COLSUGAR_CONFIGURE_ENABLE= collab-backend-sugar COLTCP_BROKEN= Does not build with asio from system COLTCP_BUILD_DEPENDS= ${LOCALBASE}/include/asio.hpp:net/asio COLTCP_RUN_DEPENDS= ${LOCALBASE}/include/asio.hpp:net/asio COLTCP_CONFIGURE_ENABLE= collab-backend-tcp COLTELEPATHY_LIB_DEPENDS= libtelepathy-glib.so:net-im/telepathy-glib COLTELEPATHY_CONFIGURE_ENABLE= collab-backend-telepathy COLXMPP_LIB_DEPENDS= libloudmouth-1.so:net-im/loudmouth COLXMPP_CONFIGURE_ENABLE= collab-backend-xmpp DEBUG_CONFIGURE_ENABLE= debug GRAMMAR_IMPLIES= SPELLCHECK GRAMMAR_LIB_DEPENDS= liblink-grammar.so:textproc/link-grammar GRAMMAR_VARS= ABIWORD_PLUGINS+=grammar MATHVIEW_LIB_DEPENDS= libmathview.so:x11-toolkits/gtkmathview MATHVIEW_USES= bison MATHVIEW_VARS= ABIWORD_PLUGINS+=mathview NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls PSION_LIB_DEPENDS= libpsiconv.so:converters/psiconv PSION_VARS= ABIWORD_PLUGINS+=psion SPELLCHECK_LIB_DEPENDS= libenchant.so:textproc/enchant SPELLCHECK_CONFIGURE_ENABLE= spell TEMPLATES_CONFIGURE_ENABLE= templates WP_LIB_DEPENDS= libwpg-0.3.so:graphics/libwpg03 \ libwpd-0.10.so:textproc/libwpd010 \ libwps-0.4.so:textproc/libwps WP_USE= gnome=libgsf WP_VARS= ABIWORD_PLUGINS+="wpg wordperfect" .include .if ${PORT_OPTIONS:MCOL*} ABIWORD_PLUGINS+= collab -.if ${PORT_OPTIONS:MCOLFAKE} || ${PORT_OPTIONS:MCOLSERVICE} || ${PORT_OPTIONS:MCOLSIP} || ${PORT_OPTIONS:MCOLTCP} || ${PORT_OPTIONS:MCOLTELEPATHY} || ${PORT_OPTIONS:MCOLXMPP} PLIST_SUB+= COLLAB="" .else PLIST_SUB+= COLLAB="@comment " .endif -.endif post-patch: @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ ${WRKSRC}/goffice-bits/goffice/app/goffice-app.h \ ${WRKSRC}/src/af/util/xp/ut_go_file.h # The following substitutions ensure that plugins are linked with libabiword # from the work or stage directory instead of a previously installed library. # In pseudo code: # s,PLUGIN_LIBS="$PLUGIN_LIBS -Lsrc -labiword", # PLUGIN_LIBS="src/libabiword.la $PLUGIN_LIBS", # s,foo_LIBS="$foo_LIBS $PLUGIN_LIBS", # foo_LIBS="$PLUGIN_LIBS $foo_LIBS", # The initial value of PLUGIN_LIBS may contain -L/usr/local/lib so it would # have to come after -Lsrc, but -Lsrc is not correct when libtool relinks # plugins during staging so use src/libabiword.la and let libtool figure out # what flags are needed. Secondly, switch around foo_LIBS and PLUGIN_LIBS # because foo_LIBS may contain -L/usr/local/lib. @${REINPLACE_CMD} \ -e "s,\$$PLUGIN_LIBS \"'-L\$${top_builddir}/src'\" -labiword-\$$ABIWORD_SERIES,\\\\\$${top_builddir}/src/libabiword-\$$ABIWORD_SERIES.la \$$PLUGIN_LIBS," \ -e "/_LIBS=/s,\"\\(.*\\)\"\\('\$${PLUGIN_LIBS}.*'\\),\\2\" \\1\"," \ -e 's|" == "|" = "|g' ${WRKSRC}/configure .include diff --git a/editors/abiword/pkg-plist b/editors/abiword/pkg-plist index 80c735f69ee6..fa5039c27330 100644 --- a/editors/abiword/pkg-plist +++ b/editors/abiword/pkg-plist @@ -1,395 +1,395 @@ bin/abiword include/abiword-%%ABIVERSION%%/abiwidget.h include/abiword-%%ABIVERSION%%/libabiword.h include/abiword-%%ABIVERSION%%/xap_UnixTableWidget.h lib/abiword-%%ABIVERSION%%/plugins/applix.so lib/abiword-%%ABIVERSION%%/plugins/babelfish.so lib/abiword-%%ABIVERSION%%/plugins/bmp.so lib/abiword-%%ABIVERSION%%/plugins/clarisworks.so %%COLLAB%%lib/abiword-%%ABIVERSION%%/plugins/collab.so lib/abiword-%%ABIVERSION%%/plugins/command.so lib/abiword-%%ABIVERSION%%/plugins/docbook.so lib/abiword-%%ABIVERSION%%/plugins/eml.so lib/abiword-%%ABIVERSION%%/plugins/freetranslation.so lib/abiword-%%ABIVERSION%%/plugins/garble.so lib/abiword-%%ABIVERSION%%/plugins/gdict.so lib/abiword-%%ABIVERSION%%/plugins/gimp.so lib/abiword-%%ABIVERSION%%/plugins/goffice.so lib/abiword-%%ABIVERSION%%/plugins/google.so %%GRAMMAR%%lib/abiword-%%ABIVERSION%%/plugins/grammar.so lib/abiword-%%ABIVERSION%%/plugins/hancom.so lib/abiword-%%ABIVERSION%%/plugins/hrtext.so lib/abiword-%%ABIVERSION%%/plugins/iscii.so lib/abiword-%%ABIVERSION%%/plugins/kword.so lib/abiword-%%ABIVERSION%%/plugins/latex.so lib/abiword-%%ABIVERSION%%/plugins/loadbindings.so %%MATHVIEW%%lib/abiword-%%ABIVERSION%%/plugins/mathview.so lib/abiword-%%ABIVERSION%%/plugins/mht.so lib/abiword-%%ABIVERSION%%/plugins/mif.so lib/abiword-%%ABIVERSION%%/plugins/mswrite.so lib/abiword-%%ABIVERSION%%/plugins/opendocument.so lib/abiword-%%ABIVERSION%%/plugins/openwriter.so lib/abiword-%%ABIVERSION%%/plugins/openxml.so lib/abiword-%%ABIVERSION%%/plugins/opml.so lib/abiword-%%ABIVERSION%%/plugins/paint.so lib/abiword-%%ABIVERSION%%/plugins/passepartout.so lib/abiword-%%ABIVERSION%%/plugins/pdb.so lib/abiword-%%ABIVERSION%%/plugins/pdf.so lib/abiword-%%ABIVERSION%%/plugins/presentation.so %%PSION%%lib/abiword-%%ABIVERSION%%/plugins/psion.so lib/abiword-%%ABIVERSION%%/plugins/s5.so lib/abiword-%%ABIVERSION%%/plugins/sdw.so lib/abiword-%%ABIVERSION%%/plugins/t602.so lib/abiword-%%ABIVERSION%%/plugins/urldict.so lib/abiword-%%ABIVERSION%%/plugins/wikipedia.so lib/abiword-%%ABIVERSION%%/plugins/wmf.so lib/abiword-%%ABIVERSION%%/plugins/wml.so %%WP%%lib/abiword-%%ABIVERSION%%/plugins/wordperfect.so %%WP%%lib/abiword-%%ABIVERSION%%/plugins/wpg.so lib/abiword-%%ABIVERSION%%/plugins/xslfo.so lib/libabiword-%%ABIVERSION%%.so libdata/pkgconfig/abiword-%%ABIVERSION%%.pc share/man/man1/abiword.1.gz %%DATADIR%%-%%ABIVERSION%%/Presentation.xml -%%COLLAB%%%%DATADIR%%-%%ABIVERSION%%/certs/cacert.pem +%%COLSERVICE%%%%DATADIR%%-%%ABIVERSION%%/certs/cacert.pem %%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/book.png %%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/chip.png %%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/fun.png %%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/gear.png %%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/gnomea.png %%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/gnomeb.png %%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/gnomec.png %%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/gnomecorner.png %%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/gnomed.png %%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/gnomedecor1.png %%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/gnomedecor2.png %%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/gnomee.png %%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/gnomeflowers.png %%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/gnomeline.png %%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/idea.png %%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/lamp.png %%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/monitor.png %%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/music1.png %%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/pinceau.png %%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/simca.png %%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/surprise.png %%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/together.png %%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/toolbox.png %%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/tree.png %%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/tux_bordelais.png %%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/weather.png %%CLIPART%%%%DATADIR%%-%%ABIVERSION%%/clipart/write.png %%DATADIR%%-%%ABIVERSION%%/mime-info/abiword.keys %%DATADIR%%-%%ABIVERSION%%/omml_xslt/mml2omml.xsl %%DATADIR%%-%%ABIVERSION%%/omml_xslt/omml2mml.xsl %%DATADIR%%-%%ABIVERSION%%/readme.abw %%DATADIR%%-%%ABIVERSION%%/readme.txt %%DATADIR%%-%%ABIVERSION%%/strings/ach.strings %%DATADIR%%-%%ABIVERSION%%/strings/af-ZA.strings %%DATADIR%%-%%ABIVERSION%%/strings/ak.strings %%DATADIR%%-%%ABIVERSION%%/strings/am-ET.strings %%DATADIR%%-%%ABIVERSION%%/strings/ar.strings %%DATADIR%%-%%ABIVERSION%%/strings/ast-ES.strings %%DATADIR%%-%%ABIVERSION%%/strings/ayc-BO.strings %%DATADIR%%-%%ABIVERSION%%/strings/aym-BO.strings %%DATADIR%%-%%ABIVERSION%%/strings/be-BY.strings %%DATADIR%%-%%ABIVERSION%%/strings/be@latin.strings %%DATADIR%%-%%ABIVERSION%%/strings/bg-BG.strings %%DATADIR%%-%%ABIVERSION%%/strings/bm.strings %%DATADIR%%-%%ABIVERSION%%/strings/bn.strings %%DATADIR%%-%%ABIVERSION%%/strings/br-FR.strings %%DATADIR%%-%%ABIVERSION%%/strings/bs.strings %%DATADIR%%-%%ABIVERSION%%/strings/ca-ES.strings %%DATADIR%%-%%ABIVERSION%%/strings/cgg.strings %%DATADIR%%-%%ABIVERSION%%/strings/cs-CZ.strings %%DATADIR%%-%%ABIVERSION%%/strings/cy-GB.strings %%DATADIR%%-%%ABIVERSION%%/strings/da-DK.strings %%DATADIR%%-%%ABIVERSION%%/strings/de-CH.strings %%DATADIR%%-%%ABIVERSION%%/strings/de-DE.strings %%DATADIR%%-%%ABIVERSION%%/strings/el-GR.strings %%DATADIR%%-%%ABIVERSION%%/strings/en-AU.strings %%DATADIR%%-%%ABIVERSION%%/strings/en-CA.strings %%DATADIR%%-%%ABIVERSION%%/strings/en-GB.strings %%DATADIR%%-%%ABIVERSION%%/strings/en-IE.strings %%DATADIR%%-%%ABIVERSION%%/strings/eo.strings %%DATADIR%%-%%ABIVERSION%%/strings/es-ES.strings %%DATADIR%%-%%ABIVERSION%%/strings/es-MX.strings %%DATADIR%%-%%ABIVERSION%%/strings/et.strings %%DATADIR%%-%%ABIVERSION%%/strings/eu-ES.strings %%DATADIR%%-%%ABIVERSION%%/strings/fa-AF.strings %%DATADIR%%-%%ABIVERSION%%/strings/ff.strings %%DATADIR%%-%%ABIVERSION%%/strings/fi-FI.strings %%DATADIR%%-%%ABIVERSION%%/strings/fil.strings %%DATADIR%%-%%ABIVERSION%%/strings/fr-FR.strings %%DATADIR%%-%%ABIVERSION%%/strings/ga-IE.strings %%DATADIR%%-%%ABIVERSION%%/strings/gl.strings %%DATADIR%%-%%ABIVERSION%%/strings/he-IL.strings %%DATADIR%%-%%ABIVERSION%%/strings/hi.strings %%DATADIR%%-%%ABIVERSION%%/strings/hr-HR.strings %%DATADIR%%-%%ABIVERSION%%/strings/hu-HU.strings %%DATADIR%%-%%ABIVERSION%%/strings/id-ID.strings %%DATADIR%%-%%ABIVERSION%%/strings/it-IT.strings %%DATADIR%%-%%ABIVERSION%%/strings/ja-JP.strings %%DATADIR%%-%%ABIVERSION%%/strings/jbo.strings %%DATADIR%%-%%ABIVERSION%%/strings/kk-KZ.strings %%DATADIR%%-%%ABIVERSION%%/strings/km.strings %%DATADIR%%-%%ABIVERSION%%/strings/ko.strings %%DATADIR%%-%%ABIVERSION%%/strings/ku.strings %%DATADIR%%-%%ABIVERSION%%/strings/lg.strings %%DATADIR%%-%%ABIVERSION%%/strings/lt-LT.strings %%DATADIR%%-%%ABIVERSION%%/strings/lv-LV.strings %%DATADIR%%-%%ABIVERSION%%/strings/mg-MG.strings %%DATADIR%%-%%ABIVERSION%%/strings/mk-MK.strings %%DATADIR%%-%%ABIVERSION%%/strings/mnk-SN.strings %%DATADIR%%-%%ABIVERSION%%/strings/ms-MY.strings %%DATADIR%%-%%ABIVERSION%%/strings/nb-NO.strings %%DATADIR%%-%%ABIVERSION%%/strings/ne-NP.strings %%DATADIR%%-%%ABIVERSION%%/strings/nl-NL.strings %%DATADIR%%-%%ABIVERSION%%/strings/nn-NO.strings %%DATADIR%%-%%ABIVERSION%%/strings/pl-PL.strings %%DATADIR%%-%%ABIVERSION%%/strings/ps.strings %%DATADIR%%-%%ABIVERSION%%/strings/pt-BR.strings %%DATADIR%%-%%ABIVERSION%%/strings/pt-PT.strings %%DATADIR%%-%%ABIVERSION%%/strings/quh-BO.strings %%DATADIR%%-%%ABIVERSION%%/strings/qul-BO.strings %%DATADIR%%-%%ABIVERSION%%/strings/quz.strings %%DATADIR%%-%%ABIVERSION%%/strings/ro-RO.strings %%DATADIR%%-%%ABIVERSION%%/strings/ru-RU.strings %%DATADIR%%-%%ABIVERSION%%/strings/sc-IT.strings %%DATADIR%%-%%ABIVERSION%%/strings/sk-SK.strings %%DATADIR%%-%%ABIVERSION%%/strings/sl-SI.strings %%DATADIR%%-%%ABIVERSION%%/strings/son.strings %%DATADIR%%-%%ABIVERSION%%/strings/sq-AL.strings %%DATADIR%%-%%ABIVERSION%%/strings/sr.strings %%DATADIR%%-%%ABIVERSION%%/strings/sr@latin.strings %%DATADIR%%-%%ABIVERSION%%/strings/sv-SE.strings %%DATADIR%%-%%ABIVERSION%%/strings/sw.strings %%DATADIR%%-%%ABIVERSION%%/strings/ta-IN.strings %%DATADIR%%-%%ABIVERSION%%/strings/th.strings %%DATADIR%%-%%ABIVERSION%%/strings/tr-TR.strings %%DATADIR%%-%%ABIVERSION%%/strings/uk-UA.strings %%DATADIR%%-%%ABIVERSION%%/strings/vi-VN.strings %%DATADIR%%-%%ABIVERSION%%/strings/wo-SN.strings %%DATADIR%%-%%ABIVERSION%%/strings/yi.strings %%DATADIR%%-%%ABIVERSION%%/strings/zh-CN.strings %%DATADIR%%-%%ABIVERSION%%/strings/zh-HK.strings %%DATADIR%%-%%ABIVERSION%%/strings/zh-TW.strings %%DATADIR%%-%%ABIVERSION%%/strings/zu.strings %%DATADIR%%-%%ABIVERSION%%/system.profile %%DATADIR%%-%%ABIVERSION%%/system.profile-CP1254 %%DATADIR%%-%%ABIVERSION%%/system.profile-KOI8-R %%DATADIR%%-%%ABIVERSION%%/system.profile-KOI8-U %%DATADIR%%-%%ABIVERSION%%/system.profile-KOI8-UB %%DATADIR%%-%%ABIVERSION%%/system.profile-am-ET %%DATADIR%%-%%ABIVERSION%%/system.profile-ar %%DATADIR%%-%%ABIVERSION%%/system.profile-ar-EG %%DATADIR%%-%%ABIVERSION%%/system.profile-ar-SA %%DATADIR%%-%%ABIVERSION%%/system.profile-bg-BG %%DATADIR%%-%%ABIVERSION%%/system.profile-ca-ES %%DATADIR%%-%%ABIVERSION%%/system.profile-cs-CZ %%DATADIR%%-%%ABIVERSION%%/system.profile-da-DK %%DATADIR%%-%%ABIVERSION%%/system.profile-de %%DATADIR%%-%%ABIVERSION%%/system.profile-de-AT %%DATADIR%%-%%ABIVERSION%%/system.profile-de-CH %%DATADIR%%-%%ABIVERSION%%/system.profile-de-DE %%DATADIR%%-%%ABIVERSION%%/system.profile-div-MV %%DATADIR%%-%%ABIVERSION%%/system.profile-el-GR %%DATADIR%%-%%ABIVERSION%%/system.profile-en %%DATADIR%%-%%ABIVERSION%%/system.profile-en-AU %%DATADIR%%-%%ABIVERSION%%/system.profile-en-CA %%DATADIR%%-%%ABIVERSION%%/system.profile-en-GB %%DATADIR%%-%%ABIVERSION%%/system.profile-en-IE %%DATADIR%%-%%ABIVERSION%%/system.profile-en-NZ %%DATADIR%%-%%ABIVERSION%%/system.profile-en-US %%DATADIR%%-%%ABIVERSION%%/system.profile-en-ZA %%DATADIR%%-%%ABIVERSION%%/system.profile-es %%DATADIR%%-%%ABIVERSION%%/system.profile-es-ES %%DATADIR%%-%%ABIVERSION%%/system.profile-es-MX %%DATADIR%%-%%ABIVERSION%%/system.profile-eu %%DATADIR%%-%%ABIVERSION%%/system.profile-eu-ES %%DATADIR%%-%%ABIVERSION%%/system.profile-fa-IR %%DATADIR%%-%%ABIVERSION%%/system.profile-fi-FI %%DATADIR%%-%%ABIVERSION%%/system.profile-fr %%DATADIR%%-%%ABIVERSION%%/system.profile-fr-BE %%DATADIR%%-%%ABIVERSION%%/system.profile-fr-CA %%DATADIR%%-%%ABIVERSION%%/system.profile-fr-CH %%DATADIR%%-%%ABIVERSION%%/system.profile-fr-FR %%DATADIR%%-%%ABIVERSION%%/system.profile-gl-ES %%DATADIR%%-%%ABIVERSION%%/system.profile-he %%DATADIR%%-%%ABIVERSION%%/system.profile-he-IL %%DATADIR%%-%%ABIVERSION%%/system.profile-hu-HU %%DATADIR%%-%%ABIVERSION%%/system.profile-it-IT %%DATADIR%%-%%ABIVERSION%%/system.profile-ja-JP %%DATADIR%%-%%ABIVERSION%%/system.profile-kk-KZ %%DATADIR%%-%%ABIVERSION%%/system.profile-lt-LT %%DATADIR%%-%%ABIVERSION%%/system.profile-nb-NO %%DATADIR%%-%%ABIVERSION%%/system.profile-nl-NL %%DATADIR%%-%%ABIVERSION%%/system.profile-nn-NO %%DATADIR%%-%%ABIVERSION%%/system.profile-pl-PL %%DATADIR%%-%%ABIVERSION%%/system.profile-ps %%DATADIR%%-%%ABIVERSION%%/system.profile-pt-BR %%DATADIR%%-%%ABIVERSION%%/system.profile-pt-PT %%DATADIR%%-%%ABIVERSION%%/system.profile-ro %%DATADIR%%-%%ABIVERSION%%/system.profile-ro-RO %%DATADIR%%-%%ABIVERSION%%/system.profile-ru %%DATADIR%%-%%ABIVERSION%%/system.profile-ru-RU %%DATADIR%%-%%ABIVERSION%%/system.profile-sk-SK %%DATADIR%%-%%ABIVERSION%%/system.profile-sk-SK.CP1250 %%DATADIR%%-%%ABIVERSION%%/system.profile-sl %%DATADIR%%-%%ABIVERSION%%/system.profile-sv %%DATADIR%%-%%ABIVERSION%%/system.profile-sv-SE %%DATADIR%%-%%ABIVERSION%%/system.profile-syr %%DATADIR%%-%%ABIVERSION%%/system.profile-tr %%DATADIR%%-%%ABIVERSION%%/system.profile-tr-TR %%DATADIR%%-%%ABIVERSION%%/system.profile-tr-TR.CP1254 %%DATADIR%%-%%ABIVERSION%%/system.profile-uk-UA %%DATADIR%%-%%ABIVERSION%%/system.profile-ur-PK %%DATADIR%%-%%ABIVERSION%%/system.profile-yi %%DATADIR%%-%%ABIVERSION%%/system.profile-zh-CN %%DATADIR%%-%%ABIVERSION%%/system.profile-zh-TW %%TEMPLATES%%%%DATADIR%%-%%ABIVERSION%%/templates/A4.awt %%TEMPLATES%%%%DATADIR%%-%%ABIVERSION%%/templates/Business-Letter.awt %%TEMPLATES%%%%DATADIR%%-%%ABIVERSION%%/templates/Business-Report.awt %%TEMPLATES%%%%DATADIR%%-%%ABIVERSION%%/templates/Employee-Directory.awt %%TEMPLATES%%%%DATADIR%%-%%ABIVERSION%%/templates/Fax-Coversheet.awt %%TEMPLATES%%%%DATADIR%%-%%ABIVERSION%%/templates/Friendly-Letter.awt %%TEMPLATES%%%%DATADIR%%-%%ABIVERSION%%/templates/Memo.awt %%TEMPLATES%%%%DATADIR%%-%%ABIVERSION%%/templates/Press-Release.awt %%TEMPLATES%%%%DATADIR%%-%%ABIVERSION%%/templates/Resume.awt %%TEMPLATES%%%%DATADIR%%-%%ABIVERSION%%/templates/Two-Columns.awt %%TEMPLATES%%%%DATADIR%%-%%ABIVERSION%%/templates/US-Letter.awt %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-am_ET %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-ar %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-ar_EG %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-ar_SA %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-bg_BG %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-ca_ES %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-cs_CZ %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-da_DK %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-de %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-de_AT %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-de_CH %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-de_DE %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-div_MV %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-el_GR %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-en_AU %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-en_CA %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-en_GB %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-en_IE %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-en_NZ %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-en_ZA %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-es %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-es_AR %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-es_ES %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-es_IR %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-es_MX %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-fa_IR %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-fi_FI %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-fr %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-fr_BE %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-fr_CA %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-fr_CH %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-fr_FR %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-gl_ES %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-he %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-he_IL %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-hu_HU %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-it_IT %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-ja_JP %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-kk_KZ %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-km_KH %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-lt_LT %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-nb_NO %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-nl_NL %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-nn_NO %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-pl_PL %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-ps %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-pt_BR %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-pt_PT %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-ro %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-ro_RO %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-ru %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-ru_RU %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-sk_SK %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-sl %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-sv %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-sv_SE %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-syr %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-tr %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-tr_TR %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-uk_UA %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-ur_PK %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-yi %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-zh_CN %%DATADIR%%-%%ABIVERSION%%/templates/normal.awt-zh_TW %%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_Annotation.ui %%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_Border_Shading.ui %%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_Break.ui %%COLLAB%%%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_CollaborationAccounts.ui %%COLLAB%%%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_CollaborationAddAccount.ui %%COLLAB%%%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_CollaborationAddBuddy.ui %%COLLAB%%%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_CollaborationEditAccount.ui %%COLLAB%%%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_CollaborationJoin.ui %%COLLAB%%%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_CollaborationShare.ui %%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_Field.ui %%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_FormatFootnotes.ui %%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_FormatFrame.ui %%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_FormatTOC.ui %%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_FormatTable.ui -%%COLLAB%%%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_GenericInput.ui -%%COLLAB%%%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_GenericProgress.ui +%%COLSERVICE%%%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_GenericInput.ui +%%COLSERVICE%%%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_GenericProgress.ui %%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_Goto.ui %%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_HdrFtr.ui %%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_InsertTable.ui %%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_Insert_DateTime.ui %%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_Latex.ui %%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_MailMerge.ui %%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_MetaData.ui %%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_New.ui %%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_Options.ui %%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_Options_ColorSel.ui %%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_PageNumbers.ui %%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_PageSetup.ui %%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_RDFEditor.ui %%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_RDFQuery.ui %%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_Replace.ui %%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_SemanticStylesheets.ui %%SPELLCHECK%%%%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_Spell.ui %%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_Styles.ui %%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_Stylist.ui %%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_Tab.ui %%DATADIR%%-%%ABIVERSION%%/ui/ap_UnixDialog_WordCount.ui %%DATADIR%%-%%ABIVERSION%%/ui/pd_RDFContact.ui %%DATADIR%%-%%ABIVERSION%%/ui/pd_RDFEvent.ui %%DATADIR%%-%%ABIVERSION%%/ui/pd_RDFInsertReference.ui %%DATADIR%%-%%ABIVERSION%%/ui/pd_RDFLocation.ui %%DATADIR%%-%%ABIVERSION%%/ui/xap_UnixDlg_DocComparison.ui %%DATADIR%%-%%ABIVERSION%%/ui/xap_UnixDlg_Encoding.ui %%DATADIR%%-%%ABIVERSION%%/ui/xap_UnixDlg_History.ui %%DATADIR%%-%%ABIVERSION%%/ui/xap_UnixDlg_Image.ui %%DATADIR%%-%%ABIVERSION%%/ui/xap_UnixDlg_Language.ui %%DATADIR%%-%%ABIVERSION%%/ui/xap_UnixDlg_ListDocuments.ui %%DATADIR%%-%%ABIVERSION%%/ui/xap_UnixDlg_Password.ui %%DATADIR%%-%%ABIVERSION%%/ui/xap_UnixDlg_PluginManager.ui %%DATADIR%%-%%ABIVERSION%%/ui/xap_UnixDlg_WindowMore.ui %%DATADIR%%-%%ABIVERSION%%/ui/xap_UnixDlg_Zoom.ui %%DATADIR%%-%%ABIVERSION%%/xsltml/README %%DATADIR%%-%%ABIVERSION%%/xsltml/cmarkup.xsl %%DATADIR%%-%%ABIVERSION%%/xsltml/entities.xsl %%DATADIR%%-%%ABIVERSION%%/xsltml/glayout.xsl %%DATADIR%%-%%ABIVERSION%%/xsltml/mmltex.xsl %%DATADIR%%-%%ABIVERSION%%/xsltml/scripts.xsl %%DATADIR%%-%%ABIVERSION%%/xsltml/tables.xsl %%DATADIR%%-%%ABIVERSION%%/xsltml/tokens.xsl share/appdata/abiword.appdata.xml share/applications/abiword.desktop %%COLTELEPATHY%%share/dbus-1/services/org.freedesktop.Telepathy.Client.AbiCollab.service share/icons/hicolor/16x16/apps/abiword.png share/icons/hicolor/22x22/apps/abiword.png share/icons/hicolor/256x256/apps/abiword.png share/icons/hicolor/32x32/apps/abiword.png share/icons/hicolor/48x48/apps/abiword.png share/icons/hicolor/512x512/apps/abiword.png share/icons/hicolor/scalable/apps/abiword.svg %%COLTELEPATHY%%share/telepathy/clients/AbiCollab.client