diff options
author | 2019-01-26 10:50:49 +0100 | |
---|---|---|
committer | 2019-01-26 10:50:49 +0100 | |
commit | 3b1acc2873e9185a287dffc43698755722122a2e (patch) | |
tree | b05dcb0322d7045528a40fab2b4f226e1a8e3078 | |
parent | app-shells/schily-tools: Version bump (diff) | |
download | mv-3b1acc2873e9185a287dffc43698755722122a2e.tar.gz mv-3b1acc2873e9185a287dffc43698755722122a2e.tar.bz2 mv-3b1acc2873e9185a287dffc43698755722122a2e.zip |
x11-libs/gtk+: Version bump
Signed-off-by: Martin Väth <mvath@google.com>
-rw-r--r-- | metadata/pkg_desc_index | 2 | ||||
-rw-r--r-- | x11-libs/gtk+/Manifest | 3 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-3.24.4.ebuild (renamed from x11-libs/gtk+/gtk+-3.24.3-r1.ebuild) | 5 |
3 files changed, 3 insertions, 7 deletions
diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index index f1a0c3ba..991d2c95 100644 --- a/metadata/pkg_desc_index +++ b/metadata/pkg_desc_index @@ -130,5 +130,5 @@ www-plugins/noscript 10.2.1: Firefox webextension: restrict active contents like www-plugins/skip-redirect 2.2.1: Firefox webextension: skip intermediary pages before redirecting www-plugins/translate-to-me 1.1: Firefox webextension: translate the selected text with www.linguee.com www-plugins/ublock-origin 1.17.2: Firefox webextension: An efficient list-based blocker -x11-libs/gtk+ 2.24.32-r1 3.24.3-r1: Gimp ToolKit + +x11-libs/gtk+ 2.24.32-r1 3.24.4: Gimp ToolKit + x11-libs/motif 2.3.8-r1: The Motif user interface component toolkit diff --git a/x11-libs/gtk+/Manifest b/x11-libs/gtk+/Manifest index 9cf239f4..113ce53f 100644 --- a/x11-libs/gtk+/Manifest +++ b/x11-libs/gtk+/Manifest @@ -1,4 +1,3 @@ DIST gtk+-2.24.32-patchset.tar.xz 6392 SHA512 6c8763826b479c9c122bb991ae42b0ce0e754d460be5c6ea8d1bba28f7318c014822eccaae0b39c3b7c16804991c8c46c53cd8ded3ad6212830a2f5746567543 DIST gtk+-2.24.32.tar.xz 12620860 SHA512 8e8fd9ae32f1d6fb544da260f00599f0f05090d910d767b06ef086ab4f1f8373a29bb0da9767761c9b5f4cfd51b5c45d0fa5d39b0428c839ddf0a579df806696 -DIST gtk+-3.24.3-patchset-20190119.tar.xz 18032 SHA512 9fbd73936931e2e529146d74711a5243a5e67e49de2d63d9f4a64c1f0825cbdd50ae2683869e4616f5fd8a4267ac5bf68d3cd21a06589a9d3f14ce82e3573521 -DIST gtk+-3.24.3.tar.xz 21099144 SHA512 72a69d71f2e16a1dd169cc74d568da47131bd5d77994bcdd3b427ec1cd37c5daf0841a6e4824b125d860bc1c4f07c9835a3b2e74d951666253d3e4edbed0e5fc +DIST gtk+-3.24.4.tar.xz 21102236 SHA512 d1cce6d0d7f1c5ef0f4e8988b88372a32b9d8a2924da4cfc46a80ede91cf8a2aacdcd87eec122dfab1369b36fc849d875832ac11d79426cf6884e1730e5d4dd1 diff --git a/x11-libs/gtk+/gtk+-3.24.3-r1.ebuild b/x11-libs/gtk+/gtk+-3.24.4.ebuild index 5c6be8e2..baf6f45b 100644 --- a/x11-libs/gtk+/gtk+-3.24.3-r1.ebuild +++ b/x11-libs/gtk+/gtk+-3.24.4.ebuild @@ -9,7 +9,7 @@ inherit flag-o-matic gnome2 multilib virtualx multilib-minimal DESCRIPTION="Gimp ToolKit +" HOMEPAGE="https://www.gtk.org/" -SRC_URI=${SRC_URI}" https://dev.gentoo.org/~leio/distfiles/${P}-patchset-20190119.tar.xz" +SRC_URI=${SRC_URI} LICENSE="LGPL-2+" SLOT="3" @@ -123,9 +123,6 @@ src_prepare() { strip_builddir SRC_SUBDIRS examples Makefile.{am,in} fi - # Patches from gtk-3-24 branch up to b984074e2924b7e759, mainly fixing GtkSwitch glyphs when IEC power symbol unicode-9 glyphs are missing from all installed fonts - eapply "${WORKDIR}"/patches - # gtk-update-icon-cache is installed by dev-util/gtk-update-icon-cache eapply "${FILESDIR}"/${PN}-3.22.2-update-icon-cache.patch |