From: Jussi Kukkonen <jussi.kukkonen@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH v2 0/6] GTK+3 upgrade and related changes
Date: Fri, 12 Jun 2015 16:11:36 +0300 [thread overview]
Message-ID: <cover.1434114213.git.jussi.kukkonen@intel.com> (raw)
Patch set upgrades GTK+3 and adds adwaita-icon-theme: Current GTK+
requires a theme with "symbolic" (single color) icons for the
widgets to look decent -- and gnome-icon-theme does not provide them.
In practice Adwaita is the successor of now unmaintained
gnome-icon-theme so dropping gnome-icon-theme at some point would
make sense.
Adwaita includes lots of symbolic svg icons: The build uses
gtk-encode-symbolic-svg at install time to convert them to png. This
means both smaller installed size and faster rendering on target but
takes a moment at install time: >2 minutes on my fairly beefy
machine.
The new symbolic icons have also increased the installed size:
gnome-icon-theme: 14 MB
adwaita-icon-theme: 24 MB
adwaita-icon-theme-cursors: 12 MB
(gnome-icon-theme does not include cursors at all)
Version 2 of this patch set only modifies gtk-update-icon-cache-native
patch by depending on librsvg-native and forcing its sysroot
population.
Cheers,
Jussi
The following changes since commit 062678c4ab88fa94ed38efa6520c3b4e2d88ca73:
sysvinit: Only enable recipe in builds where its applicable (2015-06-10 12:03:19 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib jku/update-gtk3
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/update-gtk3
Jussi Kukkonen (6):
gtk+3: Upgrade to 3.16.3
gtk-update-icon-cache-native: Upgrade, add binary
matchbox-session-sato: set GTK_CSD env var
adwaita-icon-theme: Add new icon theme for GTK+
sato-icon-theme: Inherit Adwaita, not gnome-icon-theme
midori: Depend on Adwaita, not gnome-icon-theme
.../Create-symlinks-when-installing-cursors.patch | 178 +++++++++++++++++++++
.../gnome/adwaita-icon-theme_3.16.2.1.bb | 34 ++++
meta/recipes-gnome/gtk+/gtk+3.inc | 14 +-
meta/recipes-gnome/gtk+/gtk+3/Dont-force-csd.patch | 118 ++++++++++++++
.../gtk+/gtk+3/fix-flags-for-native.patch | 33 ----
.../gtk+/{gtk+3_3.12.2.bb => gtk+3_3.16.3.bb} | 6 +-
.../gtk+/gtk-update-icon-cache-native_3.16.3.bb | 63 ++++++++
.../gtk+/gtk-update-icon-cache-native_3.4.4.bb | 47 ------
...k-dependency-from-gtk-encode-symbolic-svg.patch | 102 ++++++++++++
.../matchbox-sato/matchbox-session-sato/session | 4 +
meta/recipes-sato/midori/midori_0.5.8.bb | 2 +-
.../0001-Inherit-the-GNOME-icon-theme.patch | 2 +-
12 files changed, 511 insertions(+), 92 deletions(-)
create mode 100644 meta/recipes-gnome/gnome/adwaita-icon-theme/Create-symlinks-when-installing-cursors.patch
create mode 100644 meta/recipes-gnome/gnome/adwaita-icon-theme_3.16.2.1.bb
create mode 100644 meta/recipes-gnome/gtk+/gtk+3/Dont-force-csd.patch
delete mode 100644 meta/recipes-gnome/gtk+/gtk+3/fix-flags-for-native.patch
rename meta/recipes-gnome/gtk+/{gtk+3_3.12.2.bb => gtk+3_3.16.3.bb} (75%)
create mode 100644 meta/recipes-gnome/gtk+/gtk-update-icon-cache-native_3.16.3.bb
delete mode 100644 meta/recipes-gnome/gtk+/gtk-update-icon-cache-native_3.4.4.bb
create mode 100644 meta/recipes-gnome/gtk+/gtk-update-icon-cache/Remove-Gdk-dependency-from-gtk-encode-symbolic-svg.patch
--
2.1.4
next reply other threads:[~2015-06-12 13:11 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-12 13:11 Jussi Kukkonen [this message]
2015-06-12 13:11 ` [PATCH v2 1/6] gtk+3: Upgrade to 3.16.3 Jussi Kukkonen
2015-06-15 13:35 ` Burton, Ross
2015-06-12 13:11 ` [PATCH v2 2/6] gtk-update-icon-cache-native: Upgrade, add binary Jussi Kukkonen
2015-06-12 13:11 ` [PATCH v2 3/6] matchbox-session-sato: set GTK_CSD env var Jussi Kukkonen
2015-06-12 13:11 ` [PATCH v2 4/6] adwaita-icon-theme: Add new icon theme for GTK+ Jussi Kukkonen
2015-06-12 13:11 ` [PATCH v2 5/6] sato-icon-theme: Inherit Adwaita, not gnome-icon-theme Jussi Kukkonen
2015-06-12 13:11 ` [PATCH v2 6/6] midori: Depend on " Jussi Kukkonen
2015-06-12 15:25 ` Alexander Kanavin
2015-06-15 8:38 ` Jussi Kukkonen
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=cover.1434114213.git.jussi.kukkonen@intel.com \
--to=jussi.kukkonen@intel.com \
--cc=openembedded-core@lists.openembedded.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.