From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QI1ii-00033e-Ch for garchives@archives.gentoo.org; Thu, 05 May 2011 16:48:08 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D6051C05E; Thu, 5 May 2011 16:48:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id F1E4F1C05E for ; Thu, 5 May 2011 16:48:00 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6D55E1B402D for ; Thu, 5 May 2011 16:48:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id C8F0580505 for ; Thu, 5 May 2011 16:47:59 +0000 (UTC) From: "Tomas Chvatal" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tomas Chvatal" Message-ID: Subject: [gentoo-commits] proj/kde:master commit in: app-office/calligra/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/calligra/calligra-9999.ebuild app-office/calligra/metadata.xml X-VCS-Directories: app-office/calligra/ X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal X-VCS-Revision: f6f3a9e5ac9ecaa6afdc91ea4bea4bb47ef54200 Date: Thu, 5 May 2011 16:47:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 1ee0684345364922ef6fe9cc2f747af5 commit: f6f3a9e5ac9ecaa6afdc91ea4bea4bb47ef54200 Author: Tomas Chvatal gentoo org> AuthorDate: Thu May 5 16:46:49 2011 +0000 Commit: Tomas Chvatal gentoo org> CommitDate: Thu May 5 16:47:11 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3Df6f3a9e5 [app-office/calligra] Add initial calligra ebuild. TODO: BUID_x for optio= nal building specified parts like words/kexi --- app-office/calligra/calligra-9999.ebuild | 135 ++++++++++++++++++++++++= ++++++ app-office/calligra/metadata.xml | 5 + 2 files changed, 140 insertions(+), 0 deletions(-) diff --git a/app-office/calligra/calligra-9999.ebuild b/app-office/callig= ra/calligra-9999.ebuild new file mode 100644 index 0000000..a37d6f7 --- /dev/null +++ b/app-office/calligra/calligra-9999.ebuild @@ -0,0 +1,135 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3D4 + +KDE_SCM=3Dgit +KDE_MINIMAL=3D4.6 +OPENGL_REQUIRED=3Doptional +inherit kde4-base + +DESCRIPTION=3D"KDE Office Suite" +HOMEPAGE=3D"http://www.calligra-suite.org/" + +LICENSE=3D"GPL-2" +SLOT=3D"4" +KEYWORDS=3D"~amd64 ~x86" +IUSE=3D"boost crypt eigen exif fftw fontconfig freetds gif glew glib gsf= gsl +iconv jpeg jpeg2k +kdcraw kdepim lcms mysql +okular openctl openexr png ++poppler postgres pstoedit semantic-desktop ssl tiff threads truetype +word-perfect xml xslt" + +RDEPEND=3D" + !app-office/koffice-libs + dev-db/sqlite:3 + dev-lang/perl + dev-libs/libxml2 + $(add_kdebase_dep knewstuff) + sys-libs/zlib + boost? ( dev-libs/boost ) + crypt? ( app-crypt/qca:2 ) + eigen? ( dev-cpp/eigen ) + exif? ( media-gfx/exiv2 ) + fftw? ( sci-libs/fftw:3 ) + fontconfig? ( media-libs/fontconfig ) + freetds? ( dev-db/freetds ) + gif? ( media-libs/giflib ) + glew? ( media-libs/glew ) + glib? ( dev-libs/glib:2 ) + gsf? ( gnome-extra/libgsf ) + gsl? ( sci-libs/gsl ) + iconv? ( virtual/libiconv ) + jpeg? ( virtual/jpeg ) + jpeg2k? ( media-libs/openjpeg ) + kdcraw? ( $(add_kdebase_dep libkdcraw) ) + kdepim? ( $(add_kdebase_dep kdepimlibs) ) + lcms? ( media-libs/lcms:2 ) + mysql? ( virtual/mysql ) + okular? ( $(add_kdebase_dep okular) ) + openctl? ( >=3Dmedia-libs/opengtl-0.9.15 ) + openexr? ( media-libs/openexr ) + png? ( media-libs/libpng ) + poppler? ( app-text/poppler ) + postgres? ( dev-db/postgresql-base ) + pstoedit? ( media-gfx/pstoedit ) + semantic-desktop? ( dev-libs/soprano ) + ssl? ( dev-libs/openssl ) + tiff? ( media-libs/tiff ) + truetype? ( media-libs/freetype:2 ) + word-perfect? ( + app-text/libwpd + app-text/libwps + media-libs/libwpg + ) + xslt? ( dev-libs/libxslt ) +" +DEPEND=3D"${RDEPEND}" + +src_configure() { + # first write out things we want to hard-enable + local mycmakeargs=3D( + "-DWITH_LibXml2=3DON" # harddep for few parts + "-DWITH_ZLIB=3DON" + "-DGHNS=3DON" + "-DWITH_X11=3DON" + "-DWITH_Qt4=3DON" + ) + + # default disablers + mycmakeargs+=3D( + "-DWITH_LCMS=3DOFF" # we use lcms:2 + "-DWITH_XBase=3DOFF" # i am not the one to support this + "-DCREATIVEONLY=3DOFF" + "-DWITH_TINY=3DOFF" + "-DWITH_CreateResources=3DOFF" # NOT PACKAGED: http://create.freedeskt= op.org/ + "-DWITH_DCMTK=3DOFF" # NOT PACKAGED: http://www.dcmtk.org/dcmtk.php.en + "-DWITH_Spnav=3DOFF" # NOT PACKAGED: http://spacenav.sourceforge.net/ + ) + + # regular options + mycmakeargs+=3D( + $(cmake-utils_use_with boost Boost) + $(cmake-utils_use_with crypt QCA2) + $(cmake-utils_use_with eigen Eigen2) + $(cmake-utils_use_with exif Exiv2) + $(cmake-utils_use_with fftw FFTW3) + $(cmake-utils_use_with fontconfig Fontconfig) + $(cmake-utils_use_with freetds FreeTDS) + $(cmake-utils_use_with gif GIF2) + $(cmake-utils_use_with glew GLEW) + $(cmake-utils_use_with glib GLIB2) + $(cmake-utils_use_with glib GObject) + $(cmake-utils_use_with gsf LIBGSF) + $(cmake-utils_use_with gsl GSL) + $(cmake-utils_use_with iconv Iconv) + $(cmake-utils_use_with jpeg JPEG) + $(cmake-utils_use_with jpeg2k OpenJPEG) + $(cmake-utils_use_with kdcraw Kdcraw) + $(cmake-utils_use_with kdepim KdepimLibs) + $(cmake-utils_use_with lcms LCMS2) + $(cmake-utils_use_with mysql MySQL) + $(cmake-utils_use_with okular Okular) + $(cmake-utils_use_with openctl OpenCTL) + $(cmake-utils_use_with openexr OpenEXR) + $(cmake-utils_use_with opengl OpenGL) + $(cmake-utils_use_with png PNG) + $(cmake-utils_use_with poppler Poppler) + $(cmake-utils_use_with postgres PostgreSQL) + $(cmake-utils_use_with pstoedit Pstoedit) + $(cmake-utils_use_with semantic-desktop Soprano) + $(cmake-utils_use_with ssl OpenSSL) + $(cmake-utils_use_with tiff TIFF) + $(cmake-utils_use_with threads Threads) + $(cmake-utils_use_with truetype Freetype) + $(cmake-utils_use_with word-perfect WPD) + $(cmake-utils_use_with word-perfect WPG) + $(cmake-utils_use_with xslt LibXslt) + ) + + # applications + + # filters + + kde4-base_src_configure +} diff --git a/app-office/calligra/metadata.xml b/app-office/calligra/metad= ata.xml new file mode 100644 index 0000000..a23f444 --- /dev/null +++ b/app-office/calligra/metadata.xml @@ -0,0 +1,5 @@ + + + + kde +