Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
xneur-0.4.0
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Russian
View previous topic :: View next topic  
Author Message
avstaim
n00b
n00b


Joined: 23 Jan 2007
Posts: 6

PostPosted: Tue Jan 23, 2007 12:02 pm    Post subject: xneur-0.4.0 Reply with quote

никто не пробовал ставить? Попробовал поправить ebuild oт 0.2.0 - не компилится :(
Back to top
View user's profile Send private message
Laitr Keiows
Bodhisattva
Bodhisattva


Joined: 04 Jul 2005
Posts: 891
Location: Kobe, Japan

PostPosted: Tue Jan 23, 2007 2:30 pm    Post subject: Reply with quote

Поправить ebuild у меня сходу не получилось.

Поставил по-старинке в /usr/local/
Back to top
View user's profile Send private message
f0rk
Apprentice
Apprentice


Joined: 15 Nov 2004
Posts: 273
Location: Moscow

PostPosted: Tue Jan 23, 2007 7:25 pm    Post subject: Reply with quote

Хех, ебилд к 0.2.0 - моя работа... ;)
Надо бы опять связаться с автором программы и обновить ебилды.

p.s.: Вот свежие ебилды:
Code:

andy@void ~ $ cat /usr/local/portage/x11-apps/xneur/xneur-0.4.0.ebuild
# Copyright 1999-2006 Gentoo Foundation
DESCRIPTION="It's program like Punto Switcher"

HOMEPAGE="http://www.xneur.ru/"

SRC_URI="http://dists.xneur.ru/release-0.4.0/tgz/${P}.tar.bz2"

KEYWORDS="x86 ~x86 amd64 ~amd64"
RDEPEND="x11-base/xorg-x11"
DEPEND="${RDEPEND}"

src_compile() {
   cd ${WORKDIR}/${P}
   ./configure --prefix=/usr || die "configure failed"
   emake || die "emake failed"
}

src_install() {
   export INSTALLDIR="/usr"
   emake DESTDIR="${D}" install || die "emake install failed"
}

andy@void ~ $ cat /usr/local/portage/x11-apps/gxneur/gxneur-0.4.0.ebuild
# Copyright 1999-2006 Gentoo Foundation
DESCRIPTION="GUI for xneur based on GTK"

HOMEPAGE="http://www.xneur.ru/"

SRC_URI="http://dists.xneur.ru/release-0.4.0/tgz/${P}.tar.bz2"

KEYWORDS="x86 ~x86 amd64 ~amd64"
RDEPEND="x11-apps/xneur"
DEPEND="${RDEPEND}"

src_compile() {
   cd ${WORKDIR}/${P}
   ./configure --prefix=/usr || die "configure failed"
   emake || die "emake failed"
}

src_install() {
   export INSTALLDIR="/usr"
   emake DESTDIR="${D}" install || die "emake install failed"
}



Last edited by f0rk on Tue Jan 23, 2007 8:00 pm; edited 1 time in total
Back to top
View user's profile Send private message
Laitr Keiows
Bodhisattva
Bodhisattva


Joined: 04 Jul 2005
Posts: 891
Location: Kobe, Japan

PostPosted: Tue Jan 23, 2007 7:59 pm    Post subject: Reply with quote

f0rk wrote:
Так что скоро будет нормальный ебилд!

Потом мы его в sunrise-overlay добавим.... Ждем!
Back to top
View user's profile Send private message
f0rk
Apprentice
Apprentice


Joined: 15 Nov 2004
Posts: 273
Location: Moscow

PostPosted: Tue Jan 23, 2007 8:01 pm    Post subject: Reply with quote

Уже сделал. См. выше. ;)
Back to top
View user's profile Send private message
avstaim
n00b
n00b


Joined: 23 Jan 2007
Posts: 6

PostPosted: Tue Jan 23, 2007 8:43 pm    Post subject: Reply with quote

огромное спасибо за ебилд
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Russian 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