vinagre: update to 3.8.2.
This commit is contained in:
parent
9d25dc619a
commit
65dc7bf2bb
1 changed files with 6 additions and 6 deletions
|
@ -1,10 +1,9 @@
|
|||
# Template file for 'vinagre'
|
||||
pkgname=vinagre
|
||||
version=3.8.1
|
||||
version=3.8.2
|
||||
revision=1
|
||||
# XXX rdp (rdesktop) plugin
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile --disable-rdp"
|
||||
configure_args="--disable-schemas-compile"
|
||||
hostmakedepends="pkg-config intltool itstool gnome-doc-utils"
|
||||
makedepends="libxml2-devel libsecret-devel avahi-ui-libs-devel
|
||||
spice-devel avahi-glib-libs-devel telepathy-glib-devel vte3-devel
|
||||
|
@ -13,8 +12,9 @@ short_desc="VNC client for the GNOME desktop"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://projects.gnome.org/vinagre"
|
||||
license="GPL-2"
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
|
||||
checksum=64f9bcd08f33e5e767565909792094ad78d7b400f16dc24e0a5699c7e87da000
|
||||
#distfiles="${GNOME_SITE}/$pkgname/3.8/$pkgname-$version.tar.xz"
|
||||
distfiles="http://www.mirrorservice.org/sites/ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.8/${pkgname}-${version}.tar.xz"
|
||||
checksum=eda05e6abfd3d575f8b954c1e442d28639ae13b67fc285ef585b8cd78da014e8
|
||||
long_desc="
|
||||
Features
|
||||
You can connect to several machines at the same time, we like tabs
|
||||
|
@ -27,6 +27,6 @@ long_desc="
|
|||
vinagre_package() {
|
||||
depends="openssh>=6.1p1 gnome-icon-theme desktop-file-utils hicolor-icon-theme"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue