[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
135/277: gnu: wpebackend-fdo: Update package definition.
From: |
guix-commits |
Subject: |
135/277: gnu: wpebackend-fdo: Update package definition. |
Date: |
Thu, 6 Aug 2020 17:03:15 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit 0b080e228afbfb9ed63bafd61d77fb4ce4013f4c
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Mon Jul 13 02:00:12 2020 -0400
gnu: wpebackend-fdo: Update package definition.
* gnu/packages/webkit.scm (wpebackend-fdo): Update package definition.
[inputs]: Remove libwpe.
[propagated-inputs]: Add libwpe.
[synopsis]: Modify.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/webkit.scm | 25 +++++++++++++------------
1 file changed, 13 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index 0de5bac..7e935e0 100644
--- a/gnu/packages/webkit.scm
+++ b/gnu/packages/webkit.scm
@@ -93,13 +93,14 @@ the WPE-flavored port of WebKit.")
(package
(name "wpebackend-fdo")
(version "1.6.1")
- (source (origin
- (method url-fetch)
- (uri (string-append "https://wpewebkit.org/releases/"
- "wpebackend-fdo-" version ".tar.xz"))
- (sha256
- (base32
- "1jdi43gciqjgvhnqxs160f3hmp1hkqhrllb0hhmldyxc4wryw3kl"))))
+ (source
+ (origin
+ (method url-fetch)
+ (uri
+ (string-append "https://wpewebkit.org/releases/"
+ "wpebackend-fdo-" version ".tar.xz"))
+ (sha256
+ (base32 "1jdi43gciqjgvhnqxs160f3hmp1hkqhrllb0hhmldyxc4wryw3kl"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f)) ;no tests
@@ -107,14 +108,14 @@ the WPE-flavored port of WebKit.")
`(("pkg-config" ,pkg-config)))
(inputs
`(("glib" ,glib)
- ("libwpe" ,libwpe)
("mesa" ,mesa)
("wayland" ,wayland)))
+ (propagated-inputs
+ `(("libwpe" ,libwpe)))
+ (synopsis "A FreeDesktop.org backend for WPE.")
+ (description "This package provides a backend implementation for the WPE
+WebKit engine that uses Wayland for graphics output.")
(home-page "https://wpewebkit.org/")
- (synopsis "Wayland WPE backend")
- (description
- "This package provides a backend implementation for the WPE WebKit
-engine that uses Wayland for graphics output.")
(license license:bsd-2)))
(define-public webkitgtk
- 137/277: gnu: Add wpewebkit., (continued)
- 137/277: gnu: Add wpewebkit., guix-commits, 2020/08/06
- 138/277: gnu: Add libcamera., guix-commits, 2020/08/06
- 142/277: gnu: yelp-xsl: Update package definition., guix-commits, 2020/08/06
- 147/277: gnu: cairo: Update package definition., guix-commits, 2020/08/06
- 151/277: gnu: Add cairomm-1.13., guix-commits, 2020/08/06
- 152/277: gnu: glibmm: Update package definition., guix-commits, 2020/08/06
- 156/277: gnu: Add pangomm-2.42., guix-commits, 2020/08/06
- 157/277: gnu: java-jakarta-oro: Update hash., guix-commits, 2020/08/06
- 160/277: gnu: gtksourceviewmm: Update package definition., guix-commits, 2020/08/06
- 122/277: gnu: Add rust-xml5ever@0.16.1., guix-commits, 2020/08/06
- 135/277: gnu: wpebackend-fdo: Update package definition.,
guix-commits <=
- 141/277: gnu: webkitgtk: Update package definition., guix-commits, 2020/08/06
- 144/277: gnu: yelp: Update package definition., guix-commits, 2020/08/06
- 155/277: gnu: pangomm: Update package definition., guix-commits, 2020/08/06
- 161/277: gnu: gobject-introspection: Propagate glib., guix-commits, 2020/08/06
- 165/277: gnu: Add gtx., guix-commits, 2020/08/06
- 167/277: gnu: Add zeitgeist., guix-commits, 2020/08/06
- 170/277: gnu: Add mmm., guix-commits, 2020/08/06
- 173/277: gnu: geocode-glib: Update package definition., guix-commits, 2020/08/06
- 174/277: gnu: gexiv2: Update package definition., guix-commits, 2020/08/06
- 140/277: gnu: pipewire: Update package definition., guix-commits, 2020/08/06