mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
-Move editors/AbiWord2 -> editors/abiword
-Update to 2.2.1, see the detail: http://www.abisource.com/release-notes/2.2.1.phtml
This commit is contained in:
parent
2cb13fd341
commit
83ab839c2b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123143
44 changed files with 736 additions and 2414 deletions
1
MOVED
1
MOVED
|
@ -1343,3 +1343,4 @@ net/partysip||2004-11-28|deleted because due to link failure
|
|||
audio/mBox|audio/mbox|2004-11-29|renamed to mbox because mbox and mBox are duplicate ports
|
||||
graphics/digikamplugins|graphics/kipi-plugins|2004-12-01|merged into kipi-plugins
|
||||
mail/milter-sender||2004-12-02|removed on author's request
|
||||
editors/AbiWord2|editors/abiword|2004-12-04|renamed to abiword
|
||||
|
|
|
@ -1,128 +0,0 @@
|
|||
# New ports collection makefile for: AbiWord2
|
||||
# Date created: 22 February 2003
|
||||
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= AbiWord2
|
||||
PORTVERSION= 2.0.12
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/
|
||||
MASTER_SITE_SUBDIR= abiword
|
||||
DISTNAME= abiword-${PORTVERSION}
|
||||
DIST_SUBDIR= AbiWord
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= An open-source, cross-platform WYSIWYG word processor
|
||||
|
||||
# unzip is needed during the installation process
|
||||
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
|
||||
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
|
||||
png.5:${PORTSDIR}/graphics/png \
|
||||
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
|
||||
USE_GNOME= gnomehier libglade2 libxml2
|
||||
WANT_GNOME= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-xft \
|
||||
--with-sys-wv \
|
||||
--with-popt=${LOCALBASE} \
|
||||
--with-zlib=${LOCALBASE} \
|
||||
--with-libpng=${LOCALBASE} \
|
||||
--with-libiconv=${LOCALBASE} \
|
||||
--with-libjpeg-prefix=${LOCALBASE} \
|
||||
--disable-peer-config \
|
||||
--enable-cmap=no
|
||||
MAKEFILE= GNUmakefile
|
||||
|
||||
.ifndef(WITHOUT_HELP_DOCS)
|
||||
PLIST_SUB+= HELPDOCS:=""
|
||||
.else
|
||||
PLIST_SUB+= HELPDOCS:="@comment "
|
||||
.endif
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${HAVE_GNOME:Mnautilus2}!="" && ${HAVE_GNOME:Mlibgnomeprintui}!=""
|
||||
USE_GNOME+= nautilus2 libgnomeprintui
|
||||
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 "
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-enchant --disable-pspell
|
||||
PLIST_SUB+= DICT:=""
|
||||
.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} ""
|
||||
|
||||
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 \
|
||||
's|@.*PEER.*@||g ; \
|
||||
s|WV_INCLUDES = |#WV_INCLUDES = |g ; \
|
||||
s|[(]libdir[)]/@PACKAGE@|(datadir)/@PACKAGE@|g ; \
|
||||
s|[(]libdir[)]/bonobo/servers|(prefix)/libdata/bonobo/servers|g'
|
||||
|
||||
post-install:
|
||||
.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}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
|
@ -1,2 +0,0 @@
|
|||
MD5 (AbiWord/abiword-2.0.12.tar.bz2) = a4a986028405cd14a2adc7f327e9f7cc
|
||||
SIZE (AbiWord/abiword-2.0.12.tar.bz2) = 22195428
|
|
@ -1,49 +0,0 @@
|
|||
--- GNUmakefile.in.orig Mon Jun 7 14:59:52 2004
|
||||
+++ GNUmakefile.in Mon Jun 7 15:01:41 2004
|
||||
@@ -156,17 +156,17 @@
|
||||
|
||||
SUBDIRS = src
|
||||
|
||||
-expat_peerdir = $(top_builddir)/../expat
|
||||
-wv_peerdir = $(top_builddir)/../wv
|
||||
-libiconv_peerdir = $(top_builddir)/../libiconv
|
||||
-libpng_peerdir = @LIBPNG_PEERDIR@
|
||||
-libpopt_peerdir = $(top_builddir)/../popt
|
||||
+#expat_peerdir = $(top_builddir)/../expat
|
||||
+#wv_peerdir = $(top_builddir)/../wv
|
||||
+#libiconv_peerdir = $(top_builddir)/../libiconv
|
||||
+#libpng_peerdir = @LIBPNG_PEERDIR@
|
||||
+#libpopt_peerdir = $(top_builddir)/../popt
|
||||
|
||||
-desktop_DATA = abiword.desktop
|
||||
-desktopdir = $(datadir)/applications
|
||||
+#desktop_DATA = abiword.desktop
|
||||
+#desktopdir = $(datadir)/applications
|
||||
|
||||
-icon_DATA = abiword_48.png
|
||||
-icondir = $(datadir)/icons
|
||||
+#icon_DATA = abiword_48.png
|
||||
+#icondir = $(datadir)/icons
|
||||
|
||||
@BIGENDIAN_TRUE@dictionary = $(top_srcdir)/../abidistfiles/dictionary/BigEndian32.american.hash
|
||||
@BIGENDIAN_FALSE@dictionary = $(top_srcdir)/../abidistfiles/dictionary/LittleEndian32.american.hash
|
||||
@@ -586,7 +586,6 @@
|
||||
|
||||
# Install the datafiles. This is quick-and-dirty.
|
||||
install-data-local:
|
||||
- @$(mkinstalldirs) $(DESTDIR)$(bonobodir)
|
||||
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 @@
|
||||
for file in $(top_srcdir)/../abidistfiles/$$dir/* ; do \
|
||||
if test -f $$file ; then \
|
||||
sfile=`echo "$$file" | sed 's/\.[^.]*$$//'`; \
|
||||
- if test "$$sfile.server" = $$file; then \
|
||||
- $(INSTALL_DATA) $$file $(DESTDIR)$(bonobodir); \
|
||||
- else \
|
||||
$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdatadir)/$$dir; \
|
||||
- fi; \
|
||||
fi; \
|
||||
done; \
|
||||
fi; \
|
|
@ -1,11 +0,0 @@
|
|||
--- src/af/util/xp/ut_png.cpp.orig Wed Apr 17 12:49:55 2002
|
||||
+++ src/af/util/xp/ut_png.cpp Fri Apr 19 20:40:25 2002
|
||||
@@ -24,7 +24,7 @@
|
||||
#ifdef _AIX
|
||||
#define jmpbuf __jmpbuf
|
||||
#endif
|
||||
-#include "png.h"
|
||||
+#include <png.h>
|
||||
|
||||
#include "ut_assert.h"
|
||||
#include "ut_bytebuf.h"
|
|
@ -1,51 +0,0 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- src/Makefile.orig Mon Jun 7 00:15:08 2004
|
||||
+++ src/Makefile Mon Jun 7 00:51:56 2004
|
||||
@@ -52,6 +52,7 @@
|
||||
|
||||
## Set the following to a list of pathnames to be copied to $(CANONDIR)
|
||||
CANON_TOPLEVELFILES= $(ABI_ROOT)/COPYING $(ABI_ROOT)/user/wp/readme.txt
|
||||
+CANON_TLF_NOTDIR= $(notdir $(CANON_TOPLEVELFILES))
|
||||
|
||||
## Set the following to a list of directories (probably a subset of DIRS)
|
||||
## that have work to do.
|
||||
@@ -62,6 +63,9 @@
|
||||
@for k in $(CANON_TOPLEVELFILES); do \
|
||||
$(ABICOPY) $$k $(CANONDIR); \
|
||||
done
|
||||
+ @for k in $(CANON_TLF_NOTDIR); do \
|
||||
+ $(ABICHMOD) ugo=r $(CANONDIR)/$$k; \
|
||||
+ done
|
||||
@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)
|
||||
+ @(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
|
||||
# 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
|
||||
|
||||
##################################################################
|
|
@ -1,28 +0,0 @@
|
|||
--- 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 @@
|
||||
## 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
|
||||
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
|
||||
endef
|
||||
|
||||
ifeq ($(OS_NAME), WIN32)
|
||||
@@ -262,7 +262,10 @@
|
||||
##################################################################
|
||||
##################################################################
|
||||
|
||||
-ABICOPY=cp
|
||||
+ABIRM = rm
|
||||
+ABICOPY = cp
|
||||
+ABICHMOD = chmod
|
||||
+ABIMKDIR = mkdir -m u=rwx,go=rx
|
||||
|
||||
ifdef ABISOURCE_LICENSED_TRADEMARKS
|
||||
ABI_TMDEFS= -DABISOURCE_LICENSED_TRADEMARKS
|
|
@ -1,14 +0,0 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- src/pkg/common/unix/scripts/install.sh.orig Sat Apr 7 10:59:52 2001
|
||||
+++ src/pkg/common/unix/scripts/install.sh Wed Aug 8 13:31:57 2001
|
||||
@@ -80,7 +80,7 @@
|
||||
|
||||
echo "Installing program binaries to [$LIBEXECDIR]..."
|
||||
# Setup bins
|
||||
-(cd $SRCDIR/bin; tar cf - *) | (cd $LIBEXECDIR; tar xf -)
|
||||
+(cd $SRCDIR/bin; cp Abi* $LIBEXECDIR)
|
||||
|
||||
########################################################################
|
||||
# If we're on Solaris, run makepsres on the font path
|
|
@ -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);
|
|
@ -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;
|
||||
}
|
|
@ -1,13 +0,0 @@
|
|||
--- 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;
|
||||
|
||||
|
||||
- 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 )
|
|
@ -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;
|
||||
|
|
@ -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
|
|
@ -1,22 +0,0 @@
|
|||
AbiWord is an open-source, cross-platform WYSIWYG word processor. It works
|
||||
on Windows and most Unix Systems.
|
||||
|
||||
Features include:
|
||||
|
||||
- Basic character formatting (bold, underline, italics, etc.)
|
||||
- Paragraph alignment
|
||||
- Spell-check
|
||||
- Import of Word97 and RTF documents
|
||||
- Export to RTF, Text, HTML, and LaTeX formats
|
||||
- Interactive rulers and tabs
|
||||
- Styles
|
||||
- Unlimited undo/redo
|
||||
- Multiple column control
|
||||
- Widow/orphan control
|
||||
- Find/Replace
|
||||
- Anti-aliased fonts
|
||||
- Images
|
||||
|
||||
For more information, or to see screenshots, visit the AbiSource home page
|
||||
at
|
||||
WWW: http://www.abisource.com/
|
|
@ -1,427 +0,0 @@
|
|||
bin/AbiWord-2.0
|
||||
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:%%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
|
|
@ -4,8 +4,8 @@
|
|||
COMMENT = Editors
|
||||
|
||||
SUBDIR += 2bsd-vi
|
||||
SUBDIR += AbiWord2
|
||||
SUBDIR += MathPlanner
|
||||
SUBDIR += abiword
|
||||
SUBDIR += aee
|
||||
SUBDIR += aewan
|
||||
SUBDIR += apel
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/\.[^.]*$$//'`; \
|
||||
|
|
14
editors/abiword-devel/files/patch-abiword.desktop
Normal file
14
editors/abiword-devel/files/patch-abiword.desktop
Normal file
|
@ -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
|
|
@ -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))
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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);
|
|
@ -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;
|
||||
}
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
@ -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
|
|
@ -17,6 +17,6 @@ Features include:
|
|||
- Anti-aliased fonts
|
||||
- Images
|
||||
|
||||
For more information, or to see screenshots, visit the AbiSource home page
|
||||
at
|
||||
For more information, or to see screenshots, visit the AbiSource home page.
|
||||
|
||||
WWW: http://www.abisource.com/
|
||||
|
|
5
editors/abiword-devel/pkg-install
Normal file
5
editors/abiword-devel/pkg-install
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ "$2" = "POST-INSTALL" ]; then
|
||||
mkdir -p ${PKG_PREFIX}/lib/AbiWord-2.2/plugins
|
||||
fi
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/\.[^.]*$$//'`; \
|
||||
|
|
14
editors/abiword/files/patch-abiword.desktop
Normal file
14
editors/abiword/files/patch-abiword.desktop
Normal file
|
@ -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
|
|
@ -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))
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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);
|
|
@ -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;
|
||||
}
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
@ -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
|
|
@ -17,6 +17,6 @@ Features include:
|
|||
- Anti-aliased fonts
|
||||
- Images
|
||||
|
||||
For more information, or to see screenshots, visit the AbiSource home page
|
||||
at
|
||||
For more information, or to see screenshots, visit the AbiSource home page.
|
||||
|
||||
WWW: http://www.abisource.com/
|
||||
|
|
5
editors/abiword/pkg-install
Normal file
5
editors/abiword/pkg-install
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ "$2" = "POST-INSTALL" ]; then
|
||||
mkdir -p ${PKG_PREFIX}/lib/AbiWord-2.2/plugins
|
||||
fi
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue