[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
12/13: gnu: cups-pk-helper: Update to 0.2.7.
From: |
guix-commits |
Subject: |
12/13: gnu: cups-pk-helper: Update to 0.2.7. |
Date: |
Sat, 13 Aug 2022 15:28:55 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 3746b4ab86e72871bd77ad993ea1d4c83a59088a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 7 02:00:01 2022 +0200
gnu: cups-pk-helper: Update to 0.2.7.
* gnu/packages/cups.scm (cups-pk-helper): Update to 0.2.7.
[build-system]: Switch to Meson.
[arguments]: Explicitly disable tests.
[native-inputs]: Remove unused intltool and add glib:bin.
---
gnu/packages/cups.scm | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index 005ec15f11..09c5eadf50 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -50,6 +50,7 @@
#:use-module (gnu packages tls)
#:use-module (guix build-system cmake)
#:use-module (guix build-system gnu)
+ #:use-module (guix build-system meson)
#:use-module (guix build-system python)
#:use-module (guix download)
#:use-module (guix git-download)
@@ -465,17 +466,20 @@ device-specific programs to convert and print many types
of files.")
(define-public cups-pk-helper
(package
(name "cups-pk-helper")
- (version "0.2.6")
+ (version "0.2.7")
(source (origin
(method url-fetch)
(uri (string-append "https://freedesktop.org/software/"
name "/releases/" name "-" version
".tar.xz"))
(sha256
(base32
- "0a52jw6rm7lr5nbyksiia0rn7sasyb5cjqcb95z1wxm2yprgi6lm"))))
- (build-system gnu-build-system)
+ "0cg8wbxpkz9bkpasz973cdazi02svqpbw9mafvpgrscg8kdhs1v6"))))
+ (build-system meson-build-system)
+ (arguments
+ ;; XXX The tests require a running D-Bus and CUPS daemon, of course.
+ (list #:tests? #f))
(native-inputs
- (list intltool pkg-config glib polkit cups))
+ (list pkg-config `(,glib "bin") polkit cups))
(home-page "https://www.freedesktop.org/wiki/Software/cups-pk-helper/")
(synopsis "PolicyKit helper to configure CUPS with fine-grained
privileges")
(description
- 02/13: gnu: xonotic-data: Update to 0.8.5., (continued)
- 02/13: gnu: xonotic-data: Update to 0.8.5., guix-commits, 2022/08/13
- 03/13: gnu: xonotic-data: Remove input labels., guix-commits, 2022/08/13
- 05/13: gnu: xonotic-data: Use G-expressions., guix-commits, 2022/08/13
- 06/13: gnu: xonotic-data: Don't copy 1.2-GiB file to build directory., guix-commits, 2022/08/13
- 01/13: gnu: xonotic: Update to 0.8.5., guix-commits, 2022/08/13
- 04/13: gnu: xonotic: Remove input labels., guix-commits, 2022/08/13
- 08/13: gnu: xonotic: Normalise building Darkplaces., guix-commits, 2022/08/13
- 07/13: gnu: xonotic: Use G-expressions., guix-commits, 2022/08/13
- 10/13: gnu: xonotic: Further explore the concept of iteration., guix-commits, 2022/08/13
- 11/13: gnu: git: Update to 2.37.2., guix-commits, 2022/08/13
- 12/13: gnu: cups-pk-helper: Update to 0.2.7.,
guix-commits <=
- 13/13: gnu: cups-pk-helper: Make references non-native., guix-commits, 2022/08/13
- 09/13: gnu: xonotic: Rename misleading 'bootstrap phase., guix-commits, 2022/08/13