pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/atk
Module Name: pkgsrc
Committed By: wiz
Date: Thu Nov 23 15:12:51 UTC 2017
Modified Files:
pkgsrc/devel/atk: Makefile PLIST distinfo
Log Message:
atk: update to 2.26.1.
Changes in version 2.26.1
=========================
* Build: meson, tracked by bug 785802)
* Ad option to disable introspection
* Fix .rc generation in Meson builds
* Build (Visual Studio)
* Enhance security of x64 binaries
Translations
Pawan Chitrakar (ne), Xavi Ivars (ca@valencia), hanniedu (nl)
Changes in version 2.26
=======================
* Build: meson on Windows, tracked by Bug 785802 (not fully fixed yet):
* Force-include msvc_recommended_pragmas.h on MSVC
* tests: Fix build on pre-C99
* meson: Build .rc file on Windows
Contributors
Chun-wei Fan
Translations
Ask Hjorth Larsen (da)
Changes in version 2.25.90
==========================
* Bugfixing
* 689810: Move include guards out to enable GCC optimisation
* Build (meson)
* Keep the version in sync with Autotools
* Add atkversion.h to introspection build
* Build (visual studio)
* Adapt to the Python-field glib-genmarshal
* Adapt to new glib-genmarshal command line
* Use PythonDir instead of PythonPath
* Integrate introspection builds
* Don't build introspection by default
* Make marshal generation more robust
* Misc
* Update AUTHORS file
Contributors
Emmanuele Bassi, Daniel Boles, Chun-wei Fan, Rico Tzschichholz
Translations
Pawan Chitrakar (ne), Fabio Tomat (fur)
Changes in version 2.25.2
=========================
* Bugfixing:
* Bug 781715: Crash under atk_gobject_accessible_dispose()
* Build (general/autotools):
* Add ATK_UNAVAILABLE macro
* Use template files for the ATK enumerations
* Convert atkversion.h.in to UTF-8 encoding
* Include the marshallers header, not the source
* Add buildir to the docs directories
* Update deprecation warnings symbols
* Simplify GObject dependency discovery
* Build (meson):
* Bug 782871: Add meson build system
* Dist the Meson files
* Use the appropriate soversion
* Use the appropriate GETTEXT_PACKAGE
* Install atk.h
* Only depend on generated header
* Build (win32):
* win32: Fix replacing items in files with UTF-8 content
* Cleaning:
* Remove atk.spec.in
* Remove uninstalled pkg-config file
* Remove unused script for bundling ATK on Windows
* Remove ChangeLog
* Remove local introspection.m4
* Docs:
* Modernise the API reference:
* Use XInclude
* Stop using SGML mode with XML files
* Drop version.xml and use the gtk-doc package entities
* Update the README mentioning Meson, Ninja, and cleaning a little
* Remove empty overrides file
* Gobject introspection:
* Mark unbindable functions as 'skip
* Misc:
* Update git ignore file
* New Relations and Roles:
* Bug 748384: Add ATK_ROLE_FOOTNOTE
* Bug 781587: Add error-message, error-for, details and details-for-relation
* Translation support:
* Update po/Makevars (copyright and bug address)
Contributors:
Emmanuele Bassi, Milan Crha, Joanmarie Diggs, Piotr Drąg, Chun-wei Fan
Translations:
Yuras Shumovich (be)
To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 pkgsrc/devel/atk/Makefile
cvs rdiff -u -r1.43 -r1.44 pkgsrc/devel/atk/PLIST
cvs rdiff -u -r1.52 -r1.53 pkgsrc/devel/atk/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/atk/Makefile
diff -u pkgsrc/devel/atk/Makefile:1.98 pkgsrc/devel/atk/Makefile:1.99
--- pkgsrc/devel/atk/Makefile:1.98 Sun Oct 15 23:19:11 2017
+++ pkgsrc/devel/atk/Makefile Thu Nov 23 15:12:50 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.98 2017/10/15 23:19:11 prlw1 Exp $
+# $NetBSD: Makefile,v 1.99 2017/11/23 15:12:50 wiz Exp $
-DISTNAME= atk-2.24.0
+DISTNAME= atk-2.26.1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/atk/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/devel/atk/PLIST
diff -u pkgsrc/devel/atk/PLIST:1.43 pkgsrc/devel/atk/PLIST:1.44
--- pkgsrc/devel/atk/PLIST:1.43 Mon Jul 3 18:07:44 2017
+++ pkgsrc/devel/atk/PLIST Thu Nov 23 15:12:50 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.43 2017/07/03 18:07:44 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.44 2017/11/23 15:12:50 wiz Exp $
include/atk-1.0/atk/atk-enum-types.h
include/atk-1.0/atk/atk.h
include/atk-1.0/atk/atkaction.h
@@ -63,6 +63,7 @@ share/gtk-doc/html/atk/AtkUtil.html
share/gtk-doc/html/atk/AtkValue.html
share/gtk-doc/html/atk/AtkWindow.html
share/gtk-doc/html/atk/accessibles.html
+share/gtk-doc/html/atk/annotation-glossary.html
share/gtk-doc/html/atk/api-index-1-12.html
share/gtk-doc/html/atk/api-index-1-13.html
share/gtk-doc/html/atk/api-index-1-20.html
Index: pkgsrc/devel/atk/distinfo
diff -u pkgsrc/devel/atk/distinfo:1.52 pkgsrc/devel/atk/distinfo:1.53
--- pkgsrc/devel/atk/distinfo:1.52 Mon Jul 3 18:07:44 2017
+++ pkgsrc/devel/atk/distinfo Thu Nov 23 15:12:50 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.52 2017/07/03 18:07:44 prlw1 Exp $
+$NetBSD: distinfo,v 1.53 2017/11/23 15:12:50 wiz Exp $
-SHA1 (atk-2.24.0.tar.xz) = 499fa622ea7c12ba15bef1b270a95d14607e3b67
-RMD160 (atk-2.24.0.tar.xz) = 73df21c72cd41404fff44b34fc08939e7bbc50ae
-SHA512 (atk-2.24.0.tar.xz) = 3ae0a4d5f28d5619d465135c685161f690732053bcb70a47669c951fbf389b5d2ccc5c7c73d4ee8c5a3b2df14e2f5b082e812a215f10a79b27b412d077f5e962
-Size (atk-2.24.0.tar.xz) = 748972 bytes
+SHA1 (atk-2.26.1.tar.xz) = 78f33bdbacbc447c86a357690417c1b70e7664fc
+RMD160 (atk-2.26.1.tar.xz) = 55faa64463bd91d7cf8395334c2fd5958cac5585
+SHA512 (atk-2.26.1.tar.xz) = 9a802f1856f0f608c3b4ef6de27dc8174e103dbb32431a4dcffcac48c685cc48efb087ab73f661d7327341e8074b73bb7877c596f93228283ca5907910d64a6b
+Size (atk-2.26.1.tar.xz) = 711960 bytes
Home |
Main Index |
Thread Index |
Old Index