diff options
author | Neel Chauhan <nc@FreeBSD.org> | 2022-03-22 22:58:56 +0000 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2022-03-22 23:17:31 +0000 |
commit | 97e6c8e72fbd7df327e53dfd40f6f49fd9bd3737 (patch) | |
tree | d14e35422fa3295ceef8c574af943dd2ae9179b9 | |
parent | a6ea63b81471ad885b063d3219753e7e9ef396a2 (diff) | |
download | ports-97e6c8e72fbd7df327e53dfd40f6f49fd9bd3737.tar.gz ports-97e6c8e72fbd7df327e53dfd40f6f49fd9bd3737.zip |
-rw-r--r-- | math/gnome-calculator/Makefile | 21 | ||||
-rw-r--r-- | math/gnome-calculator/distinfo | 6 | ||||
-rw-r--r-- | math/gnome-calculator/pkg-plist | 1 |
3 files changed, 14 insertions, 14 deletions
diff --git a/math/gnome-calculator/Makefile b/math/gnome-calculator/Makefile index 416c0f4e75af..1d804ec1b85d 100644 --- a/math/gnome-calculator/Makefile +++ b/math/gnome-calculator/Makefile @@ -1,7 +1,7 @@ # Created by: Gustau Perez i Querol <gustau.perez@gmail.com> PORTNAME= gnome-calculator -PORTVERSION= 41.1 +PORTVERSION= 42.0 CATEGORIES= math gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome @@ -12,19 +12,20 @@ COMMENT= GNOME 3 calculator tool LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= vala:lang/vala \ - itstool:textproc/itstool -LIB_DEPENDS= libmpfr.so:math/mpfr \ - libmpc.so:math/mpc \ - libsoup-2.4.so:devel/libsoup \ +BUILD_DEPENDS= itstool:textproc/itstool \ + vala:lang/vala +LIB_DEPENDS= libadwaita-1.so:x11-toolkits/libadwaita \ libgee-0.8.so:devel/libgee \ - libhandy-1.so:x11-toolkits/libhandy + libhandy-1.so:x11-toolkits/libhandy \ + libmpc.so:math/mpc \ + libmpfr.so:math/mpfr \ + libsoup-2.4.so:devel/libsoup PORTSCOUT= limitw:1,even -USES= compiler:c11 gettext gnome localbase:ldflags meson \ - pkgconfig python:3.6+,build tar:xz -USE_GNOME= gtksourceview4 introspection libxml2 +USES= compiler:c11 gettext gnome localbase:ldflags meson pkgconfig \ + python:3.6+,build tar:xz +USE_GNOME= gtk40 gtksourceview5 introspection 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 12ab0b5751e2..82b3a368dc96 100644 --- a/math/gnome-calculator/distinfo +++ b/math/gnome-calculator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1638995138 -SHA256 (gnome/gnome-calculator-41.1.tar.xz) = 0267614afdb25d38b78411b42ebab7bc50c1b6340cc49bb68c0e432d7ddf8a34 -SIZE (gnome/gnome-calculator-41.1.tar.xz) = 1046092 +TIMESTAMP = 1647989751 +SHA256 (gnome/gnome-calculator-42.0.tar.xz) = a535a14ebea58e691a4b5a085256aed060a2c3f07384ac3a3d01832332a27e4a +SIZE (gnome/gnome-calculator-42.0.tar.xz) = 1200548 diff --git a/math/gnome-calculator/pkg-plist b/math/gnome-calculator/pkg-plist index 7bc2adcc93f7..f0e92ec7fbf8 100644 --- a/math/gnome-calculator/pkg-plist +++ b/math/gnome-calculator/pkg-plist @@ -950,7 +950,6 @@ 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/scalable/apps/org.gnome.Calculator.Devel.svg share/icons/hicolor/scalable/apps/org.gnome.Calculator.svg share/icons/hicolor/symbolic/apps/org.gnome.Calculator-symbolic.svg share/locale/af/LC_MESSAGES/gnome-calculator.mo |