Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
OpenLP update...
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
dsreyes1014
n00b
n00b


Joined: 19 Oct 2015
Posts: 23

PostPosted: Wed Dec 23, 2015 1:22 pm    Post subject: OpenLP update... Reply with quote

Was wandering if the OpenLP package is ever going to get updated. Tried building it from source but no success and the docs aren't clear on how to do that. I'd love to use an updated version through portage. Thinking of installing Gentoo on our church computers and this software is pretty much the only thing holding us back from installing.
Back to top
View user's profile Send private message
chainsawbike
Tux's lil' helper
Tux's lil' helper


Joined: 27 Dec 2007
Posts: 78
Location: the great new zealand

PostPosted: Fri Jan 01, 2016 9:48 pm    Post subject: Reply with quote

i bumped the ebuild in a local overlay to test it , but it has some issues...

you need to update
SRC_URI="mirror://sourceforge/${PN}/${PV}/OpenLP-${PV}.tar.gz"
to
SRC_URI="https://get.openlp.org/${PV}/OpenLP-${PV}.tar.gz"

and it wants to install the tests as-well, portage bans this, the correct way to fix this is to fix the package so it does not do this, but...

a _HACK_ to fix this, in this case is:
1, ensure all deps are installed
2, ebuild <the .ebuild file> prepare
3, go into the build directory and remove the "tests" directory
4, ebuild <the .ebuild file> merge

hope that helps
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo 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