From: Alan McKinnon <alan.mckinnon@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Something is pulling in gnome-base
Date: Wed, 11 Dec 2013 09:38:26 +0200 [thread overview]
Message-ID: <52A81672.1000303@gmail.com> (raw)
In-Reply-To: <201312102349.08589.michaelkintzios@gmail.com>
On 11/12/2013 01:49, Mick wrote:
> On Saturday 07 Dec 2013 11:29:25 Peter Humphrey wrote:
>> On Saturday 07 Dec 2013 11:03:00 Mick wrote:
>>> Is it the case that now one has to install gnome-base to be able to use
>>> gstreamer?
>>
>> Not here, no. I have gstreamer but no gnome-base on this KDE box (not
>> ~amd64). In fact, "eix -I gnome" returns only polkit-gnome. I see that's
>> only there because I've inherited a gtk USE flag from the desktop profile.
>>
>> I've now set -gtk in make.conf and I'm reinstalling world (13 packages,
>> including gcc and libre-office) to check that I really don't need gtk. Even
>> gimp doesn't need gtk!
>
> Interesting! I seem to have two packages from gnome:
>
> # emerge --depclean -v -a app-admin/system-config-printer-gnome
>
> Calculating dependencies... done!
> app-admin/system-config-printer-gnome-1.4.3 pulled in by:
> kde-base/print-manager-4.10.5 requires app-admin/system-config-printer-
> gnome
>
> # emerge --depclean -v -a gnome-base/gnome-common
>
> Calculating dependencies... done!
> gnome-base/gnome-common-3.7.4 pulled in by:
> dev-python/pygobject-3.8.3 requires gnome-base/gnome-common
>
> Not sure why they are being pulled in as dependencies ... ?
>
The KDE print manager has a long history of being broken beyond belief.
From watching what changes over the years since 4.0 I reckon the devs
finally gave up and instead pinched useful bits out of gnome to get the
damn stuff to work right
kde-base/print-manager has a hard dep on
app-admin/system-config-printer-gnome and that uses
app-admin/system-config-printer-common
Don't worry about the bits with gnome in the name, those two packages
are very small and provide utility functions. They do come from the
gnome project but they form plumbing and are not gnome-specific
$ equery files gnome-common
* Searching for gnome-common ...
* Contents of gnome-base/gnome-common-3.7.4:
/usr
/usr/bin
/usr/bin/gnome-autogen.sh
/usr/bin/gnome-doc-common
/usr/share
/usr/share/aclocal
/usr/share/aclocal/gnome-code-coverage.m4
/usr/share/aclocal/gnome-common.m4
/usr/share/aclocal/gnome-compiler-flags.m4
/usr/share/doc
/usr/share/doc/gnome-common-3.7.4
/usr/share/doc/gnome-common-3.7.4/ChangeLog.bz2
/usr/share/doc/gnome-common-3.7.4/README.doc-build.bz2
/usr/share/doc/gnome-common-3.7.4/usage.txt.bz2
/usr/share/gnome-common
/usr/share/gnome-common/data
/usr/share/gnome-common/data/omf.make
/usr/share/gnome-common/data/xmldocs.make
$ equery files system-config-printer-common
* Searching for system-config-printer-common ...
* Contents of app-admin/system-config-printer-common-1.4.3:
/etc
/etc/cupshelpers
/etc/cupshelpers/preferreddrivers.xml
/etc/dbus-1
/etc/dbus-1/system.d
/etc/dbus-1/system.d/com.redhat.NewPrinterNotification.conf
/etc/dbus-1/system.d/com.redhat.PrinterDriversInstaller.conf
/lib
/lib/udev
/lib/udev/rules.d
/lib/udev/rules.d/70-printers.rules
/lib/udev/udev-add-printer
/lib/udev/udev-configure-printer
/usr
/usr/lib
/usr/lib/systemd
/usr/lib/systemd/system
/usr/lib/systemd/system/configure-printer@.service
/usr/lib64
/usr/lib64/python2.7
/usr/lib64/python2.7/site-packages
/usr/lib64/python2.7/site-packages/cupshelpers
/usr/lib64/python2.7/site-packages/cupshelpers-1.0-py2.7.egg-info
/usr/lib64/python2.7/site-packages/cupshelpers/__init__.py
/usr/lib64/python2.7/site-packages/cupshelpers/config.py
/usr/lib64/python2.7/site-packages/cupshelpers/cupshelpers.py
/usr/lib64/python2.7/site-packages/cupshelpers/installdriver.py
/usr/lib64/python2.7/site-packages/cupshelpers/openprinting.py
/usr/lib64/python2.7/site-packages/cupshelpers/ppds.py
/usr/lib64/python2.7/site-packages/cupshelpers/xmldriverprefs.py
/usr/share
/usr/share/doc
/usr/share/doc/system-config-printer-common-1.4.3
/usr/share/doc/system-config-printer-common-1.4.3/AUTHORS.bz2
/usr/share/doc/system-config-printer-common-1.4.3/ChangeLog.bz2
/usr/share/doc/system-config-printer-common-1.4.3/README.bz2
/usr/share/system-config-printer
/usr/share/system-config-printer/PhysicalDevice.py
/usr/share/system-config-printer/SearchCriterion.py
/usr/share/system-config-printer/check-device-ids.py
/usr/share/system-config-printer/config.py
/usr/share/system-config-printer/debug.py
/usr/share/system-config-printer/dnssdresolve.py
/usr/share/system-config-printer/firewallsettings.py
/usr/share/system-config-printer/installpackage.py
/usr/share/system-config-printer/monitor.py
/usr/share/system-config-printer/ppdippstr.py
/usr/share/system-config-printer/probe_printer.py
/usr/share/system-config-printer/smburi.py
/usr/share/system-config-printer/statereason.py
/usr/share/system-config-printer/xml
/usr/share/system-config-printer/xml/preferreddrivers.rng
/usr/share/system-config-printer/xml/validate.py
--
Alan McKinnon
alan.mckinnon@gmail.com
next prev parent reply other threads:[~2013-12-11 7:38 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-07 10:16 [gentoo-user] Something is pulling in gnome-base Mick
2013-12-07 10:31 ` Tom Wijsman
2013-12-07 11:03 ` Mick
2013-12-07 11:27 ` Tom Wijsman
2013-12-07 11:47 ` Mick
2013-12-07 16:27 ` Tom Wijsman
2013-12-10 15:25 ` Walter Dnes
2013-12-10 23:40 ` Mick
2013-12-07 11:29 ` Peter Humphrey
2013-12-10 23:49 ` Mick
2013-12-11 7:38 ` Alan McKinnon [this message]
2013-12-11 10:58 ` Peter Humphrey
2013-12-11 16:29 ` Mick
2013-12-11 16:39 ` Alan McKinnon
2013-12-11 16:52 ` Peter Humphrey
2013-12-11 21:04 ` Mick
2013-12-11 22:01 ` Alan McKinnon
2013-12-12 10:01 ` Peter Humphrey
2013-12-13 7:04 ` Mick
2013-12-13 7:46 ` Alan McKinnon
2013-12-13 10:49 ` Peter Humphrey
2013-12-13 16:44 ` Mick
2013-12-15 0:52 ` Walter Dnes
2013-12-15 1:39 ` Tom Wijsman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52A81672.1000303@gmail.com \
--to=alan.mckinnon@gmail.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox