pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/gtk3



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Apr  4 09:25:32 UTC 2018

Modified Files:
        pkgsrc/x11/gtk3: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 pkgsrc/x11/gtk3/Makefile
cvs rdiff -u -r1.54 -r1.55 pkgsrc/x11/gtk3/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/gtk3/Makefile
diff -u pkgsrc/x11/gtk3/Makefile:1.111 pkgsrc/x11/gtk3/Makefile:1.112
--- pkgsrc/x11/gtk3/Makefile:1.111      Mon Mar 12 11:15:50 2018
+++ pkgsrc/x11/gtk3/Makefile    Wed Apr  4 09:25:32 2018
@@ -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/immodule
 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 @@ BUILD_DIRS=           . demos/gtk-demo
 # 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 @@ post-install:
        ${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

Index: pkgsrc/x11/gtk3/distinfo
diff -u pkgsrc/x11/gtk3/distinfo:1.54 pkgsrc/x11/gtk3/distinfo:1.55
--- pkgsrc/x11/gtk3/distinfo:1.54       Sun Feb 25 21:07:01 2018
+++ pkgsrc/x11/gtk3/distinfo    Wed Apr  4 09:25:32 2018
@@ -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