diff options
author | naddy <naddy@FreeBSD.org> | 2013-04-29 23:00:15 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2013-04-29 23:00:15 +0800 |
commit | be57c4904ad1137e1b3e31a8c5a0620447960503 (patch) | |
tree | 831496562b13f26d94e37da93774adb43e51fc59 | |
parent | 596a5a01b6793c5e71e0a34a092d9d21aab720a2 (diff) | |
download | freebsd-ports-gnome-be57c4904ad1137e1b3e31a8c5a0620447960503.tar.gz freebsd-ports-gnome-be57c4904ad1137e1b3e31a8c5a0620447960503.tar.zst freebsd-ports-gnome-be57c4904ad1137e1b3e31a8c5a0620447960503.zip |
Update to 2.1.2. No user-visible changes.
-rw-r--r-- | math/galculator/Makefile | 6 | ||||
-rw-r--r-- | math/galculator/distinfo | 4 | ||||
-rw-r--r-- | math/galculator/pkg-plist | 19 |
3 files changed, 16 insertions, 13 deletions
diff --git a/math/galculator/Makefile b/math/galculator/Makefile index 3484f9c800bb..5bab044e8f98 100644 --- a/math/galculator/Makefile +++ b/math/galculator/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= galculator -PORTVERSION= 2.1 +PORTVERSION= 2.1.2 CATEGORIES= math MASTER_SITES= SF @@ -17,10 +17,6 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-gtk3 MAKE_JOBS_SAFE= yes -# The existence of libquadmath with sinhq() on a system does not -# guarantee that the compiler actually supports GCC libquadmath. -CONFIGURE_ENV= ac_cv_lib_quadmath_sinhq=no - MAN1= galculator.1 .include <bsd.port.mk> diff --git a/math/galculator/distinfo b/math/galculator/distinfo index bb6df7575f74..b831852a3fa8 100644 --- a/math/galculator/distinfo +++ b/math/galculator/distinfo @@ -1,2 +1,2 @@ -SHA256 (galculator-2.1.tar.bz2) = f3ae03601a123287cddf6f79e79cf37bbe5ce87a98997e0fd623f1cd08e6f6be -SIZE (galculator-2.1.tar.bz2) = 404488 +SHA256 (galculator-2.1.2.tar.bz2) = 23e7e8d02ec49bf06e061e7fa56c779fd0f353ec294c30fd88858786d8e4a79b +SIZE (galculator-2.1.2.tar.bz2) = 427684 diff --git a/math/galculator/pkg-plist b/math/galculator/pkg-plist index 70f37a482585..5da97173ff06 100644 --- a/math/galculator/pkg-plist +++ b/math/galculator/pkg-plist @@ -2,17 +2,23 @@ bin/galculator share/applications/galculator.desktop %%DATADIR%%/ui/about.ui -%%DATADIR%%/ui/basic_buttons.ui +%%DATADIR%%/ui/basic_buttons_gtk2.ui +%%DATADIR%%/ui/basic_buttons_gtk3.ui %%DATADIR%%/ui/classic_view.ui -%%DATADIR%%/ui/dispctrl_bottom.ui -%%DATADIR%%/ui/dispctrl_right.ui -%%DATADIR%%/ui/dispctrl_right_vertical.ui +%%DATADIR%%/ui/dispctrl_bottom_gtk2.ui +%%DATADIR%%/ui/dispctrl_bottom_gtk3.ui +%%DATADIR%%/ui/dispctrl_right_gtk2.ui +%%DATADIR%%/ui/dispctrl_right_gtk3.ui +%%DATADIR%%/ui/dispctrl_right_vertical_gtk2.ui +%%DATADIR%%/ui/dispctrl_right_vertical_gtk3.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 +%%DATADIR%%/ui/prefs_gtk2.ui +%%DATADIR%%/ui/prefs_gtk3.ui +%%DATADIR%%/ui/scientific_buttons_gtk2.ui +%%DATADIR%%/ui/scientific_buttons_gtk3.ui share/icons/hicolor/48x48/apps/galculator.png share/icons/hicolor/scalable/apps/galculator.svg share/locale/da_DK/LC_MESSAGES/galculator.mo @@ -21,6 +27,7 @@ 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/lt/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 |