Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 260294 - kmymoney2-0.9.3 released
Summary: kmymoney2-0.9.3 released
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords: Inclusion
Depends on: 260292
Blocks:
  Show dependency tree
 
Reported: 2009-02-25 19:59 UTC by Sandro Bonazzola
Modified: 2009-08-13 21:43 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sandro Bonazzola 2009-02-25 19:59:35 UTC
Note that without qt-sqlite3 (propsed for inclusion in portage with bug #260292) kmymoney2 will install its own copy of the driver with sqlite3 use flag enabled.

Proposed ebuild patch:
--- kmymoney2-0.9.2-r1.ebuild	2009-01-17 15:20:00.000000000 +0100
+++ /usr/local/overlays/portage/app-office/kmymoney2/kmymoney2-0.9.3.ebuild	2009-02-25 20:52:25.000000000 +0100
@@ -1,24 +1,25 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kmymoney2/kmymoney2-0.9.2-r1.ebuild,v 1.1 2009/01/17 14:20:00 tgurr Exp $
+# $Header: $
 
 EAPI="1"
 inherit kde
 
 DESCRIPTION="Personal Finances Manager for KDE."
 HOMEPAGE="http://kmymoney2.sourceforge.net"
-SRC_URI="mirror://sourceforge/kmymoney2/${P}-1.tar.bz2"
+SRC_URI="mirror://sourceforge/kmymoney2/${P}.tar.bz2"
 LICENSE="GPL-2"
 
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="crypt ofx qtdesigner test"
+IUSE="crypt ofx qtdesigner sqlite3 test"
 
 COMMON_DEPEND="dev-libs/libxml2
 	ofx? ( >=dev-libs/libofx-0.8.2
 	|| ( dev-cpp/libxmlpp:2.6 >=dev-cpp/libxmlpp-1.0.1:0 )
 	>=net-misc/curl-7.9.7
-	app-text/opensp )"
+	app-text/opensp )
+	sqlite3? ( =dev-db/sqlite-3* )"
 
 DEPEND="${COMMON_DEPEND}
 	>=dev-util/pkgconfig-0.9.0
@@ -31,7 +32,6 @@
 
 src_unpack() {
 	kde_src_unpack
-
 	cd "${S}"/kmymoney2/widgets
 	for x in Makefile.am Makefile.in; do
 		sed -e "s/kmymoneytitlelabel.png//" -i ${x}
@@ -53,7 +53,8 @@
 		$(use_enable ofx ofxplugin)
 		$(use_enable ofx ofxbanking)
 		$(use_enable qtdesigner)
-		$(use_enable test cppunit)"
+		$(use_enable test cppunit)
+		$(use_enable sqlite3)"
 
 	# bug 132665
 	replace-flags "-Os" "-O2"
Comment 1 Sandro Bonazzola 2009-02-25 20:27:06 UTC
additional ebuild patch, since /usr/bin/kmymoney is not created anymore:
@@ -69,7 +70,6 @@
 src_install() {
 	kde_src_install
 	# bug 139082
-	rm "${D}"/usr/bin/kmymoney
 }
Comment 2 Thomas Axelsson 2009-04-24 21:52:32 UTC
Builds and runs although the second patch has no effect (I get no bin in /usr/bin).

And please next time create attachments of the patches, they got line wrapped by bugzilla ;)
Comment 3 Timo Gurr (RETIRED) gentoo-dev 2009-05-29 00:12:33 UTC
Thanks, in CVS now together with the new version of the kmm_kbanking plugin.
Comment 4 Jack 2009-08-13 21:43:54 UTC
Is there any point in requesting 0.9.3 be marked stable, or should we just wait for the soon to be  released 1.0 version?