[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#54703] [PATCH 3/3] gnu: wpewebkit: Update to 2.36.0.
From: |
Maxim Cournoyer |
Subject: |
[bug#54703] [PATCH 3/3] gnu: wpewebkit: Update to 2.36.0. |
Date: |
Mon, 04 Apr 2022 20:26:18 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hello,
Liliana Marie Prikler <liliana.prikler@ist.tugraz.at> writes:
> Am Montag, dem 04.04.2022 um 00:17 -0400 schrieb Maxim Cournoyer:
>> * gnu/packages/webkit.scm (wpewebkit): Update to 2.36.0, rewriting
>> package to
>> inherit from webkitgtk.
[...]
>> +(define-public wpewebkit
>> + (package
>> + (inherit webkitgtk)
>> + (name "wpewebkit")
>> + (synopsis "WebKit port optimized for embedded devices")
>> + (description "WPE WebKit allows embedders to create simple and
>> performant
>> +systems based on Web platform technologies. It is designed with
>> hardware
>> +acceleration in mind, leveraging common 3D graphics APIs for best
>> performance.")
>> + (home-page "https://wpewebkit.org/")
>> + (properties '((cpe-name . "wpe_webkit")))))
> You're not packaging WPEWebkit here, you are packaging WebkitGTK and
> labelling it WPEWebkit.
Hmm, indeed :-) Thanks for catching that. A v2 will follow.
Thank you!
Maxim
- [bug#54703] [PATCH 0/3] Update webkitgtk to 2.36.0 and enable new features., Maxim Cournoyer, 2022/04/04
- [bug#54703] [PATCH 1/3] gnu: woff2: Propagate brotli., Maxim Cournoyer, 2022/04/04
- [bug#54703] [PATCH 2/3] gnu: webkitgtk: Update to 2.36.0 and enable extra features., Maxim Cournoyer, 2022/04/04
- [bug#54703] [PATCH 3/3] gnu: wpewebkit: Update to 2.36.0., Maxim Cournoyer, 2022/04/04
- [bug#54703] [PATCH 3/3] gnu: wpewebkit: Update to 2.36.0., Liliana Marie Prikler, 2022/04/04
- [bug#54703] [PATCH 3/3] gnu: wpewebkit: Update to 2.36.0.,
Maxim Cournoyer <=
- [bug#54703] [PATCH v2 1/3] gnu: woff2: Propagate brotli., Maxim Cournoyer, 2022/04/04
- [bug#54703] [PATCH v2 3/3] gnu: wpewebkit: Update to 2.36.0., Maxim Cournoyer, 2022/04/04
- [bug#54703] [PATCH v2 2/3] gnu: webkitgtk: Update to 2.36.0 and enable extra features., Maxim Cournoyer, 2022/04/04
- [bug#54703] [PATCH v2 2/3] gnu: webkitgtk: Update to 2.36.0 and enable extra features., Liliana Marie Prikler, 2022/04/05
[bug#54703] [PATCH v3 1/3] gnu: woff2: Propagate brotli., Maxim Cournoyer, 2022/04/09