guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: converseen: Update to 0.11.0.0.


From: guix-commits
Subject: 01/03: gnu: converseen: Update to 0.11.0.0.
Date: Fri, 13 Oct 2023 14:17:23 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 4de27da44fdabefdd5365f30ca6e262c07a5626f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Oct 11 14:59:41 2023 +0200

    gnu: converseen: Update to 0.11.0.0.
    
    * gnu/packages/image.scm (converseen): Update to 0.11.0.0.
    * gnu/packages/patches/converseen-hide-updates-checks.patch: Update patch.
---
 gnu/packages/image.scm                             |  4 ++--
 .../patches/converseen-hide-updates-checks.patch   | 24 +++++++++++-----------
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index bd3bcf964d..dadb5f3796 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -122,7 +122,7 @@
 (define-public converseen
   (package
     (name "converseen")
-    (version "0.9.11.1")
+    (version "0.11.0.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -131,7 +131,7 @@
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0nxvac8df47gxg1klqlz0s3rxl0ykrikmciniwkb938bgilmaijm"))
+                "1imc0dbbrs96yv3mp6bs7whd14zvgdw7hmv87bz8lp7d739s74z4"))
               (patches
                (search-patches "converseen-hide-updates-checks.patch"
                                ;; Remove links to sites relying on non-free
diff --git a/gnu/packages/patches/converseen-hide-updates-checks.patch 
b/gnu/packages/patches/converseen-hide-updates-checks.patch
index c4c80b5bec..6d3aabdb1a 100644
--- a/gnu/packages/patches/converseen-hide-updates-checks.patch
+++ b/gnu/packages/patches/converseen-hide-updates-checks.patch
@@ -43,17 +43,17 @@ index 704e75c..bb3f9b0 100755
      
      int idx = comboLangs->findText(t.currentLanguage(), Qt::MatchExactly);
 diff --git a/src/mainwindowimpl.cpp b/src/mainwindowimpl.cpp
-index 2b6d68d..83a365f 100755
+index 6562e35..d19bc28 100755
 --- a/src/mainwindowimpl.cpp
 +++ b/src/mainwindowimpl.cpp
-@@ -164,7 +164,6 @@ void MainWindowImpl::createActions()
+@@ -163,7 +163,6 @@ void MainWindowImpl::createActions()
      connect(actionInfo, SIGNAL(triggered()), this, SLOT(about()));
      connect(actionDonatePaypal, SIGNAL(triggered()), this, 
SLOT(openPaypalLink()));
      connect(actionReportBug, SIGNAL(triggered()), this, SLOT(bugReport()));
 -    connect(actionCheckForUpdates, SIGNAL(triggered()), this, 
SLOT(checkForUpdates()));
- }
+     connect(actionHelp, SIGNAL(triggered()), this, SLOT(onlineHelp()));
  
- void MainWindowImpl::setupMenu()
+     // Create first toolbar button
 diff --git a/ui/dialogoptions.ui b/ui/dialogoptions.ui
 index e59148d..6cb23f5 100755
 --- a/ui/dialogoptions.ui
@@ -82,18 +82,18 @@ index e59148d..6cb23f5 100755
      <layout class="QHBoxLayout" name="horizontalLayout_2">
       <item>
 diff --git a/ui/mainwindow.ui b/ui/mainwindow.ui
-index a5f55f0..28df8cc 100755
+index 569565f..b86fc2e 100755
 --- a/ui/mainwindow.ui
 +++ b/ui/mainwindow.ui
-@@ -190,7 +190,6 @@
-     </property>
+@@ -356,7 +356,6 @@
+     <addaction name="separator"/>
      <addaction name="actionDonatePaypal"/>
      <addaction name="separator"/>
 -    <addaction name="actionCheckForUpdates"/>
      <addaction name="actionReportBug"/>
      <addaction name="separator"/>
-    </widget>
-@@ -1365,14 +1364,6 @@ p, li { white-space: pre-wrap; }
+     <addaction name="actionInfo"/>
+@@ -1412,14 +1411,6 @@ p, li { white-space: pre-wrap; }
      <string>Import windows icon (*.ico *.icon)</string>
     </property>
    </action>
@@ -105,6 +105,6 @@ index a5f55f0..28df8cc 100755
 -    <string>Check if a new version of Converseen is available</string>
 -   </property>
 -  </action>
-  </widget>
-  <customwidgets>
-   <customwidget>
+   <action name="actionAddDirectory">
+    <property name="icon">
+     <iconset resource="../resources.qrc">



reply via email to

[Prev in Thread] Current Thread [Next in Thread]