pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/glibmm



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jun  6 11:42:53 UTC 2019

Modified Files:
        pkgsrc/devel/glibmm: Makefile PLIST distinfo

Log Message:
glibmm: updated to 2.60.0

2.60.0 (stable):
Glib:
* Add DateTime::get_timezone()
  Add KeyFile::get_locale_for_key()
  Add TimeZone::get_identifier()
* Add Value_RefPtrBoxed<>
  Add Value<std::vector<string>> specializations and other Value
  specializations that are necessary for _WRAP_PROPERTY
* Object construction: Add custom class init and instance init functions
Gio:
* Add AppInfo::launch_uris_async() and launch_uris_async()
  Add DBusConnection::get_flags() and property_flags()
* Settings: Add property_settings_schema()
* TlsClientConnection: Deprecate property_accepted_cas()
* ThemedIcon: Add create(const std::vector<Glib::ustring>& iconnames)
* Remove NO_GTYPE from some _WRAP_ENUMs
* TlsConnection: Deprecate rehandshake API
* Application: Add signal_name_lost()
gmmproc:
* Add _IS_REFCOUNTED_BOXEDTYPE
Build:
* Require glib-2.0 >= 2.59.2

2.58.1 (stable):
gmmproc:
* _WRAP_ENUM and _WRAP_GERROR: Add gtype_func parameter
* docextract_to_xml.py: Add --exclude-file option.

Documentation:
* README: Add installation instructions
* Don’t use @retval on out args, use @param[out]

2.58.0 (stable):
This release is identical to 2.56.1.


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/devel/glibmm/Makefile
cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/glibmm/PLIST
cvs rdiff -u -r1.55 -r1.56 pkgsrc/devel/glibmm/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/glibmm/Makefile
diff -u pkgsrc/devel/glibmm/Makefile:1.79 pkgsrc/devel/glibmm/Makefile:1.80
--- pkgsrc/devel/glibmm/Makefile:1.79   Fri Apr 26 15:12:20 2019
+++ pkgsrc/devel/glibmm/Makefile        Thu Jun  6 11:42:53 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.79 2019/04/26 15:12:20 bsiegert Exp $
+# $NetBSD: Makefile,v 1.80 2019/06/06 11:42:53 adam Exp $
 
-DISTNAME=      glibmm-2.56.1
+DISTNAME=      glibmm-2.60.0
 CATEGORIES=    devel gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/glibmm/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -40,7 +40,7 @@ PLIST_VARS+=  notmac
 PLIST.notmac=  yes
 .endif
 
-BUILDLINK_API_DEPENDS.glib2+=          glib2>=2.56.0
+BUILDLINK_API_DEPENDS.glib2+=          glib2>=2.60.0
 .include "../../devel/glib2/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libsigcpp+=      libsigc++>=2.9.1
 .include "../../devel/libsigc++/buildlink3.mk"

Index: pkgsrc/devel/glibmm/PLIST
diff -u pkgsrc/devel/glibmm/PLIST:1.40 pkgsrc/devel/glibmm/PLIST:1.41
--- pkgsrc/devel/glibmm/PLIST:1.40      Tue Apr 17 08:35:25 2018
+++ pkgsrc/devel/glibmm/PLIST   Thu Jun  6 11:42:53 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.40 2018/04/17 08:35:25 wiz Exp $
+@comment $NetBSD: PLIST,v 1.41 2019/06/06 11:42:53 adam Exp $
 include/giomm-2.4/giomm.h
 include/giomm-2.4/giomm/action.h
 include/giomm-2.4/giomm/actiongroup.h
@@ -286,6 +286,7 @@ include/glibmm-2.4/glibmm/enums.h
 include/glibmm-2.4/glibmm/error.h
 include/glibmm-2.4/glibmm/exception.h
 include/glibmm-2.4/glibmm/exceptionhandler.h
+include/glibmm-2.4/glibmm/extraclassinit.h
 include/glibmm-2.4/glibmm/fileutils.h
 include/glibmm-2.4/glibmm/helperlist.h
 include/glibmm-2.4/glibmm/i18n-lib.h
