Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[ebuild] avant-window-navigator
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Risorse italiane (documentazione e tools)
View previous topic :: View next topic  
Author Message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30822
Location: here

PostPosted: Mon Feb 05, 2007 2:35 pm    Post subject: [ebuild] avant-window-navigator Reply with quote

Per sapere cos'e' leggete qua http://pollycoke.wordpress.com/2007/01/29/avant-su-ubuntu-edgy-un-dock-che-funziona-pacchetti/ .

gnome-extra/avant-window-navigator/avant-window-navigator-0.1.1-r2.ebuild
Code:
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

inherit gnome2 eutils autotools multilib


DESCRIPTION="Fully customisable dock-like window navigator for GNOME"
SRC_URI="http://avant-window-navigator.googlecode.com/files/${P}-2.tar.gz"
HOMEPAGE="http://code.google.com/p/avant-window-navigator/"
LICENSE="GPL-2"

SLOT="0"
IUSE=""
KEYWORDS="~x86"

RDEPEND=">=x11-libs/gtk+-2.10
         >=dev-libs/glib-2.8
         || (>=x11-wm/compiz-0.3.4
              >=x11-wm/beryl-0.1.3)
         >=x11-libs/libwnck-2.14.2"

DEPEND="${RDEPEND}"


Nella versione svn (non sono riuscito a fare l'ebuild perche' il configure non mi prende la flag --disable-schemas-install) funziona anche come launcher facendolo sempre piu somigliare alla barra osx. Possibile che le dipendenze non ci siano tutte.
_________________
Questions are guaranteed in life; Answers aren't.


Last edited by fedeliallalinea on Tue Feb 06, 2007 7:32 am; edited 1 time in total
Back to top
View user's profile Send private message
Onip
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 2912
Location: Parma (Italy)

PostPosted: Mon Feb 05, 2007 2:58 pm    Post subject: Reply with quote

premetto che non posso provarlo, in quanto ho tolto il composite la settimana scorsa, ma dando un'occhiata all'ebuild (e leggendo quento scritto nei vari siti) dire che la dipendenza su compiz sia un pochino restrittiva: anche beryl dovrebbe andare, no?
_________________
Linux Registered User n. 373835

Titus Lucretius Carus, De Rerum Natura - Tantum religio potuit suadere malorum
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30822
Location: here

PostPosted: Mon Feb 05, 2007 2:59 pm    Post subject: Reply with quote

Si esatto ma non ricordavo come si faceva un OR delle dipendenze :P e visto che io ho compiz ho messo quello :P
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Onip
Advocate
Advocate


Joined: 02 Sep 2004
Posts: 2912
Location: Parma (Italy)

PostPosted: Mon Feb 05, 2007 3:34 pm    Post subject: Reply with quote

Code:

dipendenza/A || dipendenza/B


?

Non era così?
_________________
Linux Registered User n. 373835

Titus Lucretius Carus, De Rerum Natura - Tantum religio potuit suadere malorum
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30822
Location: here

PostPosted: Mon Feb 05, 2007 3:37 pm    Post subject: Reply with quote

Onip wrote:
Code:

dipendenza/A || dipendenza/B


?

Non era così?

Puo' darsi ora provo. Non ricordo piu' e non ho piu' molto tempo per informarmi.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30822
Location: here

PostPosted: Mon Feb 05, 2007 3:40 pm    Post subject: Reply with quote

Mettendo
Code:
(>=x11-wm/compiz-0.3.4) || (>=x11-wm/beryl-0.1.3)

mi dice
Code:
!!! All ebuilds that could satisfy ">=x11-wm/beryl-0.1.3" have been masked.
!!! One of the following masked packages is required to complete your request:
- x11-wm/beryl-0.1.4 (masked by: ~x86 keyword)
- x11-wm/beryl-0.1.3 (masked by: ~x86 keyword)

Quindi se uno ha beryl e vuole provare basta che cambi compiz con beryl
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
syntaxerrormmm
Guru
Guru


Joined: 17 Apr 2005
Posts: 449
Location: Romano di Lombardia - BG - ITALY

PostPosted: Mon Feb 05, 2007 3:56 pm    Post subject: Reply with quote

Code:
|| ( >=x11-wm/compiz-0.3.4
        >=x11-wm/beryl-0.1.3)

Ciao.
_________________
"Every rule can be broken, but no rule may be ignored."

Last.fm - Gentoo 2006.1 on:
Acer Aspire 1355LC - suspend2-sources-2.6.18-r3
IBM Thinkpad T30 - suspend2-sources-2.6.19-r3
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30822
Location: here

PostPosted: Tue Feb 06, 2007 7:30 am    Post subject: Reply with quote

syntaxerrormmm wrote:
Code:
|| ( >=x11-wm/compiz-0.3.4
        >=x11-wm/beryl-0.1.3)

Ciao.

Grazie mille correggo subito il primo post.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
comio
Advocate
Advocate


Joined: 03 Jul 2003
Posts: 2191
Location: Taranto

