pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/gtk3 gtk3: updated to 3.22.29



details:   https://anonhg.NetBSD.org/pkgsrc/rev/59dff9e7a9a8
branches:  trunk
changeset: 378227:59dff9e7a9a8
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Apr 04 09:25:32 2018 +0000

description:
gtk3: updated to 3.22.29

Changes in GTK+ 3.22.29

* Wayland
 - add an input method based on the text protocol

* File chooser
 - Stop activating without double-click

* Bugs fixed:
  GtkInfoBar not shown after calling gtk_widget_show
  Better deprecation information for GtkStatusIcon
  gdkscreen-x11: Don't try to calculate a refresh rate for RandR 1.3...
  GtkListBoxRow signal poorly documented

* Translation updates

diffstat:

 x11/gtk3/Makefile |  11 ++++-------
 x11/gtk3/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 12 deletions(-)

diffs (59 lines):

diff -r 9e54550e7258 -r 59dff9e7a9a8 x11/gtk3/Makefile
--- a/x11/gtk3/Makefile Wed Apr 04 08:08:54 2018 +0000
+++ b/x11/gtk3/Makefile Wed Apr 04 09:25:32 2018 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.111 2018/03/12 11:15:50 wiz Exp $
+# $NetBSD: Makefile,v 1.112 2018/04/04 09:25:32 adam Exp $
 
-DISTNAME=      gtk+-3.22.28
+DISTNAME=      gtk+-3.22.29
 PKGNAME=       ${DISTNAME:S/gtk/gtk3/}
-PKGREVISION=   1
 CATEGORIES=    x11 gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gtk+/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -43,8 +42,6 @@
 INSTALLATION_DIRS+=    lib/gtk-3.0/modules
 INSTALLATION_DIRS+=    lib/gtk-3.0/3.0.0/filesystems
 
-#REQD_DIRS+=           ${PREFIX}/libdata/gtk-2.0
-
 BUILD_DIRS=            . demos/gtk-demo
 
 .include "../../mk/bsd.prefs.mk"
@@ -53,7 +50,7 @@
 # which do not have it.
 .if ${OPSYS} == "SunOS"
 BUILD_DEPENDS+=                grep-[0-9]*:../../textproc/grep
-TOOLS_PATH.grep=       ${LOCALBASE}/bin/ggrep
+TOOLS_PATH.grep=       ${PREFIX}/bin/ggrep
 .endif
 # isnan and isinf are part of libc, not libm on DragonFly
 # conf tests fail detection due to conflicting definitions, just skip them
@@ -71,7 +68,7 @@
        ${RM} -f ${DESTDIR}${GTK3_IMMODULES_DB}
 
 FILES_SUBST+=          GTK_UPDATE_ICON_CACHE="${PREFIX}/bin/gtk-update-icon-cache"
-FILES_SUBST+=          ICON_THEME_DIR="${LOCALBASE}/share/icons"
+FILES_SUBST+=          ICON_THEME_DIR="${PREFIX}/share/icons"
 INSTALL_TEMPLATES+=    ../../x11/gtk2/files/icon-cache.tmpl
 
 _BUILDING_GTK3=        yes
diff -r 9e54550e7258 -r 59dff9e7a9a8 x11/gtk3/distinfo
--- a/x11/gtk3/distinfo Wed Apr 04 08:08:54 2018 +0000
+++ b/x11/gtk3/distinfo Wed Apr 04 09:25:32 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.54 2018/02/25 21:07:01 wiz Exp $
+$NetBSD: distinfo,v 1.55 2018/04/04 09:25:32 adam Exp $
 
-SHA1 (gtk+-3.22.28.tar.xz) = 3a056aa871acab7c4efa71bd6b953da53aa5a5cd
-RMD160 (gtk+-3.22.28.tar.xz) = 76f96bd9727bf8872bfd4d0b502bd05a2932b3f9
-SHA512 (gtk+-3.22.28.tar.xz) = d46d74f4cc99ad611ed37816b1357717a75731882c5aa9effcbdc0ab96a3cd5aee84d801f1027b773daa476517fab021887c179ed9cb35bebbcb652e8d56636d
-Size (gtk+-3.22.28.tar.xz) = 22157948 bytes
+SHA1 (gtk+-3.22.29.tar.xz) = c510103d118d119a1567b7922a935073718b300c
+RMD160 (gtk+-3.22.29.tar.xz) = 895387b0de0fa4ef975b1ca75a3cc70b891a6327
+SHA512 (gtk+-3.22.29.tar.xz) = 046fa4458626e81ea7b1ddb753d53ecd91d0f2101af428cfdf77fe866bbe430cb3622203cc5e895b220a9364e35009245cdaf76e0cfa30d32d31095b5fcb42bc
+Size (gtk+-3.22.29.tar.xz) = 18964852 bytes
 SHA1 (patch-aj) = cbfab43f27352f7c6bc57a7c562c2d84c69da07a
 SHA1 (patch-config.h.in) = dc5f8741eed554f88c0b6834cadad95083e4dc8f
 SHA1 (patch-configure) = 1dca87c6a85ee927b85d4edc14b0985c5130c0d9



Home | Main Index | Thread Index | Old Index