Fri Oct 26 11:36:34 2012 UTC ()
Update gcalctool-gtk3 to 6.6.1

    * Fix error reporting not working for certain types of error
    * Add shadow around display
    * Remove reference to removed source file
    * Replace lex/bison parser with hand-written parser
    * Use g_warning not g_error when unable to parse currency file
    * Set window icon correctly
    * Port to GtkApplication
    * Replace menubar with a GMenu
    * Only show thousands separators in decimal mode
    * Translation updates
(unimpressed by https://bugzilla.gnome.org/show_bug.cgi?id=670098)


(prlw1)
diff -r1.12 -r1.13 pkgsrc/math/gcalctool-gtk3/Makefile
diff -r1.2 -r1.3 pkgsrc/math/gcalctool-gtk3/PLIST
diff -r1.2 -r1.3 pkgsrc/math/gcalctool-gtk3/distinfo
diff -r0 -r1.1 pkgsrc/math/gcalctool-gtk3/patches/patch-data_buttons-advanced.ui
diff -r0 -r1.1 pkgsrc/math/gcalctool-gtk3/patches/patch-data_buttons-basic.ui
diff -r0 -r1.1 pkgsrc/math/gcalctool-gtk3/patches/patch-data_buttons-financial.ui
diff -r0 -r1.1 pkgsrc/math/gcalctool-gtk3/patches/patch-data_buttons-programming.ui

cvs diff -r1.12 -r1.13 pkgsrc/math/gcalctool-gtk3/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/math/gcalctool-gtk3/Attic/Makefile 2012/10/08 23:02:01 1.12
+++ pkgsrc/math/gcalctool-gtk3/Attic/Makefile 2012/10/26 11:36:34 1.13
@@ -1,29 +1,26 @@ @@ -1,29 +1,26 @@
1# $NetBSD: Makefile,v 1.12 2012/10/08 23:02:01 adam Exp $ 1# $NetBSD: Makefile,v 1.13 2012/10/26 11:36:34 prlw1 Exp $
2# 2#
3 3
4DISTNAME= gcalctool-6.4.2.1 4DISTNAME= gcalctool-6.6.1
5PKGREVISION= 4 
6CATEGORIES= math gnome 5CATEGORIES= math gnome
7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gcalctool/6.4/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gcalctool/6.6/}
8EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
9 8
10MAINTAINER= prlw1@cam.ac.uk 9MAINTAINER= prlw1@cam.ac.uk
11HOMEPAGE= http://live.gnome.org/Gcalctool 10HOMEPAGE= http://live.gnome.org/Gcalctool
12COMMENT= Desktop calculator for GNOME 11COMMENT= Desktop calculator for GNOME
13LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
14 13
15GNU_CONFIGURE= YES 14GNU_CONFIGURE= yes
16CONFIGURE_ENV+= HAVE_YACC=yes 
17 
18USE_LIBTOOL= yes 15USE_LIBTOOL= yes
19USE_TOOLS+= bison gmake gsed intltool flex msgfmt pkg-config 16USE_TOOLS+= gmake gsed intltool msgfmt pkg-config
20USE_PKGLOCALEDIR= yes 17USE_PKGLOCALEDIR= yes
21 18
22BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool 19BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
23 20
24.include "../../sysutils/desktop-file-utils/desktopdb.mk" 21.include "../../sysutils/desktop-file-utils/desktopdb.mk"
25.include "../../devel/glib2/schemas.mk" 22.include "../../devel/glib2/schemas.mk"
26.include "../../textproc/libxml2/buildlink3.mk" 23.include "../../textproc/libxml2/buildlink3.mk"
27.include "../../textproc/gnome-doc-utils/buildlink3.mk" 24.include "../../textproc/gnome-doc-utils/buildlink3.mk"
28.include "../../x11/gtk3/buildlink3.mk" 25.include "../../x11/gtk3/buildlink3.mk"
29.include "../../mk/bsd.pkg.mk" 26.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/math/gcalctool-gtk3/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/math/gcalctool-gtk3/Attic/PLIST 2012/07/04 20:01:58 1.2
+++ pkgsrc/math/gcalctool-gtk3/Attic/PLIST 2012/10/26 11:36:34 1.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.2 2012/07/04 20:01:58 drochner Exp $ 1@comment $NetBSD: PLIST,v 1.3 2012/10/26 11:36:34 prlw1 Exp $
2bin/gcalccmd 2bin/gcalccmd
3bin/gcalctool 3bin/gcalctool
4bin/gnome-calculator 4bin/gnome-calculator
5man/man1/gcalccmd.1 5man/man1/gcalccmd.1
6man/man1/gcalctool.1 6man/man1/gcalctool.1
7share/applications/gcalctool.desktop 7share/applications/gcalctool.desktop
8share/gcalctool/buttons-advanced.ui 8share/gcalctool/buttons-advanced.ui
9share/gcalctool/buttons-basic.ui 9share/gcalctool/buttons-basic.ui
10share/gcalctool/buttons-financial.ui 10share/gcalctool/buttons-financial.ui
11share/gcalctool/buttons-programming.ui 11share/gcalctool/buttons-programming.ui
12share/gcalctool/preferences.ui 12share/gcalctool/preferences.ui
13share/glib-2.0/schemas/org.gnome.gcalctool.gschema.xml 13share/glib-2.0/schemas/org.gnome.gcalctool.gschema.xml
14share/help/C/gcalctool/absolute.page 14share/help/C/gcalctool/absolute.page
@@ -505,26 +505,54 @@ share/help/pt_BR/gcalctool/functions.pag @@ -505,26 +505,54 @@ share/help/pt_BR/gcalctool/functions.pag
505share/help/pt_BR/gcalctool/index.page 505share/help/pt_BR/gcalctool/index.page
506share/help/pt_BR/gcalctool/keyboard.page 506share/help/pt_BR/gcalctool/keyboard.page
507share/help/pt_BR/gcalctool/legal.xml 507share/help/pt_BR/gcalctool/legal.xml
508share/help/pt_BR/gcalctool/logarithm.page 508share/help/pt_BR/gcalctool/logarithm.page
509share/help/pt_BR/gcalctool/modulus.page 509share/help/pt_BR/gcalctool/modulus.page
510share/help/pt_BR/gcalctool/mouse.page 510share/help/pt_BR/gcalctool/mouse.page
511share/help/pt_BR/gcalctool/number-display.page 511share/help/pt_BR/gcalctool/number-display.page
512share/help/pt_BR/gcalctool/percentage.page 512share/help/pt_BR/gcalctool/percentage.page
513share/help/pt_BR/gcalctool/power.page 513share/help/pt_BR/gcalctool/power.page
514share/help/pt_BR/gcalctool/scientific.page 514share/help/pt_BR/gcalctool/scientific.page
515share/help/pt_BR/gcalctool/superscript.page 515share/help/pt_BR/gcalctool/superscript.page
516share/help/pt_BR/gcalctool/trigonometry.page 516share/help/pt_BR/gcalctool/trigonometry.page
517share/help/pt_BR/gcalctool/variables.page 517share/help/pt_BR/gcalctool/variables.page
 518share/help/ro/gcalctool/absolute.page
 519share/help/ro/gcalctool/base.page
 520share/help/ro/gcalctool/boolean.page
 521share/help/ro/gcalctool/complex.page
 522share/help/ro/gcalctool/conv-base.page
 523share/help/ro/gcalctool/conv-character.page
 524share/help/ro/gcalctool/conv-currency.page
 525share/help/ro/gcalctool/conv-length.page
 526share/help/ro/gcalctool/conv-time.page
 527share/help/ro/gcalctool/conv-weight.page
 528share/help/ro/gcalctool/equation.page
 529share/help/ro/gcalctool/factorial.page
 530share/help/ro/gcalctool/factorize.page
 531share/help/ro/gcalctool/financial.page
 532share/help/ro/gcalctool/functions.page
 533share/help/ro/gcalctool/index.page
 534share/help/ro/gcalctool/keyboard.page
 535share/help/ro/gcalctool/legal.xml
 536share/help/ro/gcalctool/logarithm.page
 537share/help/ro/gcalctool/modulus.page
 538share/help/ro/gcalctool/mouse.page
 539share/help/ro/gcalctool/number-display.page
 540share/help/ro/gcalctool/percentage.page
 541share/help/ro/gcalctool/power.page
 542share/help/ro/gcalctool/scientific.page
 543share/help/ro/gcalctool/superscript.page
 544share/help/ro/gcalctool/trigonometry.page
 545share/help/ro/gcalctool/variables.page
