pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/gnome-calculator Update gnome-calculator to 3.24.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b5c5deabb38a
branches:  trunk
changeset: 367336:b5c5deabb38a
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Tue Aug 29 23:34:02 2017 +0000

description:
Update gnome-calculator to 3.24.0

Highlights:
* Fixed unit conversion from negative constant numbers bgo#778311 (PioneerAxon)
* Better error highlighting (PioneerAxon)
* Fix null token causing segfault (PioneerAxon)
* Added Desktop Publishing Point length unit bgo#778449 (Robert Roth)
* Use angle units from settings in search provider bgo#778274 (Robert Roth)
* Fixed incorrect value for ans in variable popup bgo#778242 (Robert Roth)
* Zeroth root of numbers is undefined bgo#775759 (Robert Roth)
* Added additional temperature unit shortcuts for conversion. bgo#775300 (Robert Roth)
* Use proper chain-up syntax (Rico Tzschichholz)
* Use MPC for complex numbers bgo#759439 (Philip Wood)
* Add shortcut to close current window bgo#755398 (Robert Roth)
* Fix conversion unit change  bgo#748732 (Robert Roth)
* Fixed conversion user interface for LTR bgo#711587 (Robert Roth)

diffstat:

 math/gnome-calculator/Makefile |   7 ++++---
 math/gnome-calculator/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (41 lines):

diff -r c80e37b388be -r b5c5deabb38a math/gnome-calculator/Makefile
--- a/math/gnome-calculator/Makefile    Tue Aug 29 23:09:03 2017 +0000
+++ b/math/gnome-calculator/Makefile    Tue Aug 29 23:34:02 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2017/05/29 12:20:24 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2017/08/29 23:34:02 prlw1 Exp $
 
-DISTNAME=              gnome-calculator-3.22.2
-PKGREVISION=           5
+DISTNAME=              gnome-calculator-3.24.0
 CATEGORIES=            math gnome
 MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/gnome-calculator/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=          .tar.xz
@@ -24,10 +23,12 @@
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../devel/glib2/schemas.mk"
 .include "../../lang/vala/buildlink3.mk"
+.include "../../math/mpcomplex/buildlink3.mk"
 .include "../../math/mpfr/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libsoup+=                libsoup>=2.42
 .include "../../net/libsoup/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gtk3+=   gtk3+>=3.19.3
 .include "../../x11/gtk3/buildlink3.mk"
 BUILDLINK_API_DEPENDS.gtksourceview3+= gtksourceview3>=3.15.1
 .include "../../x11/gtksourceview3/buildlink3.mk"
diff -r c80e37b388be -r b5c5deabb38a math/gnome-calculator/distinfo
--- a/math/gnome-calculator/distinfo    Tue Aug 29 23:09:03 2017 +0000
+++ b/math/gnome-calculator/distinfo    Tue Aug 29 23:34:02 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2016/11/25 18:01:44 prlw1 Exp $
+$NetBSD: distinfo,v 1.10 2017/08/29 23:34:02 prlw1 Exp $
 
-SHA1 (gnome-calculator-3.22.2.tar.xz) = 4c562adddcd4717a77624e3a5b39c0d3fc29c0c4
-RMD160 (gnome-calculator-3.22.2.tar.xz) = 0f076f7b115a50d913aa07e63707c3d21d339262
-SHA512 (gnome-calculator-3.22.2.tar.xz) = 06a287c63c2515971e1d49780f880ce9071356a16ffba5867ec1d6aed85fe818f09491aba55a09a8beb7fd9e0d52dc9c105e1705dc36bd97f404d1c3d47a758d
-Size (gnome-calculator-3.22.2.tar.xz) = 1324056 bytes
+SHA1 (gnome-calculator-3.24.0.tar.xz) = df4ce81b53860dc72af8609d51e6659768dc03a3
+RMD160 (gnome-calculator-3.24.0.tar.xz) = 95221297590c64232930d766050b85d9719ce5e8
+SHA512 (gnome-calculator-3.24.0.tar.xz) = 55968f3a307748050089652394a3652b8e199be9abf87d43e732874526dc2f08c4521e302a69afd2c09705ffa67a890fc2217503dd31ef51959df9189364c22f
+Size (gnome-calculator-3.24.0.tar.xz) = 1358368 bytes



Home | Main Index | Thread Index | Old Index