mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
math/pantheon-calculator: Update to 1.6.1
PR: 256298
This commit is contained in:
parent
d7a9ac44db
commit
c9686f071f
3 changed files with 4 additions and 16 deletions
|
@ -1,8 +1,7 @@
|
|||
# Created by: Olivier Duchateau
|
||||
|
||||
PORTNAME= calculator
|
||||
PORTVERSION= 1.6.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.6.1
|
||||
CATEGORIES= math
|
||||
PKGNAMEPREFIX= pantheon-
|
||||
DIST_SUBDIR= pantheon
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1609003661
|
||||
SHA256 (pantheon/elementary-calculator-1.6.0_GH0.tar.gz) = c650d5ff7d2df2d122ade0cbd35be50927f22b0d260f28e374b1112114f24540
|
||||
SIZE (pantheon/elementary-calculator-1.6.0_GH0.tar.gz) = 216846
|
||||
TIMESTAMP = 1622471371
|
||||
SHA256 (pantheon/elementary-calculator-1.6.1_GH0.tar.gz) = 0e1277a87053db26efd0faadfa9bc63c346a76271380e07202c577e815567a07
|
||||
SIZE (pantheon/elementary-calculator-1.6.1_GH0.tar.gz) = 221696
|
||||
|
|
|
@ -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;
|
Loading…
Add table
Reference in a new issue