diff options
author | wiz <wiz> | 2014-11-25 12:04:19 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-11-25 12:04:19 +0000 |
commit | 7c0d21ecce4743fd959495ce6e0a5408c2003859 (patch) | |
tree | b9532d964b50a77679d8d85fe5cf5b1f9d5c8a04 /math | |
parent | 47c5721f4b7ec5c0cbabc9f5b15e7cc782f2ae1b (diff) | |
download | pkgsrc-7c0d21ecce4743fd959495ce6e0a5408c2003859.tar.gz |
Update to 3.14.1:
Overview of changes in gnome-calculator 3.14.1
* Update : Translations (Translation team)
* Update : Search provider timeout (Michael Catanzaro)
* Workaround : Warning in search-provider log (Michael Catanzaro)
* Fix : Crash on thousand saperator (Michael Catanzaro)
* Fix : Button arrangement in programming mode (Abhinav)
* Fix : Vala warning about empty conditional body (Michael Catanzaro)
* Fix : Remove use of GtkAlignment (Michael Catanzaro)
* Fix : Use set_accels_for_action() (Arnaud Bonatti)
* Removed : Gtk.Widget.ensure_style() (Michael Catanzaro)
* Removed : Use of fixes.vapi for langinfo (Michael Catanzaro)
Overview of changes in gnome-calculator 3.14.0
* Update : Translations (Translation team)
Overview of changes in gnome-calculator 3.13.92
* Update : Translations (Translation team)
* Fix : Documentation (Documentation team)
Overview of changes in gnome-calculator 3.13.90
* Update : Translations (Translation team)
* Update : doap file (Piotr Drąg, Olav Vitters)
* Fix : test install (Vadim Rutkovsky)
Overview of changes in gnome-calculator 3.13.3
* New : Calculator search provider (Michael Catanzaro)
* New : Tests in release tarball (Vadim Rutkovsky)
* New : Localized radix character from command-line (Michael Catanzaro)
* Update : Translations (Translation team)
* Fix : Restore previous answer on undo (Rodolphe PELLOUX-PRAYER)
* Fix : Segfault on undo beyond history (Elita Lobo)
* Fix : Malformed expression error on base change (PioneerAxon)
* Fix : Critical warnings when entering Financial Mode (Michael Catanzaro)
* Fix : Fix gcalccmd crash (PioneerAxon)
* Fix : gcalccmd now exits with new-line (PioneerAxon)
* Fix : Reset text in new function pop-up (ZZroman)
* Fix : Removed redundent calls to notify_property() (Michael Catanzaro)
* Fix : Use layout based decimal saperator on numberpad (Pierre Ossman)
* Fix : Appdata : add default screenshot (Richard Hughes)
* Fix : Don't create fundamental types (Michael Catanzaro)
* Fix : Typo in step definition filelist (Vadim Rutkovsky)
* Removed : Latvian lats from default currencies (Michael Catanzaro)
Overview of changes in gnome-calculator 3.13.2
* New : Tests (Vadim Rutkovsky)
* New : Use popover to change mode (Michael Catanzaro)
* New : Use headerbar for preference dialog (Michael Catanzaro)
* Update : GTK+ and vala dependencies (Michael Catanzaro)
* Update : Modernize option parsing (Paolo Borelli)
* Update : URLs in doap file (Piotr Drag)
* Update : License fields in appdata (Michael Catanzaro)
* Update : Translations (Translation team)
* Fix : Ignore libtool files (Michael Catanzaro)
* Fix : Failing test-case due to updated libc (PioneerAxon)
* Fix : Crash due to non-validated return iterator (Andreas Henriksson)
* Fix : Close popover after changing mode (Arnaud Bonatti)
* Fix : Focus input field after mode change (Michael Catanzaro)
* Fix : Mark image not translatable (Gabor Kelemen)
* Fix : Crash on sub/superscript with trailing space (Robert Ancell)
Overview of changes in gnome-calculator 3.12.0
* Update : Translations (Translation team)
Overview of changes in gnome-calculator 3.11.92
* Update : Translations (Translation team)
* Fix : Lost text focus on click (Simen Heggestøyl)
Overview of changes in gnome-calculator 3.11.91
* New : Use git.mk (Michael Catanzaro)
* Update : Rename desktop file (Michael Catanzaro)
* Update : Translations (Translation team)
* Fix : Makefile (Michael Catanzaro)
* Fix : Precision loss (Daniel Renninghoff)
* Fix : 0^0 should be indeterminate (Elita Lobo)
* Fix : Precision error for ln () calculations (Daniel Renninghoff)
Overview of changes in gnome-calculator 3.11.90
* Update : Translations (Translation team)
* Fix : Window specific mode and actions (Michael Catanzaro)
* Fix : About dialog (Michael Catanzaro)
Overview of changes in gnome-calculator 3.11.5
* Update : Translations (Translation team)
* Update : Documentation (PioneerAxon, Baptiste Mille-Mathias)
* Fix : Appdata (Michael Catanzaro)
Overview of changes in gnome-calculator 3.11.4
* Update : Translations (Translations team)
* Fix : Add tooltip to custom functions (Garima Joshi)
* Fix : Bug in representation mode for non-decimal answers (PioneerAxon)
Overview of changes in gnome-calculator 3.11.3
* New : Custom functions (Garima Joshi)
* New : Support for factorials of positive decimal numbers (Rashid Khan)
* Update : Depend on newer versions of GTK, Vala (Michael Catanzaro)
* Update : Translations
* Update : Use HeaderBar (Michael Catanzaro)
* Fix : Stop using stock icons (Robert Ancell)
* Fix : Compilation warnings (Robert Ancell)
* Fix : Title in basic mode (Michael Catanzaro)
* Fix : Typos (Christian Kirbach, Seán de Búrca)
* Fix : Newline text wrap bug (Kevin THIERRY)
* Fix : "Malformed expression" stays forever bug (Rashid Khan)
* Fix : AppData (Richard Hughes)
* Fix : Misc cleanup (Michael Catanzaro, Olav Vitters)
Diffstat (limited to 'math')
-rw-r--r-- | math/gnome-calculator/Makefile | 8 | ||||
-rw-r--r-- | math/gnome-calculator/PLIST | 9 | ||||
-rw-r--r-- | math/gnome-calculator/distinfo | 8 |
3 files changed, 14 insertions, 11 deletions
diff --git a/math/gnome-calculator/Makefile b/math/gnome-calculator/Makefile index 540ba45d6a1..d4e5cab7986 100644 --- a/math/gnome-calculator/Makefile +++ b/math/gnome-calculator/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2014/05/05 00:48:07 ryoon Exp $ +# $NetBSD: Makefile,v 1.4 2014/11/25 12:04:19 wiz Exp $ -DISTNAME= gnome-calculator-3.10.2 -PKGREVISION= 1 +DISTNAME= gnome-calculator-3.14.1 CATEGORIES= math gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-calculator/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz @@ -23,7 +22,8 @@ USE_PKGLOCALEDIR= yes .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../devel/glib2/schemas.mk" -.include "../../lang/vala018/buildlink3.mk" +.include "../../lang/vala/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../x11/gtk3/buildlink3.mk" +.include "../../x11/gtksourceview3/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/gnome-calculator/PLIST b/math/gnome-calculator/PLIST index 1f45c8835be..401cc058ddb 100644 --- a/math/gnome-calculator/PLIST +++ b/math/gnome-calculator/PLIST @@ -1,11 +1,14 @@ -@comment $NetBSD: PLIST,v 1.1 2014/01/25 12:35:19 prlw1 Exp $ +@comment $NetBSD: PLIST,v 1.2 2014/11/25 12:04:19 wiz Exp $ bin/gcalccmd bin/gnome-calculator +libexec/gnome-calculator-search-provider man/man1/gcalccmd.1 man/man1/gnome-calculator.1 share/appdata/gnome-calculator.appdata.xml -share/applications/gcalctool.desktop +share/applications/gnome-calculator.desktop +share/dbus-1/services/org.gnome.Calculator.SearchProvider.service share/glib-2.0/schemas/org.gnome.calculator.gschema.xml +share/gnome-shell/search-providers/gnome-calculator-search-provider.ini share/help/C/gnome-calculator/absolute.page share/help/C/gnome-calculator/base.page share/help/C/gnome-calculator/boolean.page @@ -783,7 +786,6 @@ share/locale/el/LC_MESSAGES/gnome-calculator.mo share/locale/en@shaw/LC_MESSAGES/gnome-calculator.mo share/locale/en_CA/LC_MESSAGES/gnome-calculator.mo share/locale/en_GB/LC_MESSAGES/gnome-calculator.mo -share/locale/en_US/LC_MESSAGES/gnome-calculator.mo share/locale/eo/LC_MESSAGES/gnome-calculator.mo share/locale/es/LC_MESSAGES/gnome-calculator.mo share/locale/et/LC_MESSAGES/gnome-calculator.mo @@ -792,6 +794,7 @@ share/locale/fa/LC_MESSAGES/gnome-calculator.mo share/locale/fi/LC_MESSAGES/gnome-calculator.mo share/locale/fr/LC_MESSAGES/gnome-calculator.mo share/locale/ga/LC_MESSAGES/gnome-calculator.mo +share/locale/gd/LC_MESSAGES/gnome-calculator.mo share/locale/gl/LC_MESSAGES/gnome-calculator.mo share/locale/gu/LC_MESSAGES/gnome-calculator.mo share/locale/he/LC_MESSAGES/gnome-calculator.mo diff --git a/math/gnome-calculator/distinfo b/math/gnome-calculator/distinfo index 64db3f37e08..dd5b5378359 100644 --- a/math/gnome-calculator/distinfo +++ b/math/gnome-calculator/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2014/01/25 12:35:19 prlw1 Exp $ +$NetBSD: distinfo,v 1.2 2014/11/25 12:04:19 wiz Exp $ -SHA1 (gnome-calculator-3.10.2.tar.xz) = dd3f3a0cb007d5b42707910c6b79135e16c85fa6 -RMD160 (gnome-calculator-3.10.2.tar.xz) = fc422ce39e2ab73f6b033cd90445bc28265554d7 -Size (gnome-calculator-3.10.2.tar.xz) = 1086400 bytes +SHA1 (gnome-calculator-3.14.1.tar.xz) = 11098cf3d3693b602ba20a363931aec10cc52bed +RMD160 (gnome-calculator-3.14.1.tar.xz) = 0709c10c4f19b23743a984989dc98f5d14b6829b +Size (gnome-calculator-3.14.1.tar.xz) = 1302628 bytes |