Jonathan Grotelüschen pushed to branch main at Arch Linux / Packaging /
Packages / cef
Commits:
8fa0d842 by Jonathan Grotelüschen at 2026-04-13T08:04:37+02:00
cef 146.0.10+chromium146.0.7680.179-2:
Rebuild to fix FindCEF.cmake & CMakeLists.txt
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = cef
pkgdesc = Chromium Embedded Framework (CEF), simple framework for
embedding Chromium-based browsers in other applications
- pkgver = 146.0.10
+ pkgver = 146.0.10+chromium146.0.7680.179
pkgrel = 2
url = https://chromiumembedded.github.io/cef
arch = x86_64
=====================================
PKGBUILD
=====================================
@@ -9,7 +9,7 @@ pkgname=cef
# To update this package, update the _cef_commit and _chromium_ver variables.
# For the CEF versioning scheme, see
#
https://chromiumembedded.github.io/cef/branches_and_building#version-number-format
-pkgver=146.0.10
+pkgver=146.0.10+chromium146.0.7680.179
# See https://github.com/chromiumembedded/cef/tree/<release branch>
# Also see https://chromiumembedded.github.io/cef/branches_and_building
_cef_commit=82195616d8405e6081a0d90924707b82aa9e4141
@@ -215,7 +215,8 @@ pkgver() {
# python tool to get the full CEF version. For the full output, look at
# /usr/include/cef/include/cef_version.h in the built package.
python cef/tools/make_version_header.py cef_version_header
- grep -oP 'CEF_VERSION "\K[^"]+' cef_version_header | sed -E 's/\+.*//'
+ # grep -oP 'CEF_VERSION "\K[^"]+' cef_version_header | sed -E 's/\+.*//'
+ grep -oP 'CEF_VERSION "\K[^"]+' cef_version_header | sed -E
's/\+g[0-9a-f]+\+chromium-/+chromium/'
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cef/-/commit/8fa0d84276f266339429771d80afc9c7b1a06ae0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cef/-/commit/8fa0d84276f266339429771d80afc9c7b1a06ae0
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