mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Adding dependencies icu70 openssl3
This commit is contained in:
parent
57f4f53bea
commit
6e1a1489e9
2 changed files with 7 additions and 7 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = scrt
|
||||
pkgdesc = Vandyke SecureCRT SSH Client
|
||||
pkgver = 9.3.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = http://www.vandyke.com/products/securecrt/
|
||||
arch = x86_64
|
||||
license = custom
|
||||
|
|
@ -16,7 +16,7 @@ pkgbase = scrt
|
|||
depends = libxcb
|
||||
depends = libxkbcommon
|
||||
depends = libxkbcommon-x11
|
||||
depends = openssl
|
||||
depends = openssl-3.0
|
||||
depends = qt5-base
|
||||
depends = qt5-multimedia
|
||||
depends = xcb-util-image
|
||||
|
|
@ -24,7 +24,7 @@ pkgbase = scrt
|
|||
depends = xcb-util-renderutil
|
||||
depends = xcb-util-wm
|
||||
depends = zlib
|
||||
depends = icu66
|
||||
depends = icu70
|
||||
options = !strip
|
||||
options = !emptydirs
|
||||
source = local://scrt-9.3.0.2905.ubuntu22-64.tar.gz
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -10,14 +10,14 @@
|
|||
pkgname=scrt
|
||||
pkgver=9.3.0
|
||||
incrver=2905
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Vandyke SecureCRT SSH Client"
|
||||
arch=('x86_64')
|
||||
url="http://www.vandyke.com/products/securecrt/"
|
||||
license=('custom')
|
||||
depends=('fontconfig' 'freetype2' 'gcc-libs' 'glibc' 'krb5' 'libcups'
|
||||
'libpng' 'libx11' 'libxcb' 'libxkbcommon' 'libxkbcommon-x11' 'openssl'
|
||||
'qt5-base' 'qt5-multimedia' 'xcb-util-image' 'xcb-util-keysyms' 'xcb-util-renderutil' 'xcb-util-wm' 'zlib' 'icu66')
|
||||
'libpng' 'libx11' 'libxcb' 'libxkbcommon' 'libxkbcommon-x11' 'openssl-3.0'
|
||||
'qt5-base' 'qt5-multimedia' 'xcb-util-image' 'xcb-util-keysyms' 'xcb-util-renderutil' 'xcb-util-wm' 'zlib' 'icu70')
|
||||
options=('!strip' '!emptydirs')
|
||||
source=("local://${pkgname}-${pkgver}.${incrver}.ubuntu22-64.tar.gz")
|
||||
md5sums=('848c3ec7c0d81e4e49153ebdb40aa44b')
|
||||
|
|
@ -29,7 +29,7 @@ package() {
|
|||
|
||||
install -Dm 755 ./libClientConfigUiQt.so ${pkgdir}/usr/lib/scrt/libClientConfigUiQt.so
|
||||
install -Dm 755 ./libQt5Multimedia.so.5 ${pkgdir}/usr/lib/scrt/libQt5Multimedia.so.5
|
||||
install -Dm 755 ./libpython310Qt.so ${pkgdir}/usr/lib/scrt/libpython3Qt.so
|
||||
install -Dm 755 ./libpython310Qt.so ${pkgdir}/usr/lib/scrt/libpython310Qt.so
|
||||
install -Dm 755 ./libibusplatforminputcontextplugin.so ${pkgdir}/usr/lib/scrt/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so
|
||||
install -Dm 755 ./libcomposeplatforminputcontextplugin.so ${pkgdir}/usr/lib/scrt/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so
|
||||
install -Dm 755 ./libqxcb.so ${pkgdir}/usr/lib/scrt/plugins/platforms/libqxcb.so
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue