blob: 49da8ee0ec2871560bffcae66f39478f00786c93 (
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
|
# Maintainer: kemal <kmal@cock.li>
pkgname=trivalent-bin
pkgver=135.0.7049.84
pkgrel=1
pkgdesc="A hardened chromium for desktop Linux inspired by Vanadium."
arch=('x86_64')
url="https://github.com/secureblue/Trivalent"
license=('(GPL-2.0-only WITH (Apache-2.0-note AND FTL-note AND WebView-note)) AND BSD-3-Clause AND LGPL-2.1-or-later AND Apache-2.0 AND IJG AND MIT AND GPL-2.0-or-later AND ISC AND OpenSSL AND (MPL-1.1 OR GPL-2.0-only OR LGPL-2.0-only)')
depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
'ttf-liberation' 'systemd' 'dbus' 'libpulse' 'pciutils' 'libva'
'libffi' 'desktop-file-utils' 'hicolor-icon-theme' 'brotli' 'flac'
'fontconfig' 'freetype2' 'harfbuzz' 'icu' 'libjpeg-turbo' 'libpng'
'libwebp' 'libxml2' 'libxslt' 'opus' 'minizip' 'bubblewrap')
optdepends=('pipewire: WebRTC desktop sharing under Wayland'
'kdialog: support for native dialogs in Plasma'
'gtk4: for --gtk-version=4 (GTK4 IME might work better on Wayland)'
'org.freedesktop.secrets: password storage backend on GNOME / Xfce'
'kwallet: support for storing passwords in KWallet on Plasma'
'upower: Battery Status API support'
'qt6-base: QT UI support')
source=("https://repo.secureblue.dev/Packages/trivalent-135.0.7049.84-436037.x86_64.rpm"
"https://repo.secureblue.dev/Packages/trivalent-common-135.0.7049.84-436037.x86_64.rpm"
"https://repo.secureblue.dev/Packages/trivalent-qt6-ui-135.0.7049.84-436037.x86_64.rpm")
sha256sums=('360ab9ed3a21473ac368e9eb03c00866476df66bb61543d44d6f5251046bf882'
'8d58b84fcdde1fe82be2b0e0412785400e2b512733a8539316f8be05c07dd5aa'
'c2669708a55a53dbaa03488208ac65147c78829fcda8f737ace56f2482acadd4')
prepare() {
mv "${srcdir}/usr/lib64" "${srcdir}/usr/lib"
sed -i 's/$(arch)/$(uname -m)/' "${srcdir}/etc/trivalent/trivalent.conf"
}
package() {
cp -r "${srcdir}/usr/" "${pkgdir}/usr"
cp -r "${srcdir}/etc/" "${pkgdir}/etc"
}
|