diff options
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/akonadi/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/akonadi/akonadi-4.2.4.ebuild | 73 | ||||
-rw-r--r-- | kde-base/akregator/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/akregator/akregator-4.2.4.ebuild | 19 | ||||
-rw-r--r-- | kde-base/amor/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/amor/amor-4.2.4.ebuild | 12 | ||||
-rw-r--r-- | kde-base/ark/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/ark/ark-4.2.4.ebuild | 26 |
8 files changed, 154 insertions, 4 deletions
diff --git a/kde-base/akonadi/ChangeLog b/kde-base/akonadi/ChangeLog index a66a70364595..f75e0e8309d0 100644 --- a/kde-base/akonadi/ChangeLog +++ b/kde-base/akonadi/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/akonadi # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v 1.22 2009/06/03 14:21:26 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/ChangeLog,v 1.23 2009/06/04 10:49:26 alexxy Exp $ + +*akonadi-4.2.4 (04 Jun 2009) + + 04 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> +akonadi-4.2.4.ebuild: + Version bump 03 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> -akonadi-4.2.2.ebuild: Drop KDE 4.2.2 diff --git a/kde-base/akonadi/akonadi-4.2.4.ebuild b/kde-base/akonadi/akonadi-4.2.4.ebuild new file mode 100644 index 000000000000..1bd2ae1738cc --- /dev/null +++ b/kde-base/akonadi/akonadi-4.2.4.ebuild @@ -0,0 +1,73 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadi/akonadi-4.2.4.ebuild,v 1.1 2009/06/04 10:49:27 alexxy Exp $ + +EAPI="2" + +KMNAME="kdepim" +inherit kde4-meta + +DESCRIPTION="An extensible cross-desktop storage service for PIM data and meta data" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +# add when libmapi becomes available with an ebuild +#exchange +IUSE="debug +semantic-desktop" + +# add when libmapi becomes available with an ebuild +#exchange? ( net-libs/libmapi ) +# not sure about libxml2... - reavertm + +DEPEND=" + dev-libs/boost + dev-libs/libxml2 + dev-libs/libxslt + >=kde-base/kdelibs-${PV}:${SLOT}[kdeprefix=,semantic-desktop?] + >=kde-base/kdemaildir-${PV}:${SLOT}[kdeprefix=] + >=kde-base/libkdepim-${PV}:${SLOT}[kdeprefix=] + x11-misc/shared-mime-info +" + +RDEPEND="${DEPEND} + >=app-office/akonadi-server-1.1[mysql] +" + +KMEXTRACTONLY=" + maildir/ +" + +src_prepare() { + if ! use semantic-desktop; then + sed -i -e "s/add_subdirectory( nepomuktag )//"\ + akonadi/resources/CMakeLists.txt\ + || die "Failed to disable nepomuktag" + fi + + kde4-meta_src_prepare +} + +src_configure() { + # Set the dbus dirs, otherwise it searches in KDEDIR + mycmakeargs="${mycmakeargs} + -DAKONADI_DBUS_INTERFACES_INSTALL_DIR=/usr/share/dbus-1/interfaces + -DAKONADI_DBUS_SERVICES_INSTALL_DIR=/usr/share/dbus-1/services" + # replace with $(cmake-utils_use_with exchange OpenChange) when libmapi becomes available with an ebuild + mycmakeargs="${mycmakeargs} + -DWITH_LibXslt=ON + -DWITH_OpenChange=OFF + -DWITH_GNOKII=OFF + -DWITH_GLIB2=OFF + -DWITH_OpenSync=OFF + $(cmake-utils_use_with semantic-desktop Nepomuk) + $(cmake-utils_use_with semantic-desktop Soprano)" + + kde4-meta_src_configure +} + +src_test() { + # disable broken test + sed -i -e '/mailserializerplugintest/ s/^/#DO_NOT_RUN_TEST /' \ + "${S}"/akonadi/plugins/tests/CMakeLists.txt || \ + die "sed to disable mailserializerplugintest failed." + + kde4-meta_src_test +} diff --git a/kde-base/akregator/ChangeLog b/kde-base/akregator/ChangeLog index 611cbaa1cba9..6b69f6ee3558 100644 --- a/kde-base/akregator/ChangeLog +++ b/kde-base/akregator/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/akregator # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/akregator/ChangeLog,v 1.121 2009/06/03 18:30:22 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/akregator/ChangeLog,v 1.122 2009/06/04 10:50:15 alexxy Exp $ + +*akregator-4.2.4 (04 Jun 2009) + + 04 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> +akregator-4.2.4.ebuild: + Version bump 03 Jun 2009; Brent Baude <ranger@gentoo.org> akregator-3.5.10.ebuild: Marking akregator-3.5.10 ppc64 stable for bug 271889 diff --git a/kde-base/akregator/akregator-4.2.4.ebuild b/kde-base/akregator/akregator-4.2.4.ebuild new file mode 100644 index 000000000000..5a9a4cea9c3f --- /dev/null +++ b/kde-base/akregator/akregator-4.2.4.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/akregator/akregator-4.2.4.ebuild,v 1.1 2009/06/04 10:50:15 alexxy Exp $ + +EAPI="2" + +KMNAME="kdepim" +inherit kde4-meta + +DESCRIPTION="KDE news feed aggregator." +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="debug +handbook" + +DEPEND=" + >=kde-base/libkdepim-${PV}:${SLOT}[kdeprefix=] +" +RDEPEND="${DEPEND}" + +KMLOADLIBS="libkdepim" diff --git a/kde-base/amor/ChangeLog b/kde-base/amor/ChangeLog index 5e014d6b2d86..5cf9a1a2b2ef 100644 --- a/kde-base/amor/ChangeLog +++ b/kde-base/amor/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/amor # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/amor/ChangeLog,v 1.113 2009/06/03 14:24:47 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/amor/ChangeLog,v 1.114 2009/06/04 10:51:02 alexxy Exp $ + +*amor-4.2.4 (04 Jun 2009) + + 04 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> +amor-4.2.4.ebuild: + Version bump 03 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> -amor-4.2.2.ebuild: Drop KDE 4.2.2 diff --git a/kde-base/amor/amor-4.2.4.ebuild b/kde-base/amor/amor-4.2.4.ebuild new file mode 100644 index 000000000000..8fd473773664 --- /dev/null +++ b/kde-base/amor/amor-4.2.4.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/amor/amor-4.2.4.ebuild,v 1.1 2009/06/04 10:51:02 alexxy Exp $ + +EAPI="2" + +KMNAME="kdetoys" +inherit kde4-meta + +DESCRIPTION="KDE: Amusing Misuse Of Resources - desktop-dwelling creature" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="debug +handbook" diff --git a/kde-base/ark/ChangeLog b/kde-base/ark/ChangeLog index 7c4c307dda0a..81f3e7f11a55 100644 --- a/kde-base/ark/ChangeLog +++ b/kde-base/ark/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/ark # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v 1.113 2009/06/03 15:00:45 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v 1.114 2009/06/04 10:51:49 alexxy Exp $ + +*ark-4.2.4 (04 Jun 2009) + + 04 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> +ark-4.2.4.ebuild: + Version bump 03 Jun 2009; Brent Baude <ranger@gentoo.org> ark-3.5.10.ebuild: Marking ark-3.5.10 ppc64 stable for bug 271889 diff --git a/kde-base/ark/ark-4.2.4.ebuild b/kde-base/ark/ark-4.2.4.ebuild new file mode 100644 index 000000000000..d8a553b7d4ec --- /dev/null +++ b/kde-base/ark/ark-4.2.4.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ark-4.2.4.ebuild,v 1.1 2009/06/04 10:51:49 alexxy Exp $ + +EAPI="2" + +KMNAME="kdeutils" +inherit kde4-meta + +DESCRIPTION="KDE Archiving tool" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="+archive debug +handbook +zip" + +DEPEND=" + archive? ( >=app-arch/libarchive-2.6.1[bzip2,lzma,zlib] ) + zip? ( >=dev-libs/libzip-0.8 ) +" +RDEPEND="${DEPEND}" + +src_configure() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with archive LibArchive) + $(cmake-utils_use_with zip LibZip)" + + kde4-meta_src_configure +} |