Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Gnome] Comment ne pas installer totem ? (résolu)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
NEOxAKIRA
Guru
Guru


Joined: 20 May 2007
Posts: 302
Location: France

PostPosted: Tue Oct 30, 2007 7:48 pm    Post subject: [Gnome] Comment ne pas installer totem ? (résolu) Reply with quote

Bonjour,

alors quand je lance emerge -va gedit j'obtiens ça ?

Code:

emerge -va gedit

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] x11-libs/gtksourceview-1.8.5  USE="-debug -doc" 767 kB
[ebuild  N    ] media-libs/gst-plugins-good-0.10.6  USE="-debug" 0 kB
[ebuild  N    ] gnome-base/libgtop-2.14.9  USE="X gdbm -debug" 755 kB
[ebuild  N    ] dev-python/pyorbit-2.14.3  USE="-debug" 278 kB
[ebuild  N    ] dev-util/cmake-2.4.6-r1  USE="-emacs -vim-syntax" 2,544 kB
[ebuild  N    ] media-plugins/gst-plugins-pango-0.10.14  0 kB
[ebuild  N    ] media-plugins/gst-plugins-gnomevfs-0.10.14  0 kB
[ebuild  N    ] dev-python/gnome-python-2.20.0  USE="-debug -doc -examples" 408 kB
[ebuild  N    ] app-cdr/cdrkit-1.1.6  USE="unicode -hfs" 1,375 kB
[ebuild  N    ] media-video/totem-2.18.3  USE="gnome hal -a52 -debug -dvd -ffmpeg -flac -lirc -mad -mpeg -nsplugin -nvtv -ogg -seamonkey -theora -vorbis -xulrunner -xv" 2,032 kB
[ebuild  N    ] gnome-extra/nautilus-cd-burner-2.18.2  USE="cdr -debug -dvdr" 724 kB
[ebuild  N    ] gnome-extra/gnome-media-2.20.1  USE="-debug -esd -ipv6 -mad -ogg -vorbis" 1,883 kB
[ebuild  N    ] dev-python/gnome-python-desktop-2.20.0  USE="X -debug -doc" 430 kB
[ebuild  N    ] app-editors/gedit-2.18.2-r1  USE="acl python -debug -doc -spell" 3,374 kB

Total: 14 packages (14 new), Size of downloads: 14,565 kB


mais je ne veux pas installer totem, c'est pour ça que j'ai choisi d'installer gnome-light, alors comment faire pour ne pas installer totem ?

je l'ai ajouté à /etc/portage/package.mask mais ça bloque toute l'install car gnome-python a besoin de totem (bizarre) et gedit à besoin de gnome-python...

Merci[/quote]


Last edited by NEOxAKIRA on Tue Oct 30, 2007 8:49 pm; edited 1 time in total
Back to top
View user's profile Send private message
gglaboussole
l33t
l33t


Joined: 17 May 2005
Posts: 641
Location: Monbalen (47),France

PostPosted: Tue Oct 30, 2007 7:54 pm    Post subject: Reply with quote

C'est peut être pas super "propre" mais il y un un fichier (que tu peux créer s'il n'existe pas ) : /usr/portage/packages.provided qui consiste à faire croire qu'un paquet est installé...

extrait de man portage : "package.provided
A list of packages (one per line) that portage should
assume have been provided. Useful for porting to non-
Linux systems. Portage will not attempt to update a
package that is listed here unless another package
explicitly requires a version that is newer than what has
been listed. Basically, it’s a list that replaces the
emerge --inject syntax."

perso j'ai jamais essayé... il y a peut être d'autres solutions aussi...
_________________
On m'a dit que la terre tourne, alors j'attends que ma maison passe par ici...
Back to top
View user's profile Send private message
kopp
Advocate
Advocate


Joined: 09 Apr 2004
Posts: 2885
Location: Grenoble, France

PostPosted: Tue Oct 30, 2007 7:56 pm    Post subject: Reply with quote

