unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Brendan Tildesley <mail@brendan.scot>
To: 48465@debbugs.gnu.org
Subject: [bug#48465] [PATCH 30/35] gnu: lxqt-connman-applet: Update to 0.15-db1618d5.
Date: Mon, 17 May 2021 00:06:15 +1000	[thread overview]
Message-ID: <20210516140620.1898-30-mail@brendan.scot> (raw)
In-Reply-To: <20210516140620.1898-1-mail@brendan.scot>

* gnu/packages/lxqt.scm (lxqt-connman-applet): Update to
0.15-db1618d5 (translation updates).
Untabify.
---
 gnu/packages/lxqt.scm | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index b759a266db..aa7ef680e1 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -1328,7 +1328,7 @@ like @command{tar} and @command{zip}.")
 (define-public lxqt-connman-applet
   ;; since the main developers didn't release any version yet,  their 
   ;; latest commit on `master` branch at the moment used for this version.
-  (let ((commit "8a6cc14371a2f18f963e6a2996446082bb60f17d")
+  (let ((commit "db1618d58fd3439142c4e44b24cba0dbb68b7141")
         (revision "0"))
     (package
       (name "lxqt-connman-applet")
@@ -1340,7 +1340,8 @@ like @command{tar} and @command{zip}.")
             (url (string-append "https://github.com/lxqt/" name))
             (commit commit)))
           (file-name (git-file-name name version))
-          (sha256 (base32 "0br4bxfrl8k7lq84aq4grznlk8xzzjgkmd19bf9mwjr0a87gg72v"))))
+          (sha256
+           (base32 "087641idpg7n8yhh5biis4wv52ayw3rddirwqb34bf5fwj664pw9"))))
       (build-system cmake-build-system)
       (inputs
         `(("kwindowsystem" ,kwindowsystem)
@@ -1364,13 +1365,13 @@ like @command{tar} and @command{zip}.")
                                     "/share/lxqt/translations"))
                     (("\\$\\{LXQT_ETC_XDG_DIR\\}") "etc/xdg"))
                   #t))
-	      (add-after 'unpack 'remove-definitions
-		(lambda _
-		  (substitute* "CMakeLists.txt"
-		    (("include\\(LXQtCompilerSettings NO_POLICY_SCOPE\\)")
-		     "include(LXQtCompilerSettings NO_POLICY_SCOPE)
+              (add-after 'unpack 'remove-definitions
+                (lambda _
+                  (substitute* "CMakeLists.txt"
+                    (("include\\(LXQtCompilerSettings NO_POLICY_SCOPE\\)")
+                     "include(LXQtCompilerSettings NO_POLICY_SCOPE)
 remove_definitions(-DQT_NO_CAST_TO_ASCII -DQT_NO_CAST_FROM_ASCII)"))
-		  #t)))))
+                  #t)))))
       (home-page "https://github.com/lxqt/lxqt-connman-applet")
       (synopsis "System-tray applet for connman")
       (description "This package provides a Qt-based system-tray applet for
-- 
2.31.1





  parent reply	other threads:[~2021-05-16 14:51 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-16 14:04 [bug#48465] [PATCHES 0/35] gnu: lxqt: Update to 0.17.0 Brendan Tildesley via Guix-patches via
2021-05-16 14:05 ` [bug#48465] [PATCH 01/35] gnu: libfm-qt: Update to 0.17.1 Brendan Tildesley
2021-05-16 14:05   ` [bug#48465] [PATCH 02/35] gnu: lxqt-qtplugin: Update to 0.17.0 Brendan Tildesley
2021-05-16 14:05   ` [bug#48465] [PATCH 03/35] gnu: lxqt-build-tools: Update to 0.9.0 Brendan Tildesley
2021-05-29 18:18     ` [bug#48465] [PATCHES 0/35] gnu: lxqt: Update to 0.17.0 Ludovic Courtès
2021-05-16 14:05   ` [bug#48465] [PATCH 04/35] gnu: libqtxdg: Update to 3.7.1 Brendan Tildesley
2021-05-16 14:05   ` [bug#48465] [PATCH 05/35] gnu: liblxqt: Update to 0.17.0 Brendan Tildesley
2021-05-16 14:05   ` [bug#48465] [PATCH 06/35] gnu: libsysstat: Update to 0.4.5 Brendan Tildesley
2021-05-16 14:05   ` [bug#48465] [PATCH 07/35] gnu: lxqt-about: Update to 0.17.0 Brendan Tildesley
2021-05-16 14:05   ` [bug#48465] [PATCH 08/35] gnu: lxqt-admin: " Brendan Tildesley
2021-05-16 14:05   ` [bug#48465] [PATCH 09/35] gnu: lxqt-config: Update to 0.17.1 Brendan Tildesley
2021-05-16 14:05   ` [bug#48465] [PATCH 10/35] gnu: lxqt-globalkeys: Update to 0.17.0 Brendan Tildesley
2021-05-16 14:05   ` [bug#48465] [PATCH 11/35] gnu: lxqt-notificationd: " Brendan Tildesley
2021-05-16 14:05   ` [bug#48465] [PATCH 12/35] gnu: lxqt-panel: Update to 0.17.1 Brendan Tildesley
2021-05-16 14:05   ` [bug#48465] [PATCH 13/35] gnu: lxqt-policykit: Update to 0.17.0 Brendan Tildesley
2021-05-16 14:05   ` [bug#48465] [PATCH 14/35] gnu: lxqt-powermanagement: Update to 0.17.1 Brendan Tildesley
2021-05-16 14:06   ` [bug#48465] [PATCH 15/35] gnu: lxqt-runner: Update to 0.17.0 Brendan Tildesley
2021-05-16 14:06   ` [bug#48465] [PATCH 16/35] gnu: lxqt-session: Update to 0.17.1 Brendan Tildesley
2021-05-16 14:06   ` [bug#48465] [PATCH 17/35] gnu: lxqt-sudo: Update to 0.17.0 Brendan Tildesley
2021-05-16 14:06   ` [bug#48465] [PATCH 18/35] gnu: lxqt-themes: " Brendan Tildesley
2021-05-16 14:06   ` [bug#48465] [PATCH 19/35] gnu: pcmanfm-qt: " Brendan Tildesley
2021-05-16 14:06   ` [bug#48465] [PATCH 20/35] gnu: lximage-qt: " Brendan Tildesley
2021-05-16 14:06   ` [bug#48465] [PATCH 21/35] gnu: obconf-qt: Update to 0.16.1 Brendan Tildesley
2021-05-16 14:06   ` [bug#48465] [PATCH 22/35] gnu: pavucontrol-qt: Update to 0.17.0 Brendan Tildesley
2021-05-16 14:06   ` [bug#48465] [PATCH 23/35] gnu: qtermwidget: " Brendan Tildesley
2021-05-16 14:06   ` [bug#48465] [PATCH 24/35] gnu: qterminal: " Brendan Tildesley
2021-05-16 14:06   ` [bug#48465] [PATCH 25/35] gnu: screengrab: Update to 2.2.0 Brendan Tildesley
2021-05-16 14:06   ` [bug#48465] [PATCH 26/35] gnu: lxqt-archiver: Update to 0.4.0 Brendan Tildesley
2021-05-16 14:06   ` [bug#48465] [PATCH 27/35] gnu: compton-conf: Update to 0.16.0 Brendan Tildesley
2021-05-16 14:06   ` [bug#48465] [PATCH 28/35] gnu: qps: Update to 2.3.0 Brendan Tildesley
2021-05-16 14:06   ` [bug#48465] [PATCH 29/35] gnu: lxqt-openssh-askpass: Update to 0.17.0 Brendan Tildesley
2021-05-16 14:06   ` Brendan Tildesley [this message]
2021-05-16 14:06   ` [bug#48465] [PATCH 31/35] gnu: lxqt: Use the projects version number Brendan Tildesley
2021-05-16 14:06   ` [bug#48465] [PATCH 32/35] gnu: lxqt: Use picom instead of compton Brendan Tildesley
2021-05-16 14:06   ` [bug#48465] [PATCH 33/35] gnu: lxqt-config: Move libkscreen to propagated-inputs Brendan Tildesley
2021-05-16 14:06   ` [bug#48465] [PATCH 34/35] gnu: Update lxqt home-page for all lxqt packages Brendan Tildesley
2021-05-16 14:06   ` [bug#48465] [PATCH 35/35] doc: lxqt-desktop-service: Update lxqt homepage url Brendan Tildesley
2021-05-29 18:17 ` bug#48465: [PATCHES 0/35] gnu: lxqt: Update to 0.17.0 Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210516140620.1898-30-mail@brendan.scot \
    --to=mail@brendan.scot \
    --cc=48465@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).