Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 May 2022 14:48:31 GMT
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9baba90fd7b4 - main - deskutils/todour: update the port to version 2.21
Message-ID:  <202205011448.241EmV35045609@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9baba90fd7b4618b09150629584f4a74cbc7a1a2

commit 9baba90fd7b4618b09150629584f4a74cbc7a1a2
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2022-05-01 14:47:54 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2022-05-01 14:47:54 +0000

    deskutils/todour: update the port to version 2.21
    
    - Added scrollbars in settings dialog
    - Added icons in Debian package build
    - Slap icon on the window when supported
---
 deskutils/todour/Makefile             |  2 +-
 deskutils/todour/distinfo             |  6 +++---
 deskutils/todour/files/patch-main.cpp | 10 ----------
 3 files changed, 4 insertions(+), 14 deletions(-)

diff --git a/deskutils/todour/Makefile b/deskutils/todour/Makefile
index b978b154eec1..6215311028b6 100644
--- a/deskutils/todour/Makefile
+++ b/deskutils/todour/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	${GH_PROJECT:tl}
-PORTVERSION=	2.20
+PORTVERSION=	2.21
 DISTVERSIONPREFIX=	v
 CATEGORIES=	deskutils
 
diff --git a/deskutils/todour/distinfo b/deskutils/todour/distinfo
index 3f83cf24a6eb..81bec4becd91 100644
--- a/deskutils/todour/distinfo
+++ b/deskutils/todour/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1615671221
-SHA256 (SverrirValgeirsson-Todour-v2.20_GH0.tar.gz) = f6a145ef9558697e3f9cf0c4ac4344419854f6bae1cd688a9d4bf865a78f6bc6
-SIZE (SverrirValgeirsson-Todour-v2.20_GH0.tar.gz) = 176971
+TIMESTAMP = 1651398765
+SHA256 (SverrirValgeirsson-Todour-v2.21_GH0.tar.gz) = a60ab0283fb26d53b70de8cd995fd4d6e086f827604ba5293132b333237d1b7d
+SIZE (SverrirValgeirsson-Todour-v2.21_GH0.tar.gz) = 177380
 SHA256 (gamecreature-QtAwesome-86f3bb8_GH0.tar.gz) = c6d3ab27e1598ed5864cbf0c04c1cb542dec15a41eda1e79c16b28f8ce4c218b
 SIZE (gamecreature-QtAwesome-86f3bb8_GH0.tar.gz) = 125556
 SHA256 (falceeffect-UGlobalHotkey-2edc485_GH0.tar.gz) = 87e40b98e5d775f257aa4eb0d9683526426d20adb45491ab4b430915218c8b4b
diff --git a/deskutils/todour/files/patch-main.cpp b/deskutils/todour/files/patch-main.cpp
deleted file mode 100644
index 26c21ee9cd73..000000000000
--- a/deskutils/todour/files/patch-main.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- main.cpp.orig	2021-03-13 21:33:41 UTC
-+++ main.cpp
-@@ -5,6 +5,7 @@ int main(int argc, char *argv[])
- {
-     QApplication a(argc, argv);
-     MainWindow w;
-+    a.setWindowIcon(QIcon(":/icons/newicon.png"));
-     w.show();
-     
-     return a.exec();



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205011448.241EmV35045609>