A handy ToDo list manager for QT and KDE. This is my first ebuild: # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde S="${WORKDIR}/${PN}" DESCRIPTION="A ToDo List Manager for QT." HOMEPAGE="http://qtodo.berlios.de/tipiwiki/index.php" SRC_URI="http://prdownload.berlios.de/qtodo/${MY_PV}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" DEPEND="" src_compile(){ ${QTDIR}/bin/qmake ${S}/qtodo.pro \ || die "qmake qtodo.pro failed" emake || die "Make failed" } src_install(){ dobin bin/qtodo }
- Don't inline, attach the file as plain text. - Don't inherit kde.eclass, but qt3.eclass. - Invalid ebuild header
- Don't inline, attach the file as plain text. - Don't inherit kde.eclass, but qt3.eclass. - Invalid ebuild header¹ - Tested on all keyworded architectures? [1] http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=3
Created attachment 81668 [details] Amended ebuild to conform to bug manager's comments.
Comment on attachment 81668 [details] Amended ebuild to conform to bug manager's comments. Tested on x86 only.
First point, this ebuild didn't work if qt4 is installed, second, the source does not compile on amd64. I'll try to work around this.
Created attachment 131711 [details] qtodo-0.1.2.ebuild
Created attachment 131712 [details, diff] qtodo.patch make qtodo build on 64bit architectures
Created attachment 131713 [details] qtodo.desktop
I've attached a new ebuild for qtodo-0.1.2 which also works if qt4 is installed. Also attached is a patch that makes qtodo build on 64bit architectures (tested on amd64). It should still build an x86, but is untested for now.
Upstream has disappeared and this requires Qt 3 which is long gone.