summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-11-12 22:40:22 +0100
committertnut <thierryn1 at hispeed dot ch>2009-11-12 22:40:22 +0100
commit6d352f839c74b18cecc5f821a53422e6ce81d2a8 (patch)
tree069bcd00ac7876dde1859291645365341c875751
parent5873bc75287f702d15cfa50d703df39cd6ae982c (diff)
downloadnutyx-extra-6d352f839c74b18cecc5f821a53422e6ce81d2a8.tar.gz
nutyx-extra-6d352f839c74b18cecc5f821a53422e6ce81d2a8.tar.bz2
nutyx-extra-6d352f839c74b18cecc5f821a53422e6ce81d2a8.tar.xz
nutyx-extra-6d352f839c74b18cecc5f821a53422e6ce81d2a8.zip
maj vino#2.28.1-1
-rw-r--r--gnome/vino/.footprint7
-rw-r--r--gnome/vino/.md5sum2
-rw-r--r--gnome/vino/Pkgfile13
3 files changed, 12 insertions, 10 deletions
diff --git a/gnome/vino/.footprint b/gnome/vino/.footprint
index 4b36ec7da..2935c9dcf 100644
--- a/gnome/vino/.footprint
+++ b/gnome/vino/.footprint
@@ -15,11 +15,14 @@ drwxr-xr-x root/root usr/lib/vino/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/vino-preferences.desktop
+drwxr-xr-x root/root usr/share/dbus-1/
+drwxr-xr-x root/root usr/share/dbus-1/services/
+-rw-r--r-- root/root usr/share/dbus-1/services/org.gnome.Vino.service
drwxr-xr-x root/root usr/share/locale/
drwxr-xr-x root/root usr/share/locale/fr/
drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/vino.mo
drwxr-xr-x root/root usr/share/vino/
--rw-r--r-- root/root usr/share/vino/vino-preferences.glade
--rw-r--r-- root/root usr/share/vino/vino-prompt.glade
+-rw-r--r-- root/root usr/share/vino/vino-preferences.ui
+-rw-r--r-- root/root usr/share/vino/vino-prompt.ui
-rw-r--r-- root/root usr/share/vino/webservices
diff --git a/gnome/vino/.md5sum b/gnome/vino/.md5sum
index e44dc3dd4..685b73174 100644
--- a/gnome/vino/.md5sum
+++ b/gnome/vino/.md5sum
@@ -1 +1 @@
-580a8f79130273f03cb57c32bba59120 vino-2.26.2.tar.bz2
+5cf3c006f0d0b5e0daa3b10bc94f0e0d vino-2.28.1.tar.bz2
diff --git a/gnome/vino/Pkgfile b/gnome/vino/Pkgfile
index b18880a9a..0df602a9d 100644
--- a/gnome/vino/Pkgfile
+++ b/gnome/vino/Pkgfile
@@ -1,19 +1,18 @@
-# Description: GNOME VNC Server
-# Maintainer: Matt Housh, jaeger at morpheus dot net
+# Description: Administration à distance
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
# Depends on: libgnomeui, gconf
-# Group: gnome/desktop
name=vino
-version=2.26.2
+version=2.28.1
release=1
-gnomever=2.26.3
-source=(http://download.gnome.org/desktop/${gnomever%.*}/$gnomever/sources/$name-$version.tar.bz2)
+source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=$GNOME_PREFIX \
--sysconfdir=/etc \
- --libexecdir=/usr/lib/$name
+ --libexecdir=$GNOME_PREFIX/lib/$name
make
make DESTDIR=$PKG install
}