public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-admin/keepassxc/files/
@ 2019-03-08 13:59 Lars Wendler
  0 siblings, 0 replies; 3+ messages in thread
From: Lars Wendler @ 2019-03-08 13:59 UTC (permalink / raw
  To: gentoo-commits

commit:     84303d0123679297d07ea6abeef31155dd1ff5ec
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  8 13:59:05 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Mar  8 13:59:05 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84303d01

app-admin/keepassxc: Fixed typo in comment.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 app-admin/keepassxc/files/keepassxc-dont_call_mandb.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/keepassxc/files/keepassxc-dont_call_mandb.patch b/app-admin/keepassxc/files/keepassxc-dont_call_mandb.patch
index f966ae5ff28..a3ff5f7244d 100644
--- a/app-admin/keepassxc/files/keepassxc-dont_call_mandb.patch
+++ b/app-admin/keepassxc/files/keepassxc-dont_call_mandb.patch
@@ -1,9 +1,9 @@
-From f3e52d89b20a8740d18cd9f1124f299b64f06b36 Mon Sep 17 00:00:00 2001
+From 7789bed0f29e0067eca7a40f604262d18611cdb0 Mon Sep 17 00:00:00 2001
 From: Lars Wendler <polynomial-c@gentoo.org>
 Date: Fri, 8 Mar 2019 14:48:13 +0100
 Subject: [PATCH] Don't call mandb
 
-There are other man implementateions beside man-db so it is not even sure
+There are other man implementations beside man-db so it is not even sure
 that the "mandb" binary even exists on all unices. Other than that, usually
 there's a cron job running "mandb" on a daily basis.
 ---


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/keepassxc/files/
@ 2019-04-11 18:38 Lars Wendler
  0 siblings, 0 replies; 3+ messages in thread
From: Lars Wendler @ 2019-04-11 18:38 UTC (permalink / raw
  To: gentoo-commits

commit:     249cae16c7249498d39444376f8f057fff721f74
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 11 18:38:07 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Apr 11 18:38:43 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=249cae16

app-admin/keepassxc: Fixed incomplete patch

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 .../files/keepassxc-2.4.0-update_checker_toggle.patch         | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/app-admin/keepassxc/files/keepassxc-2.4.0-update_checker_toggle.patch b/app-admin/keepassxc/files/keepassxc-2.4.0-update_checker_toggle.patch
index bca65f3b4ae..64e02066916 100644
--- a/app-admin/keepassxc/files/keepassxc-2.4.0-update_checker_toggle.patch
+++ b/app-admin/keepassxc/files/keepassxc-2.4.0-update_checker_toggle.patch
@@ -1,4 +1,4 @@
-From 64fe9de385be43212a83c0c89791a95af203eef9 Mon Sep 17 00:00:00 2001
+From 28994fef0d2c04690490f34b5da87c42e60a6b5e Mon Sep 17 00:00:00 2001
 From: Jonathan White <support@dmapps.us>
 Date: Tue, 9 Apr 2019 21:06:13 -0400
 Subject: [PATCH] Enhance update checker
@@ -14,13 +14,13 @@ Subject: [PATCH] Enhance update checker
  src/config-keepassx.h.cmake                 |  1 +
  src/core/Clock.cpp                          |  1 +
  src/gui/ApplicationSettingsWidget.cpp       | 25 ++++++-
- src/gui/ApplicationSettingsWidget.h         |  1 +
+ src/gui/ApplicationSettingsWidget.h         |  2 +
  src/gui/ApplicationSettingsWidgetGeneral.ui | 39 +++++++---
  src/gui/MainWindow.cpp                      | 12 ++--
  src/updatecheck/UpdateChecker.cpp           | 79 +++++++++++++--------
  src/updatecheck/UpdateChecker.h             |  2 +-
  tests/TestUpdateCheck.cpp                   | 35 ++++++---
- 11 files changed, 146 insertions(+), 55 deletions(-)
+ 11 files changed, 147 insertions(+), 55 deletions(-)
 
 diff --git a/CMakeLists.txt b/CMakeLists.txt
 index 658548f7..4f8a419c 100644
@@ -123,13 +123,14 @@ index 90b851bd..e6a7068d 100644
 +    m_generalUi->checkForUpdatesIncludeBetasCheckBox->setEnabled(checked);
 +}
 diff --git a/src/gui/ApplicationSettingsWidget.h b/src/gui/ApplicationSettingsWidget.h
-index ffcfea2b..8cdc7ed7 100644
+index ffcfea2b..86688b70 100644
 --- a/src/gui/ApplicationSettingsWidget.h
 +++ b/src/gui/ApplicationSettingsWidget.h
-@@ -56,6 +56,7 @@ private slots:
+@@ -56,6 +56,8 @@ private slots:
      void autoSaveToggled(bool checked);
      void systrayToggled(bool checked);
      void enableToolbarSettings(bool checked);
++    void rememberDatabasesToggled(bool checked);
 +    void checkUpdatesToggled(bool checked);
  
  private:


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/keepassxc/files/
@ 2023-05-22 17:38 Maciej Barć
  0 siblings, 0 replies; 3+ messages in thread
From: Maciej Barć @ 2023-05-22 17:38 UTC (permalink / raw
  To: gentoo-commits

commit:     afc96be9d10e99425d691519c757fed0987bc2d6
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon May 22 17:13:52 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon May 22 17:38:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afc96be9

app-admin/keepassxc: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31131
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-admin/keepassxc/files/keepassxc-2.7.3-tests.patch | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/app-admin/keepassxc/files/keepassxc-2.7.3-tests.patch b/app-admin/keepassxc/files/keepassxc-2.7.3-tests.patch
deleted file mode 100644
index 52ca2b7eb610..000000000000
--- a/app-admin/keepassxc/files/keepassxc-2.7.3-tests.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
-index 776c40d9..477bf179 100644
---- a/tests/CMakeLists.txt
-+++ b/tests/CMakeLists.txt
-@@ -233,9 +233,6 @@ if(WITH_XC_BROWSER)
-         LIBS ${TEST_LIBRARIES})
- endif()
- 
--add_unit_test(NAME testcli SOURCES TestCli.cpp
--        LIBS testsupport cli ${TEST_LIBRARIES})
--
- if(WITH_GUI_TESTS)
-     add_subdirectory(gui)
- endif(WITH_GUI_TESTS)


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-05-22 17:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-22 17:38 [gentoo-commits] repo/gentoo:master commit in: app-admin/keepassxc/files/ Maciej Barć
  -- strict thread matches above, loose matches on Subject: below --
2019-04-11 18:38 Lars Wendler
2019-03-08 13:59 Lars Wendler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox