[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
254/295: gnu: libwpe: Update package definition.
From: |
guix-commits |
Subject: |
254/295: gnu: libwpe: Update package definition. |
Date: |
Mon, 27 Jul 2020 06:26:29 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit a80519fc1e236e6129329e5d7739cc98a505d012
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Mon Jul 13 01:48:50 2020 -0400
gnu: libwpe: Update package definition.
* gnu/packages/webkit.scm (libwpe): Update package definition.
[native-inputs]: Add python-wrapper.
[synopsis]: Modify.
[description]: Modify.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/webkit.scm | 29 ++++++++++++++---------------
1 file changed, 14 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index 3804209..6457710 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -65,29 +65,28 @@
(package
(name "libwpe")
(version "1.6.0")
- (source (origin
- (method url-fetch)
- (uri (string-append "https://wpewebkit.org/releases/libwpe-"
- version ".tar.xz"))
- (sha256
- (base32
- "141w35b488jjhanl3nrm0awrbcy6hb579fk8n9vbpx07m2wcd1rm"))))
+ (source
+ (origin
+ (method url-fetch)
+ (uri
+ (string-append "https://wpewebkit.org/releases/libwpe-"
+ version ".tar.xz"))
+ (sha256
+ (base32 "141w35b488jjhanl3nrm0awrbcy6hb579fk8n9vbpx07m2wcd1rm"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f)) ;no tests
(native-inputs
- `(("pkg-config" ,pkg-config)))
+ `(("pkg-config" ,pkg-config)
+ ("python" ,python-wrapper)))
(inputs
`(("mesa" ,mesa)))
(propagated-inputs
- `(;; In Requires of wpe-1.0.pc.
- ("libxkbcommon" ,libxkbcommon)))
+ `(("libxkbcommon" ,libxkbcommon)))
+ (synopsis "General-purpose library for WPE")
+ (description "LibWPE is general-purpose library specifically developed for
+the WPE-flavored port of WebKit.")
(home-page "https://wpewebkit.org/")
- (synopsis "Platform agnostic WebKit interfaces")
- (description
- "@code{libwpe} is a small library that defines programming interfaces
-for use by WebKit, and provides a mechanism for loading a platform-specific
-backend which implements them.")
(license license:bsd-2)))
(define-public wpebackend-fdo
- 231/295: gnu: Add rust-itertools@0.9.0., (continued)
- 231/295: gnu: Add rust-itertools@0.9.0., guix-commits, 2020/07/27
- 236/295: git: Add rust-rgb@0.8.20., guix-commits, 2020/07/27
- 244/295: gnu: libsecret: Update package definition., guix-commits, 2020/07/27
- 241/295: gnu: Add rust-xml5ever@0.16.1., guix-commits, 2020/07/27
- 245/295: gnu: libsoup: Update package definition., guix-commits, 2020/07/27
- 246/295: gnu: Add openjpeg-data., guix-commits, 2020/07/27
- 248/295: gnu: gtk+: Add missing input., guix-commits, 2020/07/27
- 255/295: gnu: wpebackend-fdo: Update package definition., guix-commits, 2020/07/27
- 87/295: gnu: Add rust-scrypt-0.3., guix-commits, 2020/07/27
- 256/295: gnu: woff2: Update package definition., guix-commits, 2020/07/27
- 254/295: gnu: libwpe: Update package definition.,
guix-commits <=
- 267/295: gnu: hplip: Update source hash., guix-commits, 2020/07/27
- 273/295: gnu: glibmm: Update package definition., guix-commits, 2020/07/27
- 292/295: gnu: Add mrg., guix-commits, 2020/07/27
- 294/295: gnu: geocode-glib: Update package definition., guix-commits, 2020/07/27
- 226/295: gnu: Add rust-peg-runtime@0.6.2., guix-commits, 2020/07/27
- 258/295: gnu: Add libcamera., guix-commits, 2020/07/27
- 263/295: gnu: yelp-tools: Update package definition., guix-commits, 2020/07/27
- 281/295: gnu: gtksourceviewmm: Update package definition., guix-commits, 2020/07/27
- 127/295: gnu: Add nuspell., guix-commits, 2020/07/27
- 152/295: gnu: gst-plugins-base: Update package definition., guix-commits, 2020/07/27