518share/help/ru/gcalctool/absolute.page 546share/help/ru/gcalctool/absolute.page
519share/help/ru/gcalctool/base.page 547share/help/ru/gcalctool/base.page
520share/help/ru/gcalctool/boolean.page 548share/help/ru/gcalctool/boolean.page
521share/help/ru/gcalctool/complex.page 549share/help/ru/gcalctool/complex.page
522share/help/ru/gcalctool/conv-base.page 550share/help/ru/gcalctool/conv-base.page
523share/help/ru/gcalctool/conv-character.page 551share/help/ru/gcalctool/conv-character.page
524share/help/ru/gcalctool/conv-currency.page 552share/help/ru/gcalctool/conv-currency.page
525share/help/ru/gcalctool/conv-length.page 553share/help/ru/gcalctool/conv-length.page
526share/help/ru/gcalctool/conv-time.page 554share/help/ru/gcalctool/conv-time.page
527share/help/ru/gcalctool/conv-weight.page 555share/help/ru/gcalctool/conv-weight.page
528share/help/ru/gcalctool/equation.page 556share/help/ru/gcalctool/equation.page
529share/help/ru/gcalctool/factorial.page 557share/help/ru/gcalctool/factorial.page
530share/help/ru/gcalctool/factorize.page 558share/help/ru/gcalctool/factorize.page

