From 7700c6ca205d6a0594a036cbbab783dca24874f1 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Wed, 7 Mar 2018 12:57:31 +0100 Subject: gnu: glibmm: Update to 2.54.1. * gnu/packages/glib.scm (glibmm): Update to 2.54.1. [arguments]: Add #:configure-flags. --- gnu/packages/glib.scm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'gnu/packages/glib.scm') diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index a64407a36f..e09351a788 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -499,7 +499,7 @@ has an ease of use unmatched by other C++ callback libraries.") (define glibmm (package (name "glibmm") - (version "2.50.1") + (version "2.54.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/glibmm/" @@ -507,10 +507,13 @@ has an ease of use unmatched by other C++ callback libraries.") "/glibmm-" version ".tar.xz")) (sha256 (base32 - "1926b3adx903hzvdp8glblsgjyadzqnwgkj8hg605d4wv98m1n0z")))) + "0jkapw18icz59cmlmsl00nwwz0wh291kb4hc9z9hxmq45drqrhkw")))) (build-system gnu-build-system) (arguments - `(#:phases + `(;; XXX: Some tests uses C++14 features. Remove this when the default + ;; compiler is >= GCC6. + #:configure-flags '("CXXFLAGS=-std=gnu++14") + #:phases (modify-phases %standard-phases (add-before 'build 'pre-build (lambda _ -- cgit 1.4.1 From 8e933cb36aa08843fd0187ec4c441179a1ed3695 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Wed, 7 Mar 2018 13:15:15 +0100 Subject: gnu: Use HTTPS on gtkmm.org home pages. * gnu/packages/gtk.scm (atkmm, gtkmm)[home-page]: Use HTTPS. * gnu/packages/gnome.scm (libgnomecanvasmm)[home-page]: Likewise. * gnu/packages/glib.scm (glibmm)[home-page]: Likewise. --- gnu/packages/glib.scm | 2 +- gnu/packages/gnome.scm | 2 +- gnu/packages/gtk.scm | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'gnu/packages/glib.scm') diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index e09351a788..366d615e58 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -535,7 +535,7 @@ has an ease of use unmatched by other C++ callback libraries.") (propagated-inputs `(("libsigc++" ,libsigc++) ("glib" ,glib))) - (home-page "http://gtkmm.org/") + (home-page "https://gtkmm.org/") (synopsis "C++ interface to the GLib library") (description "Glibmm provides a C++ programming interface to the part of GLib that are diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index d6f7e9e281..2384bf2381 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1595,7 +1595,7 @@ creating interactive structured graphics.") (native-inputs `(("gtkmm-2" ,gtkmm-2) ("pkg-config" ,pkg-config))) - (home-page "http://gtkmm.org") + (home-page "https://gtkmm.org") (synopsis "C++ bindings to the GNOME Canvas library") (description "C++ bindings to the GNOME Canvas library.") (license license:lgpl2.0+))) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 9fc9fd6015..a1d7e548aa 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -1043,7 +1043,7 @@ library.") (native-inputs `(("pkg-config" ,pkg-config))) (propagated-inputs `(("glibmm" ,glibmm) ("atk" ,atk))) - (home-page "http://www.gtkmm.org") + (home-page "https://www.gtkmm.org") (synopsis "C++ interface to the ATK accessibility library") (description "ATKmm provides a C++ programming interface to the ATK accessibility @@ -1088,7 +1088,7 @@ toolkit.") ;; Don't fail because of the missing /etc/machine-id. (setenv "DBUS_FATAL_WARNINGS" "0") #t)))))) - (home-page "http://gtkmm.org/") + (home-page "https://gtkmm.org/") (synopsis "C++ interface to the GTK+ graphical user interface library") (description -- cgit 1.4.1 From 30e43e816b15caab97183362235d2c39ea18ec7f Mon Sep 17 00:00:00 2001 From: Mark Meyer Date: Sat, 16 Dec 2017 10:57:21 +0100 Subject: gnu: python2-gobject@2: Update to 2.28.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/glib.scm (python2-gobject-2): Update to 2.28.7. Signed-off-by: Ludovic Courtès --- gnu/packages/glib.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/glib.scm') diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index 366d615e58..30a22d7d59 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -547,7 +547,7 @@ useful for C++.") (name "python2-pygobject") ;; This was the last version to declare the 2.0 platform number, i.e. its ;; pkg-config files were named pygobject-2.0.pc - (version "2.28.6") + (version "2.28.7") (source (origin (method url-fetch) @@ -556,7 +556,7 @@ useful for C++.") "/pygobject-" version ".tar.xz")) (sha256 (base32 - "1f5dfxjnil2glfwxnqr14d2cjfbkghsbsn8n04js2c2icr7iv2pv")) + "0nkam61rsn7y3wik3vw46wk5q2cjfh2iph57hl9m39rc8jijb7dv")) (patches (search-patches "python2-pygobject-2-gi-info-type-error-domain.patch")))) (build-system gnu-build-system) -- cgit 1.4.1