[arch-commits] Commit in remmina/trunk (PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Mon May 24 17:19:59 UTC 2021
Date: Monday, May 24, 2021 @ 17:19:58
Author: spupykin
Revision: 944738
upgpkg: remmina 1:1.4.17-1
Modified:
remmina/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-24 17:14:20 UTC (rev 944737)
+++ PKGBUILD 2021-05-24 17:19:58 UTC (rev 944738)
@@ -2,7 +2,7 @@
pkgname=remmina
epoch=1
-pkgver=1.4.16
+pkgver=1.4.17
pkgrel=1
pkgdesc="remote desktop client written in GTK+"
arch=(x86_64)
@@ -10,7 +10,7 @@
license=('GPL')
depends=('avahi' 'libgcrypt' 'libssh' 'vte3' 'libsodium' 'libappindicator-gtk3')
makedepends=('cmake' 'freerdp' 'libvncserver' 'spice-gtk' 'spice-protocol' 'telepathy-glib'
- 'harfbuzz' 'xorgproto' 'gobject-introspection')
+ 'harfbuzz' 'xorgproto' 'gobject-introspection' 'kwallet')
optdepends=('freerdp: RDP plugin'
'libsecret: Secret plugin'
'libvncserver: VNC plugin'
@@ -23,7 +23,7 @@
replaces=('remmina-plugins')
provides=('remmina-plugins')
source=("$pkgname-$pkgver.tar.bz2::https://gitlab.com/Remmina/Remmina/-/archive/v${pkgver/rc/-rc}/Remmina-v${pkgver/rc/-rc}.tar.bz2")
-sha512sums=('3d734007b873983793998603b461e6bf4fb9fdbc677f5f43bf2e573c4eccb27a33f89af86cf2df9a4da8906c867a15977e916ea5b1acd2729de162a5bd099074')
+sha512sums=('f4b9b3a716897453781afcab45ae4583a174038a9f74e277baba0b99228d2cdb4ce2ff7d23441e148a4f3ed304a184991cbcf1e872ecda8de0e0163ce31ffa76')
build() {
cmake -S Remmina-v${pkgver/rc/-rc} -B build \
@@ -30,7 +30,8 @@
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DWITH_APPINDICATOR=ON \
- -DWITH_NEWS=OFF
+ -DWITH_NEWS=OFF \
+ -DWITH_KF5WALLET=ON
cmake --build build
}
More information about the arch-commits
mailing list