cvs diff -r1.2 -r1.3 pkgsrc/math/gcalctool-gtk3/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/math/gcalctool-gtk3/Attic/distinfo 2012/07/04 20:01:58 1.2
+++ pkgsrc/math/gcalctool-gtk3/Attic/distinfo 2012/10/26 11:36:34 1.3
@@ -1,5 +1,9 @@ @@ -1,5 +1,9 @@
1$NetBSD: distinfo,v 1.2 2012/07/04 20:01:58 drochner Exp $ 1$NetBSD: distinfo,v 1.3 2012/10/26 11:36:34 prlw1 Exp $
2 2
3SHA1 (gcalctool-6.4.2.1.tar.xz) = 808cdacb849a75e37c7cd0df418aa220c3cb93ed 3SHA1 (gcalctool-6.6.1.tar.xz) = 2aa52bfee77068b01cf5afaa239c6de67fcbe49d
4RMD160 (gcalctool-6.4.2.1.tar.xz) = ec0d3b722ba694bca159344c69836f60bf11f6b0 4RMD160 (gcalctool-6.6.1.tar.xz) = c28adcee28095806522188a20abe1cdf4c729754
5Size (gcalctool-6.4.2.1.tar.xz) = 1009352 bytes 5Size (gcalctool-6.6.1.tar.xz) = 967848 bytes
 6SHA1 (patch-data_buttons-advanced.ui) = f7ce6b1dd5dde6f8fa2a3b88bf68ce6312a2ad9e
 7SHA1 (patch-data_buttons-basic.ui) = c2631f72858f607e2038cf84e7b9626b68d8cd9a
 8SHA1 (patch-data_buttons-financial.ui) = 8939389bd39d6cc762b2836e9a5d2e91e2248d52
 9SHA1 (patch-data_buttons-programming.ui) = 529de5e486436ffb9d8f11a24390f66bb9d85e81

File Added: pkgsrc/math/gcalctool-gtk3/patches/Attic/patch-data_buttons-advanced.ui
$NetBSD: patch-data_buttons-advanced.ui,v 1.1 2012/10/26 11:36:34 prlw1 Exp $

Revert the following commit, as the window doesn't look "more seamless"
with "missing icon" icons.

commit f962134f6683a1cfcdc51fd19abd6f9fb03d5e10
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Tue Feb 14 16:44:13 2012 +0100

    Change 'undo' and 'clear' buttons to use symbolic icons
    
    This way they don't stand out as much and the whole window looks more
    seamless.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=670098

--- data/buttons-advanced.ui.orig	2012-07-28 16:40:03.000000000 +0000
+++ data/buttons-advanced.ui
@@ -444,7 +444,7 @@
             <child>
               <object class="GtkImage" id="image1">
                 <property name="visible">True</property>