@@ -434,6 +435,8 @@ share/doc/glibmm-2.4/images/gtkmm_logo.g
 share/doc/glibmm-2.4/images/top.gif
 share/doc/glibmm-2.4/reference/glibmm-2.4.tag
 share/doc/glibmm-2.4/reference/html/annotated.html
+share/doc/glibmm-2.4/reference/html/arrowdown.png
+share/doc/glibmm-2.4/reference/html/arrowright.png
 share/doc/glibmm-2.4/reference/html/bc_s.png
 share/doc/glibmm-2.4/reference/html/bdwn.png
 share/doc/glibmm-2.4/reference/html/classGio_1_1Action-members.html
@@ -895,6 +898,9 @@ share/doc/glibmm-2.4/reference/html/clas
 share/doc/glibmm-2.4/reference/html/classGlib_1_1Exception-members.html
 share/doc/glibmm-2.4/reference/html/classGlib_1_1Exception.html
 share/doc/glibmm-2.4/reference/html/classGlib_1_1Exception__inherit__graph.png
+share/doc/glibmm-2.4/reference/html/classGlib_1_1ExtraClassInit-members.html
+share/doc/glibmm-2.4/reference/html/classGlib_1_1ExtraClassInit.html
+share/doc/glibmm-2.4/reference/html/classGlib_1_1ExtraClassInit__inherit__graph.png
 share/doc/glibmm-2.4/reference/html/classGlib_1_1FileError-members.html
 share/doc/glibmm-2.4/reference/html/classGlib_1_1FileError.html
 share/doc/glibmm-2.4/reference/html/classGlib_1_1FileError__inherit__graph.png
@@ -1126,6 +1132,9 @@ share/doc/glibmm-2.4/reference/html/clas
 share/doc/glibmm-2.4/reference/html/classGlib_1_1ValueBase__String-members.html
 share/doc/glibmm-2.4/reference/html/classGlib_1_1ValueBase__String.html
 share/doc/glibmm-2.4/reference/html/classGlib_1_1ValueBase__String__inherit__graph.png
+share/doc/glibmm-2.4/reference/html/classGlib_1_1ValueBase__Variant-members.html
+share/doc/glibmm-2.4/reference/html/classGlib_1_1ValueBase__Variant.html
+share/doc/glibmm-2.4/reference/html/classGlib_1_1ValueBase__Variant__inherit__graph.png
 share/doc/glibmm-2.4/reference/html/classGlib_1_1ValueBase__inherit__graph.png
 share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01T_01_4_01_4-members.html
 share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01T_01_4_01_4.html
@@ -1169,6 +1178,12 @@ share/doc/glibmm-2.4/reference/html/clas
 share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01std_1_1string_01_4-members.html
 share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01std_1_1string_01_4.html
 share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01std_1_1string_01_4__inherit__graph.png
+share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01std_1_1vector_3_01Glib_1_1ustring_01_4_01_4-members.html
+share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01std_1_1vector_3_01Glib_1_1ustring_01_4_01_4.html
+share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01std_1_1vector_3_01Glib_1_1ustring_01_4_01_4__inherit__graph.png
+share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01std_1_1vector_3_01std_1_1string_01_4_01_4-members.html
+share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01std_1_1vector_3_01std_1_1string_01_4_01_4.html
+share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01std_1_1vector_3_01std_1_1string_01_4_01_4__inherit__graph.png
 share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01unsigned_01char_01_4-members.html
 share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01unsigned_01char_01_4.html
 share/doc/glibmm-2.4/reference/html/classGlib_1_1Value_3_01unsigned_01char_01_4__inherit__graph.png
@@ -1196,6 +1211,9 @@ share/doc/glibmm-2.4/reference/html/clas
 share/doc/glibmm-2.4/reference/html/classGlib_1_1Value__Pointer-members.html
 share/doc/glibmm-2.4/reference/html/classGlib_1_1Value__Pointer.html
 share/doc/glibmm-2.4/reference/html/classGlib_1_1Value__Pointer__inherit__graph.png
