Date: Mon, 5 Jun 2023 06:22:44 GMT From: =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 733d5e15f94b - main - math/elementary-calculator: update to 2.0.2 Message-ID: <202306050622.3556MiO8010025@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=733d5e15f94b2c63cf601dae1d2ad8e873b8945a commit 733d5e15f94b2c63cf601dae1d2ad8e873b8945a Author: Olivier Duchateau <duchateau.olivier@gmail.com> AuthorDate: 2023-06-02 07:05:02 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2023-06-05 06:17:40 +0000 math/elementary-calculator: update to 2.0.2 ChangeLog: https://github.com/elementary/calculator/releases/tag/2.0.2 * Update screenshots * Update screenshot filename in README.md * Application: use startup () and clean up * Hardcode elementary styles, set empty title label * actions/checkout@v3 * Copy entry content on Ctrl+C * Paste text into entry on Ctrl+V * Switch to GHCR container * Bump bilelmoussaoui/flatpak-github-actions from 4 to 5 * Bump docker/setup-qemu-action from 1 to 2 * Update flatpak actions to new namespace * Bump runtime to 7.2 * Bump flatpak/flatpak-github-actions from 5 to 6 * Fix meson warnings * Metainfo Improvements * Update calculator.metainfo.xml.in * Release 2.0.2 PR: 271770 Reported by: duchateau.olivier@gmail.com (maintainer) --- math/elementary-calculator/Makefile | 6 ++---- math/elementary-calculator/distinfo | 6 +++--- math/elementary-calculator/pkg-plist | 2 +- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/math/elementary-calculator/Makefile b/math/elementary-calculator/Makefile index 4da8ce2c1ef3..b0f051b4df41 100644 --- a/math/elementary-calculator/Makefile +++ b/math/elementary-calculator/Makefile @@ -1,6 +1,5 @@ PORTNAME= calculator -DISTVERSION= 2.0.1 -PORTREVISION= 3 +DISTVERSION= 2.0.2 CATEGORIES= math PKGNAMEPREFIX= elementary- @@ -12,8 +11,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgee-0.8.so:devel/libgee \ - libgranite-7.so:x11-toolkits/granite7 \ - libhandy-1.so:x11-toolkits/libhandy + libgranite-7.so:x11-toolkits/granite7 USES= gettext gnome meson pkgconfig python:3.6+,build vala:build diff --git a/math/elementary-calculator/distinfo b/math/elementary-calculator/distinfo index a270945d449f..7c135b090f70 100644 --- a/math/elementary-calculator/distinfo +++ b/math/elementary-calculator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1670518580 -SHA256 (elementary-calculator-2.0.1_GH0.tar.gz) = d5f5132f8026267209164ccc3f506167520dc68fd1ccf69fe240c0d1233f5462 -SIZE (elementary-calculator-2.0.1_GH0.tar.gz) = 175342 +TIMESTAMP = 1685635796 +SHA256 (elementary-calculator-2.0.2_GH0.tar.gz) = dd89a3a420af0515c78831d5d388b56ca3870cc3462f9f01ccc6887244dfcf56 +SIZE (elementary-calculator-2.0.2_GH0.tar.gz) = 211239 diff --git a/math/elementary-calculator/pkg-plist b/math/elementary-calculator/pkg-plist index dc5345d20c8b..177dc64a3379 100644 --- a/math/elementary-calculator/pkg-plist +++ b/math/elementary-calculator/pkg-plist @@ -96,4 +96,4 @@ share/locale/vi/LC_MESSAGES/io.elementary.calculator.mo share/locale/zh/LC_MESSAGES/io.elementary.calculator.mo share/locale/zh_CN/LC_MESSAGES/io.elementary.calculator.mo share/locale/zh_TW/LC_MESSAGES/io.elementary.calculator.mo -share/metainfo/io.elementary.calculator.appdata.xml +share/metainfo/io.elementary.calculator.metainfo.xml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306050622.3556MiO8010025>