View | Details | Raw Unified | Return to bug 256298
Collapse All | Expand All

(-)b/math/pantheon-calculator/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# Created by: Olivier Duchateau
1
# Created by: Olivier Duchateau
2
2
3
PORTNAME=	calculator
3
PORTNAME=	calculator
4
PORTVERSION=	1.6.0
4
PORTVERSION=	1.6.1
5
CATEGORIES=	math
5
CATEGORIES=	math
6
PKGNAMEPREFIX=	pantheon-
6
PKGNAMEPREFIX=	pantheon-
7
DIST_SUBDIR=	pantheon
7
DIST_SUBDIR=	pantheon
(-)b/math/pantheon-calculator/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1609003661
1
TIMESTAMP = 1622471371
2
SHA256 (pantheon/elementary-calculator-1.6.0_GH0.tar.gz) = c650d5ff7d2df2d122ade0cbd35be50927f22b0d260f28e374b1112114f24540
2
SHA256 (pantheon/elementary-calculator-1.6.1_GH0.tar.gz) = 0e1277a87053db26efd0faadfa9bc63c346a76271380e07202c577e815567a07
3
SIZE (pantheon/elementary-calculator-1.6.0_GH0.tar.gz) = 216846
3
SIZE (pantheon/elementary-calculator-1.6.1_GH0.tar.gz) = 221696
(-)a/math/pantheon-calculator/files/patch-src_HistoryDialog.vala (-11 lines)
Removed Link Here
1
--- src/HistoryDialog.vala.orig	2020-12-23 20:16:02 UTC
2
+++ src/HistoryDialog.vala
3
@@ -52,7 +52,7 @@ namespace PantheonCalculator {
4
 
5
         private void build_ui () {
6
             var content = get_content_area () as Gtk.Box;
7
-            get_action_area ().margin = 6;
8
+            content.margin = 6;
9
             main_grid = new Gtk.Grid ();
10
             main_grid.expand = true;
11
             main_grid.margin = 12;

Return to bug 256298