mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
math/pantheon-calculator: Update to 1.6.0
- Add submitter back as maintainer - Fix deprecated function Changelog: https://github.com/elementary/calculator/releases/tag/1.6.0 PR: 252167 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> (renewed maintainer) Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D27780
This commit is contained in:
parent
7aa2941e0d
commit
b6ae016312
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559356
@ -2,12 +2,12 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= calculator
|
||||
PORTVERSION= 1.5.5
|
||||
PORTVERSION= 1.6.0
|
||||
CATEGORIES= math
|
||||
PKGNAMEPREFIX= pantheon-
|
||||
DIST_SUBDIR= pantheon
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= duchateau.olivier@gmail.com
|
||||
COMMENT= Simple calculator written in Vala
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1586005307
|
||||
SHA256 (pantheon/elementary-calculator-1.5.5_GH0.tar.gz) = b8dc3ebdb1d19b86232731efedb58fa08ecebc49a34d5c4a5855823c8e57f1ea
|
||||
SIZE (pantheon/elementary-calculator-1.5.5_GH0.tar.gz) = 132807
|
||||
TIMESTAMP = 1609003661
|
||||
SHA256 (pantheon/elementary-calculator-1.6.0_GH0.tar.gz) = c650d5ff7d2df2d122ade0cbd35be50927f22b0d260f28e374b1112114f24540
|
||||
SIZE (pantheon/elementary-calculator-1.6.0_GH0.tar.gz) = 216846
|
||||
|
11
math/pantheon-calculator/files/patch-src_HistoryDialog.vala
Normal file
11
math/pantheon-calculator/files/patch-src_HistoryDialog.vala
Normal file
@ -0,0 +1,11 @@
|
||||
--- 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…
Reference in New Issue
Block a user