Tout dépend si les uns ont besoin des autres pour compiler ou pas... si c'est le cas, packages.provided ne fera pas avancer le schmilblik... Après, il faudrait regarder si ces dépendances sont sensées...
Back to top
View user's profile Send private message
gglaboussole
l33t
l33t


Joined: 17 May 2005
Posts: 641
Location: Monbalen (47),France

PostPosted: Tue Oct 30, 2007 8:02 pm    Post subject: Reply with quote

c'est sur...
Ou tout simplement tu pourrais faire un emerge --nodeps gedit... après tu verras si ça compile... mais il voudra t'installer tout le tintouin à chaque mise à jour du système et à chaque revdep-rebuild.
Je vais suivre ton post avec intérêt car ça peut m'interesser aussi :wink:
_________________
On m'a dit que la terre tourne, alors j'attends que ma maison passe par ici...
Back to top
View user's profile Send private message
geekounet
Bodhisattva
Bodhisattva


Joined: 11 Oct 2004
Posts: 3772
Location: Wellington, Aotearoa

PostPosted: Tue Oct 30, 2007 8:11 pm    Post subject: Reply with quote

Vire le use python de gedit, ça fera sauter la dépendance sur dev-python/gnome-python-desktop et tout le reste.
Back to top
View user's profile Send private message
NEOxAKIRA
Guru
Guru


Joined: 20 May 2007
Posts: 302
Location: France

PostPosted: Tue Oct 30, 2007 8:20 pm    Post subject: Reply with quote

voila mon fichier packages.provided

Code:

~ # cat /usr/portage/packages.provided
media-video/totem


et l'install de gedit veut toujours installer totem

edit:

j'ai déplacé le fichier dans le repertoire /etc/portage/
Code:

mv /usr/portage/packages.provided /etc/portage/package.provided


et ça veut toujours installer totem...
Back to top
View user's profile Send private message
geekounet
Bodhisattva
Bodhisattva


Joined: 11 Oct 2004
Posts: 3772
Location: Wellington, Aotearoa

PostPosted: Tue Oct 30, 2007 8:24 pm    Post subject: Reply with quote

Tu l'as lu mon post ? :roll:
Back to top
View user's profile Send private message
NEOxAKIRA
Guru
Guru


Joined: 20 May 2007
Posts: 302
Location: France

PostPosted: Tue Oct 30, 2007 8:29 pm    Post subject: Reply with quote

oui c'est fait
Code:

~ # cat /etc/portage/package.use | grep gedit
app-editors/gedit               -python


et ça donne
Code:

~ # emerge -va gedit

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] x11-libs/gtksourceview-1.8.5  USE="-debug -doc" 767 kB
[ebuild  N    ] app-editors/gedit-2.18.2-r1  USE="acl -debug -doc -python -spell" 3,374 kB

Total: 2 packages (2 new), Size of downloads: 4,141 kB


le résultat voulu, merci

par contre ce use pour gedit sert a quoi ? la coloration synthaxique des fichiers pyhton ?
Back to top
View user's profile Send private message
geekounet
Bodhisattva
Bodhisattva


Joined: 11 Oct 2004
Posts: 3772
Location: Wellington, Aotearoa

PostPosted: Tue Oct 30, 2007 8:33 pm    Post subject: Reply with quote

NEOxAKIRA wrote:
par contre ce use pour gedit sert a quoi ? la coloration synthaxique des fichiers pyhton ?

Pour les plugins écrits en python il me semble.
Et n'oublie pas le (résolu) dans le titre ;)
Back to top
View user's profile Send private message
GentooUser@Clubic
l33t
l33t


Joined: 01 Nov 2004
Posts: 829

PostPosted: Tue Oct 30, 2007 8:36 pm    Post subject: Reply with quote

Et pour packages.provided je crois qu'il faut le mettre dans /etc/portage/profile/

Sinon perso j'utilise gnome-light mais Totem arrivais toujours en dépendance du telle ou telle appli, du coup j'ai fini pas l'installer :? par contre je vire /usr/share/applications/totem.desktop pour pas qu'il soit disponible dans les menus et pour l'ouverture des fichiers :twisted:
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French 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