Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Noteedit 2.8.1 Ebuild?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
avieth
Veteran
Veteran


Joined: 17 Sep 2004
Posts: 1945
Location: Canada

PostPosted: Thu Jan 25, 2007 8:39 pm    Post subject: Noteedit 2.8.1 Ebuild? Reply with quote

Version 2.8.0 has a very annoying bug, keyboard input is broken apart from text insertion.

So I was wondering if anyone has written a noteedit-2.8.1 ebuild.

EDIT: Never mind. I have never written an ebuild before so I just edited the 2.8.0 ebuild:

Code:

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/noteedit/noteedit-2.8.1.ebuild,v 1.5 2006/10/14 11:13:28 flameeyes Exp $

IUSE=""

inherit kde-functions kde eutils flag-o-matic

DESCRIPTION="Musical score editor (for Linux)."
HOMEPAGE="http://noteedit.berlios.de/"
SRC_URI="http://download.berlios.de/noteedit/${P}.tar.gz
        mirror://gentoo/kde-admindir-3.5.3.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"

DEPEND="|| ( kde-base/kmid kde-base/kdemultimedia )
        media-libs/tse3"

need-kde 3

pkg_setup() {
        append-flags -fpermissive
}

src_unpack() {
        kde_src_unpack
        #epatch "${FILESDIR}/${PN}-gcc4.patch"
        #epatch "${FILESDIR}/${P}-qt-3.3.5.patch"
}

src_install() {
        kde_src_install
        dodoc FAQ FAQ.de examples
        docinto examples
        dodoc noteedit/examples/*
}


It may be cheap but it works.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum