diff options
author | Marinus Schraal <foser@gentoo.org> | 2004-12-19 21:28:31 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2004-12-19 21:28:31 +0000 |
commit | ecaa23aa86a2339cac9b58d755509162529f270a (patch) | |
tree | db3962ba35cccffcbce6e6ab0ce62c4600b8442f /app-office | |
parent | debug support, minor fixes (diff) | |
download | historical-ecaa23aa86a2339cac9b58d755509162529f270a.tar.gz historical-ecaa23aa86a2339cac9b58d755509162529f270a.tar.bz2 historical-ecaa23aa86a2339cac9b58d755509162529f270a.zip |
new release
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/abiword/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/abiword/Manifest | 18 | ||||
-rw-r--r-- | app-office/abiword/abiword-2.2.2.ebuild | 106 | ||||
-rw-r--r-- | app-office/abiword/files/digest-abiword-2.2.2 | 1 |
4 files changed, 124 insertions, 9 deletions
diff --git a/app-office/abiword/ChangeLog b/app-office/abiword/ChangeLog index 9ddde5ac017e..0ab787b4b3ff 100644 --- a/app-office/abiword/ChangeLog +++ b/app-office/abiword/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/abiword # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.91 2004/10/19 09:50:27 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.92 2004/12/19 21:28:31 foser Exp $ + +*abiword-2.2.2 (19 Dec 2004) + + 19 Dec 2004; foser <foser@gentoo.org> abiword-2.2.2.ebuild : + Finally add this one, add mime eclass for the desktop file + Remove docs installation for now until someone figures what exactly to install 19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> abiword-2.0.10.ebuild: Stable on amd64. diff --git a/app-office/abiword/Manifest b/app-office/abiword/Manifest index bf344bd556ea..c38e260682b5 100644 --- a/app-office/abiword/Manifest +++ b/app-office/abiword/Manifest @@ -1,14 +1,16 @@ -MD5 74802968a229b2b9d330d4ff26d12384 ChangeLog 12906 -MD5 a417c54d33547fd080f66550dc768119 abiword-2.0.6.ebuild 2368 MD5 0f588abcbda4340456d010bed3fd994f abiword-2.0.7.ebuild 2440 -MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 -MD5 9751d242f1622444d75eff967ca01888 abiword-2.0.10.ebuild 2407 MD5 846062a82edba675815a99a9176405d1 abiword-2.0.11.ebuild 2416 -MD5 31616e14907aefda2489036cc3d1db3d files/AbiWord.desktop 901 -MD5 1ebcd22c6249c06e631c13491113d8ef files/AbiWord2.desktop 166 +MD5 a417c54d33547fd080f66550dc768119 abiword-2.0.6.ebuild 2368 +MD5 9751d242f1622444d75eff967ca01888 abiword-2.0.10.ebuild 2407 +MD5 4ddd53188a68a7bd59d364a11611d416 abiword-2.2.2.ebuild 2264 +MD5 01fbe64a10618f84a60b139f22368db6 ChangeLog 13139 +MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 +MD5 4b3719f3158acf5c443b4739886272f4 files/digest-abiword-2.0.10 69 +MD5 cdcb56eb42723dfe535c458c4e062400 files/digest-abiword-2.0.11 69 MD5 cd037c182094f6ba10b7dd9e15035efd files/abiword-2.0.3-amd64.patch 8632 MD5 388c51460cfdcd7f6fd5b144d61f245a files/abiword-2.0.7-gcc-3.4.patch 525 MD5 98793f926bc55d7e2398a9990d36fe18 files/digest-abiword-2.0.6 68 MD5 662c468ce505280c4a15a351ebbd485e files/digest-abiword-2.0.7 68 -MD5 4b3719f3158acf5c443b4739886272f4 files/digest-abiword-2.0.10 69 -MD5 cdcb56eb42723dfe535c458c4e062400 files/digest-abiword-2.0.11 69 +MD5 3b6aacecf03d65d9c41833afe9d29687 files/digest-abiword-2.2.2 68 +MD5 31616e14907aefda2489036cc3d1db3d files/AbiWord.desktop 901 +MD5 1ebcd22c6249c06e631c13491113d8ef files/AbiWord2.desktop 166 diff --git a/app-office/abiword/abiword-2.2.2.ebuild b/app-office/abiword/abiword-2.2.2.ebuild new file mode 100644 index 000000000000..2c2f6f449523 --- /dev/null +++ b/app-office/abiword/abiword-2.2.2.ebuild @@ -0,0 +1,106 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.2.2.ebuild,v 1.1 2004/12/19 21:28:31 foser Exp $ + +inherit eutils fdo-mime + +IUSE="gnome jpeg spell xml2" + +S_P=${S}/${PN}-plugins +S=${WORKDIR}/${P}/abi + +DESCRIPTION="Fully featured yet light and fast cross platform word processor" +HOMEPAGE="http://www.abisource.com" + +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +KEYWORDS="~x86 ~sparc ~alpha ~ppc ~amd64 ~hppa ~ppc64" +LICENSE="GPL-2" +SLOT="2" + +RDEPEND="virtual/x11 + virtual/xft + >=media-libs/fontconfig-2.1 + media-libs/libpng + >=x11-libs/gtk+-2.4 + >=gnome-base/libglade-2 + >=app-text/wv-1 + >=dev-libs/fribidi-0.10.4 + jpeg? ( >=media-libs/jpeg-6b-r2 ) + xml2? ( >=dev-libs/libxml2-2.4.10 ) + !xml2? ( dev-libs/expat ) + spell? ( >=app-text/enchant-1.1 ) + gnome? ( >=gnome-base/libgnomeui-2.2 + >=gnome-base/libgnomeprint-2.2.1 + >=gnome-base/libgnomeprintui-2.2.1 + >=gnome-base/libbonobo-2 + >=gnome-extra/gucharmap-1.4 )" + +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_compile() { + + # this is a hack since I don't want to go hack in the gnome-vfs headerfiles. + # The issue is about gnome-vfs containing "long long" which makes gcc 3.3.1 balk + cp configure configure.old + cat configure.old |sed s:-pedantic::g >configure + rm -f configure.old + + econf \ + `use_enable gnome` \ + `use_enable gnome gucharmap` \ + `use_with xml2 libxml2` \ + `use_enable spell enchant` \ + --disable-debug \ + --enable-bidi \ + --enable-threads \ + --without-ImageMagick \ + --disable-scripting \ + --with-sys-wv || die + + emake all-recursive || die + + # Build plugins + + cd ${S_P} + + econf \ + --disable-debug \ + --enable-all \ + --with-abiword=${S} \ + --without-ImageMagick || die + + emake || die + +} + +src_install() { + + dodir /usr/{bin,lib} + + make DESTDIR=${D} install || die + + dosed "s:Exec=abiword:Exec=abiword-2.2:" /usr/share/applications/abiword.desktop + + rm -f ${D}/usr/bin/abiword-2.2 + rm -f ${D}/usr/bin/abiword + dosym AbiWord-2.2 /usr/bin/abiword-2.2 + + dodoc COPYING *.TXT docs/build/BUILD.TXT user/wp/readme.txt + + # install plugins + + cd ${S_P} + + make DESTDIR=${D} install || die + +} + +pkg_postinst() { + + fdo-mime_desktop_database_update + +} + +USE_DESTDIR="1" diff --git a/app-office/abiword/files/digest-abiword-2.2.2 b/app-office/abiword/files/digest-abiword-2.2.2 new file mode 100644 index 000000000000..21aa8fcaac1d --- /dev/null +++ b/app-office/abiword/files/digest-abiword-2.2.2 @@ -0,0 +1 @@ +MD5 82121782b4388c12373970bfb695dc44 abiword-2.2.2.tar.bz2 23132155 |