pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/gnome-calculator



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Tue Aug 29 23:34:02 UTC 2017

Modified Files:
        pkgsrc/math/gnome-calculator: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/math/gnome-calculator/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/gnome-calculator/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/gnome-calculator/Makefile
diff -u pkgsrc/math/gnome-calculator/Makefile:1.21 pkgsrc/math/gnome-calculator/Makefile:1.22
--- pkgsrc/math/gnome-calculator/Makefile:1.21  Mon May 29 12:20:24 2017
+++ pkgsrc/math/gnome-calculator/Makefile       Tue Aug 29 23:34:02 2017
@@ -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"

Index: pkgsrc/math/gnome-calculator/distinfo
diff -u pkgsrc/math/gnome-calculator/distinfo:1.9 pkgsrc/math/gnome-calculator/distinfo:1.10
--- pkgsrc/math/gnome-calculator/distinfo:1.9   Fri Nov 25 18:01:44 2016
+++ pkgsrc/math/gnome-calculator/distinfo       Tue Aug 29 23:34:02 2017
@@ -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