diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-12-04 21:46:46 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-12-04 21:46:46 +0000 |
commit | 83ab839c2b18256a74b4fe1b57e63eb3c2e942dc (patch) | |
tree | 780b84ca6de7cf8bc799373e6cb5345b525f3397 /editors/abiword | |
parent | 2cb13fd3417d62f8f8027ca3a28137bd01a8063a (diff) | |
download | ports-83ab839c2b18256a74b4fe1b57e63eb3c2e942dc.tar.gz ports-83ab839c2b18256a74b4fe1b57e63eb3c2e942dc.zip |
Notes
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile | 80 | ||||
-rw-r--r-- | editors/abiword/distinfo | 4 | ||||
-rw-r--r-- | editors/abiword/files/patch-GNUmakefile.in | 10 | ||||
-rw-r--r-- | editors/abiword/files/patch-abiword.desktop | 14 | ||||
-rw-r--r-- | editors/abiword/files/patch-an | 37 | ||||
-rw-r--r-- | editors/abiword/files/patch-aq | 13 | ||||
-rw-r--r-- | editors/abiword/files/patch-src::af::ev::unix::ev_UnixMenu.cpp | 47 | ||||
-rw-r--r-- | editors/abiword/files/patch-src::wp::ap::xp::ap_Menu_Functions.cpp | 135 | ||||
-rw-r--r-- | editors/abiword/files/patch-src_af_util_xp_ut_iconv.cpp | 22 | ||||
-rw-r--r-- | editors/abiword/files/patch-src_af_xap_unix_xap_UnixDlg_Insert_Symbol.h | 11 | ||||
-rw-r--r-- | editors/abiword/files/patch-src_pkg_linux_rpm_data_abiword.desktop | 11 | ||||
-rw-r--r-- | editors/abiword/pkg-descr | 6 | ||||
-rw-r--r-- | editors/abiword/pkg-install | 5 | ||||
-rw-r--r-- | editors/abiword/pkg-plist | 704 |
14 files changed, 367 insertions, 732 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index bfab56a39a20..31007683d0f3 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -5,9 +5,8 @@ # $FreeBSD$ # -PORTNAME= AbiWord2 -PORTVERSION= 2.0.12 -PORTREVISION= 1 +PORTNAME= abiword +PORTVERSION= 2.2.1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/ @@ -25,8 +24,6 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ wv-1.0.0:${PORTSDIR}/textproc/wv \ fribidi.0:${PORTSDIR}/converters/fribidi -WRKSRC= ${WRKDIR}/abiword-${PORTVERSION}/abi - USE_BZIP2= yes USE_GMAKE= yes USE_ICONV= yes @@ -42,62 +39,46 @@ CONFIGURE_ARGS= --enable-xft \ --with-libpng=${LOCALBASE} \ --with-libiconv=${LOCALBASE} \ --with-libjpeg-prefix=${LOCALBASE} \ - --disable-peer-config \ - --enable-cmap=no + --disable-peer-config MAKEFILE= GNUmakefile -.ifndef(WITHOUT_HELP_DOCS) -PLIST_SUB+= HELPDOCS:="" +ABIVERSION= 2.2 +PLIST_SUB+= "ABIVERSION=${ABIVERSION}" +WRKSRC= ${WRKDIR}/abiword-${PORTVERSION}/abi + +.ifndef(WITHOUT_GTKSPELL) +LIB_DEPENDS+= enchant.2:${PORTSDIR}/textproc/enchant +PLIST_SUB+= DICT:="@comment " .else -PLIST_SUB+= HELPDOCS:="@comment " +CONFIGURE_ARGS+= --disable-enchant +PLIST_SUB+= DICT:="" .endif .include <bsd.port.pre.mk> .if ${HAVE_GNOME:Mnautilus2}!="" && ${HAVE_GNOME:Mlibgnomeprintui}!="" -USE_GNOME+= nautilus2 libgnomeprintui +USE_GNOME+= nautilus2 libgnomeprintui desktopfileutils CONFIGURE_ARGS+= --enable-gnome PKGNAMESUFFIX= -gnome GNOME_ENABLED= yes .endif -.ifndef(WITHOUT_GTKSPELL) -. if defined(WITH_ENCHANT) || exists(${LOCALBASE}/lib/libenchant.so) && !defined(WITH_ASPELL) -LIB_DEPENDS+= enchant.2:${PORTSDIR}/textproc/enchant -CONFIGURE_ARGS+= --disable-pspell -. elif defined(WITH_ASPELL) || exists(${LOCALBASE}/lib/libaspell.so) && !defined(WITH_ENCHANT) -LIB_DEPENDS+= aspell.16:${PORTSDIR}/textproc/aspell -CONFIGURE_ARGS+= --with-pspell=${LOCALBASE} \ - --disable-enchant -. else -LIB_DEPENDS+= enchant.2:${PORTSDIR}/textproc/enchant -CONFIGURE_ARGS+= --disable-pspell -. endif -PLIST_SUB+= DICT:="@comment " +.if defined(WITH_GUCHARMAP) || exists(${X11BASE}/libdata/pkgconfig/gucharmap.pc) +LIB_DEPENDS+= gucharmap.4:${PORTSDIR}/deskutils/gucharmap .else -CONFIGURE_ARGS+= --disable-enchant --disable-pspell -PLIST_SUB+= DICT:="" +CONFIGURE_ARGS+= --enable-cmap=no .endif pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "AbiWord2 has the following tunable option(s):" - @${ECHO_MSG} " WITHOUT_HELP_DOCS=yes Disable install the AbiWord HTML Help docs" - @${ECHO_MSG} "" - @${ECHO_MSG} "AbiWord2 has the following spell choices: (Enchant is default)" - @${ECHO_MSG} " WITH_ASPELL=yes Enable use of the Aspell dictionary backend (default: auto)" - @${ECHO_MSG} " WITH_ENCHANT=yes Enable use of the Enchant dictionary backend broker (default: auto)" - @${ECHO_MSG} " WITHOUT_GTKSPELL=yes Don't use either Enchant or Aspell, but still" - @${ECHO_MSG} " has spell enable and install dictionary." + @${ECHO_MSG} " WITH_GUCHARMAP=yes Enable use of Gucharmap as the symbol insertion tool (default: auto)" + @${ECHO_MSG} " WITHOUT_GTKSPELL=yes Don't use Enchant, but still enable spellchecking and install the dictionary." @${ECHO_MSG} "" post-patch: @${REINPLACE_CMD} -e 's|-ansi||g ; s|-pedantic||g' \ ${WRKSRC}/configure -.ifndef(WITHOUT_HELP_DOCS) - @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' \ - ${WRKDIR}/${DISTNAME}/abiword-docs/Makefile -.endif @${FIND} ${WRKSRC}/src/config/platforms -name "*.mk" | ${XARGS} \ ${REINPLACE_CMD} 's|-ansi||g ; s|-pedantic||g' @${FIND} ${WRKSRC} -name GNUmakefile.in | ${XARGS} ${REINPLACE_CMD} -e \ @@ -107,22 +88,17 @@ post-patch: s|[(]libdir[)]/bonobo/servers|(prefix)/libdata/bonobo/servers|g' post-install: + @${MKDIR} ${PREFIX}/lib/AbiWord-${ABIVERSION}/plugins .if defined(GNOME_ENABLED) - @${MKDIR} ${PREFIX}/share/gnome/apps/Applications - @${INSTALL_DATA} ${WRKSRC}/src/pkg/linux/rpm/data/abiword.desktop \ - ${PREFIX}/share/gnome/apps/Applications/abiword.desktop - @${MKDIR} ${PREFIX}/share/gnome/pixmaps - @${LN} -sf ${PREFIX}/share/AbiSuite-2.0/icons/abiword_48.png \ - ${PREFIX}/share/gnome/pixmaps/abiword_48.png - @${MKDIR} ${PREFIX}/libdata/bonobo/servers - @${LN} -sf ${PREFIX}/share/AbiSuite-2.0/GNOME_AbiWord_Control_2_0.server \ - ${PREFIX}/libdata/bonobo/servers/GNOME_AbiWord_Control_2_0.server - @${MKDIR} ${PREFIX}/share/gnome/gnome-2.0/ui - @${LN} -sf ${PREFIX}/share/AbiSuite-2.0/abi-nautilus-view-file.xml \ - ${PREFIX}/share/gnome/gnome-2.0/ui/abi-nautilus-view-file.xml -.endif -.ifndef(WITHOUT_HELP_DOCS) - @cd ${WRKDIR}/${DISTNAME}/abiword-docs && ${MAKE} + @${INSTALL_DATA} ${WRKSRC}/abiword.desktop \ + ${X11BASE}/share/gnome/applications/abiword.desktop + @${LN} -sf ${PREFIX}/share/AbiSuite-${ABIVERSION}/icons/abiword_48.png \ + ${X11BASE}/share/gnome/pixmaps/abiword_48.png + @${LN} -sf ${PREFIX}/share/AbiSuite-${ABIVERSION}/GNOME_AbiWord_Control_${ABIVERSION:S/./_/}.server \ + ${X11BASE}/libdata/bonobo/servers/GNOME_AbiWord_Control_${ABIVERSION:S/./_/}.server + @${LN} -sf ${PREFIX}/share/AbiSuite-${ABIVERSION}/abi-nautilus-view-file.xml \ + ${X11BASE}/share/gnome/gnome-2.0/ui/abi-nautilus-view-file.xml + @${X11BASE}/bin/update-desktop-database .endif .include <bsd.port.post.mk> diff --git a/editors/abiword/distinfo b/editors/abiword/distinfo index 35cee6bd6cc0..970788033141 100644 --- a/editors/abiword/distinfo +++ b/editors/abiword/distinfo @@ -1,2 +1,2 @@ -MD5 (AbiWord/abiword-2.0.12.tar.bz2) = a4a986028405cd14a2adc7f327e9f7cc -SIZE (AbiWord/abiword-2.0.12.tar.bz2) = 22195428 +MD5 (AbiWord/abiword-2.2.1.tar.bz2) = 1e70a9ee1daee1206fb873bdcd35bcb9 +SIZE (AbiWord/abiword-2.2.1.tar.bz2) = 22868079 diff --git a/editors/abiword/files/patch-GNUmakefile.in b/editors/abiword/files/patch-GNUmakefile.in index fe5958dbc4a8..ad9a02ccfca8 100644 --- a/editors/abiword/files/patch-GNUmakefile.in +++ b/editors/abiword/files/patch-GNUmakefile.in @@ -1,6 +1,6 @@ ---- GNUmakefile.in.orig Mon Jun 7 14:59:52 2004 -+++ GNUmakefile.in Mon Jun 7 15:01:41 2004 -@@ -156,17 +156,17 @@ +--- GNUmakefile.in.orig Thu Jun 17 14:48:13 2004 ++++ GNUmakefile.in Thu Jun 17 14:49:43 2004 +@@ -149,17 +149,17 @@ SUBDIRS = src @@ -27,7 +27,7 @@ @BIGENDIAN_TRUE@dictionary = $(top_srcdir)/../abidistfiles/dictionary/BigEndian32.american.hash @BIGENDIAN_FALSE@dictionary = $(top_srcdir)/../abidistfiles/dictionary/LittleEndian32.american.hash -@@ -586,7 +586,6 @@ +@@ -550,7 +550,6 @@ # Install the datafiles. This is quick-and-dirty. install-data-local: @@ -35,7 +35,7 @@ if test -d $(top_srcdir)/../abidistfiles ; then \ for dir in `cd $(top_srcdir)/../abidistfiles; find . -type d ! -name CVS` ; do \ $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/$$dir ;\ -@@ -599,11 +598,7 @@ +@@ -563,11 +562,7 @@ for file in $(top_srcdir)/../abidistfiles/$$dir/* ; do \ if test -f $$file ; then \ sfile=`echo "$$file" | sed 's/\.[^.]*$$//'`; \ diff --git a/editors/abiword/files/patch-abiword.desktop b/editors/abiword/files/patch-abiword.desktop new file mode 100644 index 000000000000..b314f946e3cd --- /dev/null +++ b/editors/abiword/files/patch-abiword.desktop @@ -0,0 +1,14 @@ +--- abiword.desktop.orig Sat Dec 4 02:09:21 2004 ++++ abiword.desktop Sat Dec 4 02:10:07 2004 +@@ -3,10 +3,9 @@ + Icon=abiword_48.png + Terminal=false + Type=Application +-Categories=Application;Office;WordProcessor;X-Red-Hat-Base; ++Categories=Application;Office;WordProcessor; + StartupNotify=true + Encoding=UTF-8 +-X-Desktop-File-Install-Version=0.4 + MimeType=application/x-abiword;text/x-abiword;text/x-xml-abiword;text/plain; + Name=AbiWord Word Processor + Name[de]=AbiWord Textverarbeitung diff --git a/editors/abiword/files/patch-an b/editors/abiword/files/patch-an index 1048c7ae0a2b..54d3de78eb22 100644 --- a/editors/abiword/files/patch-an +++ b/editors/abiword/files/patch-an @@ -1,8 +1,5 @@ - -$FreeBSD$ - ---- src/Makefile.orig Mon Jun 7 00:15:08 2004 -+++ src/Makefile Mon Jun 7 00:51:56 2004 +--- src/Makefile.orig Mon Dec 22 13:06:12 2003 ++++ src/Makefile Sun Mar 28 15:29:40 2004 @@ -52,6 +52,7 @@ ## Set the following to a list of pathnames to be copied to $(CANONDIR) @@ -21,31 +18,21 @@ $FreeBSD$ @for k in $(CANON_SubDirs); do \ $(MAKE) ABI_ROOT=$(ABI_ROOT) -C $$k canonical; \ done -@@ -73,9 +77,10 @@ - @$(ABICOPY) $(ABI_ROOT)/../abidistfiles/dictionary/$(OS_ENDIAN).*.hash $(CANONDIR)/dictionary - @(cd $(CANONDIR)/dictionary; \ - for k in *.hash; do \ -- cp $$k american.hash; \ -- rm $$k ; \ -+ $(ABICOPY) $$k american.hash; \ -+ $(ABIRM) $$k ; \ - done) +@@ -83,6 +87,7 @@ + ifeq ($(ABI_OPT_PSPELL),1) + echo "Using Pspell build, not installing ispell hash files" + else + @(cd $(CANONDIR)/dictionary; $(ABICHMOD) ugo=r *) - # We currently only ship american.hash, so the above and below aren't logical. - @$(ABICOPY) $(ABI_ROOT)/../abidistfiles/dictionary/*.xml $(CANONDIR)/dictionary - endif -@@ -115,10 +120,12 @@ - fi + # We currently only ship american.hash + @$(subst xxxx,$(CANONDIR)/dictionary,$(VERIFY_DIRECTORY)) + @$(ABICOPY) $(ABI_ROOT)/../abidistfiles/dictionary/$(OS_ENDIAN).american.hash $(CANONDIR)/dictionary/american.hash +@@ -92,7 +97,8 @@ + ifeq ($(ABI_NATIVE),unix) # icons for X window manager use @$(subst xxxx,$(CANONDIR)/icons,$(VERIFY_DIRECTORY)) - (cd $(ABI_ROOT)/../abidistfiles/icons; cp abi* $(CANONDIR)/icons) + (cd $(ABI_ROOT)/../abidistfiles/icons; $(ABICOPY) abi* $(CANONDIR)/icons) + @(cd $(CANONDIR)/icons; $(ABICHMOD) ugo=r abi*) - # font stuff for installation - @$(subst xxxx,$(CANONDIR)/fonts,$(VERIFY_DIRECTORY)) -- (cd $(ABI_ROOT)/../unixfonts/fonts ; cp *.* $(CANONDIR)/fonts) -+ (cd $(ABI_ROOT)/../unixfonts/fonts ; $(ABICOPY) *.* $(CANONDIR)/fonts) -+ @(cd $(CANONDIR)/fonts; $(ABICHMOD) ugo=r *.*) endif - ################################################################## + @$(subst xxxx,$(CANONDIR)/clipart,$(VERIFY_DIRECTORY)) diff --git a/editors/abiword/files/patch-aq b/editors/abiword/files/patch-aq index 4ceb3a27cd99..e00bf0585c14 100644 --- a/editors/abiword/files/patch-aq +++ b/editors/abiword/files/patch-aq @@ -1,25 +1,24 @@ ---- src/config/abi_defs.mk.orig Mon Jun 7 00:43:15 2004 -+++ src/config/abi_defs.mk Mon Jun 7 00:47:55 2004 -@@ -213,11 +213,11 @@ +--- src/config/abi_defs.mk.orig Thu Jun 17 14:54:58 2004 ++++ src/config/abi_defs.mk Thu Jun 17 14:55:04 2004 +@@ -217,11 +217,11 @@ ## INSTALL program... define MAKE_OBJDIR -if test ! -d $(@D); then rm -rf $(@D); mkdir -p $(@D); fi -+if test ! -d $(@D); then $(ABIRM) -rf $(@D); $(ABIMKDIR) -p $(@D); fi ++if test ! -d $(@D); then rm -rf $(@D); $(ABIMKDIR) -p $(@D); fi endef define VERIFY_DIRECTORY -if test ! -d xxxx; then rm -rf xxxx; mkdir -p xxxx; fi -+if test ! -d xxxx; then $(ABIRM) -rf xxxx; $(ABIMKDIR) -p xxxx; fi ++if test ! -d xxxx; then rm -rf xxxx; $(ABIMKDIR) -p xxxx; fi endef ifeq ($(OS_NAME), WIN32) -@@ -262,7 +262,10 @@ +@@ -266,7 +266,9 @@ ################################################################## ################################################################## -ABICOPY=cp -+ABIRM = rm +ABICOPY = cp +ABICHMOD = chmod +ABIMKDIR = mkdir -m u=rwx,go=rx diff --git a/editors/abiword/files/patch-src::af::ev::unix::ev_UnixMenu.cpp b/editors/abiword/files/patch-src::af::ev::unix::ev_UnixMenu.cpp deleted file mode 100644 index 25bce4773cf3..000000000000 --- a/editors/abiword/files/patch-src::af::ev::unix::ev_UnixMenu.cpp +++ /dev/null @@ -1,47 +0,0 @@ ---- src/af/ev/unix/ev_UnixMenu.cpp.orig Sat Feb 28 01:01:29 2004 -+++ src/af/ev/unix/ev_UnixMenu.cpp Sat Feb 28 03:05:52 2004 -@@ -433,22 +433,20 @@ - return true; - } - --static char _ev_get_underlined_char(const char * szString) -+static guint _ev_get_underlined_char(const char * szString) - { - - UT_ASSERT(szString); - -- // return the char right after the underline -- const char * p = szString; -- while (*p && *(p+1)) -+ // return the keycode right after the underline -+ const UT_UCS4String str(szString); -+ for (int i = 0; i < str.length() - 1; ) - { -- if (*p == '_') -- return *++p; -- else -- p++; -+ if (str[i++] == '_') -+ return gdk_unicode_to_keyval(str[i]); - } - -- return 0; -+ return GDK_VoidSymbol; - } - - static void _ev_strip_underline(char * bufResult, -@@ -751,12 +749,12 @@ - // version of the underlined char, since all the menus ignore upper - // case (SHIFT-MOD1-[char]) invokations of accelerators. - -- if (bAltOnMod1) -+ if (keyCode != GDK_VoidSymbol && bAltOnMod1) - { - EV_EditEventMapper * pEEM = m_pFrame->getEditEventMapper(); - UT_ASSERT(pEEM); - EV_EditMethod * pEM = NULL; -- pEEM->Keystroke(EV_EKP_PRESS|EV_EMS_ALT|tolower(keyCode),&pEM); -+ pEEM->Keystroke(EV_EKP_PRESS|EV_EMS_ALT|keyCode,&pEM); - - // if the pointer is valid, there is a conflict - bConflict = (pEM != NULL); diff --git a/editors/abiword/files/patch-src::wp::ap::xp::ap_Menu_Functions.cpp b/editors/abiword/files/patch-src::wp::ap::xp::ap_Menu_Functions.cpp deleted file mode 100644 index 644756ef4078..000000000000 --- a/editors/abiword/files/patch-src::wp::ap::xp::ap_Menu_Functions.cpp +++ /dev/null @@ -1,135 +0,0 @@ ---- src/wp/ap/xp/ap_Menu_Functions.cpp.orig Wed Jun 2 12:47:46 2004 -+++ src/wp/ap/xp/ap_Menu_Functions.cpp Wed Jun 2 12:47:49 2004 -@@ -62,92 +62,94 @@ - const char * c = NULL; - - const XAP_StringSet * pss = pApp->getStringSet(); -- c = pss->getValueUTF8(AP_STRING_ID_DLG_Spell_NoSuggestions).utf8_str(); -+ static UT_UTF8String s; - - switch (id) - { - case AP_MENU_ID_AUTOTEXT_ATTN_1: -- c = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_ATTN_1).utf8_str(); break; -+ s = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_ATTN_1); break; - case AP_MENU_ID_AUTOTEXT_ATTN_2: -- c = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_ATTN_2).utf8_str(); break; -+ s = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_ATTN_2); break; - - case AP_MENU_ID_AUTOTEXT_CLOSING_1: -- c = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_CLOSING_1).utf8_str(); break; -+ s = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_CLOSING_1); break; - case AP_MENU_ID_AUTOTEXT_CLOSING_2: -- c = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_CLOSING_2).utf8_str(); break; -+ s = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_CLOSING_2); break; - case AP_MENU_ID_AUTOTEXT_CLOSING_3: -- c = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_CLOSING_3).utf8_str(); break; -+ s = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_CLOSING_3); break; - case AP_MENU_ID_AUTOTEXT_CLOSING_4: -- c = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_CLOSING_4).utf8_str(); break; -+ s = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_CLOSING_4); break; - case AP_MENU_ID_AUTOTEXT_CLOSING_5: -- c = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_CLOSING_5).utf8_str(); break; -+ s = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_CLOSING_5); break; - case AP_MENU_ID_AUTOTEXT_CLOSING_6: -- c = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_CLOSING_6).utf8_str(); break; -+ s = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_CLOSING_6); break; - case AP_MENU_ID_AUTOTEXT_CLOSING_7: -- c = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_CLOSING_7).utf8_str(); break; -+ s = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_CLOSING_7); break; - case AP_MENU_ID_AUTOTEXT_CLOSING_8: -- c = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_CLOSING_8).utf8_str(); break; -+ s = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_CLOSING_8); break; - case AP_MENU_ID_AUTOTEXT_CLOSING_9: -- c = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_CLOSING_9).utf8_str(); break; -+ s = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_CLOSING_9); break; - case AP_MENU_ID_AUTOTEXT_CLOSING_10: -- c = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_CLOSING_10).utf8_str(); break; -+ s = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_CLOSING_10); break; - case AP_MENU_ID_AUTOTEXT_CLOSING_11: -- c = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_CLOSING_11).utf8_str(); break; -+ s = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_CLOSING_11); break; - case AP_MENU_ID_AUTOTEXT_CLOSING_12: -- c = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_CLOSING_12).utf8_str(); break; -+ s = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_CLOSING_12); break; - - case AP_MENU_ID_AUTOTEXT_MAIL_1: -- c = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_MAIL_1).utf8_str(); break; -+ s = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_MAIL_1); break; - case AP_MENU_ID_AUTOTEXT_MAIL_2: -- c = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_MAIL_2).utf8_str(); break; -+ s = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_MAIL_2); break; - case AP_MENU_ID_AUTOTEXT_MAIL_3: -- c = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_MAIL_3).utf8_str(); break; -+ s = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_MAIL_3); break; - case AP_MENU_ID_AUTOTEXT_MAIL_4: -- c = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_MAIL_4).utf8_str(); break; -+ s = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_MAIL_4); break; - case AP_MENU_ID_AUTOTEXT_MAIL_5: -- c = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_MAIL_5).utf8_str(); break; -+ s = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_MAIL_5); break; - case AP_MENU_ID_AUTOTEXT_MAIL_6: -- c = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_MAIL_6).utf8_str(); break; -+ s = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_MAIL_6); break; - case AP_MENU_ID_AUTOTEXT_MAIL_7: -- c = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_MAIL_7).utf8_str(); break; -+ s = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_MAIL_7); break; - case AP_MENU_ID_AUTOTEXT_MAIL_8: -- c = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_MAIL_8).utf8_str(); break; -+ s = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_MAIL_8); break; - - case AP_MENU_ID_AUTOTEXT_REFERENCE_1: -- c = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_REFERENCE_1).utf8_str(); break; -+ s = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_REFERENCE_1); break; - case AP_MENU_ID_AUTOTEXT_REFERENCE_2: -- c = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_REFERENCE_2).utf8_str(); break; -+ s = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_REFERENCE_2); break; - case AP_MENU_ID_AUTOTEXT_REFERENCE_3: -- c = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_REFERENCE_3).utf8_str(); break; -+ s = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_REFERENCE_3); break; - - case AP_MENU_ID_AUTOTEXT_SALUTATION_1: -- c = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_SALUTATION_1).utf8_str(); break; -+ s = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_SALUTATION_1); break; - case AP_MENU_ID_AUTOTEXT_SALUTATION_2: -- c = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_SALUTATION_2).utf8_str(); break; -+ s = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_SALUTATION_2); break; - case AP_MENU_ID_AUTOTEXT_SALUTATION_3: -- c = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_SALUTATION_3).utf8_str(); break; -+ s = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_SALUTATION_3); break; - case AP_MENU_ID_AUTOTEXT_SALUTATION_4: -- c = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_SALUTATION_4).utf8_str(); break; -+ s = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_SALUTATION_4); break; - - case AP_MENU_ID_AUTOTEXT_SUBJECT_1: -- c = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_SUBJECT_1).utf8_str(); break; -+ s = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_SUBJECT_1); break; - - case AP_MENU_ID_AUTOTEXT_EMAIL_1: -- c = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_EMAIL_1).utf8_str(); break; -+ s = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_EMAIL_1); break; - case AP_MENU_ID_AUTOTEXT_EMAIL_2: -- c = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_EMAIL_2).utf8_str(); break; -+ s = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_EMAIL_2); break; - case AP_MENU_ID_AUTOTEXT_EMAIL_3: -- c = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_EMAIL_3).utf8_str(); break; -+ s = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_EMAIL_3); break; - case AP_MENU_ID_AUTOTEXT_EMAIL_4: -- c = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_EMAIL_4).utf8_str(); break; -+ s = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_EMAIL_4); break; - case AP_MENU_ID_AUTOTEXT_EMAIL_5: -- c = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_EMAIL_5).utf8_str(); break; -+ s = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_EMAIL_5); break; - case AP_MENU_ID_AUTOTEXT_EMAIL_6: -- c = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_EMAIL_6).utf8_str(); break; -+ s = pss->getValueUTF8(AP_STRING_ID_AUTOTEXT_EMAIL_6); break; - - default: -- c = "No clue"; break; -+ s = pss->getValueUTF8(AP_STRING_ID_DLG_Spell_NoSuggestions); break; - } -+ -+ c = s.utf8_str(); - - return c; - } diff --git a/editors/abiword/files/patch-src_af_util_xp_ut_iconv.cpp b/editors/abiword/files/patch-src_af_util_xp_ut_iconv.cpp index 72ff257a611b..dd1f65d7282b 100644 --- a/editors/abiword/files/patch-src_af_util_xp_ut_iconv.cpp +++ b/editors/abiword/files/patch-src_af_util_xp_ut_iconv.cpp @@ -1,13 +1,11 @@ ---- src/af/util/xp/ut_iconv.cpp.orig Thu Jul 17 15:12:55 2003 -+++ src/af/util/xp/ut_iconv.cpp Thu Jul 17 15:16:40 2003 -@@ -295,8 +295,8 @@ - return (size_t)-1; +--- src/af/util/xp/ut_iconv.cpp.orig Fri Jan 2 16:00:33 2004 ++++ src/af/util/xp/ut_iconv.cpp Fri Jan 2 16:08:03 2004 +@@ -67,7 +67,7 @@ + #if defined (WIN32) || defined(__QNXNTO__) || defined(__CYGWIN__) || \ + (defined (__MACH__) && defined (__APPLE__)) || \ + (defined(TARGET_OS_MAC) && TARGET_OS_MAC) || \ +-defined(__BEOS__) || defined (__AIX__) || \ ++defined(__BEOS__) || defined (__AIX__) || defined (__FreeBSD__) || \ + (defined(__linux__) && defined(__powerpc__) && (__GLIBC__ <= 2) && (__GLIBC_MINOR__ <= 1)) - -- ICONV_CONST char ** buf = const_cast<ICONV_CONST char**>(inbuf); -- return iconv( cd, buf, inbytesleft, outbuf, outbytesleft ); -+ //ICONV_CONST char ** buf = const_cast<ICONV_CONST char**>(inbuf); -+ return iconv( cd, inbuf, inbytesleft, outbuf, outbytesleft ); - } - - int UT_iconv_close( UT_iconv_t cd ) + #define ICONV_CONST const diff --git a/editors/abiword/files/patch-src_af_xap_unix_xap_UnixDlg_Insert_Symbol.h b/editors/abiword/files/patch-src_af_xap_unix_xap_UnixDlg_Insert_Symbol.h deleted file mode 100644 index 55a8f0c4daae..000000000000 --- a/editors/abiword/files/patch-src_af_xap_unix_xap_UnixDlg_Insert_Symbol.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/af/xap/unix/xap_UnixDlg_Insert_Symbol.h.orig Mon Dec 15 01:39:26 2003 -+++ src/af/xap/unix/xap_UnixDlg_Insert_Symbol.h Mon Dec 15 01:39:41 2003 -@@ -24,7 +24,7 @@ - #include "xap_UnixFontManager.h" - #include <gdk/gdkkeysyms.h> - --#define DEFAULT_UNIX_SYMBOL_FONT "Symbol" -+#define DEFAULT_UNIX_SYMBOL_FONT "" - - class XAP_Frame; - diff --git a/editors/abiword/files/patch-src_pkg_linux_rpm_data_abiword.desktop b/editors/abiword/files/patch-src_pkg_linux_rpm_data_abiword.desktop deleted file mode 100644 index 656c586a6e48..000000000000 --- a/editors/abiword/files/patch-src_pkg_linux_rpm_data_abiword.desktop +++ /dev/null @@ -1,11 +0,0 @@ ---- src/pkg/linux/rpm/data/abiword.desktop.orig Sun Apr 6 14:45:19 2003 -+++ src/pkg/linux/rpm/data/abiword.desktop Sun Apr 20 00:33:09 2003 -@@ -12,7 +12,7 @@ - Icon=abiword_48.png - Terminal=0 - Type=Application --Categories=Application;Office;WordProcessor;X-Red-Hat-Base; -+Categories=Application;Office;WordProcessor; - StartupNotify=true - Encoding=UTF-8 - X-Desktop-File-Install-Version=0.3 diff --git a/editors/abiword/pkg-descr b/editors/abiword/pkg-descr index 7a56a95478fe..44abfdaabc42 100644 --- a/editors/abiword/pkg-descr +++ b/editors/abiword/pkg-descr @@ -17,6 +17,6 @@ Features include: - Anti-aliased fonts - Images -For more information, or to see screenshots, visit the AbiSource home page -at -WWW: http://www.abisource.com/ +For more information, or to see screenshots, visit the AbiSource home page. + +WWW: http://www.abisource.com/ diff --git a/editors/abiword/pkg-install b/editors/abiword/pkg-install new file mode 100644 index 000000000000..a499e32b76b6 --- /dev/null +++ b/editors/abiword/pkg-install @@ -0,0 +1,5 @@ +#!/bin/sh + +if [ "$2" = "POST-INSTALL" ]; then + mkdir -p ${PKG_PREFIX}/lib/AbiWord-2.2/plugins +fi diff --git a/editors/abiword/pkg-plist b/editors/abiword/pkg-plist index 71c042aa7bdd..b8725b349c16 100644 --- a/editors/abiword/pkg-plist +++ b/editors/abiword/pkg-plist @@ -1,427 +1,287 @@ -bin/AbiWord-2.0 +bin/AbiWord-%%ABIVERSION%% bin/abiword bin/ttfadmin.sh bin/ttftool -%%GNOME:%%libdata/bonobo/servers/GNOME_AbiWord_Control_2_0.server -share/AbiSuite-2.0/AbiWord.exe.MANIFEST -share/AbiSuite-2.0/AbiWord/glade/ap_UnixDialog_Break.glade -share/AbiSuite-2.0/AbiWord/glade/ap_UnixDialog_Field.glade -share/AbiSuite-2.0/AbiWord/glade/ap_UnixDialog_FormatFootnotes.glade -share/AbiSuite-2.0/AbiWord/glade/ap_UnixDialog_FormatTable.glade -share/AbiSuite-2.0/AbiWord/glade/ap_UnixDialog_HdrFtr.glade -share/AbiSuite-2.0/AbiWord/glade/ap_UnixDialog_InsertTable.glade -share/AbiSuite-2.0/AbiWord/glade/ap_UnixDialog_Insert_DateTime.glade -share/AbiSuite-2.0/AbiWord/glade/ap_UnixDialog_MailMerge.glade -share/AbiSuite-2.0/AbiWord/glade/ap_UnixDialog_MetaData.glade -share/AbiSuite-2.0/AbiWord/glade/ap_UnixDialog_New.glade -share/AbiSuite-2.0/AbiWord/glade/ap_UnixDialog_PageNumbers.glade -share/AbiSuite-2.0/AbiWord/glade/ap_UnixDialog_Replace.glade -share/AbiSuite-2.0/AbiWord/glade/ap_UnixDialog_WordCount.glade -share/AbiSuite-2.0/AbiWord/glade/xap_UnixDlg_About.glade -share/AbiSuite-2.0/AbiWord/glade/xap_UnixDlg_Encoding.glade -share/AbiSuite-2.0/AbiWord/glade/xap_UnixDlg_Image.glade -share/AbiSuite-2.0/AbiWord/glade/xap_UnixDlg_Language.glade -share/AbiSuite-2.0/AbiWord/glade/xap_UnixDlg_Password.glade -share/AbiSuite-2.0/AbiWord/glade/xap_UnixDlg_PluginManager.glade -share/AbiSuite-2.0/AbiWord/glade/xap_UnixDlg_WindowMore.glade -share/AbiSuite-2.0/AbiWord/glade/xap_UnixDlg_Zoom.glade -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/aboutos.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/azindex.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/credits.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/fdl.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/histyle.css -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtodocs.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtodocument.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtodocument.html_files/exit_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtodocument.html_files/savewarning_1.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtolists.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtomailmerge.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtomailmerge.html_files/mergefielddlg1_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtomailmerge.html_files/mergesample2_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtonormaltemplate.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtoprefs.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtotables.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtotranslation.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtoweb.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtoweb.html_files/ruler_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtoword.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtoword.html_files/gettingstarted_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/howto/index.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/index.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/info/index.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/info/infoformats.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/info/infomsdi.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/info/inforequirements.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/info/infosections.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/info/infospelling.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogbackgroundcolor.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogbookmark.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogbreak.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogchangecase.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogcolumns.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogdateandtime.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogfield.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogfind.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogfont.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogformatfootnotes.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogformatheaderfooters.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogformattable.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialoggoto.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialoghtmlexport.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialoghyperlink.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogimageproperties.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialoginserttable.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialoglanguage.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialoglists.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogmailmerge.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogmailmergetool.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogmarkrevisions.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogmergecells.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogmodifystyle.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialognew.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialognewstyle.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogopenlinux.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogpagenumbers.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogpagesetup.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogparagraph.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogplugins.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogpreferences.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogprint.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogproperties.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogreplace.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogsavelinux.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogscreencolor.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogselectrevision.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogspelling.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogstyles.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogsymbol.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogtabs.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogviewdocument.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogwordcount.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/dialogzoom.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/index.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/menucontextual.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/menuedit.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/menufile.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/menuformat.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/menuhelp.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/menuinsert.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/menutable.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/menutools.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/menuview.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/menuwindow.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/rulers.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/rulers.html_files/rulers_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/rulers.html_files/rulerscentertab_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/rulers.html_files/rulersdecimaltab_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/rulers.html_files/rulersfirstindent_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/rulers.html_files/rulersindent_1.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/rulers.html_files/rulersleftindent_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/rulers.html_files/rulerslefttab_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/rulers.html_files/rulerslinetab_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/rulers.html_files/rulersmargins_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/rulers.html_files/rulersrighttab_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/rulers.html_files/rulerstab_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/toolbarextra.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/toolbarformatting.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/toolbarstandard.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/toolbartable.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/workspace.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/workspace.html_files/full_window_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/workspace.html_files/functionbars_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/workspace.html_files/functionbars_hiding_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/workspace.html_files/grabbar_shaded_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/workspace.html_files/ruler_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/workspace.html_files/statusbar_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/workspace.html_files/statusbar_quickhelp_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/interface/workspace.html_files/titlebar_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/introduction.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/plugins/index.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/problems/index.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/problems/problemsbugs.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/problems/problemsfaq.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/problems/problemshelp.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/search.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/style.css -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/tutorial/index.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/tutorial/intro.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/tutorial/window.html -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/tutorial/window.html_files/image_10_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/tutorial/window.html_files/image_11_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/tutorial/window.html_files/image_12_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/tutorial/window.html_files/image_13_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/tutorial/window.html_files/image_14_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/tutorial/window.html_files/image_15_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/tutorial/window.html_files/image_16_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/tutorial/window.html_files/image_17_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/tutorial/window.html_files/image_18_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/tutorial/window.html_files/image_19_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/tutorial/window.html_files/image_1_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/tutorial/window.html_files/image_20_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/tutorial/window.html_files/image_2_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/tutorial/window.html_files/image_3_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/tutorial/window.html_files/image_4_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/tutorial/window.html_files/image_5_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/tutorial/window.html_files/image_6_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/tutorial/window.html_files/image_7_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/tutorial/window.html_files/image_8_0.png -%%HELPDOCS:%%share/AbiSuite-2.0/AbiWord/help/en-US/tutorial/window.html_files/image_9_0.png -share/AbiSuite-2.0/AbiWord/readme.txt -share/AbiSuite-2.0/AbiWord/scripts/abw2html.pl -share/AbiSuite-2.0/AbiWord/strings/am-ET.strings -share/AbiSuite-2.0/AbiWord/strings/ar.strings -share/AbiSuite-2.0/AbiWord/strings/be-BY.strings -share/AbiSuite-2.0/AbiWord/strings/bg-BG.strings -share/AbiSuite-2.0/AbiWord/strings/br-FR.strings -share/AbiSuite-2.0/AbiWord/strings/ca-ES.strings -share/AbiSuite-2.0/AbiWord/strings/cs-CZ.strings -share/AbiSuite-2.0/AbiWord/strings/cy-GB.strings -share/AbiSuite-2.0/AbiWord/strings/da-DK.strings -share/AbiSuite-2.0/AbiWord/strings/de-CH.strings -share/AbiSuite-2.0/AbiWord/strings/de-DE.strings -share/AbiSuite-2.0/AbiWord/strings/el-GR.strings -share/AbiSuite-2.0/AbiWord/strings/en-AU.strings -share/AbiSuite-2.0/AbiWord/strings/en-GB.strings -share/AbiSuite-2.0/AbiWord/strings/en-IE.strings -share/AbiSuite-2.0/AbiWord/strings/es-ES.strings -share/AbiSuite-2.0/AbiWord/strings/es-MX.strings -share/AbiSuite-2.0/AbiWord/strings/eu-ES.strings -share/AbiSuite-2.0/AbiWord/strings/fi-FI.strings -share/AbiSuite-2.0/AbiWord/strings/fr-FR.strings -share/AbiSuite-2.0/AbiWord/strings/ga-IE.strings -share/AbiSuite-2.0/AbiWord/strings/gl-ES.strings -share/AbiSuite-2.0/AbiWord/strings/he-IL.strings -share/AbiSuite-2.0/AbiWord/strings/hu-HU.strings -share/AbiSuite-2.0/AbiWord/strings/id-ID.strings -share/AbiSuite-2.0/AbiWord/strings/it-IT.strings -share/AbiSuite-2.0/AbiWord/strings/ja-JP.strings -share/AbiSuite-2.0/AbiWord/strings/jbo.strings -share/AbiSuite-2.0/AbiWord/strings/lt-LT.strings -share/AbiSuite-2.0/AbiWord/strings/lv-LV.strings -share/AbiSuite-2.0/AbiWord/strings/mh-MH.strings -share/AbiSuite-2.0/AbiWord/strings/mk-MK.strings -share/AbiSuite-2.0/AbiWord/strings/ms-MY.strings -share/AbiSuite-2.0/AbiWord/strings/nb-NO.strings -share/AbiSuite-2.0/AbiWord/strings/nl-NL.strings -share/AbiSuite-2.0/AbiWord/strings/nn-NO.strings -share/AbiSuite-2.0/AbiWord/strings/pl-PL.strings -share/AbiSuite-2.0/AbiWord/strings/pt-BR.strings -share/AbiSuite-2.0/AbiWord/strings/pt-PT.strings -share/AbiSuite-2.0/AbiWord/strings/qu-BO.strings -share/AbiSuite-2.0/AbiWord/strings/ro-RO.strings -share/AbiSuite-2.0/AbiWord/strings/ru-RU.strings -share/AbiSuite-2.0/AbiWord/strings/sc-IT.strings -share/AbiSuite-2.0/AbiWord/strings/sk-SK.strings -share/AbiSuite-2.0/AbiWord/strings/sl-SI.strings -share/AbiSuite-2.0/AbiWord/strings/sq-AL.strings -share/AbiSuite-2.0/AbiWord/strings/sr.strings -share/AbiSuite-2.0/AbiWord/strings/sv-SE.strings -share/AbiSuite-2.0/AbiWord/strings/tr-TR.strings -share/AbiSuite-2.0/AbiWord/strings/uk-UA.strings -share/AbiSuite-2.0/AbiWord/strings/vi-VN.strings -share/AbiSuite-2.0/AbiWord/strings/yi.strings -share/AbiSuite-2.0/AbiWord/strings/zh-CN.strings -share/AbiSuite-2.0/AbiWord/strings/zh-HK.strings -share/AbiSuite-2.0/AbiWord/strings/zh-TW.strings -share/AbiSuite-2.0/AbiWord/system.profile -share/AbiSuite-2.0/AbiWord/system.profile-CP1254 -share/AbiSuite-2.0/AbiWord/system.profile-KOI8-R -share/AbiSuite-2.0/AbiWord/system.profile-KOI8-U -share/AbiSuite-2.0/AbiWord/system.profile-KOI8-UB -share/AbiSuite-2.0/AbiWord/system.profile-am-ET -share/AbiSuite-2.0/AbiWord/system.profile-ar -share/AbiSuite-2.0/AbiWord/system.profile-ar-EG -share/AbiSuite-2.0/AbiWord/system.profile-ar-SA -share/AbiSuite-2.0/AbiWord/system.profile-bg-BG -share/AbiSuite-2.0/AbiWord/system.profile-ca-ES -share/AbiSuite-2.0/AbiWord/system.profile-cs-CZ -share/AbiSuite-2.0/AbiWord/system.profile-da-DK -share/AbiSuite-2.0/AbiWord/system.profile-de -share/AbiSuite-2.0/AbiWord/system.profile-de-AT -share/AbiSuite-2.0/AbiWord/system.profile-de-CH -share/AbiSuite-2.0/AbiWord/system.profile-de-DE -share/AbiSuite-2.0/AbiWord/system.profile-div-MV -share/AbiSuite-2.0/AbiWord/system.profile-el-GR -share/AbiSuite-2.0/AbiWord/system.profile-en -share/AbiSuite-2.0/AbiWord/system.profile-en-AU -share/AbiSuite-2.0/AbiWord/system.profile-en-CA -share/AbiSuite-2.0/AbiWord/system.profile-en-GB -share/AbiSuite-2.0/AbiWord/system.profile-en-IE -share/AbiSuite-2.0/AbiWord/system.profile-en-NZ -share/AbiSuite-2.0/AbiWord/system.profile-en-US -share/AbiSuite-2.0/AbiWord/system.profile-en-ZA -share/AbiSuite-2.0/AbiWord/system.profile-es -share/AbiSuite-2.0/AbiWord/system.profile-es-ES -share/AbiSuite-2.0/AbiWord/system.profile-es-MX -share/AbiSuite-2.0/AbiWord/system.profile-eu -share/AbiSuite-2.0/AbiWord/system.profile-eu-ES -share/AbiSuite-2.0/AbiWord/system.profile-fa-IR -share/AbiSuite-2.0/AbiWord/system.profile-fi-FI -share/AbiSuite-2.0/AbiWord/system.profile-fr -share/AbiSuite-2.0/AbiWord/system.profile-fr-BE -share/AbiSuite-2.0/AbiWord/system.profile-fr-CA -share/AbiSuite-2.0/AbiWord/system.profile-fr-CH -share/AbiSuite-2.0/AbiWord/system.profile-fr-FR -share/AbiSuite-2.0/AbiWord/system.profile-gl-ES -share/AbiSuite-2.0/AbiWord/system.profile-he -share/AbiSuite-2.0/AbiWord/system.profile-he-IL -share/AbiSuite-2.0/AbiWord/system.profile-hu-HU -share/AbiSuite-2.0/AbiWord/system.profile-it-IT -share/AbiSuite-2.0/AbiWord/system.profile-ja-JP -share/AbiSuite-2.0/AbiWord/system.profile-lt-LT -share/AbiSuite-2.0/AbiWord/system.profile-nb-NO -share/AbiSuite-2.0/AbiWord/system.profile-nl-NL -share/AbiSuite-2.0/AbiWord/system.profile-nn-NO -share/AbiSuite-2.0/AbiWord/system.profile-pl-PL -share/AbiSuite-2.0/AbiWord/system.profile-ps -share/AbiSuite-2.0/AbiWord/system.profile-pt-BR -share/AbiSuite-2.0/AbiWord/system.profile-pt-PT -share/AbiSuite-2.0/AbiWord/system.profile-ru -share/AbiSuite-2.0/AbiWord/system.profile-ru-RU -share/AbiSuite-2.0/AbiWord/system.profile-sk-SK -share/AbiSuite-2.0/AbiWord/system.profile-sk-SK.CP1250 -share/AbiSuite-2.0/AbiWord/system.profile-sl -share/AbiSuite-2.0/AbiWord/system.profile-sv -share/AbiSuite-2.0/AbiWord/system.profile-sv-SE -share/AbiSuite-2.0/AbiWord/system.profile-syr -share/AbiSuite-2.0/AbiWord/system.profile-tr -share/AbiSuite-2.0/AbiWord/system.profile-tr-TR -share/AbiSuite-2.0/AbiWord/system.profile-tr-TR.CP1254 -share/AbiSuite-2.0/AbiWord/system.profile-uk-UA -share/AbiSuite-2.0/AbiWord/system.profile-ur-PK -share/AbiSuite-2.0/AbiWord/system.profile-yi -share/AbiSuite-2.0/AbiWord/system.profile-zh-CN -share/AbiSuite-2.0/AbiWord/system.profile-zh-TW -share/AbiSuite-2.0/GNOME_AbiWord_Control_2_0.server -share/AbiSuite-2.0/README -share/AbiSuite-2.0/abi-nautilus-view-file.xml -share/AbiSuite-2.0/clipart/book.png -share/AbiSuite-2.0/clipart/chip.png -share/AbiSuite-2.0/clipart/fun.png -share/AbiSuite-2.0/clipart/gear.png -share/AbiSuite-2.0/clipart/gnomea.png -share/AbiSuite-2.0/clipart/gnomeb.png -share/AbiSuite-2.0/clipart/gnomec.png -share/AbiSuite-2.0/clipart/gnomecorner.png -share/AbiSuite-2.0/clipart/gnomed.png -share/AbiSuite-2.0/clipart/gnomedecor1.png -share/AbiSuite-2.0/clipart/gnomedecor2.png -share/AbiSuite-2.0/clipart/gnomee.png -share/AbiSuite-2.0/clipart/gnomeflowers.png -share/AbiSuite-2.0/clipart/gnomeline.png -share/AbiSuite-2.0/clipart/idea.png -share/AbiSuite-2.0/clipart/lamp.png -share/AbiSuite-2.0/clipart/monitor.png -share/AbiSuite-2.0/clipart/music1.png -share/AbiSuite-2.0/clipart/pinceau.png -share/AbiSuite-2.0/clipart/simca.png -share/AbiSuite-2.0/clipart/surprise.png -share/AbiSuite-2.0/clipart/together.png -share/AbiSuite-2.0/clipart/toolbox.png -share/AbiSuite-2.0/clipart/tree.png -share/AbiSuite-2.0/clipart/tux_bordelais.png -share/AbiSuite-2.0/clipart/weather.png -share/AbiSuite-2.0/clipart/write.png -%%DICT:%%share/AbiSuite-2.0/dictionary/american.hash -%%DICT:%%share/AbiSuite-2.0/dictionary/ispell_dictionary_list.xml -share/AbiSuite-2.0/icons/abiword_16.xpm -share/AbiSuite-2.0/icons/abiword_48.png -share/AbiSuite-2.0/icons/abiword_48.tif -share/AbiSuite-2.0/icons/abiword_48.xpm -%%GNOME:%%share/AbiSuite-2.0/icons/abiword_logo.xpm -share/AbiSuite-2.0/templates/A4.awt -share/AbiSuite-2.0/templates/Business-Report.awt -share/AbiSuite-2.0/templates/Employee-Directory.awt -share/AbiSuite-2.0/templates/Fax-Coversheet.awt -share/AbiSuite-2.0/templates/Memo.awt -share/AbiSuite-2.0/templates/Press-Release.awt -share/AbiSuite-2.0/templates/Resume.awt -share/AbiSuite-2.0/templates/Two-Columns.awt -share/AbiSuite-2.0/templates/US-Letter.awt -share/AbiSuite-2.0/templates/normal.awt -share/AbiSuite-2.0/templates/normal.awt-am_ET -share/AbiSuite-2.0/templates/normal.awt-ar -share/AbiSuite-2.0/templates/normal.awt-ar_EG -share/AbiSuite-2.0/templates/normal.awt-ar_SA -share/AbiSuite-2.0/templates/normal.awt-bg_BG -share/AbiSuite-2.0/templates/normal.awt-ca_ES -share/AbiSuite-2.0/templates/normal.awt-cs_CZ -share/AbiSuite-2.0/templates/normal.awt-da_DK -share/AbiSuite-2.0/templates/normal.awt-de -share/AbiSuite-2.0/templates/normal.awt-de_AT -share/AbiSuite-2.0/templates/normal.awt-de_CH -share/AbiSuite-2.0/templates/normal.awt-de_DE -share/AbiSuite-2.0/templates/normal.awt-div_MV -share/AbiSuite-2.0/templates/normal.awt-el_GR -share/AbiSuite-2.0/templates/normal.awt-en_AU -share/AbiSuite-2.0/templates/normal.awt-en_CA -share/AbiSuite-2.0/templates/normal.awt-en_GB -share/AbiSuite-2.0/templates/normal.awt-en_IE -share/AbiSuite-2.0/templates/normal.awt-en_NZ -share/AbiSuite-2.0/templates/normal.awt-en_ZA -share/AbiSuite-2.0/templates/normal.awt-es -share/AbiSuite-2.0/templates/normal.awt-es_ES -share/AbiSuite-2.0/templates/normal.awt-es_FI -share/AbiSuite-2.0/templates/normal.awt-es_IR -share/AbiSuite-2.0/templates/normal.awt-es_MX -share/AbiSuite-2.0/templates/normal.awt-fa_IR -share/AbiSuite-2.0/templates/normal.awt-fr -share/AbiSuite-2.0/templates/normal.awt-fr_BE -share/AbiSuite-2.0/templates/normal.awt-fr_CA -share/AbiSuite-2.0/templates/normal.awt-fr_CH -share/AbiSuite-2.0/templates/normal.awt-fr_FR -share/AbiSuite-2.0/templates/normal.awt-gl_ES -share/AbiSuite-2.0/templates/normal.awt-he -share/AbiSuite-2.0/templates/normal.awt-he_IL -share/AbiSuite-2.0/templates/normal.awt-hu_HU -share/AbiSuite-2.0/templates/normal.awt-it_IT -share/AbiSuite-2.0/templates/normal.awt-ja_JP -share/AbiSuite-2.0/templates/normal.awt-lt_LT -share/AbiSuite-2.0/templates/normal.awt-nb_NO -share/AbiSuite-2.0/templates/normal.awt-nl_NL -share/AbiSuite-2.0/templates/normal.awt-nn_NO -share/AbiSuite-2.0/templates/normal.awt-pl_PL -share/AbiSuite-2.0/templates/normal.awt-ps -share/AbiSuite-2.0/templates/normal.awt-pt_BR -share/AbiSuite-2.0/templates/normal.awt-pt_PT -share/AbiSuite-2.0/templates/normal.awt-ru -share/AbiSuite-2.0/templates/normal.awt-ru_RU -share/AbiSuite-2.0/templates/normal.awt-sk_SK -share/AbiSuite-2.0/templates/normal.awt-sl -share/AbiSuite-2.0/templates/normal.awt-sv -share/AbiSuite-2.0/templates/normal.awt-sv_SE -share/AbiSuite-2.0/templates/normal.awt-syr -share/AbiSuite-2.0/templates/normal.awt-tr -share/AbiSuite-2.0/templates/normal.awt-tr_TR -share/AbiSuite-2.0/templates/normal.awt-uk_UA -share/AbiSuite-2.0/templates/normal.awt-ur_PK -share/AbiSuite-2.0/templates/normal.awt-yi -share/AbiSuite-2.0/templates/normal.awt-zh_CN -share/AbiSuite-2.0/templates/normal.awt-zh_TW -%%GNOME:%%share/gnome/apps/Applications/abiword.desktop +%%GNOME:%%libdata/bonobo/servers/GNOME_AbiWord_Control_2_2.server +share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_Break.glade +share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_Field.glade +share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_FormatFootnotes.glade +share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_FormatFrame.glade +share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_FormatTOC.glade +share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_FormatTable.glade +share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_HdrFtr.glade +share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_InsertTable.glade +share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_Insert_DateTime.glade +share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_MailMerge.glade +share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_MetaData.glade +share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_New.glade +share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_Options.glade +share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_Options_ColorSel.glade +share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_PageNumbers.glade +share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_PageSetup.glade +share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_Replace.glade +share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_Styles.glade +share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_Stylist.glade +share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_Stylist_modal.glade +share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_WordCount.glade +share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/xap_UnixDlg_About.glade +share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/xap_UnixDlg_DocComparison.glade +share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/xap_UnixDlg_Encoding.glade +share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/xap_UnixDlg_History.glade +share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/xap_UnixDlg_Image.glade +share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/xap_UnixDlg_Language.glade +share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/xap_UnixDlg_ListDocuments.glade +share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/xap_UnixDlg_Password.glade +share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/xap_UnixDlg_PluginManager.glade +share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/xap_UnixDlg_WindowMore.glade +share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/xap_UnixDlg_Zoom.glade +share/AbiSuite-%%ABIVERSION%%/AbiWord/readme.txt +share/AbiSuite-%%ABIVERSION%%/AbiWord/scripts/abw2html.pl +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/am-ET.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/ar.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/be-BY.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/bg-BG.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/br-FR.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/ca-ES.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/cs-CZ.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/cy-GB.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/da-DK.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/de-CH.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/de-DE.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/el-GR.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/en-AU.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/en-CA.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/en-GB.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/en-IE.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/es-ES.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/es-MX.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/et.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/eu-ES.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/fi-FI.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/fr-FR.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/ga-IE.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/gl-ES.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/he-IL.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/hu-HU.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/id-ID.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/it-IT.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/ja-JP.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/jbo.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/lt-LT.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/lv-LV.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/mh-MH.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/mk-MK.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/ms-MY.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/nb-NO.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/nl-NL.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/nn-NO.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/pl-PL.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/pt-BR.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/pt-PT.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/qu-BO.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/ro-RO.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/ru-RU.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/sc-IT.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/sk-SK.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/sl-SI.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/sq-AL.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/sr.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/sv-SE.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/ta-IN.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/tr-TR.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/uk-UA.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/vi-VN.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/yi.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/zh-CN.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/zh-HK.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/zh-TW.strings +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-CP1254 +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-KOI8-R +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-KOI8-U +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-KOI8-UB +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-am-ET +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-ar +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-ar-EG +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-ar-SA +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-bg-BG +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-ca-ES +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-cs-CZ +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-da-DK +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-de +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-de-AT +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-de-CH +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-de-DE +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-div-MV +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-el-GR +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-en +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-en-AU +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-en-CA +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-en-GB +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-en-IE +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-en-NZ +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-en-US +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-en-ZA +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-es +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-es-ES +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-es-MX +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-eu +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-eu-ES +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-fa-IR +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-fi-FI +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-fr +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-fr-BE +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-fr-CA +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-fr-CH +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-fr-FR +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-gl-ES +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-he +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-he-IL +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-hu-HU +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-it-IT +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-ja-JP +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-lt-LT +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-nb-NO +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-nl-NL +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-nn-NO +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-pl-PL +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-ps +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-pt-BR +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-pt-PT +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-ru +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-ru-RU +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-sk-SK +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-sk-SK.CP1250 +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-sl +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-sv +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-sv-SE +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-syr +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-tr +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-tr-TR +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-tr-TR.CP1254 +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-uk-UA +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-ur-PK +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-yi +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-zh-CN +share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-zh-TW +share/AbiSuite-%%ABIVERSION%%/clipart/book.png +share/AbiSuite-%%ABIVERSION%%/clipart/chip.png +share/AbiSuite-%%ABIVERSION%%/clipart/fun.png +share/AbiSuite-%%ABIVERSION%%/clipart/gear.png +share/AbiSuite-%%ABIVERSION%%/clipart/gnomea.png +share/AbiSuite-%%ABIVERSION%%/clipart/gnomeb.png +share/AbiSuite-%%ABIVERSION%%/clipart/gnomec.png +share/AbiSuite-%%ABIVERSION%%/clipart/gnomecorner.png +share/AbiSuite-%%ABIVERSION%%/clipart/gnomed.png +share/AbiSuite-%%ABIVERSION%%/clipart/gnomedecor1.png +share/AbiSuite-%%ABIVERSION%%/clipart/gnomedecor2.png +share/AbiSuite-%%ABIVERSION%%/clipart/gnomee.png +share/AbiSuite-%%ABIVERSION%%/clipart/gnomeflowers.png +share/AbiSuite-%%ABIVERSION%%/clipart/gnomeline.png +share/AbiSuite-%%ABIVERSION%%/clipart/idea.png +share/AbiSuite-%%ABIVERSION%%/clipart/lamp.png +share/AbiSuite-%%ABIVERSION%%/clipart/monitor.png +share/AbiSuite-%%ABIVERSION%%/clipart/music1.png +share/AbiSuite-%%ABIVERSION%%/clipart/pinceau.png +share/AbiSuite-%%ABIVERSION%%/clipart/simca.png +share/AbiSuite-%%ABIVERSION%%/clipart/surprise.png +share/AbiSuite-%%ABIVERSION%%/clipart/together.png +share/AbiSuite-%%ABIVERSION%%/clipart/toolbox.png +share/AbiSuite-%%ABIVERSION%%/clipart/tree.png +share/AbiSuite-%%ABIVERSION%%/clipart/tux_bordelais.png +share/AbiSuite-%%ABIVERSION%%/clipart/weather.png +share/AbiSuite-%%ABIVERSION%%/clipart/write.png +%%DICT:%%share/AbiSuite-%%ABIVERSION%%/dictionary/american.hash +%%DICT:%%share/AbiSuite-%%ABIVERSION%%/dictionary/ispell_dictionary_list.xml +share/AbiSuite-%%ABIVERSION%%/icons/abiword_16.xpm +share/AbiSuite-%%ABIVERSION%%/icons/abiword_48.png +share/AbiSuite-%%ABIVERSION%%/icons/abiword_48.tif +share/AbiSuite-%%ABIVERSION%%/icons/abiword_48.xpm +%%GNOME:%%share/AbiSuite-%%ABIVERSION%%/icons/abiword_logo.xpm +share/AbiSuite-%%ABIVERSION%%/templates/A4.awt +share/AbiSuite-%%ABIVERSION%%/templates/Business-Letter.awt +share/AbiSuite-%%ABIVERSION%%/templates/Business-Report.awt +share/AbiSuite-%%ABIVERSION%%/templates/Employee-Directory.awt +share/AbiSuite-%%ABIVERSION%%/templates/Fax-Coversheet.awt +share/AbiSuite-%%ABIVERSION%%/templates/Friendly-Letter.awt +share/AbiSuite-%%ABIVERSION%%/templates/Memo.awt +share/AbiSuite-%%ABIVERSION%%/templates/Press-Release.awt +share/AbiSuite-%%ABIVERSION%%/templates/Resume.awt +share/AbiSuite-%%ABIVERSION%%/templates/Two-Columns.awt +share/AbiSuite-%%ABIVERSION%%/templates/US-Letter.awt +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-am_ET +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-ar +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-ar_EG +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-ar_SA +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-bg_BG +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-ca_ES +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-cs_CZ +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-da_DK +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-de +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-de_AT +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-de_CH +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-de_DE +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-div_MV +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-el_GR +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-en_AU +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-en_CA +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-en_GB +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-en_IE +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-en_NZ +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-en_ZA +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-es +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-es_ES +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-es_IR +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-es_MX +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-fa_IR +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-fi_FI +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-fr +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-fr_BE +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-fr_CA +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-fr_CH +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-fr_FR +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-gl_ES +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-he +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-he_IL +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-hu_HU +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-it_IT +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-ja_JP +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-lt_LT +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-nb_NO +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-nl_NL +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-nn_NO +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-pl_PL +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-ps +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-pt_BR +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-pt_PT +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-ru +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-ru_RU +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-sk_SK +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-sl +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-sv +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-sv_SE +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-syr +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-tr +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-tr_TR +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-uk_UA +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-ur_PK +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-yi +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-zh_CN +share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-zh_TW +%%GNOME:%%share/gnome/applications/abiword.desktop +%%GNOME:%%@exec update-desktop-database > /dev/null || /usr/bin/true %%GNOME:%%share/gnome/gnome-2.0/ui/abi-nautilus-view-file.xml %%GNOME:%%share/gnome/pixmaps/abiword_48.png -@dirrm share/AbiSuite-2.0/templates -@dirrm share/AbiSuite-2.0/icons -@dirrm share/AbiSuite-2.0/dictionary -@dirrm share/AbiSuite-2.0/clipart -@dirrm share/AbiSuite-2.0/AbiWord/strings -@dirrm share/AbiSuite-2.0/AbiWord/scripts -%%HELPDOCS:%%@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/tutorial/window.html_files -%%HELPDOCS:%%@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/tutorial -%%HELPDOCS:%%@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/problems -%%HELPDOCS:%%@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/plugins -%%HELPDOCS:%%@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/interface/workspace.html_files -%%HELPDOCS:%%@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/interface/rulers.html_files -%%HELPDOCS:%%@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/interface -%%HELPDOCS:%%@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/info -%%HELPDOCS:%%@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtoword.html_files -%%HELPDOCS:%%@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtoweb.html_files -%%HELPDOCS:%%@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtomailmerge.html_files -%%HELPDOCS:%%@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/howto/howtodocument.html_files -%%HELPDOCS:%%@dirrm share/AbiSuite-2.0/AbiWord/help/en-US/howto -%%HELPDOCS:%%@dirrm share/AbiSuite-2.0/AbiWord/help/en-US -%%HELPDOCS:%%@dirrm share/AbiSuite-2.0/AbiWord/help -@dirrm share/AbiSuite-2.0/AbiWord/glade -@dirrm share/AbiSuite-2.0/AbiWord -@dirrm share/AbiSuite-2.0 +@dirrm share/AbiSuite-%%ABIVERSION%%/templates +@dirrm share/AbiSuite-%%ABIVERSION%%/icons +@dirrm share/AbiSuite-%%ABIVERSION%%/dictionary +@dirrm share/AbiSuite-%%ABIVERSION%%/clipart +@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/strings +@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/scripts +@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/glade +@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord +@dirrm share/AbiSuite-%%ABIVERSION%% +@dirrm lib/AbiWord-%%ABIVERSION%%/plugins +@dirrm lib/AbiWord-%%ABIVERSION%% +%%GNOME:%%@unexec update-desktop-database > /dev/null || /usr/bin/true |