[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74034] [PATCH v6 14/16] gnu: dex: Update to 0.10.1.
From: |
Nicolas Graves |
Subject: |
[bug#74034] [PATCH v6 14/16] gnu: dex: Update to 0.10.1. |
Date: |
Sun, 24 Nov 2024 21:16:32 +0100 |
* gnu/packages/xdisorg.scm (dex): Update to 0.10.1.
[arguments]: Improve style.
[properties]: Add lint-hidden-cpe-vendors property.
---
gnu/packages/xdisorg.scm | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index a75e9cd6ba..859d37d4b7 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -3536,7 +3536,7 @@ (define-public nwg-launchers
(define-public dex
(package
(name "dex")
- (version "0.9.0")
+ (version "0.10.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3544,15 +3544,16 @@ (define-public dex
(commit (string-append "v" version))))
(sha256
(base32
- "03aapcywnz4kl548cygpi25m8adwbmqlmwgxa66v4156ax9dqs86"))
+ "1d7fqy63i4q0mw316i5ws1sgdq3f7h3bsf3avvmy0nzshz7i5y6m"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
- `(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out")))
- #:phases
- (modify-phases %standard-phases
- (delete 'configure))
- #:tests? #f))
+ (list
+ #:make-flags #~(list (string-append "PREFIX=" #$output))
+ #:phases
+ #~(modify-phases %standard-phases
+ (delete 'configure))
+ #:tests? #f)) ; No tests.
(inputs
(list python))
(native-inputs
@@ -3562,6 +3563,8 @@ (define-public dex
(description
"@command{dex}, @dfn{DesktopEntry Execution}, is a program to generate
and execute @file{.desktop} files of the Application type.")
+ (properties
+ '((lint-hidden-cpe-vendors . ("samsung" "linuxfoundation"))))
(license license:gpl3+)))
(define-public sx
--
2.46.0
- [bug#74034] [PATCH v6 05/16] gnu: spectra: Add lint-hidden-cpe-vendors property., (continued)
- [bug#74034] [PATCH v6 05/16] gnu: spectra: Add lint-hidden-cpe-vendors property., Nicolas Graves, 2024/11/24
- [bug#74034] [PATCH v6 02/16] gnu: halibut: Add cpe-vendor property., Nicolas Graves, 2024/11/24
- [bug#74034] [PATCH v6 04/16] gnu: folders: Add lint-hidden-cpe-vendors property., Nicolas Graves, 2024/11/24
- [bug#74034] [PATCH v6 07/16] gnu: cli: Add lint-hidden-cpe-vendors property., Nicolas Graves, 2024/11/24
- [bug#74034] [PATCH v6 09/16] gnu: xenon: Update to 0.9.3., Nicolas Graves, 2024/11/24
- [bug#74034] [PATCH v6 08/16] gnu: h2c: Add lint-hidden-cpe-vendors property., Nicolas Graves, 2024/11/24
- [bug#74034] [PATCH v6 11/16] gnu: bwm-ng: Add lint-hidden-cpe-vendors property., Nicolas Graves, 2024/11/24
- [bug#74034] [PATCH v6 12/16] gnu: onedrive: Update to 2.5.2., Nicolas Graves, 2024/11/24
- [bug#74034] [PATCH v6 13/16] gnu: got: Update to 0.104., Nicolas Graves, 2024/11/24
- [bug#74034] [PATCH v6 10/16] gnu: bolt: Update to 0.9.8., Nicolas Graves, 2024/11/24
- [bug#74034] [PATCH v6 14/16] gnu: dex: Update to 0.10.1.,
Nicolas Graves <=
- [bug#74034] [PATCH v6 15/16] gnu: immer: Add lint-hidden-cpe-vendors property., Nicolas Graves, 2024/11/24
- [bug#74034] [PATCH v6 16/16] gnu: cvs: Add lint-hidden-cpe-vendors property., Nicolas Graves, 2024/11/24
- [bug#74034] [PATCH v6 01/16] cve: Add cpe-vendor and lint-hidden-cpe-vendors properties., Ludovic Courtès, 2024/11/29