svn commit: r305986 - head/math/galculator

Christian Weisgerber naddy at FreeBSD.org
Tue Oct 16 18:47:11 UTC 2012


Author: naddy
Date: Tue Oct 16 18:47:10 2012
New Revision: 305986
URL: http://svn.freebsd.org/changeset/ports/305986

Log:
  Update to 2.0.
  Adds a few translations; no user-visible changes otherwise.
  
  Feature safe:	yes

Modified:
  head/math/galculator/Makefile   (contents, props changed)
  head/math/galculator/distinfo   (contents, props changed)
  head/math/galculator/pkg-plist   (contents, props changed)

Modified: head/math/galculator/Makefile
==============================================================================
--- head/math/galculator/Makefile	Tue Oct 16 18:32:05 2012	(r305985)
+++ head/math/galculator/Makefile	Tue Oct 16 18:47:10 2012	(r305986)
@@ -1,20 +1,20 @@
 # $FreeBSD$
 
 PORTNAME=	galculator
-PORTVERSION=	1.3.4
-PORTREVISION=	4
+PORTVERSION=	2.0
 CATEGORIES=	math
 MASTER_SITES=	SF
 
 MAINTAINER=	naddy at FreeBSD.org
-COMMENT=	GTK2-based scientific calculator
+COMMENT=	GTK-based scientific calculator
 
 USE_BZIP2=	yes
 USE_GMAKE=	yes
-USE_GNOME=	libglade2
+USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+CONFIGURE_ARGS=	--disable-gtk3
 MAKE_JOBS_SAFE=	yes
 
 MAN1=		galculator.1

Modified: head/math/galculator/distinfo
==============================================================================
--- head/math/galculator/distinfo	Tue Oct 16 18:32:05 2012	(r305985)
+++ head/math/galculator/distinfo	Tue Oct 16 18:47:10 2012	(r305986)
@@ -1,2 +1,2 @@
-SHA256 (galculator-1.3.4.tar.bz2) = 9d6c6f13d9249719d1af71f45f97f64d70aefb959d3bfe2cd375e076d4c5943d
-SIZE (galculator-1.3.4.tar.bz2) = 393759
+SHA256 (galculator-2.0.tar.bz2) = c75b370724e8cd01a41cd28d558b1e77493bb335cc56359ba59f8bedcf6ffe1e
+SIZE (galculator-2.0.tar.bz2) = 397807

Modified: head/math/galculator/pkg-plist
==============================================================================
--- head/math/galculator/pkg-plist	Tue Oct 16 18:32:05 2012	(r305985)
+++ head/math/galculator/pkg-plist	Tue Oct 16 18:47:10 2012	(r305986)
@@ -1,31 +1,46 @@
 @comment $FreeBSD$
 bin/galculator
 share/applications/galculator.desktop
-%%DATADIR%%/glade/about.glade
-%%DATADIR%%/glade/basic_buttons.glade
-%%DATADIR%%/glade/classic_view.glade
-%%DATADIR%%/glade/dispctrl_bottom.glade
-%%DATADIR%%/glade/dispctrl_right.glade
-%%DATADIR%%/glade/dispctrl_right_vertical.glade
-%%DATADIR%%/glade/main_frame.glade
-%%DATADIR%%/glade/main_frame_hildon.glade
-%%DATADIR%%/glade/paper_view.glade
-%%DATADIR%%/glade/prefs-ume.glade
-%%DATADIR%%/glade/prefs.glade
-%%DATADIR%%/glade/scientific_buttons.glade
+%%DATADIR%%/ui/about.ui
+%%DATADIR%%/ui/basic_buttons.ui
+%%DATADIR%%/ui/classic_view.ui
+%%DATADIR%%/ui/dispctrl_bottom.ui
+%%DATADIR%%/ui/dispctrl_right.ui
+%%DATADIR%%/ui/dispctrl_right_vertical.ui
+%%DATADIR%%/ui/main_frame.ui
+%%DATADIR%%/ui/main_frame_hildon.ui
+%%DATADIR%%/ui/paper_view.ui
+%%DATADIR%%/ui/prefs-ume.ui
+%%DATADIR%%/ui/prefs.ui
+%%DATADIR%%/ui/scientific_buttons.ui
+share/icons/hicolor/48x48/apps/galculator.png
+share/icons/hicolor/scalable/apps/galculator.svg
+share/locale/da_DK/LC_MESSAGES/galculator.mo
 share/locale/de/LC_MESSAGES/galculator.mo
 share/locale/es_MX/LC_MESSAGES/galculator.mo
 share/locale/fr/LC_MESSAGES/galculator.mo
 share/locale/ja/LC_MESSAGES/galculator.mo
+share/locale/kk_KZ/LC_MESSAGES/galculator.mo
 share/locale/pl/LC_MESSAGES/galculator.mo
 share/locale/pt/LC_MESSAGES/galculator.mo
 share/locale/pt_BR/LC_MESSAGES/galculator.mo
 share/locale/ro/LC_MESSAGES/galculator.mo
 share/locale/ru/LC_MESSAGES/galculator.mo
 share/locale/sk/LC_MESSAGES/galculator.mo
-share/pixmaps/galculator.png
-share/pixmaps/galculator.svg
+share/locale/sv/LC_MESSAGES/galculator.mo
+share/locale/zh_CN/LC_MESSAGES/galculator.mo
+share/locale/zh_TW/LC_MESSAGES/galculator.mo
 share/pixmaps/galculator.xpm
- at dirrm %%DATADIR%%/glade
+ at dirrmtry share/icons/hicolor/scalable/apps
+ at dirrmtry share/icons/hicolor/scalable
+ at dirrmtry share/icons/hicolor/48x48/apps
+ at dirrmtry share/icons/hicolor/48x48
+ at dirrmtry share/icons/hicolor
+ at dirrmtry share/icons
+ at dirrmtry share/locale/da_DK/LC_MESSAGES
+ at dirrmtry share/locale/da_DK
+ at dirrmtry share/locale/kk_KZ/LC_MESSAGES
+ at dirrmtry share/locale/kk_KZ
+ at dirrm %%DATADIR%%/ui
 @dirrm %%DATADIR%%
 @dirrmtry share/applications


More information about the svn-ports-all mailing list