gnome-core is preventing gnome from installing
Proxecto: | Trisquel |
Versión: | 7.0 |
Componente: | Gnome |
Categoría: | informe de erro |
Prioridade: | critical |
Asignado: | Sen asignar |
Estado: | closed |
Saltar a:
Hi, I have sent the following to the developers mailing list but awaiting moderation after two days.
Currently on Trisquel 7`gnome` has broken dependency and could not be installed because of `gnome-core` package.
The problem is that gnome-core depends on firefox instead of abrowser or icecat.
I have written a package helper to solve this issue, but because it is the first time I am writing a package helper it might be incorrect. The control file in `meta-gnome3` package must be modified.
#!/bin/sh
#
# Copyright (C) 2014 Rubén Rodríguez <name at domain>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=1
. ./config
sed 's/Depends: firefox (>= 10),/Depends: abrowser (>= 10) | icecat (>= 10)/' -i debian/control
changelog "Swap firefox with abrowser and icecat"
compile
- Inicie sesión ou rexístrese para enviar comentarios
solved.