🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627282930
pkgname: cef-minimal
pkgver: '133.4.0'
pkgrel: '1'
pkgdesc: Chromium Embedded Framework minimal binary release
url: 'https://bitbucket.org/chromiumembedded/cef'
arch: x86_64
depends: []
makedepends:
- cmake
- xorg-libx11
- xorg-libxcomposite
- at-spi2-core
- cairo
- cups
- mesa
source:
- 'https://cef-builds.spotifycdn.com/cef_binary_${pkgver}+g760a2c4+chromium-133.0.6943.127_linux64_minimal.tar.bz2'
sha256sums:
- 254b5970b74678554f7d25190812e4acf244d14b924d206bb04645b9926560f5
build: |
cd cef_binary_${pkgver}+g760a2c4+chromium-133.0.6943.127_linux64_minimal
sed -i 's/-Werror/#-Werror/g' cmake/cef_variables.cmake
cmake .
make DESTDIR=${PKGDIR} libcef_dll_wrapper
mkdir -p ${PKGDIR}/opt/cef
cp -R * ${PKGDIR}/opt/cef
chmod 644 ${PKGDIR}/opt/cef/libcef_dll_wrapper/libcef_dll_wrapper.a
package: |
true