GNU bug report logs -
#75534
[PATCH 00/35] LXQt 2.1.0 updates
Previous Next
Reported by: iyzsong <at> envs.net
Date: Mon, 13 Jan 2025 09:30:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
Message #77 received at 75534 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/lxqt.scm (libfm-qt): Update to 2.1.0.
[inputs]: Simplify. Add lxqt-menu-data.
[propagated-inputs]: Add glib, qtbase, libxcb and menu-cache.
Change-Id: Ief80fd000e5144ce5e7ae4ac1514d0a300c95a75
---
gnu/packages/lxqt.scm | 19 ++++++++-----------
1 file changed, 8 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index 19bf6e7fd3..5980be3897 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -780,28 +780,25 @@ (define-public lxqt-themes
(define-public libfm-qt
(package
(name "libfm-qt")
- (version "1.3.0")
+ (version "2.1.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
version "/" name "-" version ".tar.xz"))
(sha256
- (base32 "1rjrbjw6ixn5yw4r2187xfs7xd6v0j28p7fnjwjnv29lvvzgfm8x"))))
+ (base32 "1mr93by010scy06kmpgmsvkabg7zn1f0mm9i7grm17mfv3hkx85z"))))
(build-system cmake-build-system)
(arguments
'(#:tests? #f)) ; no tests
(inputs
- (list glib
- libexif
- libfm
- libxcb
- menu-cache
- pcre
- qtbase-5
- qtx11extras))
+ (list libexif
+ lxqt-menu-data))
+ (propagated-inputs
+ ;; Required by headers.
+ (list glib qtbase libxcb menu-cache))
(native-inputs
- (list pkg-config lxqt-build-tools qttools-5))
+ (list pkg-config lxqt-build-tools))
(home-page "https://lxqt-project.org")
(synopsis "Qt binding for libfm")
(description "libfm-qt is the Qt port of libfm, a library providing
--
2.47.1
This bug report was last modified 131 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.