gnome-ssh-askpass: update to 7.5p1
Change URL from ftp to https Add vlicense() Add alternatives lxqt-openssh-askpass Make virt-manager work by these changes
This commit is contained in:
parent
e256654334
commit
208417ead7
2 changed files with 15 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gnome-ssh-askpass'
|
# Template file for 'gnome-ssh-askpass'
|
||||||
pkgname=gnome-ssh-askpass
|
pkgname=gnome-ssh-askpass
|
||||||
version=7.2p2
|
version=7.5p1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="openssh-${version}"
|
wrksrc="openssh-${version}"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -9,14 +9,19 @@ short_desc="GTK SSH passphrase grabber (from OpenSSH)"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="http://www.openssh.org"
|
homepage="http://www.openssh.org"
|
||||||
distfiles="ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-$version.tar.gz"
|
distfiles="https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-$version.tar.gz"
|
||||||
checksum=a72781d1a043876a224ff1b0032daa4094d87565a68528759c1c2cab5482548c
|
checksum=9846e3c5fab9f0547400b4d2c017992f914222b3fd1f8eee6c7dc6bc5e59f9f0
|
||||||
|
|
||||||
|
alternatives="
|
||||||
|
ssh-askpass:/usr/libexec/ssh-askpass:/usr/bin/gnome-ssh-askpass
|
||||||
|
"
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
cd contrib
|
cd contrib
|
||||||
${CC} ${CFLAGS} $(pkg-config --cflags gtk+-2.0) gnome-ssh-askpass2.c -o gnome-ssh-askpass $(pkg-config --libs gtk+-2.0) ${LDFLAGS} -lX11
|
${CC} ${CFLAGS} $(pkg-config --cflags gtk+-2.0) ${pkgname}2.c -o ${pkgname} $(pkg-config --libs gtk+-2.0) ${LDFLAGS} -lX11
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin contrib/gnome-ssh-askpass
|
vbin contrib/${pkgname}
|
||||||
|
vlicense LICENCE
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'lxqt-openssh-askpass'
|
# Template file for 'lxqt-openssh-askpass'
|
||||||
pkgname=lxqt-openssh-askpass
|
pkgname=lxqt-openssh-askpass
|
||||||
version=0.11.1
|
version=0.11.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DPULL_TRANSLATIONS=0"
|
configure_args="-DPULL_TRANSLATIONS=0"
|
||||||
hostmakedepends="pkg-config qt5-host-tools liblxqt-devel"
|
hostmakedepends="pkg-config qt5-host-tools liblxqt-devel"
|
||||||
|
@ -13,3 +13,7 @@ license="LGPL-2.1"
|
||||||
homepage="http://lxqt.org/"
|
homepage="http://lxqt.org/"
|
||||||
distfiles="https://github.com/lxde/lxqt-openssh-askpass/releases/download/${version}/lxqt-openssh-askpass-${version}.tar.xz"
|
distfiles="https://github.com/lxde/lxqt-openssh-askpass/releases/download/${version}/lxqt-openssh-askpass-${version}.tar.xz"
|
||||||
checksum=52c29549bc1ecaf3e3843e08460f1ec8f1a62bc423a46034b8189fee01803eb9
|
checksum=52c29549bc1ecaf3e3843e08460f1ec8f1a62bc423a46034b8189fee01803eb9
|
||||||
|
|
||||||
|
alternatives="
|
||||||
|
ssh-askpass:/usr/libexec/ssh-askpass:/usr/bin/lxqt-openssh-askpass
|
||||||
|
"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue