mirror of
https://github.com/luzifer-aur/cef-minimal-obs.git
synced 2024-11-08 19:00:03 +00:00
cef-minimal-obs 89.0.18
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
a0296cb532
commit
2cd39453bc
2 changed files with 32 additions and 4 deletions
28
.SRCINFO
Normal file
28
.SRCINFO
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
pkgbase = cef-minimal-obs
|
||||||
|
pkgdesc = Chromium Embedded Framework minimal release
|
||||||
|
pkgver = 89.0.18
|
||||||
|
pkgrel = 1
|
||||||
|
url = https://bitbucket.org/chromiumembedded/cef
|
||||||
|
arch = x86_64
|
||||||
|
license = BSD
|
||||||
|
makedepends = cmake
|
||||||
|
makedepends = make
|
||||||
|
depends = nss
|
||||||
|
depends = alsa-lib
|
||||||
|
depends = libxss
|
||||||
|
depends = libxtst
|
||||||
|
depends = libglvnd
|
||||||
|
depends = pango
|
||||||
|
depends = libxcursor
|
||||||
|
depends = dbus
|
||||||
|
depends = libxrandr
|
||||||
|
depends = libxcomposite
|
||||||
|
depends = at-spi2-atk
|
||||||
|
provides = cef
|
||||||
|
conflicts = cef-standard
|
||||||
|
conflicts = cef-git
|
||||||
|
conflicts = cef-minimal
|
||||||
|
source = https://cef-builds.spotifycdn.com/cef_binary_89.0.18%2Bgb36241d%2Bchromium-89.0.4389.114_linux64_minimal.tar.bz2
|
||||||
|
sha512sums = 28b2c7eb7e7de704fd1056cd192462d6b031922ef00e2d334fedad65513f7f81a687ee8cee5719984edee5352247ee39fd346c81ee5f84918b677497fca051bf
|
||||||
|
|
||||||
|
pkgname = cef-minimal-obs
|
8
PKGBUILD
8
PKGBUILD
|
@ -1,9 +1,9 @@
|
||||||
# Maintainer: Knut Ahlers <knut at ahlers dot me>
|
# Maintainer: Knut Ahlers <knut at ahlers dot me>
|
||||||
|
|
||||||
pkgname=cef-minimal-obs
|
pkgname=cef-minimal-obs
|
||||||
pkgver=90.6.7
|
pkgver=89.0.18
|
||||||
_pkgcommit="g19ba721"
|
_pkgcommit="gb36241d"
|
||||||
_chromiumver="90.0.4430.212"
|
_chromiumver="89.0.4389.114"
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Chromium Embedded Framework minimal release"
|
pkgdesc="Chromium Embedded Framework minimal release"
|
||||||
arch=("x86_64")
|
arch=("x86_64")
|
||||||
|
@ -19,7 +19,7 @@ _pkgver="${pkgver}+${_pkgcommit}+chromium-${_chromiumver}"
|
||||||
_url_pkgver="${pkgver}%2B${_pkgcommit}%2Bchromium-${_chromiumver}"
|
_url_pkgver="${pkgver}%2B${_pkgcommit}%2Bchromium-${_chromiumver}"
|
||||||
|
|
||||||
source=("${_cdn_build_package_url}/cef_binary_${_url_pkgver}_linux64_minimal.tar.bz2")
|
source=("${_cdn_build_package_url}/cef_binary_${_url_pkgver}_linux64_minimal.tar.bz2")
|
||||||
sha512sums=('e9149dc8dfa137c5955d245444c1be82332b2bbd5128ae0cb2fe6844081df3c4720a5bb9093076e02588543a90b2b81f574abb9bd8e2ccafacc352cb76d4f982')
|
sha512sums=('28b2c7eb7e7de704fd1056cd192462d6b031922ef00e2d334fedad65513f7f81a687ee8cee5719984edee5352247ee39fd346c81ee5f84918b677497fca051bf')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir"/cef_binary_${_pkgver}_linux64_minimal
|
cd "$srcdir"/cef_binary_${_pkgver}_linux64_minimal
|
||||||
|
|
Loading…
Reference in a new issue