summaryrefslogtreecommitdiff
path: root/math/gnome-calculator
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-11-25 12:04:19 +0000
committerwiz <wiz@pkgsrc.org>2014-11-25 12:04:19 +0000
commiteaa7267865feab56516a9141a3ddc50ffb37018d (patch)
treeb9532d964b50a77679d8d85fe5cf5b1f9d5c8a04 /math/gnome-calculator
parente7d3d7c0a5300873f1fffc98efadab0f27ab18d4 (diff)
downloadpkgsrc-eaa7267865feab56516a9141a3ddc50ffb37018d.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/gnome-calculator')
-rw-r--r--math/gnome-calculator/Makefile8
-rw-r--r--math/gnome-calculator/PLIST9
-rw-r--r--math/gnome-calculator/distinfo8
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