diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-02-16 11:35:41 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-02-16 11:35:41 +0000 |
commit | c81253268bdf09155c26409a5f5da41031e5314b (patch) | |
tree | 82eee044bfd0d1f72443f8723bce8500903f4ebc /app-office/koffice | |
parent | Add missing pkgconfig dependency, closes bug #167159 reported by Alberto Fias... (diff) | |
download | historical-c81253268bdf09155c26409a5f5da41031e5314b.tar.gz historical-c81253268bdf09155c26409a5f5da41031e5314b.tar.bz2 historical-c81253268bdf09155c26409a5f5da41031e5314b.zip |
Bump to 1.6.2 pre-release.
Package-Manager: portage-2.1.2-r9
Diffstat (limited to 'app-office/koffice')
-rw-r--r-- | app-office/koffice/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/koffice/files/digest-koffice-1.6.2 | 3 | ||||
-rw-r--r-- | app-office/koffice/koffice-1.6.1-r1.ebuild | 4 | ||||
-rw-r--r-- | app-office/koffice/koffice-1.6.2.ebuild | 95 |
4 files changed, 107 insertions, 3 deletions
diff --git a/app-office/koffice/ChangeLog b/app-office/koffice/ChangeLog index 9cbaeb505f5e..bef35088af72 100644 --- a/app-office/koffice/ChangeLog +++ b/app-office/koffice/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/koffice # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/ChangeLog,v 1.214 2007/02/15 00:37:34 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/ChangeLog,v 1.215 2007/02/16 11:30:33 flameeyes Exp $ + +*koffice-1.6.2 (16 Feb 2007) + + 16 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> + koffice-1.6.1-r1.ebuild, +koffice-1.6.2.ebuild: + Bump to 1.6.2 pre-release. 15 Feb 2007; Bryan Østergaard <kloeri@gentoo.org> koffice-1.6.1-r1.ebuild: diff --git a/app-office/koffice/files/digest-koffice-1.6.2 b/app-office/koffice/files/digest-koffice-1.6.2 new file mode 100644 index 000000000000..cfd7d14fcad4 --- /dev/null +++ b/app-office/koffice/files/digest-koffice-1.6.2 @@ -0,0 +1,3 @@ +MD5 74ef62a5f8f766fe8192d5b7d65a3928 koffice-1.6.2.tar.bz2 57049103 +RMD160 fb4ef5870870d80481a4a9d2864199428f495460 koffice-1.6.2.tar.bz2 57049103 +SHA256 fa5ca02eba02219d34c3c6efff92bf767060b4b1343da56eb63139661d53f380 koffice-1.6.2.tar.bz2 57049103 diff --git a/app-office/koffice/koffice-1.6.1-r1.ebuild b/app-office/koffice/koffice-1.6.1-r1.ebuild index f8bfe81272bd..43f7320aa6e8 100644 --- a/app-office/koffice/koffice-1.6.1-r1.ebuild +++ b/app-office/koffice/koffice-1.6.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.6.1-r1.ebuild,v 1.9 2007/02/15 00:37:34 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.6.1-r1.ebuild,v 1.10 2007/02/16 11:30:33 flameeyes Exp $ inherit kde @@ -28,7 +28,7 @@ RDEPEND=">=media-libs/freetype-2 dev-libs/libxslt sys-libs/readline mysql? ( virtual/mysql ) - postgres? ( dev-libs/libpqxx ) + postgres? ( <dev-libs/libpqxx-2.6.9 ) virtual/python dev-lang/ruby >=app-text/wv2-0.1.9 diff --git a/app-office/koffice/koffice-1.6.2.ebuild b/app-office/koffice/koffice-1.6.2.ebuild new file mode 100644 index 000000000000..d74c02e4db25 --- /dev/null +++ b/app-office/koffice/koffice-1.6.2.ebuild @@ -0,0 +1,95 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.6.2.ebuild,v 1.1 2007/02/16 11:30:33 flameeyes Exp $ + +inherit kde + +RV="${PV}" +MY_P="koffice-${RV}" +S="${WORKDIR}/${MY_P}" + +DESCRIPTION="KOffice is an integrated office suite for KDE, the K Desktop Environment." +HOMEPAGE="http://www.koffice.org/" +SRC_URI="mirror://kde/stable/koffice-${PV}/src/${P}.tar.bz2" +#SRC_URI="mirror://kde/unstable/koffice-${PV/_/-}/src/${MY_P}.tar.bz2" +LICENSE="GPL-2 LGPL-2" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" + +# See bug #130442. +#IUSE="doc mysql opengl postgres" +IUSE="doc mysql postgres" + +RDEPEND=">=media-libs/freetype-2 + media-libs/fontconfig + media-libs/libart_lgpl + dev-libs/libxml2 + dev-libs/libxslt + sys-libs/readline + mysql? ( virtual/mysql ) + postgres? ( <dev-libs/libpqxx-2.6.0 ) + virtual/python + dev-lang/ruby + >=app-text/wv2-0.1.9 + >=app-text/libwpd-0.8.2 + >=media-gfx/imagemagick-6.2.5.5 + >=media-libs/lcms-1.15 + media-libs/tiff + media-libs/jpeg + >=media-libs/openexr-1.2.2-r2 + media-libs/libpng + >=media-libs/libexif-0.6.13-r1 + virtual/opengl + virtual/glu" +# opengl? ( virtual/opengl virtual/glu )" + +DEPEND="${RDEPEND} + doc? ( app-doc/doxygen )" + +# add blockers on split packages derived from this one +for x in $(get-child-packages ${CATEGORY}/${PN}); do + DEPEND="${DEPEND} !${x}" + RDEPEND="${RDEPEND} !${x}" +done + +need-kde 3.4 + +# TODO: kword sql plugin needs Qt compiled with sql support +# the dependency on python is needed for scripting support in kexi +# and for kivio/kiviopart/kiviosdk. + +pkg_setup() { + # use opengl && + if ! built_with_use =x11-libs/qt-3* opengl ; then + eerror "You need to build x11-libs/qt with opengl use flag enabled." + die + fi +} + +src_unpack() { + kde_src_unpack + # FIXME - disable broken tests for now + sed -i -e "s:TESTSDIR =.*:TESTSDIR=:" ${S}/krita/core/Makefile.am \ + `ls ${S}/krita/colorspaces/*/Makefile.am` + sed -i -e "s:toolbar tests:toolbar:" ${S}/kplato/Makefile.am +} + +src_compile() { + local myconf="$(use_enable mysql) $(use_enable postgres pgsql)" + # $(use_enable opengl gl)" + + kde_src_compile + if use doc; then + make apidox || die + fi +} + +src_install() { + kde_src_install + if use doc; then + make DESTDIR="${D}" install-apidox || die + fi + + dodoc changes-* +} |