diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2012-10-16 18:47:10 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2012-10-16 18:47:10 +0000 |
commit | 2b5cd291f7bb42e93407a484e8d946d006be05a7 (patch) | |
tree | 87486aad711a157b54e088cb684f129cb9e57af0 /math/galculator | |
parent | 00660e25fc840649e82c208e0d00d004b16310fd (diff) | |
download | ports-2b5cd291f7bb42e93407a484e8d946d006be05a7.tar.gz ports-2b5cd291f7bb42e93407a484e8d946d006be05a7.zip |
Notes
Diffstat (limited to 'math/galculator')
-rw-r--r-- | math/galculator/Makefile | 8 | ||||
-rw-r--r-- | math/galculator/distinfo | 4 | ||||
-rw-r--r-- | math/galculator/pkg-plist | 45 |
3 files changed, 36 insertions, 21 deletions
diff --git a/math/galculator/Makefile b/math/galculator/Makefile index f78ba13c73cb..662056b857d2 100644 --- a/math/galculator/Makefile +++ b/math/galculator/Makefile @@ -1,20 +1,20 @@ # $FreeBSD$ PORTNAME= galculator -PORTVERSION= 1.3.4 -PORTREVISION= 4 +PORTVERSION= 2.0 CATEGORIES= math MASTER_SITES= SF MAINTAINER= naddy@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 diff --git a/math/galculator/distinfo b/math/galculator/distinfo index 8764e783261c..e05a93dc51cd 100644 --- a/math/galculator/distinfo +++ b/math/galculator/distinfo @@ -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 diff --git a/math/galculator/pkg-plist b/math/galculator/pkg-plist index 6e77300710a0..9aabfdf040f6 100644 --- a/math/galculator/pkg-plist +++ b/math/galculator/pkg-plist @@ -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 -@dirrm %%DATADIR%%/glade +@dirrmtry share/icons/hicolor/scalable/apps +@dirrmtry share/icons/hicolor/scalable +@dirrmtry share/icons/hicolor/48x48/apps +@dirrmtry share/icons/hicolor/48x48 +@dirrmtry share/icons/hicolor +@dirrmtry share/icons +@dirrmtry share/locale/da_DK/LC_MESSAGES +@dirrmtry share/locale/da_DK +@dirrmtry share/locale/kk_KZ/LC_MESSAGES +@dirrmtry share/locale/kk_KZ +@dirrm %%DATADIR%%/ui @dirrm %%DATADIR%% @dirrmtry share/applications |