diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-01-14 20:38:15 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-01-14 20:38:15 +0000 |
commit | d4ae090832019ff0e7ed753c3398e613cf9e17f9 (patch) | |
tree | 8ff00965637a92db49d9ba47a1f7da7f89a27d55 | |
parent | arm stable (diff) | |
download | gentoo-2-d4ae090832019ff0e7ed753c3398e613cf9e17f9.tar.gz gentoo-2-d4ae090832019ff0e7ed753c3398e613cf9e17f9.tar.bz2 gentoo-2-d4ae090832019ff0e7ed753c3398e613cf9e17f9.zip |
KOffice version bump
(Portage version: 2.1.9.31/cvs/Linux x86_64, RepoMan options: --force)
23 files changed, 648 insertions, 18 deletions
diff --git a/app-office/karbon/ChangeLog b/app-office/karbon/ChangeLog index b6924dfab13b..2d0107d18312 100644 --- a/app-office/karbon/ChangeLog +++ b/app-office/karbon/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/karbon -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/karbon/ChangeLog,v 1.115 2010/11/16 23:47:17 dilfridge Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/karbon/ChangeLog,v 1.116 2011/01/14 20:38:15 dilfridge Exp $ + +*karbon-2.3.0 (14 Jan 2011) + + 14 Jan 2011; Andreas K. Huettel <dilfridge@gentoo.org> + +karbon-2.3.0.ebuild: + Version bump 16 Nov 2010; Andreas K. Huettel <dilfridge@gentoo.org> -karbon-2.1.0.ebuild: diff --git a/app-office/karbon/karbon-2.3.0.ebuild b/app-office/karbon/karbon-2.3.0.ebuild new file mode 100644 index 000000000000..e526df31c39f --- /dev/null +++ b/app-office/karbon/karbon-2.3.0.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/karbon/karbon-2.3.0.ebuild,v 1.1 2011/01/14 20:38:15 dilfridge Exp $ + +EAPI=3 +KMNAME="koffice" +KMMODULE="${PN}" + +inherit kde4-meta + +DESCRIPTION="KOffice vector drawing application." + +KEYWORDS="~amd64 ~x86" +IUSE="+pstoedit wpg" + +DEPEND=" + media-libs/libart_lgpl + pstoedit? ( media-gfx/pstoedit ) + wpg? ( media-libs/libwpg ) +" +RDEPEND="${DEPEND}" + +KMEXTRA="filters/${KMMODULE}" +KMEXTRACTONLY=" + KoConfig.h.cmake + libs/ + plugins/ + filters/ +" +KMLOADLIBS="koffice-libs" + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with wpg) + $(cmake-utils_use_with pstoedit) + ) + kde4-meta_src_configure +} + +src_install() { + kde4-meta_src_install + + # this is already installed by koffice-data + rm -f "${D}/usr/include/config-opengl.h" + rm -f "${D}/usr/include/KoConfig.h" +} diff --git a/app-office/kexi/ChangeLog b/app-office/kexi/ChangeLog index b44c7c199b4e..fedb7b3db24c 100644 --- a/app-office/kexi/ChangeLog +++ b/app-office/kexi/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/kexi # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kexi/ChangeLog,v 1.102 2011/01/12 20:02:43 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kexi/ChangeLog,v 1.103 2011/01/14 20:38:14 dilfridge Exp $ + +*kexi-2.3.0 (14 Jan 2011) + + 14 Jan 2011; Andreas K. Huettel <dilfridge@gentoo.org> +kexi-2.3.0.ebuild, + +files/kexi-2.3.0-link.patch: + Version bump 12 Jan 2011; Andreas K. Huettel <dilfridge@gentoo.org> kexi-2.2.2.ebuild: Drop dependency on kchart, that ebuild is only a dummy anyway diff --git a/app-office/kexi/files/kexi-2.3.0-link.patch b/app-office/kexi/files/kexi-2.3.0-link.patch new file mode 100644 index 000000000000..f2da1448f676 --- /dev/null +++ b/app-office/kexi/files/kexi-2.3.0-link.patch @@ -0,0 +1,11 @@ +diff -ruN kexi-2.3.0.orig/kexi/migration/kspread/CMakeLists.txt kexi-2.3.0/kexi/migration/kspread/CMakeLists.txt +--- kexi-2.3.0.orig/kexi/migration/kspread/CMakeLists.txt 2010-12-29 11:36:25.000000000 +0100 ++++ kexi-2.3.0/kexi/migration/kspread/CMakeLists.txt 2011-01-09 01:26:42.838672101 +0100 +@@ -18,6 +18,7 @@ + kexidb + kexiutils + kspreadcommon ++ kspreadodf + ) + + install(TARGETS keximigrate_kspread DESTINATION ${PLUGIN_INSTALL_DIR}) diff --git a/app-office/kexi/kexi-2.3.0.ebuild b/app-office/kexi/kexi-2.3.0.ebuild new file mode 100644 index 000000000000..9c03c5bc1fcc --- /dev/null +++ b/app-office/kexi/kexi-2.3.0.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kexi/kexi-2.3.0.ebuild,v 1.1 2011/01/14 20:38:14 dilfridge Exp $ + +EAPI=3 + +KMNAME="koffice" +inherit kde4-meta + +DESCRIPTION="KOffice integrated environment for database management" +KEYWORDS="~amd64 ~x86" +IUSE="freetds mysql postgres reports xbase" + +DEPEND=" + sys-libs/readline + app-arch/bzip2 + ~app-office/kspread-${PV}:${SLOT} + freetds? ( dev-db/freetds ) + mysql? ( virtual/mysql ) + postgres? ( =dev-libs/libpqxx-2.6* ) + reports? ( ~app-office/koffice-libs-${PV}:${SLOT}[reports] ) + xbase? ( dev-db/xbase ) +" +RDEPEND="${DEPEND}" + +PATCHES=( "${FILESDIR}/${P}"-link.patch ) + +KMLOADLIBS="koffice-libs" +KMEXTRACTONLY=" + KoConfig.h.cmake + libs/ + kspread/ +" + +src_configure() { + mycmakeargs=( + -DWITH_WEBFORMS=Off + $(cmake-utils_use_with freetds FreeTDS) + $(cmake-utils_use_with mysql MySQL) + $(cmake-utils_use_with postgres PostgreSQL) + $(cmake-utils_use_with postgres Pqxx) + $(cmake-utils_use_with xbase XBase) + -DBUILD_kexi=ON + $(cmake-utils_use_build reports koreport) + ) + + kde4-meta_src_configure +} + +src_install() { + kde4-meta_src_install + + # this is already installed by koffice-data + rm -f "${D}/usr/include/config-opengl.h" + rm -f "${D}/usr/include/KoConfig.h" +} diff --git a/app-office/koffice-data/ChangeLog b/app-office/koffice-data/ChangeLog index 3f0b59d50ba8..4ff8f740ced5 100644 --- a/app-office/koffice-data/ChangeLog +++ b/app-office/koffice-data/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/koffice-data -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-data/ChangeLog,v 1.109 2010/11/16 23:52:04 dilfridge Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-data/ChangeLog,v 1.110 2011/01/14 20:38:15 dilfridge Exp $ + +*koffice-data-2.3.0 (14 Jan 2011) + + 14 Jan 2011; Andreas K. Huettel <dilfridge@gentoo.org> + +koffice-data-2.3.0.ebuild: + Version bump 16 Nov 2010; Andreas K. Huettel <dilfridge@gentoo.org> -koffice-data-2.1.0.ebuild: diff --git a/app-office/koffice-data/koffice-data-2.3.0.ebuild b/app-office/koffice-data/koffice-data-2.3.0.ebuild new file mode 100644 index 000000000000..b13bead0dcd7 --- /dev/null +++ b/app-office/koffice-data/koffice-data-2.3.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-data/koffice-data-2.3.0.ebuild,v 1.1 2011/01/14 20:38:15 dilfridge Exp $ + +EAPI=3 + +KMNAME="koffice" +KMNOMODULE="true" +inherit kde4-meta + +DESCRIPTION="Shared KOffice data files" + +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="media-libs/lcms:0" +RDEPEND="${DEPEND}" + +KMEXTRA="pics/ + servicetypes/ + templates/" +KMEXTRACTONLY=" + KoConfig.h.cmake + doc/CMakeLists.txt + doc/koffice.desktop" diff --git a/app-office/koffice-l10n/ChangeLog b/app-office/koffice-l10n/ChangeLog index c7523eb231a5..12223270457f 100644 --- a/app-office/koffice-l10n/ChangeLog +++ b/app-office/koffice-l10n/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/koffice-l10n -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-l10n/ChangeLog,v 1.22 2010/11/16 23:49:50 dilfridge Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-l10n/ChangeLog,v 1.23 2011/01/14 20:38:15 dilfridge Exp $ + +*koffice-l10n-2.3.0 (14 Jan 2011) + + 14 Jan 2011; Andreas K. Huettel <dilfridge@gentoo.org> + +koffice-l10n-2.3.0.ebuild: + Version bump 16 Nov 2010; Andreas K. Huettel <dilfridge@gentoo.org> -koffice-l10n-2.1.0.ebuild: diff --git a/app-office/koffice-l10n/koffice-l10n-2.3.0.ebuild b/app-office/koffice-l10n/koffice-l10n-2.3.0.ebuild new file mode 100644 index 000000000000..b201d90a7c21 --- /dev/null +++ b/app-office/koffice-l10n/koffice-l10n-2.3.0.ebuild @@ -0,0 +1,77 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-l10n/koffice-l10n-2.3.0.ebuild,v 1.1 2011/01/14 20:38:15 dilfridge Exp $ + +EAPI=3 + +inherit kde4-base + +DESCRIPTION="KOffice localization package" +HOMEPAGE="http://www.kde.org/" +LICENSE="GPL-2" + +DEPEND="sys-devel/gettext" +RDEPEND="" + +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="doc" + +MY_LANGS="ca ca@valencia da de el en_GB es et fr gl hu it ja kk nb nds nl pt pt_BR + ru sv tr uk zh_CN zh_TW" +URI_BASE="mirror://kde/stable/koffice-${PV}/${PN}/" +SRC_URI="" +SLOT="2" + +for MY_LANG in ${MY_LANGS} ; do + IUSE="${IUSE} linguas_${MY_LANG}" + SRC_URI="${SRC_URI} linguas_${MY_LANG}? ( ${URI_BASE}/${PN}-${MY_LANG}-${PV}.tar.bz2 )" +done + +S="${WORKDIR}" + +src_unpack() { + local lng dir + if [[ -z ${A} ]]; then + elog + elog "You either have the LINGUAS variable unset, or it only" + elog "contains languages not supported by ${P}." + elog "You won't have any additional language support." + elog + elog "${P} supports these language codes:" + elog "${MY_LANGS}" + elog + fi + + [[ -n ${A} ]] && unpack ${A} + cd "${S}" + + # add all linguas to cmake + if [[ -n ${A} ]]; then + for lng in ${MY_LANGS}; do + dir="${PN}-${lng}-${PV}" + if [[ -d "${dir}" ]] ; then + echo "add_subdirectory( ${dir} )" >> "${S}"/CMakeLists.txt + fi + done + fi +} + +src_configure() { + local mycmakeargs + + mycmakeargs="${mycmakeargs} -DBUILD_MESSAGES=ON -DBUILD_DATA=ON + $(cmake-utils_use_build doc)" + [[ -e "${S}"/CMakeLists.txt ]] && kde4-base_src_configure +} + +src_compile() { + [[ -e "${S}"/CMakeLists.txt ]] && kde4-base_src_compile +} + +src_test() { + [[ -e "${S}"/CMakeLists.txt ]] && kde4-base_src_test +} + +src_install() { + [[ -e "${S}"/CMakeLists.txt ]] && kde4-base_src_install +} diff --git a/app-office/koffice-libs/ChangeLog b/app-office/koffice-libs/ChangeLog index c399be67d21d..e20a62e81a0d 100644 --- a/app-office/koffice-libs/ChangeLog +++ b/app-office/koffice-libs/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/koffice-libs # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-libs/ChangeLog,v 1.118 2011/01/12 20:18:36 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-libs/ChangeLog,v 1.119 2011/01/14 20:38:14 dilfridge Exp $ + +*koffice-libs-2.3.0 (14 Jan 2011) + + 14 Jan 2011; Andreas K. Huettel <dilfridge@gentoo.org> + +koffice-libs-2.3.0.ebuild: + Version bump 12 Jan 2011; Andreas K. Huettel <dilfridge@gentoo.org> koffice-libs-2.2.2.ebuild: diff --git a/app-office/koffice-libs/koffice-libs-2.3.0.ebuild b/app-office/koffice-libs/koffice-libs-2.3.0.ebuild new file mode 100644 index 000000000000..70883b617f87 --- /dev/null +++ b/app-office/koffice-libs/koffice-libs-2.3.0.ebuild @@ -0,0 +1,79 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-libs/koffice-libs-2.3.0.ebuild,v 1.1 2011/01/14 20:38:14 dilfridge Exp $ + +EAPI=3 + +KMNAME="koffice" +KMMODULE="libs" +OPENGL_REQUIRED="optional" +CPPUNIT_REQUIRED="optional" +inherit kde4-meta + +DESCRIPTION="Shared KOffice libraries." +KEYWORDS="~amd64 ~x86" +IUSE="crypt openexr reports" + +RDEPEND=" + >=app-office/koffice-data-${PV}:${SLOT} + dev-libs/libxml2 + dev-libs/libxslt + >=kde-base/kdepimlibs-${KDE_MINIMAL} + media-libs/lcms:0 + crypt? ( app-crypt/qca:2 ) + openexr? ( media-libs/openexr ) + opengl? ( media-libs/mesa ) + !app-office/kchart +" +DEPEND="${RDEPEND}" +# doc? ( app-doc/doxygen )" + +KMEXTRA=" + doc/koffice/ + doc/thesaurus/ + filters/generic_wrapper/ + filters/libkowmf/ + filters/libmsooxml/ + filters/xsltfilter/ + filters/kchart/ + filters/kformula/ + interfaces/ + kchart/ + kformula/ + kounavail/ + plugins/ + tools/ +" + +KMEXTRACTONLY=" + KoConfig.h.cmake + doc/koffice.desktop + filters/ +" + +KMSAVELIBS="true" + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with crypt QCA2) + $(cmake-utils_use_with opengl OpenGL) + $(cmake-utils_use_with openexr OpenEXR) + -DBUILD_kchart=ON + -DBUILD_kformula=ON + $(cmake-utils_use_build reports koreport) + ) + use crypt && \ + mycmakeargs+=(-DQCA2_LIBRARIES=/usr/$(get_libdir)/qca2/libqca.so.2) + + kde4-meta_src_configure +} + +src_install() { + newdoc kounavail/README README.kounavail || die + + kde4-meta_src_install + + # this is already installed by koffice-data + rm -f "${D}/usr/include/config-opengl.h" + rm -f "${D}/usr/include/KoConfig.h" +} diff --git a/app-office/koffice-meta/ChangeLog b/app-office/koffice-meta/ChangeLog index 24e024a1d599..3e7670b50312 100644 --- a/app-office/koffice-meta/ChangeLog +++ b/app-office/koffice-meta/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/koffice-meta # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-meta/ChangeLog,v 1.108 2011/01/12 20:08:41 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-meta/ChangeLog,v 1.109 2011/01/14 20:38:15 dilfridge Exp $ + +*koffice-meta-2.3.0 (14 Jan 2011) + + 14 Jan 2011; Andreas K. Huettel <dilfridge@gentoo.org> + +koffice-meta-2.3.0.ebuild: + Version bump 12 Jan 2011; Andreas K. Huettel <dilfridge@gentoo.org> koffice-meta-2.2.2.ebuild: diff --git a/app-office/koffice-meta/koffice-meta-2.3.0.ebuild b/app-office/koffice-meta/koffice-meta-2.3.0.ebuild new file mode 100644 index 000000000000..a2216d8b9e9e --- /dev/null +++ b/app-office/koffice-meta/koffice-meta-2.3.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice-meta/koffice-meta-2.3.0.ebuild,v 1.1 2011/01/14 20:38:15 dilfridge Exp $ + +EAPI=3 + +DESCRIPTION="KOffice - merge this to pull in all KOffice-derived packages" +HOMEPAGE="http://www.koffice.org/" +LICENSE="GPL-2" + +SLOT="2" +KEYWORDS="~amd64 ~x86" +IUSE="nls reports" + +RDEPEND=" + >=app-office/karbon-${PV}:${SLOT} + >=app-office/kexi-${PV}:${SLOT} + >=app-office/koffice-data-${PV}:${SLOT} + >=app-office/koffice-libs-${PV}:${SLOT}[reports?] + >=app-office/kpresenter-${PV}:${SLOT} + >=app-office/krita-${PV}:${SLOT} + >=app-office/kspread-${PV}:${SLOT} + >=app-office/kword-${PV}:${SLOT} + nls? ( >=app-office/koffice-l10n-${PV}:${SLOT} ) + reports? ( >=app-office/kplato-${PV}:${SLOT} ) + !app-office/kchart +" diff --git a/app-office/kplato/ChangeLog b/app-office/kplato/ChangeLog index 04ae55a62072..859616cd29b7 100644 --- a/app-office/kplato/ChangeLog +++ b/app-office/kplato/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/kplato # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kplato/ChangeLog,v 1.85 2011/01/12 20:05:30 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kplato/ChangeLog,v 1.86 2011/01/14 20:38:15 dilfridge Exp $ + +*kplato-2.3.0 (14 Jan 2011) + + 14 Jan 2011; Andreas K. Huettel <dilfridge@gentoo.org> + +kplato-2.3.0.ebuild: + Version bump 12 Jan 2011; Andreas K. Huettel <dilfridge@gentoo.org> kplato-2.2.2.ebuild: diff --git a/app-office/kplato/kplato-2.3.0.ebuild b/app-office/kplato/kplato-2.3.0.ebuild new file mode 100644 index 000000000000..d8a9694c1275 --- /dev/null +++ b/app-office/kplato/kplato-2.3.0.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kplato/kplato-2.3.0.ebuild,v 1.1 2011/01/14 20:38:15 dilfridge Exp $ + +EAPI=3 + +KMNAME="koffice" +KMMODULE="${PN}" +inherit kde4-meta + +DESCRIPTION="KOffice project management application" + +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="~app-office/koffice-libs-${PV}:${SLOT}[reports]" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=" + KoConfig.h.cmake + libs/ + plugins/chartshape/kdchart +" +KMEXTRA=" + filters/${KMMODULE}/ + kdgantt/ +" +KMLOADLIBS="koffice-libs" + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with python PythonLibs) + -DBUILD_kplato=ON + ) + + kde4-meta_src_configure +} + +src_install() { + kde4-meta_src_install + + # this is already installed by koffice-data + rm -f "${D}/usr/include/config-opengl.h" + rm -f "${D}/usr/include/KoConfig.h" +} diff --git a/app-office/kpresenter/ChangeLog b/app-office/kpresenter/ChangeLog index fdca1a14a73b..65139b1127ab 100644 --- a/app-office/kpresenter/ChangeLog +++ b/app-office/kpresenter/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/kpresenter -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kpresenter/ChangeLog,v 1.106 2010/11/16 23:22:24 dilfridge Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kpresenter/ChangeLog,v 1.107 2011/01/14 20:38:15 dilfridge Exp $ + +*kpresenter-2.3.0 (14 Jan 2011) + + 14 Jan 2011; Andreas K. Huettel <dilfridge@gentoo.org> + +kpresenter-2.3.0.ebuild: + Version bump 16 Nov 2010; Andreas K. Huettel <dilfridge@gentoo.org> -kpresenter-2.1.0.ebuild: diff --git a/app-office/kpresenter/kpresenter-2.3.0.ebuild b/app-office/kpresenter/kpresenter-2.3.0.ebuild new file mode 100644 index 000000000000..ca50543750c0 --- /dev/null +++ b/app-office/kpresenter/kpresenter-2.3.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kpresenter/kpresenter-2.3.0.ebuild,v 1.1 2011/01/14 20:38:15 dilfridge Exp $ + +EAPI=3 + +KMNAME="koffice" +KMMODULE="${PN}" +inherit kde4-meta + +DESCRIPTION="KOffice presentation program" + +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=dev-libs/boost-1.35.0" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=" + KoConfig.h.cmake + filters/libmsooxml/ + filters/kspread/xlsx/ + libs/ +" +KMEXTRA=" + filters/${KMMODULE}/ + filters/libmso/ +" + +KMLOADLIBS="koffice-libs" + +src_install() { + kde4-meta_src_install + + # this is already installed by koffice-data + rm -f "${D}/usr/include/config-opengl.h" + rm -f "${D}/usr/include/KoConfig.h" +} diff --git a/app-office/krita/ChangeLog b/app-office/krita/ChangeLog index 69b41467bd13..a905521dbffa 100644 --- a/app-office/krita/ChangeLog +++ b/app-office/krita/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/krita -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/krita/ChangeLog,v 1.125 2010/12/23 00:08:17 dilfridge Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/krita/ChangeLog,v 1.126 2011/01/14 20:38:14 dilfridge Exp $ + +*krita-2.3.0 (14 Jan 2011) + + 14 Jan 2011; Andreas K. Huettel <dilfridge@gentoo.org> + +krita-2.3.0.ebuild: + Version bump *krita-2.2.2-r1 (23 Dec 2010) diff --git a/app-office/krita/krita-2.3.0.ebuild b/app-office/krita/krita-2.3.0.ebuild new file mode 100644 index 000000000000..73db38397ee3 --- /dev/null +++ b/app-office/krita/krita-2.3.0.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/krita/krita-2.3.0.ebuild,v 1.1 2011/01/14 20:38:14 dilfridge Exp $ + +EAPI=3 + +KMNAME="koffice" +KMMODULE="${PN}" +OPENGL_REQUIRED="optional" +inherit kde4-meta + +DESCRIPTION="KOffice image manipulation program." + +KEYWORDS="~amd64 ~x86" +IUSE="gmm +kdcraw openexr +pdf +tiff" + +DEPEND=" + >=app-office/koffice-libs-${PV}:${SLOT}[openexr=] + >=dev-cpp/eigen-2.0.3:2 + >=media-libs/qimageblitz-0.0.4 + >=media-gfx/exiv2-0.16 + gmm? ( sci-mathematics/gmm ) + kdcraw? ( >=kde-base/libkdcraw-${KDE_MINIMAL} ) + opengl? ( media-libs/glew ) + pdf? ( >=app-text/poppler-0.12.3-r3[qt4] ) +" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=" + KoConfig.h.cmake + libs/ +" + +KMLOADLIBS="koffice-libs" + +src_configure() { + mycmakeargs=( + -DWITH_Eigen2=ON + -DWITH_Exiv2=ON + -DWITH_JPEG=ON + $(cmake-utils_use_with openexr OpenEXR) + $(cmake-utils_use_with gmm) + $(cmake-utils_use_with tiff) + $(cmake-utils_use_with kdcraw) + $(cmake-utils_use_with pdf Poppler) + $(cmake-utils_use_with opengl OpenGL) + $(cmake-utils_use_with opengl GLEW) + ) + + kde4-meta_src_configure +} + +src_install() { + kde4-meta_src_install + + # this is already installed by koffice-data + rm -f "${D}/usr/include/config-opengl.h" + rm -f "${D}/usr/include/KoConfig.h" +} diff --git a/app-office/kspread/ChangeLog b/app-office/kspread/ChangeLog index f0d781f53dea..a141ff763f8b 100644 --- a/app-office/kspread/ChangeLog +++ b/app-office/kspread/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/kspread -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kspread/ChangeLog,v 1.122 2010/11/16 23:48:28 dilfridge Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kspread/ChangeLog,v 1.123 2011/01/14 20:38:14 dilfridge Exp $ + +*kspread-2.3.0 (14 Jan 2011) + + 14 Jan 2011; Andreas K. Huettel <dilfridge@gentoo.org> + +kspread-2.3.0.ebuild: + Version bump 16 Nov 2010; Andreas K. Huettel <dilfridge@gentoo.org> -kspread-2.1.0.ebuild: diff --git a/app-office/kspread/kspread-2.3.0.ebuild b/app-office/kspread/kspread-2.3.0.ebuild new file mode 100644 index 000000000000..80447363b0bb --- /dev/null +++ b/app-office/kspread/kspread-2.3.0.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kspread/kspread-2.3.0.ebuild,v 1.1 2011/01/14 20:38:14 dilfridge Exp $ + +EAPI=3 + +KMNAME="koffice" +KMMODULE="${PN}" +inherit kde4-meta + +DESCRIPTION="KOffice spreadsheet application" + +KEYWORDS="~amd64 ~x86" +IUSE="+solver" + +DEPEND=" + dev-cpp/eigen:2 + solver? ( sci-libs/gsl ) +" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=" + KoConfig.h.cmake + kchart/ + interfaces/ + libs/ + filters/ + plugins/ +" +KMEXTRA="filters/${KMMODULE}/ + filters/libmso" + +KMLOADLIBS="koffice-libs" + +src_configure() { + mycmakeargs=( + -DWITH_Eigen2=ON + $(cmake-utils_use_with solver GSL) + ) + + kde4-meta_src_configure +} + +src_install() { + kde4-meta_src_install + + # this is already installed by koffice-data + rm -f "${D}/usr/include/config-opengl.h" + rm -f "${D}/usr/include/KoConfig.h" +} diff --git a/app-office/kword/ChangeLog b/app-office/kword/ChangeLog index ffe5bcea43f7..ed53c179e89b 100644 --- a/app-office/kword/ChangeLog +++ b/app-office/kword/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/kword -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kword/ChangeLog,v 1.154 2010/11/16 23:19:16 dilfridge Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kword/ChangeLog,v 1.155 2011/01/14 20:38:15 dilfridge Exp $ + +*kword-2.3.0 (14 Jan 2011) + + 14 Jan 2011; Andreas K. Huettel <dilfridge@gentoo.org> + +kword-2.3.0.ebuild: + Version bump 16 Nov 2010; Andreas K. Huettel <dilfridge@gentoo.org> -kword-2.1.0.ebuild: diff --git a/app-office/kword/kword-2.3.0.ebuild b/app-office/kword/kword-2.3.0.ebuild new file mode 100644 index 000000000000..42362393ecc5 --- /dev/null +++ b/app-office/kword/kword-2.3.0.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kword/kword-2.3.0.ebuild,v 1.1 2011/01/14 20:38:15 dilfridge Exp $ + +EAPI=3 + +KMNAME="koffice" +KMMODULE="${PN}" +inherit kde4-meta + +DESCRIPTION="KOffice word processor" + +KEYWORDS="~amd64 ~x86" +IUSE="wpd" + +DEPEND=" + wpd? ( app-text/libwpd ) +" +RDEPEND="${DEPEND} + !app-text/wv2 +" + +KMEXTRA="filters/${KMMODULE}/ + filters/libmso/ +" + +KMEXTRACTONLY=" + KoConfig.h.cmake + filters/ + kspread/ + libs/ + plugins/ +" + +KMLOADLIBS="koffice-libs" + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with wpd) + ) + + kde4-meta_src_configure +} + +src_install() { + kde4-meta_src_install + + # this is already installed by koffice-data + rm -f "${D}/usr/include/config-opengl.h" + rm -f "${D}/usr/include/KoConfig.h" +} |