-                <property name="icon-name">edit-clear-symbolic</property>
+                <property name="stock">gtk-clear</property>
               </object>
             </child>
           </object>
@@ -822,7 +822,7 @@
             <child>
               <object class="GtkImage" id="image2">
                 <property name="visible">True</property>
-                <property name="icon-name">edit-undo-symbolic</property>
+                <property name="stock">gtk-undo</property>
               </object>
             </child>
           </object>

File Added: pkgsrc/math/gcalctool-gtk3/patches/Attic/patch-data_buttons-basic.ui
$NetBSD: patch-data_buttons-basic.ui,v 1.1 2012/10/26 11:36:34 prlw1 Exp $

Revert the following commit, as the window doesn't look "more seamless"
with "missing icon" icons.

commit f962134f6683a1cfcdc51fd19abd6f9fb03d5e10
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Tue Feb 14 16:44:13 2012 +0100

    Change 'undo' and 'clear' buttons to use symbolic icons

    This way they don't stand out as much and the whole window looks more
    seamless.

    https://bugzilla.gnome.org/show_bug.cgi?id=670098
--- data/buttons-basic.ui.orig	2012-02-15 22:30:59.000000000 +0000
+++ data/buttons-basic.ui
@@ -366,7 +366,7 @@
             <child>
               <object class="GtkImage" id="image2">
                 <property name="visible">True</property>
-                <property name="icon-name">edit-clear-symbolic</property>
+                <property name="stock">gtk-clear</property>
               </object>
             </child>
           </object>
@@ -436,7 +436,7 @@
             <child>
               <object class="GtkImage" id="image1">
                 <property name="visible">True</property>
-                <property name="icon-name">edit-undo-symbolic</property>
+                <property name="stock">gtk-undo</property>
               </object>
             </child>
           </object>

File Added: pkgsrc/math/gcalctool-gtk3/patches/Attic/patch-data_buttons-financial.ui
$NetBSD: patch-data_buttons-financial.ui,v 1.1 2012/10/26 11:36:34 prlw1 Exp $

Revert the following commit, as the window doesn't look "more seamless"
with "missing icon" icons.

commit f962134f6683a1cfcdc51fd19abd6f9fb03d5e10
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Tue Feb 14 16:44:13 2012 +0100

    Change 'undo' and 'clear' buttons to use symbolic icons

    This way they don't stand out as much and the whole window looks more
    seamless.

    https://bugzilla.gnome.org/show_bug.cgi?id=670098
--- data/buttons-financial.ui.orig	2012-07-28 16:40:03.000000000 +0000
+++ data/buttons-financial.ui
@@ -2350,7 +2350,7 @@
               <object class="GtkImage" id="image2">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="icon-name">edit-clear-symbolic</property>
+                <property name="stock">gtk-clear</property>
               </object>
             </child>
           </object>
@@ -2567,7 +2567,7 @@
               <object class="GtkImage" id="image1">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="icon-name">edit-undo-symbolic</property>
+                <property name="stock">gtk-undo</property>
               </object>
             </child>
           </object>

File Added: pkgsrc/math/gcalctool-gtk3/patches/Attic/patch-data_buttons-programming.ui
$NetBSD: patch-data_buttons-programming.ui,v 1.1 2012/10/26 11:36:34 prlw1 Exp $

Revert the following commit, as the window doesn't look "more seamless"
with "missing icon" icons.

commit f962134f6683a1cfcdc51fd19abd6f9fb03d5e10
Author: Rui Matos <tiagomatos@gmail.com>
Date:   Tue Feb 14 16:44:13 2012 +0100

    Change 'undo' and 'clear' buttons to use symbolic icons

    This way they don't stand out as much and the whole window looks more
    seamless.

    https://bugzilla.gnome.org/show_bug.cgi?id=670098
--- data/buttons-programming.ui.orig	2012-02-15 22:30:59.000000000 +0000
+++ data/buttons-programming.ui
@@ -2113,7 +2113,7 @@
                 <child>
                   <object class="GtkImage" id="image1">
                     <property name="visible">True</property>
-                    <property name="icon-name">edit-clear-symbolic</property>
+                    <property name="stock">gtk-clear</property>
                   </object>
                 </child>
               </object>