diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2007-09-22 12:47:48 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2007-09-22 12:47:48 +0000 |
commit | 72843a2afeeb21f6288788a9e625602c8211679a (patch) | |
tree | e32ec270d42cea6a8176639f1441c56a555eca42 /kde-base | |
parent | Stable on ppc wrt bug 193289 (diff) | |
download | gentoo-2-72843a2afeeb21f6288788a9e625602c8211679a.tar.gz gentoo-2-72843a2afeeb21f6288788a9e625602c8211679a.tar.bz2 gentoo-2-72843a2afeeb21f6288788a9e625602c8211679a.zip |
Allow kpilot to be built again, now that pilot-link-0.12.2 is in the tree and unmasked. cf. bug 163853.
(Portage version: 2.1.3.9)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kdepim/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/kdepim/files/digest-kdepim-3.5.7-r4 | 6 | ||||
-rw-r--r-- | kde-base/kdepim/kdepim-3.5.7-r4.ebuild | 71 |
3 files changed, 85 insertions, 1 deletions
diff --git a/kde-base/kdepim/ChangeLog b/kde-base/kdepim/ChangeLog index 301fbbc8c8c8..f66b54aa40ac 100644 --- a/kde-base/kdepim/ChangeLog +++ b/kde-base/kdepim/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for kde-base/kdepim # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/ChangeLog,v 1.288 2007/09/01 17:49:37 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/ChangeLog,v 1.289 2007/09/22 12:47:47 philantrop Exp $ + +*kdepim-3.5.7-r4 (22 Sep 2007) + + 22 Sep 2007; Wulf C. Krueger <philantrop@gentoo.org> + +kdepim-3.5.7-r4.ebuild: + Allow kpilot to be built again, now that pilot-link-0.12.2 is in the tree + and unmasked. cf. bug 163853. 01 Sep 2007; Wulf C. Krueger <philantrop@gentoo.org> kdepim-3.5.7-r3.ebuild: diff --git a/kde-base/kdepim/files/digest-kdepim-3.5.7-r4 b/kde-base/kdepim/files/digest-kdepim-3.5.7-r4 new file mode 100644 index 000000000000..c779ca922394 --- /dev/null +++ b/kde-base/kdepim/files/digest-kdepim-3.5.7-r4 @@ -0,0 +1,6 @@ +MD5 bf6b46337388fa6a93c9084d3d2c4509 kdepim-3.5-patchset-04.tar.bz2 133990 +RMD160 9d9fd1e7b04512f1f28bba78d5eeadfc3e3280ba kdepim-3.5-patchset-04.tar.bz2 133990 +SHA256 8b1968a7bef8ab2efdb2d87e96943ce636775b76365bc1bc99e1e377f9abfc61 kdepim-3.5-patchset-04.tar.bz2 133990 +MD5 8571db6dcf4168614c96bb72c493f931 kdepim-3.5.7.tar.bz2 14166061 +RMD160 14c05d4620abf1eb5421ad434dc63f037069e930 kdepim-3.5.7.tar.bz2 14166061 +SHA256 9d981d372f1822662e102b6f84f046e4df771641fc4d041aae81b8fafd47b32e kdepim-3.5.7.tar.bz2 14166061 diff --git a/kde-base/kdepim/kdepim-3.5.7-r4.ebuild b/kde-base/kdepim/kdepim-3.5.7-r4.ebuild new file mode 100644 index 000000000000..64eee75d3a0b --- /dev/null +++ b/kde-base/kdepim/kdepim-3.5.7-r4.ebuild @@ -0,0 +1,71 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim/kdepim-3.5.7-r4.ebuild,v 1.1 2007/09/22 12:47:47 philantrop Exp $ + +inherit kde-dist + +SRC_URI="${SRC_URI} + mirror://gentoo/kdepim-3.5-patchset-04.tar.bz2" + +DESCRIPTION="KDE PIM (Personal Information Management) applications: KOrganizer, KMail, KNode,..." + +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="pda gnokii" + +RESTRICT="test" + +# We use GnuPG 1.4.x for OpenPGP and 1.9 (via gpgme) for s/mime as upstream advises. +DEPEND="~kde-base/kdebase-${PV} + >=dev-libs/cyrus-sasl-2 + gnokii? ( app-mobilephone/gnokii ) + >=app-crypt/gpgme-1.1.2-r1 + || ( >=app-crypt/gnupg-2.0.1-r1 <app-crypt/gnupg-1.9 ) + x11-libs/libXScrnSaver + app-pda/libopensync + pda? ( >=app-pda/pilot-link-0.12.0 dev-libs/libmal )" + +RDEPEND="${DEPEND} + app-crypt/pinentry" + +DEPEND="${DEPEND} + x11-proto/scrnsaverproto + x11-apps/xhost" + +src_unpack() { + kde_src_unpack + # Call Qt 3 designer + sed -i -e "s:\"designer\":\"${QTDIR}/bin/designer\":g" "${S}"/libkdepim/kcmdesignerfields.cpp || die "sed failed" + + # disabling tests, see bug #164038 and bug #164097 + sed -e "s:SUBDIRS = libical versit tests:SUBDIRS = libical versit:" \ + -i libkcal/Makefile.am || die "sed failed" || die "sed failed" +# sed -e "s:SUBDIRS = . plugins test:SUBDIRS = . plugins:" \ +# -i kitchensync/libkonnector2/Makefile.am || die "sed failed" +# sed -e "s:SUBDIRS = . tests test:SUBDIRS = .:" \ +# -i kitchensync/libksync/Makefile.am || die "sed failed" + + sed -e "s:check_PROGRAMS = testalarmdlg:check_PROGRAMS =:" \ + -i korganizer/korgac/Makefile.am || die "sed failed" + + if ! [[ $(xhost >> /dev/null 2>/dev/null) ]] ; then + einfo "User ${USER} has no X access, disabling some tests." + sed -e "s:tests::" -i libkdepim/Makefile.am || die "sed failed" + fi +} + +src_compile() { + local myconf="--with-sasl $(use_with gnokii)" + myconf="${myconf} --with-gpg=/usr/bin/gpg" + + use pda || DO_NOT_COMPILE="${DO_NOT_COMPILE} kpilot" + # DO_NOT_COMPILE="${DO_NOT_COMPILE} kpilot" + + kde_src_compile +} + +pkg_postinst() { + kde_pkg_postinst + + ewarn "If you're using x11-misc/basket, please re-emerge it now to avoid crashes with Kontact." + ewarn "cf. https://bugs.gentoo.org/show_bug.cgi?id=174872 for details." +} |