+share/doc/glibmm-2.4/reference/html/classGlib_1_1Value__RefPtrBoxed-members.html
+share/doc/glibmm-2.4/reference/html/classGlib_1_1Value__RefPtrBoxed.html
+share/doc/glibmm-2.4/reference/html/classGlib_1_1Value__RefPtrBoxed__inherit__graph.png
 share/doc/glibmm-2.4/reference/html/classGlib_1_1Value__inherit__graph.png
 share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant-members.html
 share/doc/glibmm-2.4/reference/html/classGlib_1_1Variant.html
@@ -1541,8 +1559,6 @@ share/doc/glibmm-2.4/reference/html/inhe
 share/doc/glibmm-2.4/reference/html/inherit_graph_99.png
 share/doc/glibmm-2.4/reference/html/inherits.html
 share/doc/glibmm-2.4/reference/html/jquery.js
-share/doc/glibmm-2.4/reference/html/menu.js
-share/doc/glibmm-2.4/reference/html/menudata.js
 share/doc/glibmm-2.4/reference/html/modules.html
 share/doc/glibmm-2.4/reference/html/namespaceGio.html
 share/doc/glibmm-2.4/reference/html/namespaceGio_1_1DBus.html
@@ -1648,6 +1664,7 @@ share/doc/glibmm-2.4/reference/html/sinc
 share/doc/glibmm-2.4/reference/html/since_2_54.html
 share/doc/glibmm-2.4/reference/html/since_2_56.html
 share/doc/glibmm-2.4/reference/html/since_2_6.html
+share/doc/glibmm-2.4/reference/html/since_2_60.html
 share/doc/glibmm-2.4/reference/html/since_2_8.html
 share/doc/glibmm-2.4/reference/html/splitbar.png
 share/doc/glibmm-2.4/reference/html/structGlib_1_1Container__Helpers_1_1TypeTraits-members.html

Index: pkgsrc/devel/glibmm/distinfo
diff -u pkgsrc/devel/glibmm/distinfo:1.55 pkgsrc/devel/glibmm/distinfo:1.56
--- pkgsrc/devel/glibmm/distinfo:1.55   Fri Apr 26 15:12:20 2019
+++ pkgsrc/devel/glibmm/distinfo        Thu Jun  6 11:42:53 2019
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.55 2019/04/26 15:12:20 bsiegert Exp $
+$NetBSD: distinfo,v 1.56 2019/06/06 11:42:53 adam Exp $
 
-SHA1 (glibmm-2.56.1.tar.xz) = 992c7510e489a98475fcf40e50415d6ba48402de
-RMD160 (glibmm-2.56.1.tar.xz) = d0424eea980619901ded384b1b9f70f66e481ad0
-SHA512 (glibmm-2.56.1.tar.xz) = fd5ad19c5dcba484573520e1d00b5bbb600ee805ab8cd9c0d985880cc1bcbe67ad31fa9f2b5789b5892eddd6be345e3f308593e5ef021e1cfda132e4235fb735
-Size (glibmm-2.56.1.tar.xz) = 6841240 bytes
+SHA1 (glibmm-2.60.0.tar.xz) = 7c179619b66f2c5a15553ebccce8c0df3b774672
+RMD160 (glibmm-2.60.0.tar.xz) = 5333ebf974e5af5a2e8bd16742078dd63c5ad5e9
+SHA512 (glibmm-2.60.0.tar.xz) = ea0477d5cb6e59019e87f929630ff32ac38dd5e4fb53fe84ef64b5b41c1090c8e10a0a67b26c786ab4d9ebf64b993fa0044333b4aa8554c331a0a6d02039c5ad
+Size (glibmm-2.60.0.tar.xz) = 6874840 bytes
 SHA1 (patch-glib_glibmm_date.h) = 50ae17f3ee1fd4d6d519cb2c5446749ec08d0761
 SHA1 (patch-glib_glibmm_ustring.cc) = 626bedb16baa7664eade41afd585f0db339f99af



Home | Main Index | Thread Index | Old Index