unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Reza Alizadeh Majd" <r.majd@pantherx.org>
To: 37738@debbugs.gnu.org
Subject: [bug#37738] [PATCH] gnu: add lxqt-connman-applet
Date: Sun, 13 Oct 2019 22:19:01 +0330	[thread overview]
Message-ID: <5f405186-9136-4470-b5d8-5ad35743139a@www.fastmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 179 bytes --]

Hi, 
I added a new package related to LXQt stuff: lxqt-connman-applet
could you please check and add it package repositories? thanks. 

--
Regards
Reza Alizadeh Majd
PantherX Team

[-- Attachment #2: 0001-gnu-add-lxqt-connman-applet.patch --]
[-- Type: application/octet-stream, Size: 2460 bytes --]

From c3756518da1289ec7f7cc803e624632aa21aed01 Mon Sep 17 00:00:00 2001
From: Reza Alizadeh Majd <r.majd@pantherx.org>
Date: Sun, 13 Oct 2019 20:55:21 +0330
Subject: [PATCH] gnu: add lxqt-connman-applet

* gnu/packages/lxqt.scm (lxqt-connman-applet) New variable.
---
 gnu/packages/lxqt.scm | 42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index e5487d3ae4..d9199f2097 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -1279,6 +1279,48 @@ easily publishing them on internet image hosting services.")
 like @command{tar} and @command{zip}.")
     (license license:gpl2+)))
 
+(define-public lxqt-connman-applet
+  (let ((commit "3db374eebd8d851f68a50fc5d1ef5fa9478c275e")
+        (revision "0"))
+    (package
+      (name "lxqt-connman-applet")
+      (version (git-version "0.14.1" revision commit))
+      (source
+        (origin
+          (method git-fetch)
+          (uri (git-reference
+            (url (string-append "https://github.com/lxqt/" name ".git"))
+            (commit commit)))
+          (file-name (git-file-name name version))
+          (sha256 (base32 "1brkyzjmpa7hiv8p8rvmkcgagchh2zn71ry4pjiplga05as3jc11"))))
+      (build-system cmake-build-system)
+      (inputs
+        `(("kwindowsystem" ,kwindowsystem)
+          ("qtbase" ,qtbase)
+          ("qtsvg" ,qtsvg)
+          ("liblxqt" ,liblxqt)
+          ("qtx11extras" ,qtx11extras)
+          ("libqtxdg" ,libqtxdg)))
+      (native-inputs
+        `(("lxqt-build-tools" ,lxqt-build-tools)
+          ("qtlinguist" ,qttools)))
+      (arguments
+        `(#:tests? #f
+          #:phases
+            (modify-phases %standard-phases
+              (add-after 'unpack 'patch-translations-dir
+                (lambda* (#:key outputs #:allow-other-keys)
+                  (substitute* "CMakeLists.txt"
+                    (("\\$\\{LXQT_TRANSLATIONS_DIR\\}")
+                     (string-append (assoc-ref outputs "out")
+                                    "/share/lxqt/translations"))
+                    (("\\$\\{LXQT_ETC_XDG_DIR\\}") "etc/xdg"))
+                  #t)))))
+      (home-page "https://github.com/lxqt/lxqt-connman-applet")
+      (synopsis "System-tray applet for connman")
+      (description "LXQt based system-tray applet for connman")
+      (license license:lgpl2.1+))))
+
 ;; The LXQt Desktop Environment
 
 (define-public lxqt
-- 
2.23.0


             reply	other threads:[~2019-10-13 18:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-13 18:49 Reza Alizadeh Majd [this message]
2019-10-18  9:45 ` [bug#37738] [PATCH] gnu: add lxqt-connman-applet Ludovic Courtès
2019-10-18 13:34   ` Reza Alizadeh Majd
2019-10-18 21:20     ` Ludovic Courtès
2019-10-19 11:54       ` Reza Alizadeh Majd
2019-10-20 21:26         ` bug#37738: " 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=5f405186-9136-4470-b5d8-5ad35743139a@www.fastmail.com \
    --to=r.majd@pantherx.org \
    --cc=37738@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).