PostPosted: Tue Jun 19, 2007 6:11 pm    Post subject: Reply with quote

Riesumo il thread per segnalare la nuova vesione, inoltre vi consiglio di usare questo ebuild invece di quello fornito con xeffects (che non funzia):

gnome-extra/avant-window-navigator/avant-window-navigator-9999.ebuild

Code:

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

inherit gnome2 subversion autotools

ESVN_REPO_URI="http://avant-window-navigator.googlecode.com/svn/trunk/"

DESCRIPTION="Avant Window Navgator (Awn) is a dock-like bar which sits at the bottom of the screen (in all its composited-goodness) tracking open windows."
HOMEPAGE="http://code.google.com/p/avant-window-navigator/"
SRC_URI=""

LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND=">=dev-libs/glib-2.8.0
        gnome-base/gconf
        gnome-base/gnome-desktop
        gnome-base/libgnome
        gnome-base/gnome-vfs
        x11-libs/gtk+
        x11-libs/libwnck"

RDEPEND=""

S="${WORKDIR}/${PN}"

pkg_setup() {
        G2CONF="${G2CONF}"
}

src_compile() {
        eautoreconf || die "eautoreconf failed"
        glib-gettextize --copy --force || die "glib-gettextize failed"
        intltoolize --force --copy || die "intltoolize failed"
        gnome2_src_compile
}

pkg_postinst() {
        gnome2_pkg_postinst
        ewarn "DO NOT report bugs to Gentoo's bugzilla"
        einfo "Please report all bugs to http://trac.gentoo-xeffects.org"
        einfo "Thank you on behalf of the Gentoo Xeffects team"
}

_________________
RTFM!!!!

e

http://www.comio.it
:)
Back to top
View user's profile Send private message
edux
Apprentice
Apprentice


Joined: 15 Nov 2005
Posts: 223
Location: Bologna

PostPosted: Wed Jul 04, 2007 9:20 am    Post subject: Reply with quote

Grazie comio per l'ebuild, adesso è tornato a funzionare correttamente.
Ho però un problema che non riesco a risolvere da tempo, io uso awn con kde e non riesco a lanciare avant-preferences perchè mi da questo errore:
Code:
Traceback (most recent call last):
  File "/usr/bin/avant-preferences", line 35, in ?
    import gconf
ImportError: No module named gconf

Io adesso uso gconf-editor per configurare awn, non so se le impostazioni siano le stesse o cambi qualcosa, solo mi piacerebbe sapere come risolvere questo problema...
_________________
E' la seconda più grande testa di scimmia che abbia mai visto!
(Guybrush Threepwood)
Back to top
View user's profile Send private message
drizztbsd
Retired Dev
Retired Dev


Joined: 21 Nov 2004
Posts: 278
Location: Cesano Maderno

PostPosted: Wed Jul 04, 2007 10:00 am    Post subject: Reply with quote

eh? non ha dipendenze a runtime?
_________________
Gentoo/Alt lead
Gentoo/*BSD and Gentoo/FreeBSD deputy lead
Paludis contributor
Back to top
View user's profile Send private message
edux
Apprentice
Apprentice


Joined: 15 Nov 2005
Posts: 223
Location: Bologna

PostPosted: Sat Jul 07, 2007 11:21 am    Post subject: Reply with quote

@me stesso: si risolve con l'emerge di dev-python/gnome-python, e per il configuratore delle applet serve dev-python/gnome-python-desktop. Funziona anche senza tutte le sue gnome-dipendenze, ma certe applet le richiedono per alcune funzioni specifiche, al momento non configurabili (ad es. file manager).
_________________
E' la seconda più grande testa di scimmia che abbia mai visto!
(Guybrush Threepwood)
Back to top
View user's profile Send private message
riverdragon
Veteran
Veteran


Joined: 14 Sep 2006
Posts: 1269
Location: Verona

PostPosted: Thu Jul 19, 2007 7:57 pm    Post subject: Reply with quote

Chi di voi usa awn faccia questa prova, per favore:
abilitate l'autohide della barra
aprite il terminale e lanciate top
guardate quanto lavora il processore (relativamente al processo X) con la barra in vista
fate nascondere la barra e ricontrollate.

Qui da me con la barra in vista la cpu lavora su X per il 3-6%, con la barra nascosta si salta al 30.

Utilizzo awn scaricato da svn, alla versione 227.

Ho provato a ricompilare la versione 199, e il problema non si presenta. Spero sia un problema dovuto alla -immagino- non palese stabilità del codice in svn.
Back to top
View user's profile Send private message
edux
Apprentice
Apprentice


Joined: 15 Nov 2005
Posts: 223
Location: Bologna

PostPosted: Fri Jul 20, 2007 8:02 am    Post subject: Reply with quote

Io ho compilato l'ultimissima versione ieri sera, e non ho questo problema di prestazioni.
_________________
E' la seconda più grande testa di scimmia che abbia mai visto!
(Guybrush Threepwood)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Risorse italiane (documentazione e tools) 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