math/pantheon-calculator: Update to 1.6.1

PR:		256298
This commit is contained in:
Olivier Duchateau 2021-06-12 19:04:49 +08:00 committed by Li-Wen Hsu
parent d7a9ac44db
commit c9686f071f
No known key found for this signature in database
GPG key ID: 8D7BCC7D012FD37E
3 changed files with 4 additions and 16 deletions

View file

@ -1,8 +1,7 @@
# Created by: Olivier Duchateau # Created by: Olivier Duchateau
PORTNAME= calculator PORTNAME= calculator
PORTVERSION= 1.6.0 PORTVERSION= 1.6.1
PORTREVISION= 1
CATEGORIES= math CATEGORIES= math
PKGNAMEPREFIX= pantheon- PKGNAMEPREFIX= pantheon-
DIST_SUBDIR= pantheon DIST_SUBDIR= pantheon

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1609003661 TIMESTAMP = 1622471371
SHA256 (pantheon/elementary-calculator-1.6.0_GH0.tar.gz) = c650d5ff7d2df2d122ade0cbd35be50927f22b0d260f28e374b1112114f24540 SHA256 (pantheon/elementary-calculator-1.6.1_GH0.tar.gz) = 0e1277a87053db26efd0faadfa9bc63c346a76271380e07202c577e815567a07
SIZE (pantheon/elementary-calculator-1.6.0_GH0.tar.gz) = 216846 SIZE (pantheon/elementary-calculator-1.6.1_GH0.tar.gz) = 221696

View file

@ -1,11 +0,0 @@
--- src/HistoryDialog.vala.orig 2020-12-23 20:16:02 UTC
+++ src/HistoryDialog.vala
@@ -52,7 +52,7 @@ namespace PantheonCalculator {
private void build_ui () {
var content = get_content_area () as Gtk.Box;
- get_action_area ().margin = 6;
+ content.margin = 6;
main_grid = new Gtk.Grid ();
main_grid.expand = true;
main_grid.margin = 12;