GNU bug report logs -
#36891
[PATCH] gnu: add lxqt-archiver
Previous Next
Reported by: Reza Alizadeh Majd <r.majd <at> pantherx.org>
Date: Thu, 1 Aug 2019 16:09:02 UTC
Severity: normal
Tags: patch
Done: "Reza Alizadeh Majd" <r.majd <at> pantherx.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 36891 in the body.
You can then email your comments to 36891 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#36891
; 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):
* 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
bug closed, send any further explanations to
36891 <at> debbugs.gnu.org and Reza Alizadeh Majd <r.majd <at> pantherx.org>
Request was from
"Reza Alizadeh Majd" <r.majd <at> pantherx.org>
to
control <at> debbugs.gnu.org
.
(Thu, 01 Aug 2019 16:19:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
"Reza Alizadeh Majd" <r.majd <at> pantherx.org>
to
control <at> debbugs.gnu.org
.
(Thu, 01 Aug 2019 16:19:02 GMT)
Full text and
rfc822 format available.
bug unarchived.
Request was from
"Reza Alizadeh Majd" <r.majd <at> pantherx.org>
to
control <at> debbugs.gnu.org
.
(Thu, 01 Aug 2019 16:23:03 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#36891
; Package
guix-patches
.
(Thu, 01 Aug 2019 16:25:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 36891 <at> debbugs.gnu.org (full text, mbox):
Issue closed, since it's duplicate of:
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=36890
--
Regards,
Reza
bug archived.
Request was from
"Reza Alizadeh Majd" <r.majd <at> pantherx.org>
to
control <at> debbugs.gnu.org
.
(Thu, 01 Aug 2019 16:31:02 GMT)
Full text and
rfc822 format available.
This bug report was last modified 6 years and 42 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.