Jonathan Grotelüschen pushed to branch main at Arch Linux / Packaging /
Packages / cef
Commits:
85f33e49 by Jonathan Grotelüschen at 2026-05-28T06:38:54+02:00
upgpkg: 148.0.8-2: enable use_udev, fixes WebHID
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = cef
pkgdesc = Chromium Embedded Framework (CEF), simple framework for
embedding Chromium-based browsers in other applications
pkgver = 148.0.8
- pkgrel = 1
+ pkgrel = 2
url = https://chromiumembedded.github.io/cef
arch = x86_64
license = BSD-3-Clause
@@ -37,6 +37,7 @@ pkgbase = cef
depends = mesa
depends = nss
depends = pango
+ depends = systemd-libs
depends = fontconfig
depends = brotli
depends = libjpeg-turbo
=====================================
PKGBUILD
=====================================
@@ -16,7 +16,7 @@ _cef_commit=18e00ea6d6e4567ab4031efaf04c50e5b2709c29
# the chromium version must match CHROMIUM_BUILD_COMPATIBILITY.txt in the CEF
repo
_chromium_ver=148.0.7778.96
_system_clang=1
-pkgrel=1
+pkgrel=2
pkgdesc="Chromium Embedded Framework (CEF), simple framework for embedding
Chromium-based browsers in other applications"
arch=('x86_64')
url="https://chromiumembedded.github.io/cef"
@@ -35,6 +35,7 @@ depends=(
'mesa'
'nss'
'pango'
+ 'systemd-libs'
)
makedepends=(
'clang'
@@ -293,7 +294,7 @@ build() {
'use_gio=false'
'use_kerberos=false'
'use_libpci=false'
- 'use_udev=false'
+ 'use_udev=true'
'cef_use_gtk=false'
'enable_remoting=false'
'use_vaapi=false'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cef/-/commit/85f33e49133d49b7f8e575922b926bf087964703
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cef/-/commit/85f33e49133d49b7f8e575922b926bf087964703
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help