vinagre: depend on openssh>=6.1p1.
This commit is contained in:
parent
93ac5c777b
commit
a02b392642
1 changed files with 9 additions and 8 deletions
|
@ -1,16 +1,21 @@
|
||||||
# Template file for 'vinagre'
|
# Template file for 'vinagre'
|
||||||
pkgname=vinagre
|
pkgname=vinagre
|
||||||
version=3.4.2
|
version=3.4.2
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
revision=2
|
||||||
|
# XXX rdp (rdesktop) plugin
|
||||||
|
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-schemas-compile --disable-spice --disable-rdp"
|
configure_args="--disable-schemas-compile --disable-spice --disable-rdp"
|
||||||
makedepends="pkg-config intltool itstool gnome-doc-utils libxml2-devel dbus-glib-devel libgnome-keyring-devel avahi-ui-libs-devel avahi-glib-libs-devel telepathy-glib-devel vte3-devel gtk-vnc-devel"
|
depends="desktop-file-utils hicolor-icon-theme"
|
||||||
fulldepends="openssh-client gnome-icon-theme desktop-file-utils hicolor-icon-theme"
|
makedepends="pkg-config intltool itstool gnome-doc-utils libxml2-devel
|
||||||
revision=1
|
dbus-glib-devel libgnome-keyring-devel avahi-ui-libs-devel
|
||||||
|
avahi-glib-libs-devel telepathy-glib-devel vte3-devel gtk-vnc-devel"
|
||||||
|
fulldepends="openssh>=6.1p1 gnome-icon-theme"
|
||||||
short_desc="VNC client for the GNOME desktop"
|
short_desc="VNC client for the GNOME desktop"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://projects.gnome.org/vinagre"
|
homepage="http://projects.gnome.org/vinagre"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
distfiles="${GNOME_SITE}/$pkgname/3.4/$pkgname-$version.tar.xz"
|
||||||
checksum=31dfc98fef91cf692a90880377f8abf95dcf6a7d3512441655bc66b969f50d85
|
checksum=31dfc98fef91cf692a90880377f8abf95dcf6a7d3512441655bc66b969f50d85
|
||||||
long_desc="
|
long_desc="
|
||||||
Features
|
Features
|
||||||
|
@ -20,7 +25,3 @@ long_desc="
|
||||||
You can browse your network for VNC servers, we like avahi
|
You can browse your network for VNC servers, we like avahi
|
||||||
You don't need to supply the password on every connection, we like GNOME Keyring
|
You don't need to supply the password on every connection, we like GNOME Keyring
|
||||||
"
|
"
|
||||||
# XXX rdp (rdesktop) plugin
|
|
||||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue