mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
gnome-ssh-askpass: use gtk+3
This commit is contained in:
parent
991988446e
commit
6d3d2c9c7f
1 changed files with 7 additions and 9 deletions
|
@ -1,10 +1,13 @@
|
||||||
# Template file for 'gnome-ssh-askpass'
|
# Template file for 'gnome-ssh-askpass'
|
||||||
pkgname=gnome-ssh-askpass
|
pkgname=gnome-ssh-askpass
|
||||||
version=8.9p1
|
version=8.9p1
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="openssh-${version}"
|
wrksrc="openssh-${version}"
|
||||||
|
build_wrksrc="contrib"
|
||||||
|
build_style=gnu-makefile
|
||||||
|
make_build_target="gnome-ssh-askpass3"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="gtk+-devel"
|
makedepends="gtk+3-devel"
|
||||||
short_desc="GTK SSH passphrase grabber (from OpenSSH)"
|
short_desc="GTK SSH passphrase grabber (from OpenSSH)"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="BSD-3-Clause, BSD-2-Clause"
|
license="BSD-3-Clause, BSD-2-Clause"
|
||||||
|
@ -16,12 +19,7 @@ alternatives="
|
||||||
ssh-askpass:/usr/libexec/ssh-askpass:/usr/bin/gnome-ssh-askpass
|
ssh-askpass:/usr/libexec/ssh-askpass:/usr/bin/gnome-ssh-askpass
|
||||||
"
|
"
|
||||||
|
|
||||||
do_build() {
|
|
||||||
cd contrib
|
|
||||||
${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/${pkgname}
|
vbin gnome-ssh-askpass3 gnome-ssh-askpass
|
||||||
vlicense LICENCE
|
vlicense ../LICENCE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue