diff options
author | prlw1 <prlw1@pkgsrc.org> | 2017-08-29 23:34:02 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2017-08-29 23:34:02 +0000 |
commit | 3d862b0cba4b9872b2f7738d5e31865d745bd7f5 (patch) | |
tree | e5854e2479f0763fdda645233ce23c4ac30fc416 /math | |
parent | 510b607e3b5542735ea56c6c61c3a4bac6dbbf49 (diff) | |
download | pkgsrc-3d862b0cba4b9872b2f7738d5e31865d745bd7f5.tar.gz |
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 (limited to 'math')
-rw-r--r-- | math/gnome-calculator/Makefile | 7 | ||||
-rw-r--r-- | math/gnome-calculator/distinfo | 10 |
2 files changed, 9 insertions, 8 deletions
diff --git a/math/gnome-calculator/Makefile b/math/gnome-calculator/Makefile index 81d96cb10c8..1d4a0c8bea2 100644 --- a/math/gnome-calculator/Makefile +++ b/math/gnome-calculator/Makefile @@ -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 @@ USE_PKGLOCALEDIR= yes .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 --git a/math/gnome-calculator/distinfo b/math/gnome-calculator/distinfo index 18596fc0ce9..f10284761b1 100644 --- a/math/gnome-calculator/distinfo +++ b/math/gnome-calculator/distinfo @@ -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 |