blob: 0680279e05bd0dc5199cb07be23ffe60b3518edf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
# Maintainer: Vladimir Kamensky <mastersoft24@yandex.ru>
_pkgname=browser-beta
pkgname=yandex-${_pkgname}
pkgver=20.9.3.189_1
_pkgver=20.9.3.189-1
pkgrel=2
#epoch=1
pkgdesc="The web browser from Yandex.
Yandex Browser is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier."
arch=("x86_64")
license=("custom:yandex-browser")
categories=("network")
options=(!strip)
depends=("flac" "gconf" "gtk2" "harfbuzz-icu" "libxss" "nss" "opus" "snappy" "ttf-font" "xdg-utils" "libxkbfile" )
optdepends=(
"speech-dispatcher"
"kdebase-kdialog: needed for file dialogs in KDE"
"ttf-liberation: fix fonts for some PDFs"
"yandex-browser-ffmpeg-codecs: support for h.264 and other non-free media formats"
"yandex-browser-codecs-ffmpeg-extra-bin"
)
source=("${pkgname}-${pkgver}.deb::http://repo.yandex.ru/yandex-browser/deb/pool/main/y/yandex-browser-beta/yandex-browser-beta_${_pkgver}_amd64.deb")
md5sums=("8d06743c89c1f63f18ceeacedd74da84")
prepare() {
tar -xf data.tar.xz
}
package() {
cp -dr --no-preserve=ownership opt usr "${pkgdir}"/
install -D -m0644 "${pkgdir}"/opt/yandex/${_pkgname}/product_logo_128.png "${pkgdir}"/usr/share/pixmaps/${pkgname}.png
chmod 4755 "${pkgdir}"/opt/yandex/${_pkgname}/yandex_browser-sandbox
}
|