[arch-commits] Commit in qtox/trunk (PKGBUILD autoaccept.patch)

Jiachen Yang farseerfc at archlinux.org
Mon Mar 23 04:07:56 UTC 2020


    Date: Monday, March 23, 2020 @ 04:07:56
  Author: farseerfc
Revision: 603689

upgpkg: qtox 1.16.3-10: qtox 1.16.3-10 toxcore 1:0.2.11 rebuild

Modified:
  qtox/trunk/PKGBUILD
Deleted:
  qtox/trunk/autoaccept.patch

------------------+
 PKGBUILD         |    2 +-
 autoaccept.patch |   13 -------------
 2 files changed, 1 insertion(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-23 04:06:47 UTC (rev 603688)
+++ PKGBUILD	2020-03-23 04:07:56 UTC (rev 603689)
@@ -6,7 +6,7 @@
 pkgname=qtox
 _pkgname=qTox
 pkgver=1.16.3
-pkgrel=8
+pkgrel=10
 _gitver='8eed684c37bd711de2ca4bd863f5f0509edcdc2d'
 pkgdesc='Powerful Tox client written in C++/Qt that follows the Tox design guidelines'
 arch=('x86_64')

Deleted: autoaccept.patch
===================================================================
--- autoaccept.patch	2020-03-23 04:06:47 UTC (rev 603688)
+++ autoaccept.patch	2020-03-23 04:07:56 UTC (rev 603689)
@@ -1,13 +0,0 @@
-diff --git a/src/widget/friendwidget.cpp b/src/widget/friendwidget.cpp
-index 752c2f81..a0d76c58 100644
---- a/src/widget/friendwidget.cpp
-+++ b/src/widget/friendwidget.cpp
-@@ -222,7 +222,7 @@ void FriendWidget::onContextMenuCalled(QContextMenuEvent* event)
-             Settings::getInstance().setAutoAcceptDir(id, "");
-         } else if (autoAccept->isChecked()) {
-             const QString dir = QFileDialog::getExistingDirectory(
--                        Q_NULLPTR, tr("Choose an auto accept directory", "popup title"), dir);
-+                        Q_NULLPTR, tr("Choose an auto accept directory", "popup title"), Settings::getInstance().getAutoAcceptDir(id));
- 
-             autoAccept->setChecked(true);
-             qDebug() << "Setting auto accept dir for" << friendId << "to" << dir;



More information about the arch-commits mailing list