Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved]moodin
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
schlummerkissen
n00b
n00b


Joined: 18 Jun 2005
Posts: 39
Location: Ludwigshafen am Rhein (Germany)

PostPosted: Tue Sep 13, 2005 4:43 pm    Post subject: [solved]moodin Reply with quote

Hi,
Im trying to install the moodin-plugin for kde.
My problem is that i cant configure it.
I am su but see what my machine writes:

Quote:

schlummerkissen src # ../configure
bash: ../configure: /bin/sh: bad interpreter: Keine Berechtigung


thx for help


Last edited by schlummerkissen on Wed Oct 19, 2005 8:26 am; edited 1 time in total
Back to top
View user's profile Send private message
jbwillia
Tux's lil' helper
Tux's lil' helper


Joined: 07 May 2004
Posts: 108
Location: TN, USA

PostPosted: Tue Sep 13, 2005 5:19 pm    Post subject: Reply with quote

I'm not specifically familiar with moodin, but why are you doing ../configure instead of ./configure within the src root directory?
_________________
Code:
#!/bin/bash
for everyexe in $(find /home/you -name "*.exe" | egrep -i ".*exe$")
do
    kill $(pgrep you)
done
Back to top
View user's profile Send private message
redflash
Apprentice
Apprentice


Joined: 17 Oct 2003
Posts: 213
Location: Germany

PostPosted: Wed Sep 14, 2005 9:51 am    Post subject: Reply with quote

Try the ebuild. It's the better way.
Back to top
View user's profile Send private message
schlummerkissen
n00b
n00b


Joined: 18 Jun 2005
Posts: 39
Location: Ludwigshafen am Rhein (Germany)

PostPosted: Wed Sep 14, 2005 4:03 pm    Post subject: Reply with quote

now i am trying the ebuild, but i still have a problem.

Quote:

chlummerkissen ksplash-engine-moodin # ebuild 25927-ksplash-engine-moodin-0.4.2.ebuild digest
!!! Name error in 25927-ksplash-engine-moodin-0.4.2: multiple version parts.
!!! Error: PF is null '25927-ksplash-engine-moodin-0.4.2'; exiting.


here is my ebuild from kde-look.org
Quote:

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit kde

#MY_P=ksplash-engine-moodin${P/moodinKDE-/_}
MY_P=${P/moodin-0/moodin_0}
S=${WORKDIR}/moodin

DESCRIPTION="Splash Screen Engine for KDE - Heavily customizable engine for various types of themes"
HOMEPAGE="http://www.kde-look.org/content/show.php?content=25705"
SRC_URI="http://moodwrod.com/files/${MY_P}.tar.gz"

SLOT="0"
LICENSE="GPL-2"
#KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""

RESTRICT="nomirror $RESTRICT"

need-kde 3.4

src_compile() {
econf --prefix=${KDEDIR} || die
emake || die
}

thx for help
Back to top
View user's profile Send private message
redflash
Apprentice
Apprentice


Joined: 17 Oct 2003
Posts: 213
Location: Germany

PostPosted: Thu Sep 15, 2005 1:21 pm    Post subject: Reply with quote

rename the file to ksplash-engine-moodin-0.4.2.ebuild
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