Skip to content

Commit

Permalink
math/elementary-calculator: update to 2.0.2
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
OlivierDuchateau authored and Fernando Apesteguía committed Jun 5, 2023
1 parent 26f3f27 commit 733d5e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
6 changes: 2 additions & 4 deletions math/elementary-calculator/Makefile
@@ -1,6 +1,5 @@
PORTNAME= calculator
DISTVERSION= 2.0.1
PORTREVISION= 3
DISTVERSION= 2.0.2
CATEGORIES= math
PKGNAMEPREFIX= elementary-

Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions 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
2 changes: 1 addition & 1 deletion math/elementary-calculator/pkg-plist
Expand Up @@ -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

0 comments on commit 733d5e1

Please sign in to comment.