diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2009-05-07 20:57:57 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2009-05-07 20:57:57 +0000 |
commit | 1e0812836db514280692dd6369783c7068364bad (patch) | |
tree | 1d395a24899b20622550ce4c836049f0ef37946d /kde-base/kaddressbook | |
parent | Keyworded on alpha, bug #268529 (diff) | |
download | gentoo-2-1e0812836db514280692dd6369783c7068364bad.tar.gz gentoo-2-1e0812836db514280692dd6369783c7068364bad.tar.bz2 gentoo-2-1e0812836db514280692dd6369783c7068364bad.zip |
Apply gnokii patch, bug 234905
(Portage version: 2.2_rc32/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kaddressbook')
-rw-r--r-- | kde-base/kaddressbook/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kaddressbook/files/kaddressbook-3.5-gnokii.patch | 12 | ||||
-rw-r--r-- | kde-base/kaddressbook/kaddressbook-3.5.10.ebuild | 6 | ||||
-rw-r--r-- | kde-base/kaddressbook/kaddressbook-3.5.9.ebuild | 6 |
4 files changed, 25 insertions, 5 deletions
diff --git a/kde-base/kaddressbook/ChangeLog b/kde-base/kaddressbook/ChangeLog index 0f0b1641069d..30e58df2b179 100644 --- a/kde-base/kaddressbook/ChangeLog +++ b/kde-base/kaddressbook/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kaddressbook # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/ChangeLog,v 1.112 2009/05/06 22:51:33 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/ChangeLog,v 1.113 2009/05/07 20:57:57 tampakrap Exp $ + + 07 May 2009; Theo Chatzimichos <tampakrap@gentoo.org> kaddressbook-3.5.9.ebuild, + kaddressbook-3.5.10.ebuild, +files/kaddressbook-3.5-gnokii.patch: + Apply gnokii patch, bug 234905 *kaddressbook-4.2.3 (06 May 2009) diff --git a/kde-base/kaddressbook/files/kaddressbook-3.5-gnokii.patch b/kde-base/kaddressbook/files/kaddressbook-3.5-gnokii.patch new file mode 100644 index 000000000000..e83fc4dccf0f --- /dev/null +++ b/kde-base/kaddressbook/files/kaddressbook-3.5-gnokii.patch @@ -0,0 +1,12 @@ +--- old/configure.in.in 2008-12-13 11:37:24.000000000 +0000 ++++ new/configure.in.in 2008-12-13 11:44:08.000000000 +0000 +@@ -41,7 +41,7 @@ + [ + KDE_CHECK_HEADERS(gnokii.h) + AC_REQUIRE([AC_HAVE_XPM]) +- AC_CHECK_LIB(gnokii, gn_cfg_read, ++ AC_CHECK_LIB(gnokii, gn_cfg_read_default, + [ LIB_GNOKII="-lgnokii $LIB_BLUETOOTH" ], + [ + AC_CHECK_LIB(gnokii, gn_cfg_get, + diff --git a/kde-base/kaddressbook/kaddressbook-3.5.10.ebuild b/kde-base/kaddressbook/kaddressbook-3.5.10.ebuild index 82e71c77340c..ff12addc706d 100644 --- a/kde-base/kaddressbook/kaddressbook-3.5.10.ebuild +++ b/kde-base/kaddressbook/kaddressbook-3.5.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/kaddressbook-3.5.10.ebuild,v 1.1 2008/09/13 23:57:19 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/kaddressbook-3.5.10.ebuild,v 1.2 2009/05/07 20:57:57 tampakrap Exp $ KMNAME=kdepim EAPI="1" @@ -46,6 +46,8 @@ KMEXTRA=" kfile-plugins/vcf kontact/plugins/kaddressbook" +PATCHES=( "${FILESDIR}/kaddressbook-3.5-gnokii.patch" ) + src_compile() { myconf="$(use_with gnokii) --enable-newdistrlists" export DO_NOT_COMPILE="libical" && kde-meta_src_compile myconf configure diff --git a/kde-base/kaddressbook/kaddressbook-3.5.9.ebuild b/kde-base/kaddressbook/kaddressbook-3.5.9.ebuild index 06c1e1871bba..a06943d205d7 100644 --- a/kde-base/kaddressbook/kaddressbook-3.5.9.ebuild +++ b/kde-base/kaddressbook/kaddressbook-3.5.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/kaddressbook-3.5.9.ebuild,v 1.7 2008/05/18 21:58:42 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/kaddressbook-3.5.9.ebuild,v 1.8 2009/05/07 20:57:57 tampakrap Exp $ KMNAME=kdepim EAPI="1" @@ -43,6 +43,8 @@ KMEXTRA=" kfile-plugins/vcf kontact/plugins/kaddressbook" +PATCHES=( "${FILESDIR}/kaddressbook-3.5-gnokii.patch" ) + src_compile() { myconf="$myconf $(use_with gnokii)" export DO_NOT_COMPILE="libical" && kde-meta_src_compile myconf configure |