GNU bug report logs - #36890
[PATCH] gnu: add lxqt-archiver

Previous Next

Package: guix-patches;

Reported by: Reza Alizadeh Majd <r.majd <at> pantherx.org>

Date: Thu, 1 Aug 2019 16:09:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 36890 in the body.
You can then email your comments to 36890 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#36890; Package guix-patches. (Thu, 01 Aug 2019 16:09:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Reza Alizadeh Majd <r.majd <at> pantherx.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 01 Aug 2019 16:09:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Reza Alizadeh Majd <r.majd <at> pantherx.org>
To: guix-patches <at> gnu.org
Cc: Reza Alizadeh Majd <r.majd <at> pantherx.org>
Subject: [PATCH] gnu: add lxqt-archiver
Date: Thu,  1 Aug 2019 20:29:06 +0430
* gnu/packages/lxqt.scm (lxqt-archiver): New Variable.
---
 gnu/packages/lxqt.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index a8699b3d09..fe6e71971d 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -1245,6 +1245,38 @@ easily publishing them on internet image hosting services.")
     (license license:gpl2+)))
 
 
+(define-public lxqt-archiver
+  (package
+    (name "lxqt-archiver")
+    (version "0.0.96")
+    (source
+      (origin
+        (method git-fetch)
+        (uri (git-reference
+               (url (string-append "https://github.com/lxqt/" name ".git"))
+               (commit version)))
+        (file-name (git-file-name name version))
+        (sha256
+          (base32 "09rw774vxj96wcpxxncz6nr9bmw7l4l0kwylmz1saq6rpa2yvn2i"))))
+    (build-system cmake-build-system)
+    (inputs
+      `(("glib" ,glib)
+        ("json-glib" ,json-glib)
+        ("libfm-qt" ,libfm-qt)
+        ("qtbase" ,qtbase)
+        ("qtx11extras" ,qtx11extras)))
+    (native-inputs
+      `(("pkg-config" ,pkg-config)
+        ("lxqt-build-tools" ,lxqt-build-tools)
+        ("qttools" ,qttools)))
+    (arguments
+      '(#:tests? #f))
+    (home-page "https://lxqt.org/")
+    (synopsis "Simple & lightweight desktop-agnostic Qt file archiver")
+    (description "Simple & lightweight desktop-agnostic Qt file archiver.
+This is only a front-end (a graphical interface) to archiving programs like tar and zip.")
+    (license license:gpl2+)))
+
 ;; The LXQt Desktop Environment
 
 (define-public lxqt
-- 
2.19.0





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Thu, 22 Aug 2019 15:52:02 GMT) Full text and rfc822 format available.

Notification sent to Reza Alizadeh Majd <r.majd <at> pantherx.org>:
bug acknowledged by developer. (Thu, 22 Aug 2019 15:52:02 GMT) Full text and rfc822 format available.

Message #10 received at 36890-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Reza Alizadeh Majd <r.majd <at> pantherx.org>
Cc: 36890-done <at> debbugs.gnu.org
Subject: Re: [bug#36890] [PATCH] gnu: add lxqt-archiver
Date: Thu, 22 Aug 2019 17:51:40 +0200
[Message part 1 (text/plain, inline)]
Hello,

Reza Alizadeh Majd <r.majd <at> pantherx.org> skribis:

> * gnu/packages/lxqt.scm (lxqt-archiver): New Variable.

Applied with the minor tweaks below.

Thank you!

Ludo’.

[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index fe6e71971d..e72f5b82d9 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -1273,8 +1273,9 @@ easily publishing them on internet image hosting services.")
       '(#:tests? #f))
     (home-page "https://lxqt.org/")
     (synopsis "Simple & lightweight desktop-agnostic Qt file archiver")
-    (description "Simple & lightweight desktop-agnostic Qt file archiver.
-This is only a front-end (a graphical interface) to archiving programs like tar and zip.")
+    (description
+     "This package provides a Qt graphical interface to archiving programs
+like @command{tar} and @command{zip}.")
     (license license:gpl2+)))
 
 ;; The LXQt Desktop Environment

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 20 Sep 2019 11:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 191 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.