diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2025-01-13 17:08:03 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2025-01-14 19:10:55 +0800 |
commit | 6f553d183dd9d8a4d41c71b3d35c30f965a05f26 (patch) | |
tree | bf87d6821e3a3d77fcbdf5eca3dc82bd56153a8a /gnu/packages | |
parent | 687e286673624035d1abb335cbacb5dbc8ea946e (diff) |
gnu: obconf-qt: Update to 0.16.5.
* gnu/packages/lxqt.scm (obconf-qt): Update to 0.16.5.
[inputs]: Replace qtbase-5 with qtbase. Remove qtx11extras.
[native-inputs]: Remove qttools-5.
Change-Id: I1ca1f9d27ca0d0fc14cc8373afa278c4b24f7e05
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/lxqt.scm | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm index 0b3aeff08b..6181e895a5 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -869,14 +869,14 @@ image viewer.") (define-public obconf-qt (package (name "obconf-qt") - (version "0.16.2") + (version "0.16.5") (source (origin (method url-fetch) (uri (string-append "https://github.com/lxqt/" name "/releases/download/" version "/" name "-" version ".tar.xz")) (sha256 - (base32 "0q29f77dkwy005gzrmn2wj2ga1hdnfd2gwp05h72i2dj0qbdla3k")))) + (base32 "030n4jlmd79i3m1kk3jqm9s6f2fgwj78phnlvcjfmxqj15l86j03")))) (build-system cmake-build-system) (inputs (list imlib2 @@ -887,10 +887,9 @@ image viewer.") openbox pango pcre - qtbase-5 - qtx11extras)) + qtbase)) (native-inputs - (list lxqt-build-tools pkg-config qttools-5)) + (list lxqt-build-tools pkg-config)) (arguments '(#:tests? #f)) ; no tests (home-page "https://lxqt-project.org") |