diff options
author | kwm <kwm@FreeBSD.org> | 2018-09-30 19:58:29 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2018-09-30 19:58:29 +0800 |
commit | 1f45d9eb2b1cd9ba6632b2331526d2dfe4cb17fa (patch) | |
tree | 6146e775343aaf339921799078894a48fef9aa15 /math | |
parent | b640e6d0ba34a529816c17d494eb8ca09ca720fd (diff) | |
download | freebsd-ports-gnome-1f45d9eb2b1cd9ba6632b2331526d2dfe4cb17fa.tar.gz freebsd-ports-gnome-1f45d9eb2b1cd9ba6632b2331526d2dfe4cb17fa.tar.zst freebsd-ports-gnome-1f45d9eb2b1cd9ba6632b2331526d2dfe4cb17fa.zip |
The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/
Thanks to Antoine Brodin for running the exp-runs.
PR: 229761
Diffstat (limited to 'math')
-rw-r--r-- | math/gnome-calculator/Makefile | 19 | ||||
-rw-r--r-- | math/gnome-calculator/distinfo | 6 | ||||
-rw-r--r-- | math/gnome-calculator/pkg-plist | 12 |
3 files changed, 20 insertions, 17 deletions
diff --git a/math/gnome-calculator/Makefile b/math/gnome-calculator/Makefile index 905d636aa6c0..9547ed316d40 100644 --- a/math/gnome-calculator/Makefile +++ b/math/gnome-calculator/Makefile @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= gnome-calculator -PORTVERSION= 3.26.0 -PORTREVISION= 1 +PORTVERSION= 3.28.2 CATEGORIES= math gnome MASTER_SITES= GNOME -DIST_SUBDIR= gnome3 +DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 3 calculator tool @@ -14,20 +13,18 @@ COMMENT= GNOME 3 calculator tool LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= itstool:textproc/itstool \ - vala:lang/vala +BUILD_DEPENDS= vala:lang/vala \ + itstool:textproc/itstool LIB_DEPENDS= libmpfr.so:math/mpfr \ - libgmp.so:math/gmp \ libmpc.so:math/mpc \ libsoup-2.4.so:devel/libsoup PORTSCOUT= limitw:1,even -USES= compiler:c11 gettext gmake gnome libtool \ - localbase pkgconfig tar:xz -USE_GNOME= cairo gdkpixbuf2 gtk30 gtksourceview3 intltool -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip +USES= compiler:c11 gettext gnome localbase:ldflags meson \ + pkgconfig python:3.6+,build tar:xz +USE_GNOME= gtksourceview3 libxml2 +BINARY_ALIAS= python3=${PYTHON_VERSION} GLIB_SCHEMAS= org.gnome.calculator.gschema.xml diff --git a/math/gnome-calculator/distinfo b/math/gnome-calculator/distinfo index c5da248e57e9..300e273132ff 100644 --- a/math/gnome-calculator/distinfo +++ b/math/gnome-calculator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1526070988 -SHA256 (gnome3/gnome-calculator-3.26.0.tar.xz) = 62215b37fcd73a6bbb106ebd0f25051c81ff0cf6ad84fd4a3ea176bceb5863c7 -SIZE (gnome3/gnome-calculator-3.26.0.tar.xz) = 1716484 +TIMESTAMP = 1529614263 +SHA256 (gnome/gnome-calculator-3.28.2.tar.xz) = bad41e322fc82f13f0fa0c773ad96802c272498adf8e2c8b8054549718cefa47 +SIZE (gnome/gnome-calculator-3.28.2.tar.xz) = 1834340 diff --git a/math/gnome-calculator/pkg-plist b/math/gnome-calculator/pkg-plist index 2704487edc79..9566ac60d584 100644 --- a/math/gnome-calculator/pkg-plist +++ b/math/gnome-calculator/pkg-plist @@ -1,11 +1,8 @@ bin/gcalccmd bin/gnome-calculator -lib/gnome-calculator/libcalculator.a -lib/gnome-calculator/libcalculator.so libexec/gnome-calculator-search-provider man/man1/gcalccmd.1.gz man/man1/gnome-calculator.1.gz -share/appdata/org.gnome.Calculator.appdata.xml share/applications/org.gnome.Calculator.desktop share/dbus-1/services/org.gnome.Calculator.SearchProvider.service share/gnome-shell/search-providers/org.gnome.Calculator-search-provider.ini @@ -849,6 +846,14 @@ share/help/zh_TW/gnome-calculator/scientific.page share/help/zh_TW/gnome-calculator/superscript.page share/help/zh_TW/gnome-calculator/trigonometry.page share/help/zh_TW/gnome-calculator/variables.page +share/icons/hicolor/16x16/apps/gnome-calculator.png +share/icons/hicolor/22x22/apps/gnome-calculator.png +share/icons/hicolor/24x24/apps/gnome-calculator.png +share/icons/hicolor/256x256/apps/gnome-calculator.png +share/icons/hicolor/32x32/apps/gnome-calculator.png +share/icons/hicolor/48x48/apps/gnome-calculator.png +share/icons/hicolor/512x512/apps/gnome-calculator.png +share/icons/hicolor/scalable/apps/gnome-calculator-symbolic.svg share/locale/af/LC_MESSAGES/gnome-calculator.mo share/locale/am/LC_MESSAGES/gnome-calculator.mo share/locale/ar/LC_MESSAGES/gnome-calculator.mo @@ -941,3 +946,4 @@ share/locale/xh/LC_MESSAGES/gnome-calculator.mo share/locale/zh_CN/LC_MESSAGES/gnome-calculator.mo share/locale/zh_HK/LC_MESSAGES/gnome-calculator.mo share/locale/zh_TW/LC_MESSAGES/gnome-calculator.mo +share/metainfo/org.gnome.Calculator.appdata.xml |