diff options
author | Alexandre Rostovtsev <tetromino@gmail.com> | 2011-06-18 21:57:33 -0400 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gmail.com> | 2011-06-19 05:38:21 -0400 |
commit | 7af56af62fbd27b4a45b8f588e002bde296fdf13 (patch) | |
tree | a24fa07a43fea83951e16a4ee12b5a111337003c /profiles | |
parent | app-editors/gedit-plugins: 3.0.3 → 3.0.4 (diff) | |
download | gnome-7af56af62fbd27b4a45b8f588e002bde296fdf13.tar.gz gnome-7af56af62fbd27b4a45b8f588e002bde296fdf13.tar.bz2 gnome-7af56af62fbd27b4a45b8f588e002bde296fdf13.zip |
gnome-extra/gucharmap: slot gtk3 version to 2.90 (bug #362035)
gnome-extra/gucharmap installs a library that is used by several
packages to display a unicode character picker tool. Some of these
packages - such as abiword, bluefish, and libtomoe-gtk - are unlikely to
be ported to gtk3 in the immediate future. It is therefore desirable to
be able to install the gtk2 version of the gucharmap library in
parallel with the gtk3-based one.
The solution is to slot the gtk2 version to "0" and the gtk3 version to
"2.90". Both versions can be built from the same 3.0.x source via the
appropriate --with-gtk configure option. If we ensure that only one of
the slots (2.90, naturally) installs the gucharmap program and
associated .desktop file and schemas, and rename slot 2.90's gettext
domain, there will be no file collisions.
This partially addresses bug #362035.
v2:
Mgorny on IRC pointed out that my original slotmove command would have
moved gucharmap-3.0.1-r200 to slot 2.90 the next time updates/2Q-2011
changed. So instead, explicitly list all versions of gucharmap for gtk3
that have ever been in the overlay.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/updates/2Q-2011 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/updates/2Q-2011 b/profiles/updates/2Q-2011 index fbfd3ba3..2b5cd769 100644 --- a/profiles/updates/2Q-2011 +++ b/profiles/updates/2Q-2011 @@ -1 +1,4 @@ slotmove =net-libs/rest-0.7* 0 0.7 +slotmove =gnome-extra/gucharmap-2.33.2 0 2.90 +slotmove =gnome-extra/gucharmap-3.0.0 0 2.90 +slotmove =gnome-extra/gucharmap-3.0.1 0 2.90 |