[arch-commits] Commit in vino/repos (8 files)

2016-04-12 Thread Jan Steffens
Date: Wednesday, April 13, 2016 @ 00:16:01
  Author: heftig
Revision: 264796

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  vino/repos/extra-i686/PKGBUILD
(from rev 264795, vino/trunk/PKGBUILD)
  vino/repos/extra-i686/vino.install
(from rev 264795, vino/trunk/vino.install)
  vino/repos/extra-x86_64/PKGBUILD
(from rev 264795, vino/trunk/PKGBUILD)
  vino/repos/extra-x86_64/vino.install
(from rev 264795, vino/trunk/vino.install)
Deleted:
  vino/repos/extra-i686/PKGBUILD
  vino/repos/extra-i686/vino.install
  vino/repos/extra-x86_64/PKGBUILD
  vino/repos/extra-x86_64/vino.install

---+
 /PKGBUILD |   74 
 /vino.install |   24 ++
 extra-i686/PKGBUILD   |   37 --
 extra-i686/vino.install   |   12 ---
 extra-x86_64/PKGBUILD |   37 --
 extra-x86_64/vino.install |   12 ---
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-12 22:15:13 UTC (rev 264795)
+++ extra-i686/PKGBUILD 2016-04-12 22:16:01 UTC (rev 264796)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=vino
-pkgver=3.20.0
-pkgrel=1
-pkgdesc="a VNC server for the GNOME desktop"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(libnotify libxtst libsm telepathy-glib gtk3 libsecret avahi 
desktop-file-utils gnutls)
-makedepends=(intltool networkmanager)
-groups=(gnome)
-url="http://www.gnome.org;
-options=(!emptydirs)
-install=vino.install
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ed61d0ba18d9b21a4151c23dd76f17d45d6e66b621a9389578daf88a9266a367')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vino \
-  --localstatedir=/var \
-  --disable-http-server --with-secret
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: vino/repos/extra-i686/PKGBUILD (from rev 264795, vino/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-12 22:16:01 UTC (rev 264796)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=vino
+pkgver=3.20.1
+pkgrel=1
+pkgdesc="a VNC server for the GNOME desktop"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libnotify libxtst libsm telepathy-glib gtk3 libsecret avahi 
desktop-file-utils gnutls)
+makedepends=(intltool networkmanager)
+groups=(gnome)
+url="http://www.gnome.org;
+options=(!emptydirs)
+install=vino.install
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d7f4a6d58ae864904487ce6b8f298a6f51268e9148be377e64134aa542b15fc7')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vino \
+  --localstatedir=/var \
+  --disable-http-server --with-secret
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/vino.install
===
--- extra-i686/vino.install 2016-04-12 22:15:13 UTC (rev 264795)
+++ extra-i686/vino.install 2016-04-12 22:16:01 UTC (rev 264796)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: vino/repos/extra-i686/vino.install (from rev 264795, 
vino/trunk/vino.install)
===
--- extra-i686/vino.install (rev 0)
+++ extra-i686/vino.install 2016-04-12 22:16:01 UTC (rev 264796)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-04-12 22:15:13 UTC (rev 264795)
+++ extra-x86_64/PKGBUILD   2016-04-12 22:16:01 UTC (rev 264796)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=vino
-pkgver=3.20.0
-pkgrel=1

[arch-commits] Commit in vino/repos (8 files)

2016-03-30 Thread Jan Steffens
Date: Wednesday, March 30, 2016 @ 22:28:32
  Author: heftig
Revision: 263415

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  vino/repos/gnome-unstable-i686/PKGBUILD
(from rev 263414, vino/trunk/PKGBUILD)
  vino/repos/gnome-unstable-i686/vino.install
(from rev 263414, vino/trunk/vino.install)
  vino/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 263414, vino/trunk/PKGBUILD)
  vino/repos/gnome-unstable-x86_64/vino.install
(from rev 263414, vino/trunk/vino.install)
Deleted:
  vino/repos/gnome-unstable-i686/PKGBUILD
  vino/repos/gnome-unstable-i686/vino.install
  vino/repos/gnome-unstable-x86_64/PKGBUILD
  vino/repos/gnome-unstable-x86_64/vino.install

+
 /PKGBUILD  |   74 +++
 /vino.install  |   24 +++
 gnome-unstable-i686/PKGBUILD   |   37 -
 gnome-unstable-i686/vino.install   |   12 -
 gnome-unstable-x86_64/PKGBUILD |   37 -
 gnome-unstable-x86_64/vino.install |   12 -
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2016-03-30 20:27:49 UTC (rev 263414)
+++ gnome-unstable-i686/PKGBUILD2016-03-30 20:28:32 UTC (rev 263415)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=vino
-pkgver=3.20.0
-pkgrel=1
-pkgdesc="a VNC server for the GNOME desktop"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(libnotify libxtst libsm telepathy-glib gtk3 libsecret avahi 
desktop-file-utils gnutls)
-makedepends=(intltool networkmanager)
-groups=(gnome)
-url="http://www.gnome.org;
-options=(!emptydirs)
-install=vino.install
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ed61d0ba18d9b21a4151c23dd76f17d45d6e66b621a9389578daf88a9266a367')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vino \
-  --localstatedir=/var \
-  --disable-http-server --with-secret
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: vino/repos/gnome-unstable-i686/PKGBUILD (from rev 263414, 
vino/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-03-30 20:28:32 UTC (rev 263415)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=vino
+pkgver=3.20.0
+pkgrel=1
+pkgdesc="a VNC server for the GNOME desktop"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libnotify libxtst libsm telepathy-glib gtk3 libsecret avahi 
desktop-file-utils gnutls)
+makedepends=(intltool networkmanager)
+groups=(gnome)
+url="http://www.gnome.org;
+options=(!emptydirs)
+install=vino.install
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ed61d0ba18d9b21a4151c23dd76f17d45d6e66b621a9389578daf88a9266a367')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vino \
+  --localstatedir=/var \
+  --disable-http-server --with-secret
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: gnome-unstable-i686/vino.install
===
--- gnome-unstable-i686/vino.install2016-03-30 20:27:49 UTC (rev 263414)
+++ gnome-unstable-i686/vino.install2016-03-30 20:28:32 UTC (rev 263415)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: vino/repos/gnome-unstable-i686/vino.install (from rev 263414, 
vino/trunk/vino.install)
===
--- gnome-unstable-i686/vino.install(rev 0)
+++ gnome-unstable-i686/vino.install2016-03-30 20:28:32 UTC (rev 263415)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2016-03-30 20:27:49 

[arch-commits] Commit in vino/repos (8 files)

2015-11-12 Thread Jan Steffens
Date: Thursday, November 12, 2015 @ 11:55:39
  Author: heftig
Revision: 250808

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  vino/repos/extra-i686/PKGBUILD
(from rev 250807, vino/trunk/PKGBUILD)
  vino/repos/extra-i686/vino.install
(from rev 250807, vino/trunk/vino.install)
  vino/repos/extra-x86_64/PKGBUILD
(from rev 250807, vino/trunk/PKGBUILD)
  vino/repos/extra-x86_64/vino.install
(from rev 250807, vino/trunk/vino.install)
Deleted:
  vino/repos/extra-i686/PKGBUILD
  vino/repos/extra-i686/vino.install
  vino/repos/extra-x86_64/PKGBUILD
  vino/repos/extra-x86_64/vino.install

---+
 /PKGBUILD |   74 
 /vino.install |   24 ++
 extra-i686/PKGBUILD   |   37 --
 extra-i686/vino.install   |   12 ---
 extra-x86_64/PKGBUILD |   37 --
 extra-x86_64/vino.install |   12 ---
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-12 10:53:25 UTC (rev 250807)
+++ extra-i686/PKGBUILD 2015-11-12 10:55:39 UTC (rev 250808)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=vino
-pkgver=3.18.0
-pkgrel=1
-pkgdesc="a VNC server for the GNOME desktop"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(libnotify libxtst libsm telepathy-glib gtk3 libsecret avahi 
desktop-file-utils gnutls)
-makedepends=(intltool networkmanager)
-groups=(gnome)
-url="http://www.gnome.org;
-options=(!emptydirs)
-install=vino.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('52be0b036389713eab224abf27f2ca2a067ba5bd1f6b526592703576005e0919')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vino \
-  --localstatedir=/var \
-  --disable-http-server --with-secret
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: vino/repos/extra-i686/PKGBUILD (from rev 250807, vino/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-12 10:55:39 UTC (rev 250808)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=vino
+pkgver=3.18.1
+pkgrel=1
+pkgdesc="a VNC server for the GNOME desktop"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libnotify libxtst libsm telepathy-glib gtk3 libsecret avahi 
desktop-file-utils gnutls)
+makedepends=(intltool networkmanager)
+groups=(gnome)
+url="http://www.gnome.org;
+options=(!emptydirs)
+install=vino.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('07ec6e78bbecd4ee3fce873eb26932fdda9c7642bb09d17ac36483b996fafe5a')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vino \
+  --localstatedir=/var \
+  --disable-http-server --with-secret
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/vino.install
===
--- extra-i686/vino.install 2015-11-12 10:53:25 UTC (rev 250807)
+++ extra-i686/vino.install 2015-11-12 10:55:39 UTC (rev 250808)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: vino/repos/extra-i686/vino.install (from rev 250807, 
vino/trunk/vino.install)
===
--- extra-i686/vino.install (rev 0)
+++ extra-i686/vino.install 2015-11-12 10:55:39 UTC (rev 250808)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-11-12 10:53:25 UTC (rev 250807)
+++ extra-x86_64/PKGBUILD   2015-11-12 10:55:39 UTC (rev 250808)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=vino
-pkgver=3.18.0

[arch-commits] Commit in vino/repos (8 files)

2015-03-25 Thread Jan de Groot
Date: Wednesday, March 25, 2015 @ 16:34:14
  Author: jgc
Revision: 234791

db-move: moved vino from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  vino/repos/testing-i686/
  vino/repos/testing-i686/PKGBUILD
(from rev 234786, vino/repos/gnome-unstable-i686/PKGBUILD)
  vino/repos/testing-i686/vino.install
(from rev 234786, vino/repos/gnome-unstable-i686/vino.install)
  vino/repos/testing-x86_64/
  vino/repos/testing-x86_64/PKGBUILD
(from rev 234786, vino/repos/gnome-unstable-x86_64/PKGBUILD)
  vino/repos/testing-x86_64/vino.install
(from rev 234786, vino/repos/gnome-unstable-x86_64/vino.install)
Deleted:
  vino/repos/gnome-unstable-i686/
  vino/repos/gnome-unstable-x86_64/

-+
 testing-i686/PKGBUILD   |   37 +
 testing-i686/vino.install   |   12 
 testing-x86_64/PKGBUILD |   37 +
 testing-x86_64/vino.install |   12 
 4 files changed, 98 insertions(+)

Copied: vino/repos/testing-i686/PKGBUILD (from rev 234786, 
vino/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-25 15:34:14 UTC (rev 234791)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=vino
+pkgver=3.16.0
+pkgrel=1
+pkgdesc=a VNC server for the GNOME desktop
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libnotify libxtst libsm telepathy-glib gtk3 libsecret avahi 
desktop-file-utils gnutls)
+makedepends=(intltool networkmanager)
+groups=(gnome)
+url=http://www.gnome.org;
+options=(!emptydirs)
+install=vino.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('608d3613d4e0ad40566759df06587effcfae77f205fce83e3bcf7574bc608dc5')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vino \
+  --localstatedir=/var \
+  --disable-http-server --with-secret
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: vino/repos/testing-i686/vino.install (from rev 234786, 
vino/repos/gnome-unstable-i686/vino.install)
===
--- testing-i686/vino.install   (rev 0)
+++ testing-i686/vino.install   2015-03-25 15:34:14 UTC (rev 234791)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: vino/repos/testing-x86_64/PKGBUILD (from rev 234786, 
vino/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-03-25 15:34:14 UTC (rev 234791)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=vino
+pkgver=3.16.0
+pkgrel=1
+pkgdesc=a VNC server for the GNOME desktop
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libnotify libxtst libsm telepathy-glib gtk3 libsecret avahi 
desktop-file-utils gnutls)
+makedepends=(intltool networkmanager)
+groups=(gnome)
+url=http://www.gnome.org;
+options=(!emptydirs)
+install=vino.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('608d3613d4e0ad40566759df06587effcfae77f205fce83e3bcf7574bc608dc5')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vino \
+  --localstatedir=/var \
+  --disable-http-server --with-secret
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: vino/repos/testing-x86_64/vino.install (from rev 234786, 
vino/repos/gnome-unstable-x86_64/vino.install)
===
--- testing-x86_64/vino.install (rev 0)
+++ testing-x86_64/vino.install 2015-03-25 15:34:14 UTC (rev 234791)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


[arch-commits] Commit in vino/repos (8 files)

2015-03-25 Thread Jan de Groot
Date: Wednesday, March 25, 2015 @ 13:00:16
  Author: jgc
Revision: 234735

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  vino/repos/gnome-unstable-i686/PKGBUILD
(from rev 234734, vino/trunk/PKGBUILD)
  vino/repos/gnome-unstable-i686/vino.install
(from rev 234734, vino/trunk/vino.install)
  vino/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 234734, vino/trunk/PKGBUILD)
  vino/repos/gnome-unstable-x86_64/vino.install
(from rev 234734, vino/trunk/vino.install)
Deleted:
  vino/repos/gnome-unstable-i686/PKGBUILD
  vino/repos/gnome-unstable-i686/vino.install
  vino/repos/gnome-unstable-x86_64/PKGBUILD
  vino/repos/gnome-unstable-x86_64/vino.install

+
 /PKGBUILD  |   74 +++
 /vino.install  |   24 +++
 gnome-unstable-i686/PKGBUILD   |   37 -
 gnome-unstable-i686/vino.install   |   12 -
 gnome-unstable-x86_64/PKGBUILD |   37 -
 gnome-unstable-x86_64/vino.install |   12 -
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2015-03-25 12:00:08 UTC (rev 234734)
+++ gnome-unstable-i686/PKGBUILD2015-03-25 12:00:16 UTC (rev 234735)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=vino
-pkgver=3.15.91
-pkgrel=1
-pkgdesc=a VNC server for the GNOME desktop
-arch=(i686 x86_64)
-license=(GPL)
-depends=(libnotify libxtst libsm telepathy-glib gtk3 libsecret avahi 
desktop-file-utils gnutls)
-makedepends=(intltool networkmanager)
-groups=(gnome)
-url=http://www.gnome.org;
-options=(!emptydirs)
-install=vino.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4cea78d661eaf12fc13fbf525b3bcd1f535894fcfefcb5e11c3d0b1759d2c914')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vino \
-  --localstatedir=/var \
-  --disable-http-server --with-secret
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: vino/repos/gnome-unstable-i686/PKGBUILD (from rev 234734, 
vino/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-25 12:00:16 UTC (rev 234735)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=vino
+pkgver=3.16.0
+pkgrel=1
+pkgdesc=a VNC server for the GNOME desktop
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libnotify libxtst libsm telepathy-glib gtk3 libsecret avahi 
desktop-file-utils gnutls)
+makedepends=(intltool networkmanager)
+groups=(gnome)
+url=http://www.gnome.org;
+options=(!emptydirs)
+install=vino.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('608d3613d4e0ad40566759df06587effcfae77f205fce83e3bcf7574bc608dc5')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vino \
+  --localstatedir=/var \
+  --disable-http-server --with-secret
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-i686/vino.install
===
--- gnome-unstable-i686/vino.install2015-03-25 12:00:08 UTC (rev 234734)
+++ gnome-unstable-i686/vino.install2015-03-25 12:00:16 UTC (rev 234735)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: vino/repos/gnome-unstable-i686/vino.install (from rev 234734, 
vino/trunk/vino.install)
===
--- gnome-unstable-i686/vino.install(rev 0)
+++ gnome-unstable-i686/vino.install2015-03-25 12:00:16 UTC (rev 234735)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2015-03-25 12:00:08 UTC (rev 

[arch-commits] Commit in vino/repos (8 files)

2014-11-10 Thread Jan Steffens
Date: Tuesday, November 11, 2014 @ 00:37:23
  Author: heftig
Revision: 225981

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  vino/repos/extra-i686/PKGBUILD
(from rev 225980, vino/trunk/PKGBUILD)
  vino/repos/extra-i686/vino.install
(from rev 225980, vino/trunk/vino.install)
  vino/repos/extra-x86_64/PKGBUILD
(from rev 225980, vino/trunk/PKGBUILD)
  vino/repos/extra-x86_64/vino.install
(from rev 225980, vino/trunk/vino.install)
Deleted:
  vino/repos/extra-i686/PKGBUILD
  vino/repos/extra-i686/vino.install
  vino/repos/extra-x86_64/PKGBUILD
  vino/repos/extra-x86_64/vino.install

---+
 /PKGBUILD |   74 
 /vino.install |   24 ++
 extra-i686/PKGBUILD   |   37 --
 extra-i686/vino.install   |   12 ---
 extra-x86_64/PKGBUILD |   37 --
 extra-x86_64/vino.install |   12 ---
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-10 23:36:34 UTC (rev 225980)
+++ extra-i686/PKGBUILD 2014-11-10 23:37:23 UTC (rev 225981)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=vino
-pkgver=3.14.0
-pkgrel=1
-pkgdesc=a VNC server for the GNOME desktop
-arch=(i686 x86_64)
-license=(GPL)
-depends=(libnotify libxtst libsm telepathy-glib gtk3 libsecret avahi 
desktop-file-utils gnutls)
-makedepends=(intltool networkmanager)
-groups=(gnome)
-url=http://www.gnome.org;
-options=(!emptydirs)
-install=vino.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('8faf864009e697e8652e4833150eaaba3da6c5a85f9f95886a5b76b00e5a9c1b')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vino \
-  --localstatedir=/var \
-  --disable-http-server --with-secret
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: vino/repos/extra-i686/PKGBUILD (from rev 225980, vino/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-10 23:37:23 UTC (rev 225981)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=vino
+pkgver=3.14.1
+pkgrel=1
+pkgdesc=a VNC server for the GNOME desktop
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libnotify libxtst libsm telepathy-glib gtk3 libsecret avahi 
desktop-file-utils gnutls)
+makedepends=(intltool networkmanager)
+groups=(gnome)
+url=http://www.gnome.org;
+options=(!emptydirs)
+install=vino.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('712bbb220cc16a9822a0617ae9ceb0fe8b326d5b3428210af7afe77effbbca8a')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vino \
+  --localstatedir=/var \
+  --disable-http-server --with-secret
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/vino.install
===
--- extra-i686/vino.install 2014-11-10 23:36:34 UTC (rev 225980)
+++ extra-i686/vino.install 2014-11-10 23:37:23 UTC (rev 225981)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: vino/repos/extra-i686/vino.install (from rev 225980, 
vino/trunk/vino.install)
===
--- extra-i686/vino.install (rev 0)
+++ extra-i686/vino.install 2014-11-10 23:37:23 UTC (rev 225981)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-11-10 23:36:34 UTC (rev 225980)
+++ extra-x86_64/PKGBUILD   2014-11-10 23:37:23 UTC (rev 225981)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=vino
-pkgver=3.14.0
-pkgrel=1
-pkgdesc=a VNC 

[arch-commits] Commit in vino/repos (8 files)

2014-09-26 Thread Jan de Groot
Date: Friday, September 26, 2014 @ 12:53:29
  Author: jgc
Revision: 223037

db-move: moved vino from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  vino/repos/testing-i686/
  vino/repos/testing-i686/PKGBUILD
(from rev 223030, vino/repos/gnome-unstable-i686/PKGBUILD)
  vino/repos/testing-i686/vino.install
(from rev 223030, vino/repos/gnome-unstable-i686/vino.install)
  vino/repos/testing-x86_64/
  vino/repos/testing-x86_64/PKGBUILD
(from rev 223030, vino/repos/gnome-unstable-x86_64/PKGBUILD)
  vino/repos/testing-x86_64/vino.install
(from rev 223030, vino/repos/gnome-unstable-x86_64/vino.install)
Deleted:
  vino/repos/gnome-unstable-i686/
  vino/repos/gnome-unstable-x86_64/

-+
 testing-i686/PKGBUILD   |   37 +
 testing-i686/vino.install   |   12 
 testing-x86_64/PKGBUILD |   37 +
 testing-x86_64/vino.install |   12 
 4 files changed, 98 insertions(+)

Copied: vino/repos/testing-i686/PKGBUILD (from rev 223030, 
vino/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-26 10:53:29 UTC (rev 223037)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=vino
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=a VNC server for the GNOME desktop
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libnotify libxtst libsm telepathy-glib gtk3 libsecret avahi 
desktop-file-utils gnutls)
+makedepends=(intltool networkmanager)
+groups=(gnome)
+url=http://www.gnome.org;
+options=(!emptydirs)
+install=vino.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8faf864009e697e8652e4833150eaaba3da6c5a85f9f95886a5b76b00e5a9c1b')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vino \
+  --localstatedir=/var \
+  --disable-http-server --with-secret
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: vino/repos/testing-i686/vino.install (from rev 223030, 
vino/repos/gnome-unstable-i686/vino.install)
===
--- testing-i686/vino.install   (rev 0)
+++ testing-i686/vino.install   2014-09-26 10:53:29 UTC (rev 223037)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: vino/repos/testing-x86_64/PKGBUILD (from rev 223030, 
vino/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-26 10:53:29 UTC (rev 223037)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=vino
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=a VNC server for the GNOME desktop
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libnotify libxtst libsm telepathy-glib gtk3 libsecret avahi 
desktop-file-utils gnutls)
+makedepends=(intltool networkmanager)
+groups=(gnome)
+url=http://www.gnome.org;
+options=(!emptydirs)
+install=vino.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8faf864009e697e8652e4833150eaaba3da6c5a85f9f95886a5b76b00e5a9c1b')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vino \
+  --localstatedir=/var \
+  --disable-http-server --with-secret
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: vino/repos/testing-x86_64/vino.install (from rev 223030, 
vino/repos/gnome-unstable-x86_64/vino.install)
===
--- testing-x86_64/vino.install (rev 0)
+++ testing-x86_64/vino.install 2014-09-26 10:53:29 UTC (rev 223037)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in vino/repos (8 files)

2014-09-23 Thread Jan de Groot
Date: Tuesday, September 23, 2014 @ 11:27:44
  Author: jgc
Revision: 222833

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  vino/repos/gnome-unstable-i686/PKGBUILD
(from rev 222832, vino/trunk/PKGBUILD)
  vino/repos/gnome-unstable-i686/vino.install
(from rev 222832, vino/trunk/vino.install)
  vino/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 222832, vino/trunk/PKGBUILD)
  vino/repos/gnome-unstable-x86_64/vino.install
(from rev 222832, vino/trunk/vino.install)
Deleted:
  vino/repos/gnome-unstable-i686/PKGBUILD
  vino/repos/gnome-unstable-i686/vino.install
  vino/repos/gnome-unstable-x86_64/PKGBUILD
  vino/repos/gnome-unstable-x86_64/vino.install

+
 /PKGBUILD  |   74 +++
 /vino.install  |   24 +++
 gnome-unstable-i686/PKGBUILD   |   37 -
 gnome-unstable-i686/vino.install   |   12 -
 gnome-unstable-x86_64/PKGBUILD |   37 -
 gnome-unstable-x86_64/vino.install |   12 -
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2014-09-23 09:27:35 UTC (rev 222832)
+++ gnome-unstable-i686/PKGBUILD2014-09-23 09:27:44 UTC (rev 222833)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=vino
-pkgver=3.13.90
-pkgrel=1
-pkgdesc=a VNC server for the GNOME desktop
-arch=(i686 x86_64)
-license=(GPL)
-depends=(libnotify libxtst libsm telepathy-glib gtk3 libsecret avahi 
desktop-file-utils gnutls)
-makedepends=(intltool networkmanager)
-groups=(gnome)
-url=http://www.gnome.org;
-options=(!emptydirs)
-install=vino.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('f9ac4b6aeeb20ed54a7486a4970e03aa781fe7c12be60d3352bdbadea3cd9204')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vino \
-  --localstatedir=/var \
-  --disable-http-server --with-secret
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: vino/repos/gnome-unstable-i686/PKGBUILD (from rev 222832, 
vino/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-23 09:27:44 UTC (rev 222833)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=vino
+pkgver=3.14.0
+pkgrel=1
+pkgdesc=a VNC server for the GNOME desktop
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libnotify libxtst libsm telepathy-glib gtk3 libsecret avahi 
desktop-file-utils gnutls)
+makedepends=(intltool networkmanager)
+groups=(gnome)
+url=http://www.gnome.org;
+options=(!emptydirs)
+install=vino.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('8faf864009e697e8652e4833150eaaba3da6c5a85f9f95886a5b76b00e5a9c1b')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vino \
+  --localstatedir=/var \
+  --disable-http-server --with-secret
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-i686/vino.install
===
--- gnome-unstable-i686/vino.install2014-09-23 09:27:35 UTC (rev 222832)
+++ gnome-unstable-i686/vino.install2014-09-23 09:27:44 UTC (rev 222833)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: vino/repos/gnome-unstable-i686/vino.install (from rev 222832, 
vino/trunk/vino.install)
===
--- gnome-unstable-i686/vino.install(rev 0)
+++ gnome-unstable-i686/vino.install2014-09-23 09:27:44 UTC (rev 222833)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2014-09-23 09:27:35 UTC (rev 

[arch-commits] Commit in vino/repos (8 files)

2013-10-14 Thread Jan Steffens
Date: Monday, October 14, 2013 @ 17:43:19
  Author: heftig
Revision: 196510

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  vino/repos/extra-i686/PKGBUILD
(from rev 196509, vino/trunk/PKGBUILD)
  vino/repos/extra-i686/vino.install
(from rev 196509, vino/trunk/vino.install)
  vino/repos/extra-x86_64/PKGBUILD
(from rev 196509, vino/trunk/PKGBUILD)
  vino/repos/extra-x86_64/vino.install
(from rev 196509, vino/trunk/vino.install)
Deleted:
  vino/repos/extra-i686/PKGBUILD
  vino/repos/extra-i686/vino.install
  vino/repos/extra-x86_64/PKGBUILD
  vino/repos/extra-x86_64/vino.install

---+
 /PKGBUILD |   74 
 /vino.install |   24 ++
 extra-i686/PKGBUILD   |   37 --
 extra-i686/vino.install   |   12 ---
 extra-x86_64/PKGBUILD |   37 --
 extra-x86_64/vino.install |   12 ---
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-14 15:43:03 UTC (rev 196509)
+++ extra-i686/PKGBUILD 2013-10-14 15:43:19 UTC (rev 196510)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=vino
-pkgver=3.10.0
-pkgrel=1
-pkgdesc=a VNC server for the GNOME desktop
-arch=(i686 x86_64)
-license=(GPL)
-depends=(libnotify libxtst libsm telepathy-glib gtk3 libsecret avahi 
desktop-file-utils)
-makedepends=(intltool networkmanager gnome-common)
-groups=(gnome)
-url=http://www.gnome.org;
-options=(!emptydirs)
-install=vino.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('927b71eaafc5ac4c6e098fb9ff0164899eae3ca599a32f5d18897a02b4be1fdd')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vino \
-  --localstatedir=/var \
-  --disable-http-server --with-secret
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: vino/repos/extra-i686/PKGBUILD (from rev 196509, vino/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-14 15:43:19 UTC (rev 196510)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=vino
+pkgver=3.10.1
+pkgrel=1
+pkgdesc=a VNC server for the GNOME desktop
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libnotify libxtst libsm telepathy-glib gtk3 libsecret avahi 
desktop-file-utils)
+makedepends=(intltool networkmanager gnome-common)
+groups=(gnome)
+url=http://www.gnome.org;
+options=(!emptydirs)
+install=vino.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('faf10d667c43d00cd37dc6343b44012456de9d2e39d8ce679c719e65d2dfbe46')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vino \
+  --localstatedir=/var \
+  --disable-http-server --with-secret
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/vino.install
===
--- extra-i686/vino.install 2013-10-14 15:43:03 UTC (rev 196509)
+++ extra-i686/vino.install 2013-10-14 15:43:19 UTC (rev 196510)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: vino/repos/extra-i686/vino.install (from rev 196509, 
vino/trunk/vino.install)
===
--- extra-i686/vino.install (rev 0)
+++ extra-i686/vino.install 2013-10-14 15:43:19 UTC (rev 196510)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-14 15:43:03 UTC (rev 196509)
+++ extra-x86_64/PKGBUILD   2013-10-14 15:43:19 UTC (rev 196510)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=vino
-pkgver=3.10.0
-pkgrel=1

[arch-commits] Commit in vino/repos (8 files)

2013-09-24 Thread Jan Steffens
Date: Tuesday, September 24, 2013 @ 12:10:14
  Author: heftig
Revision: 194945

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  vino/repos/gnome-unstable-i686/PKGBUILD
(from rev 194944, vino/trunk/PKGBUILD)
  vino/repos/gnome-unstable-i686/vino.install
(from rev 194944, vino/trunk/vino.install)
  vino/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 194944, vino/trunk/PKGBUILD)
  vino/repos/gnome-unstable-x86_64/vino.install
(from rev 194944, vino/trunk/vino.install)
Deleted:
  vino/repos/gnome-unstable-i686/PKGBUILD
  vino/repos/gnome-unstable-i686/vino.install
  vino/repos/gnome-unstable-x86_64/PKGBUILD
  vino/repos/gnome-unstable-x86_64/vino.install

+
 /PKGBUILD  |   74 +++
 /vino.install  |   24 +++
 gnome-unstable-i686/PKGBUILD   |   34 
 gnome-unstable-i686/vino.install   |   12 -
 gnome-unstable-x86_64/PKGBUILD |   34 
 gnome-unstable-x86_64/vino.install |   12 -
 6 files changed, 98 insertions(+), 92 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2013-09-24 10:09:17 UTC (rev 194944)
+++ gnome-unstable-i686/PKGBUILD2013-09-24 10:10:14 UTC (rev 194945)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=vino
-pkgver=3.9.92
-pkgrel=1
-pkgdesc=a VNC server for the GNOME desktop
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libnotify' 'libxtst' 'libsm' 'telepathy-glib' 'gtk3' 'libsecret' 
'avahi' 'desktop-file-utils')
-makedepends=('intltool' 'networkmanager' 'gnome-common')
-groups=('gnome')
-url=http://www.gnome.org;
-options=(!emptydirs)
-install=vino.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e8347b102f573f5acb28d2848f88c3d8ba6a2dda1b32ba1ff856929399f9279e')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i -e '/AC_PATH_XTRA/d' configure.ac
-  autoreconf --force
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vino \
-  --localstatedir=/var \
-  --disable-http-server --with-secret
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: vino/repos/gnome-unstable-i686/PKGBUILD (from rev 194944, 
vino/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-09-24 10:10:14 UTC (rev 194945)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=vino
+pkgver=3.10.0
+pkgrel=1
+pkgdesc=a VNC server for the GNOME desktop
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libnotify libxtst libsm telepathy-glib gtk3 libsecret avahi 
desktop-file-utils)
+makedepends=(intltool networkmanager gnome-common)
+groups=(gnome)
+url=http://www.gnome.org;
+options=(!emptydirs)
+install=vino.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('927b71eaafc5ac4c6e098fb9ff0164899eae3ca599a32f5d18897a02b4be1fdd')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vino \
+  --localstatedir=/var \
+  --disable-http-server --with-secret
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-i686/vino.install
===
--- gnome-unstable-i686/vino.install2013-09-24 10:09:17 UTC (rev 194944)
+++ gnome-unstable-i686/vino.install2013-09-24 10:10:14 UTC (rev 194945)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: vino/repos/gnome-unstable-i686/vino.install (from rev 194944, 
vino/trunk/vino.install)
===
--- gnome-unstable-i686/vino.install(rev 0)
+++ gnome-unstable-i686/vino.install2013-09-24 10:10:14 UTC (rev 194945)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2013-09-24 10:09:17 UTC (rev 194944)
+++ 

[arch-commits] Commit in vino/repos (8 files)

2013-04-15 Thread Jan Steffens
Date: Monday, April 15, 2013 @ 22:27:48
  Author: heftig
Revision: 182862

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  vino/repos/testing-i686/PKGBUILD
(from rev 182861, vino/trunk/PKGBUILD)
  vino/repos/testing-i686/vino.install
(from rev 182861, vino/trunk/vino.install)
  vino/repos/testing-x86_64/PKGBUILD
(from rev 182861, vino/trunk/PKGBUILD)
  vino/repos/testing-x86_64/vino.install
(from rev 182861, vino/trunk/vino.install)
Deleted:
  vino/repos/testing-i686/PKGBUILD
  vino/repos/testing-i686/vino.install
  vino/repos/testing-x86_64/PKGBUILD
  vino/repos/testing-x86_64/vino.install

-+
 /PKGBUILD   |   68 ++
 /vino.install   |   24 ++
 testing-i686/PKGBUILD   |   34 -
 testing-i686/vino.install   |   12 ---
 testing-x86_64/PKGBUILD |   34 -
 testing-x86_64/vino.install |   12 ---
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-04-15 20:27:04 UTC (rev 182861)
+++ testing-i686/PKGBUILD   2013-04-15 20:27:48 UTC (rev 182862)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=vino
-pkgver=3.8.0
-pkgrel=2
-pkgdesc=a VNC server for the GNOME desktop
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libnotify' 'libxtst' 'libsm' 'libsoup' 'telepathy-glib' 'gtk3' 
'libsecret' 'avahi' 'desktop-file-utils')
-makedepends=('intltool' 'networkmanager' 'gnome-common')
-groups=('gnome')
-url=http://www.gnome.org;
-options=(!emptydirs)
-install=vino.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('be665ff7a76076902a84cab69e7c3a6a7ddf2c634cc648aa35189895eefaac28')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i -e '/AC_PATH_XTRA/d' configure.ac
-  autoreconf --force
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vino \
-  --localstatedir=/var \
-  --disable-http-server --with-secret
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: vino/repos/testing-i686/PKGBUILD (from rev 182861, vino/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-15 20:27:48 UTC (rev 182862)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=vino
+pkgver=3.8.1
+pkgrel=1
+pkgdesc=a VNC server for the GNOME desktop
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libnotify' 'libxtst' 'libsm' 'libsoup' 'telepathy-glib' 'gtk3' 
'libsecret' 'avahi' 'desktop-file-utils')
+makedepends=('intltool' 'networkmanager' 'gnome-common')
+groups=('gnome')
+url=http://www.gnome.org;
+options=(!emptydirs)
+install=vino.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('3a82392aa479d5a4be38020ac64b3c4f0227917af6175938919dbe741995929c')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vino \
+  --localstatedir=/var \
+  --disable-http-server --with-secret
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: testing-i686/vino.install
===
--- testing-i686/vino.install   2013-04-15 20:27:04 UTC (rev 182861)
+++ testing-i686/vino.install   2013-04-15 20:27:48 UTC (rev 182862)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: vino/repos/testing-i686/vino.install (from rev 182861, 
vino/trunk/vino.install)
===
--- testing-i686/vino.install   (rev 0)
+++ testing-i686/vino.install   2013-04-15 20:27:48 UTC (rev 182862)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2013-04-15 20:27:04 UTC (rev 182861)
+++ testing-x86_64/PKGBUILD 2013-04-15 20:27:48 UTC (rev 182862)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-

[arch-commits] Commit in vino/repos (8 files)

2013-04-10 Thread Jan Steffens
Date: Wednesday, April 10, 2013 @ 21:14:40
  Author: heftig
Revision: 182585

db-move: moved vino from [staging] to [testing] (i686, x86_64)

Added:
  vino/repos/testing-i686/
  vino/repos/testing-i686/PKGBUILD
(from rev 182430, vino/repos/staging-i686/PKGBUILD)
  vino/repos/testing-i686/vino.install
(from rev 182430, vino/repos/staging-i686/vino.install)
  vino/repos/testing-x86_64/
  vino/repos/testing-x86_64/PKGBUILD
(from rev 182430, vino/repos/staging-x86_64/PKGBUILD)
  vino/repos/testing-x86_64/vino.install
(from rev 182430, vino/repos/staging-x86_64/vino.install)
Deleted:
  vino/repos/staging-i686/
  vino/repos/staging-x86_64/

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-i686/vino.install   |   12 
 testing-x86_64/PKGBUILD |   34 ++
 testing-x86_64/vino.install |   12 
 4 files changed, 92 insertions(+)

Copied: vino/repos/testing-i686/PKGBUILD (from rev 182430, 
vino/repos/staging-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-10 19:14:40 UTC (rev 182585)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=vino
+pkgver=3.8.0
+pkgrel=2
+pkgdesc=a VNC server for the GNOME desktop
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libnotify' 'libxtst' 'libsm' 'libsoup' 'telepathy-glib' 'gtk3' 
'libsecret' 'avahi' 'desktop-file-utils')
+makedepends=('intltool' 'networkmanager' 'gnome-common')
+groups=('gnome')
+url=http://www.gnome.org;
+options=(!emptydirs)
+install=vino.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('be665ff7a76076902a84cab69e7c3a6a7ddf2c634cc648aa35189895eefaac28')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vino \
+  --localstatedir=/var \
+  --disable-http-server --with-secret
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: vino/repos/testing-i686/vino.install (from rev 182430, 
vino/repos/staging-i686/vino.install)
===
--- testing-i686/vino.install   (rev 0)
+++ testing-i686/vino.install   2013-04-10 19:14:40 UTC (rev 182585)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: vino/repos/testing-x86_64/PKGBUILD (from rev 182430, 
vino/repos/staging-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:14:40 UTC (rev 182585)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=vino
+pkgver=3.8.0
+pkgrel=2
+pkgdesc=a VNC server for the GNOME desktop
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libnotify' 'libxtst' 'libsm' 'libsoup' 'telepathy-glib' 'gtk3' 
'libsecret' 'avahi' 'desktop-file-utils')
+makedepends=('intltool' 'networkmanager' 'gnome-common')
+groups=('gnome')
+url=http://www.gnome.org;
+options=(!emptydirs)
+install=vino.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('be665ff7a76076902a84cab69e7c3a6a7ddf2c634cc648aa35189895eefaac28')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vino \
+  --localstatedir=/var \
+  --disable-http-server --with-secret
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: vino/repos/testing-x86_64/vino.install (from rev 182430, 
vino/repos/staging-x86_64/vino.install)
===
--- testing-x86_64/vino.install (rev 0)
+++ testing-x86_64/vino.install 2013-04-10 19:14:40 UTC (rev 182585)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in vino/repos (8 files)

2013-04-03 Thread Jan de Groot
Date: Wednesday, April 3, 2013 @ 14:48:36
  Author: jgc
Revision: 181357

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  vino/repos/gnome-unstable-i686/PKGBUILD
(from rev 181356, vino/trunk/PKGBUILD)
  vino/repos/gnome-unstable-i686/vino.install
(from rev 181356, vino/trunk/vino.install)
  vino/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 181356, vino/trunk/PKGBUILD)
  vino/repos/gnome-unstable-x86_64/vino.install
(from rev 181356, vino/trunk/vino.install)
Deleted:
  vino/repos/gnome-unstable-i686/PKGBUILD
  vino/repos/gnome-unstable-i686/vino.install
  vino/repos/gnome-unstable-x86_64/PKGBUILD
  vino/repos/gnome-unstable-x86_64/vino.install

+
 /PKGBUILD  |   68 +++
 /vino.install  |   24 
 gnome-unstable-i686/PKGBUILD   |   34 -
 gnome-unstable-i686/vino.install   |   12 --
 gnome-unstable-x86_64/PKGBUILD |   34 -
 gnome-unstable-x86_64/vino.install |   12 --
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2013-04-03 12:48:28 UTC (rev 181356)
+++ gnome-unstable-i686/PKGBUILD2013-04-03 12:48:36 UTC (rev 181357)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=vino
-pkgver=3.8.0
-pkgrel=1
-pkgdesc=a VNC server for the GNOME desktop
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libnotify' 'libxtst' 'libsm' 'libsoup' 'telepathy-glib' 'gtk3' 
'libsecret' 'avahi' 'desktop-file-utils')
-makedepends=('intltool' 'networkmanager' 'gnome-common')
-groups=('gnome-extra')
-url=http://www.gnome.org;
-options=(!emptydirs)
-install=vino.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('be665ff7a76076902a84cab69e7c3a6a7ddf2c634cc648aa35189895eefaac28')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i -e '/AC_PATH_XTRA/d' configure.ac
-  autoreconf --force
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vino \
-  --localstatedir=/var \
-  --disable-http-server --with-secret
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: vino/repos/gnome-unstable-i686/PKGBUILD (from rev 181356, 
vino/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-04-03 12:48:36 UTC (rev 181357)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=vino
+pkgver=3.8.0
+pkgrel=2
+pkgdesc=a VNC server for the GNOME desktop
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libnotify' 'libxtst' 'libsm' 'libsoup' 'telepathy-glib' 'gtk3' 
'libsecret' 'avahi' 'desktop-file-utils')
+makedepends=('intltool' 'networkmanager' 'gnome-common')
+groups=('gnome')
+url=http://www.gnome.org;
+options=(!emptydirs)
+install=vino.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('be665ff7a76076902a84cab69e7c3a6a7ddf2c634cc648aa35189895eefaac28')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vino \
+  --localstatedir=/var \
+  --disable-http-server --with-secret
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-i686/vino.install
===
--- gnome-unstable-i686/vino.install2013-04-03 12:48:28 UTC (rev 181356)
+++ gnome-unstable-i686/vino.install2013-04-03 12:48:36 UTC (rev 181357)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: vino/repos/gnome-unstable-i686/vino.install (from rev 181356, 
vino/trunk/vino.install)
===
--- gnome-unstable-i686/vino.install(rev 0)
+++ gnome-unstable-i686/vino.install2013-04-03 12:48:36 UTC (rev 181357)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2013-04-03 12:48:28 UTC (rev 181356)
+++ 

[arch-commits] Commit in vino/repos (8 files)

2012-11-12 Thread Jan Steffens
Date: Monday, November 12, 2012 @ 17:11:14
  Author: heftig
Revision: 170890

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  vino/repos/extra-i686/PKGBUILD
(from rev 170889, vino/trunk/PKGBUILD)
  vino/repos/extra-i686/vino.install
(from rev 170889, vino/trunk/vino.install)
  vino/repos/extra-x86_64/PKGBUILD
(from rev 170889, vino/trunk/PKGBUILD)
  vino/repos/extra-x86_64/vino.install
(from rev 170889, vino/trunk/vino.install)
Deleted:
  vino/repos/extra-i686/PKGBUILD
  vino/repos/extra-i686/vino.install
  vino/repos/extra-x86_64/PKGBUILD
  vino/repos/extra-x86_64/vino.install

---+
 extra-i686/PKGBUILD   |   68 ++--
 extra-i686/vino.install   |   24 +++
 extra-x86_64/PKGBUILD |   68 ++--
 extra-x86_64/vino.install |   24 +++
 4 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-12 22:10:03 UTC (rev 170889)
+++ extra-i686/PKGBUILD 2012-11-12 22:11:14 UTC (rev 170890)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=vino
-pkgver=3.6.1
-pkgrel=1
-pkgdesc=a VNC server for the GNOME desktop
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libnotify' 'libxtst' 'libsm' 'libsoup' 'telepathy-glib' 'gtk3' 
'libsecret' 'avahi' 'desktop-file-utils')
-makedepends=('intltool' 'networkmanager' 'gnome-common')
-groups=('gnome-extra')
-url=http://www.gnome.org;
-options=(!emptydirs)
-install=vino.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('60fdc2271e27c4e10bef40dc2ee836d587930a178c3f189bd975c4d477f32783')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i -e '/AC_PATH_XTRA/d' configure.ac
-  autoreconf --force
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vino \
-  --localstatedir=/var \
-  --disable-http-server --with-secret
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: vino/repos/extra-i686/PKGBUILD (from rev 170889, vino/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-12 22:11:14 UTC (rev 170890)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=vino
+pkgver=3.6.2
+pkgrel=1
+pkgdesc=a VNC server for the GNOME desktop
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libnotify' 'libxtst' 'libsm' 'libsoup' 'telepathy-glib' 'gtk3' 
'libsecret' 'avahi' 'desktop-file-utils')
+makedepends=('intltool' 'networkmanager' 'gnome-common')
+groups=('gnome-extra')
+url=http://www.gnome.org;
+options=(!emptydirs)
+install=vino.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('c24907542c5ea086293dc852edfeb6b6d02d63e210a3ff715c18d04e130857e4')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vino \
+  --localstatedir=/var \
+  --disable-http-server --with-secret
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/vino.install
===
--- extra-i686/vino.install 2012-11-12 22:10:03 UTC (rev 170889)
+++ extra-i686/vino.install 2012-11-12 22:11:14 UTC (rev 170890)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: vino/repos/extra-i686/vino.install (from rev 170889, 
vino/trunk/vino.install)
===
--- extra-i686/vino.install (rev 0)
+++ extra-i686/vino.install 2012-11-12 22:11:14 UTC (rev 170890)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-12 22:10:03 UTC (rev 170889)
+++ extra-x86_64/PKGBUILD   2012-11-12 22:11:14 UTC (rev 170890)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=vino
-pkgver=3.6.1
-pkgrel=1
-pkgdesc=a VNC server for the GNOME desktop
-arch=('i686' 'x86_64')
-license=('GPL')

[arch-commits] Commit in vino/repos (8 files)

2012-10-18 Thread Jan de Groot
Date: Thursday, October 18, 2012 @ 15:46:05
  Author: jgc
Revision: 169285

db-move: moved vino from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  vino/repos/testing-i686/
  vino/repos/testing-i686/PKGBUILD
(from rev 169277, vino/repos/gnome-unstable-i686/PKGBUILD)
  vino/repos/testing-i686/vino.install
(from rev 169277, vino/repos/gnome-unstable-i686/vino.install)
  vino/repos/testing-x86_64/
  vino/repos/testing-x86_64/PKGBUILD
(from rev 169277, vino/repos/gnome-unstable-x86_64/PKGBUILD)
  vino/repos/testing-x86_64/vino.install
(from rev 169277, vino/repos/gnome-unstable-x86_64/vino.install)
Deleted:
  vino/repos/gnome-unstable-i686/
  vino/repos/gnome-unstable-x86_64/

-+
 testing-i686/PKGBUILD   |   34 ++
 testing-i686/vino.install   |   12 
 testing-x86_64/PKGBUILD |   34 ++
 testing-x86_64/vino.install |   12 
 4 files changed, 92 insertions(+)

Copied: vino/repos/testing-i686/PKGBUILD (from rev 169277, 
vino/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-18 19:46:05 UTC (rev 169285)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=vino
+pkgver=3.6.1
+pkgrel=1
+pkgdesc=a VNC server for the GNOME desktop
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libnotify' 'libxtst' 'libsm' 'libsoup' 'telepathy-glib' 'gtk3' 
'libsecret' 'avahi' 'desktop-file-utils')
+makedepends=('intltool' 'networkmanager' 'gnome-common')
+groups=('gnome-extra')
+url=http://www.gnome.org;
+options=(!emptydirs)
+install=vino.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('60fdc2271e27c4e10bef40dc2ee836d587930a178c3f189bd975c4d477f32783')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vino \
+  --localstatedir=/var \
+  --disable-http-server --with-secret
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: vino/repos/testing-i686/vino.install (from rev 169277, 
vino/repos/gnome-unstable-i686/vino.install)
===
--- testing-i686/vino.install   (rev 0)
+++ testing-i686/vino.install   2012-10-18 19:46:05 UTC (rev 169285)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: vino/repos/testing-x86_64/PKGBUILD (from rev 169277, 
vino/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-18 19:46:05 UTC (rev 169285)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=vino
+pkgver=3.6.1
+pkgrel=1
+pkgdesc=a VNC server for the GNOME desktop
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libnotify' 'libxtst' 'libsm' 'libsoup' 'telepathy-glib' 'gtk3' 
'libsecret' 'avahi' 'desktop-file-utils')
+makedepends=('intltool' 'networkmanager' 'gnome-common')
+groups=('gnome-extra')
+url=http://www.gnome.org;
+options=(!emptydirs)
+install=vino.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('60fdc2271e27c4e10bef40dc2ee836d587930a178c3f189bd975c4d477f32783')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vino \
+  --localstatedir=/var \
+  --disable-http-server --with-secret
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: vino/repos/testing-x86_64/vino.install (from rev 169277, 
vino/repos/gnome-unstable-x86_64/vino.install)
===
--- testing-x86_64/vino.install (rev 0)
+++ testing-x86_64/vino.install 2012-10-18 19:46:05 UTC (rev 169285)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in vino/repos (8 files)

2012-10-16 Thread Jan Steffens
Date: Tuesday, October 16, 2012 @ 18:51:56
  Author: heftig
Revision: 168957

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  vino/repos/gnome-unstable-i686/PKGBUILD
(from rev 168956, vino/trunk/PKGBUILD)
  vino/repos/gnome-unstable-i686/vino.install
(from rev 168956, vino/trunk/vino.install)
  vino/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 168956, vino/trunk/PKGBUILD)
  vino/repos/gnome-unstable-x86_64/vino.install
(from rev 168956, vino/trunk/vino.install)
Deleted:
  vino/repos/gnome-unstable-i686/PKGBUILD
  vino/repos/gnome-unstable-i686/vino.install
  vino/repos/gnome-unstable-x86_64/PKGBUILD
  vino/repos/gnome-unstable-x86_64/vino.install

+
 gnome-unstable-i686/PKGBUILD   |   68 +--
 gnome-unstable-i686/vino.install   |   24 ++--
 gnome-unstable-x86_64/PKGBUILD |   68 +--
 gnome-unstable-x86_64/vino.install |   24 ++--
 4 files changed, 92 insertions(+), 92 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-10-16 22:50:28 UTC (rev 168956)
+++ gnome-unstable-i686/PKGBUILD2012-10-16 22:51:56 UTC (rev 168957)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=vino
-pkgver=3.6.0
-pkgrel=1
-pkgdesc=a VNC server for the GNOME desktop
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libnotify' 'libxtst' 'libsm' 'libsoup' 'telepathy-glib' 'gtk3' 
'libsecret' 'avahi' 'desktop-file-utils')
-makedepends=('intltool' 'networkmanager' 'gnome-common')
-groups=('gnome-extra')
-url=http://www.gnome.org;
-options=(!emptydirs)
-install=vino.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('590ef98a3a2c2e6eb698d8e55ec97c2755aa85839a35985bf2142b186dce91ef')
-
-build() {
-  cd $pkgname-$pkgver
-  sed -i -e '/AC_PATH_XTRA/d' -e 's/LIBSECRET_DEPS/SECRET_DEPS/g' configure.ac
-  autoreconf --force
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vino \
-  --localstatedir=/var \
-  --disable-http-server --with-secret
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: vino/repos/gnome-unstable-i686/PKGBUILD (from rev 168956, 
vino/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-10-16 22:51:56 UTC (rev 168957)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=vino
+pkgver=3.6.1
+pkgrel=1
+pkgdesc=a VNC server for the GNOME desktop
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libnotify' 'libxtst' 'libsm' 'libsoup' 'telepathy-glib' 'gtk3' 
'libsecret' 'avahi' 'desktop-file-utils')
+makedepends=('intltool' 'networkmanager' 'gnome-common')
+groups=('gnome-extra')
+url=http://www.gnome.org;
+options=(!emptydirs)
+install=vino.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('60fdc2271e27c4e10bef40dc2ee836d587930a178c3f189bd975c4d477f32783')
+
+build() {
+  cd $pkgname-$pkgver
+  sed -i -e '/AC_PATH_XTRA/d' configure.ac
+  autoreconf --force
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vino \
+  --localstatedir=/var \
+  --disable-http-server --with-secret
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-i686/vino.install
===
--- gnome-unstable-i686/vino.install2012-10-16 22:50:28 UTC (rev 168956)
+++ gnome-unstable-i686/vino.install2012-10-16 22:51:56 UTC (rev 168957)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: vino/repos/gnome-unstable-i686/vino.install (from rev 168956, 
vino/trunk/vino.install)
===
--- gnome-unstable-i686/vino.install(rev 0)
+++ gnome-unstable-i686/vino.install2012-10-16 22:51:56 UTC (rev 168957)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2012-10-16 22:50:28 UTC (rev 168956)
+++ gnome-unstable-x86_64/PKGBUILD  2012-10-16 

[arch-commits] Commit in vino/repos (8 files)

2012-05-15 Thread Jan Steffens
Date: Tuesday, May 15, 2012 @ 07:09:08
  Author: heftig
Revision: 159053

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  vino/repos/extra-i686/PKGBUILD
(from rev 159052, vino/trunk/PKGBUILD)
  vino/repos/extra-i686/vino.install
(from rev 159052, vino/trunk/vino.install)
  vino/repos/extra-x86_64/PKGBUILD
(from rev 159052, vino/trunk/PKGBUILD)
  vino/repos/extra-x86_64/vino.install
(from rev 159052, vino/trunk/vino.install)
Deleted:
  vino/repos/extra-i686/PKGBUILD
  vino/repos/extra-i686/vino.install
  vino/repos/extra-x86_64/PKGBUILD
  vino/repos/extra-x86_64/vino.install

---+
 extra-i686/PKGBUILD   |   68 ++--
 extra-i686/vino.install   |   24 +++
 extra-x86_64/PKGBUILD |   68 ++--
 extra-x86_64/vino.install |   24 +++
 4 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-05-15 11:08:33 UTC (rev 159052)
+++ extra-i686/PKGBUILD 2012-05-15 11:09:08 UTC (rev 159053)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=vino
-pkgver=3.4.1
-pkgrel=1
-pkgdesc=a VNC server for the GNOME desktop
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libnotify' 'libxtst' 'libsm' 'libsoup' 'telepathy-glib' 'gtk3' 
'libgnome-keyring' 'avahi' 'desktop-file-utils')
-makedepends=('intltool' 'networkmanager')
-groups=('gnome-extra')
-url=http://www.gnome.org;
-options=(!emptydirs)
-install=vino.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('85011594e9b5c4c5449c049e7c3563538c7a80dafecbb5891720b22290b83cb8')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vino \
-  --localstatedir=/var \
-  --enable-gnome-keyring \
-  --enable-avahi \
-  --disable-http-server
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: vino/repos/extra-i686/PKGBUILD (from rev 159052, vino/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-05-15 11:09:08 UTC (rev 159053)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=vino
+pkgver=3.4.2
+pkgrel=1
+pkgdesc=a VNC server for the GNOME desktop
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libnotify' 'libxtst' 'libsm' 'libsoup' 'telepathy-glib' 'gtk3' 
'libgnome-keyring' 'avahi' 'desktop-file-utils')
+makedepends=('intltool' 'networkmanager')
+groups=('gnome-extra')
+url=http://www.gnome.org;
+options=(!emptydirs)
+install=vino.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b58f7f7e1ce207246dfe98ff777c665cbcbc52abab0cbafc0a1b4f5fc5b3e0c8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vino \
+  --localstatedir=/var \
+  --enable-gnome-keyring \
+  --enable-avahi \
+  --disable-http-server
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: extra-i686/vino.install
===
--- extra-i686/vino.install 2012-05-15 11:08:33 UTC (rev 159052)
+++ extra-i686/vino.install 2012-05-15 11:09:08 UTC (rev 159053)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: vino/repos/extra-i686/vino.install (from rev 159052, 
vino/trunk/vino.install)
===
--- extra-i686/vino.install (rev 0)
+++ extra-i686/vino.install 2012-05-15 11:09:08 UTC (rev 159053)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-05-15 11:08:33 UTC (rev 159052)
+++ extra-x86_64/PKGBUILD   2012-05-15 11:09:08 UTC (rev 159053)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=vino
-pkgver=3.4.1
-pkgrel=1
-pkgdesc=a VNC server for the GNOME desktop
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libnotify' 'libxtst' 'libsm' 'libsoup' 'telepathy-glib' 'gtk3' 

[arch-commits] Commit in vino/repos (8 files)

2012-04-17 Thread Ionut Biru
Date: Tuesday, April 17, 2012 @ 16:41:36
  Author: ibiru
Revision: 156394

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  vino/repos/testing-i686/PKGBUILD
(from rev 156393, vino/trunk/PKGBUILD)
  vino/repos/testing-i686/vino.install
(from rev 156393, vino/trunk/vino.install)
  vino/repos/testing-x86_64/PKGBUILD
(from rev 156393, vino/trunk/PKGBUILD)
  vino/repos/testing-x86_64/vino.install
(from rev 156393, vino/trunk/vino.install)
Deleted:
  vino/repos/testing-i686/PKGBUILD
  vino/repos/testing-i686/vino.install
  vino/repos/testing-x86_64/PKGBUILD
  vino/repos/testing-x86_64/vino.install

-+
 testing-i686/PKGBUILD   |   68 +-
 testing-i686/vino.install   |   30 +++---
 testing-x86_64/PKGBUILD |   68 +-
 testing-x86_64/vino.install |   30 +++---
 4 files changed, 92 insertions(+), 104 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-04-17 20:40:36 UTC (rev 156393)
+++ testing-i686/PKGBUILD   2012-04-17 20:41:36 UTC (rev 156394)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=vino
-pkgver=3.4.0
-pkgrel=1
-pkgdesc=a VNC server for the GNOME desktop
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libnotify' 'libxtst' 'libsm' 'libsoup' 'telepathy-glib' 'gtk3' 
'libgnome-keyring' 'avahi' 'desktop-file-utils')
-makedepends=('intltool' 'networkmanager')
-groups=('gnome-extra')
-url=http://www.gnome.org;
-options=(!emptydirs)
-install=vino.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('a6b5c3bc185d29ff9861c3519b97973321d1465c8f9e5aa7f93f007cac9d67da')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vino \
-  --localstatedir=/var \
-  --enable-gnome-keyring \
-  --enable-avahi \
-  --disable-http-server
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: vino/repos/testing-i686/PKGBUILD (from rev 156393, vino/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-17 20:41:36 UTC (rev 156394)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=vino
+pkgver=3.4.1
+pkgrel=1
+pkgdesc=a VNC server for the GNOME desktop
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libnotify' 'libxtst' 'libsm' 'libsoup' 'telepathy-glib' 'gtk3' 
'libgnome-keyring' 'avahi' 'desktop-file-utils')
+makedepends=('intltool' 'networkmanager')
+groups=('gnome-extra')
+url=http://www.gnome.org;
+options=(!emptydirs)
+install=vino.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('85011594e9b5c4c5449c049e7c3563538c7a80dafecbb5891720b22290b83cb8')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vino \
+  --localstatedir=/var \
+  --enable-gnome-keyring \
+  --enable-avahi \
+  --disable-http-server
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: testing-i686/vino.install
===
--- testing-i686/vino.install   2012-04-17 20:40:36 UTC (rev 156393)
+++ testing-i686/vino.install   2012-04-17 20:41:36 UTC (rev 156394)
@@ -1,18 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-}
-
-pre_upgrade() {
-  if (( $(vercmp $2 2.90.0)  0 )); then
-usr/sbin/gconfpkg --uninstall vino
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: vino/repos/testing-i686/vino.install (from rev 156393, 
vino/trunk/vino.install)
===
--- testing-i686/vino.install   (rev 0)
+++ testing-i686/vino.install   2012-04-17 20:41:36 UTC (rev 156394)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2012-04-17 20:40:36 UTC (rev 156393)
+++ testing-x86_64/PKGBUILD 2012-04-17 20:41:36 UTC (rev 156394)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-

[arch-commits] Commit in vino/repos (8 files)

2012-03-30 Thread Jan Steffens
Date: Friday, March 30, 2012 @ 08:42:19
  Author: heftig
Revision: 154610

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  vino/repos/gnome-unstable-i686/PKGBUILD
(from rev 154609, vino/trunk/PKGBUILD)
  vino/repos/gnome-unstable-i686/vino.install
(from rev 154609, vino/trunk/vino.install)
  vino/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 154609, vino/trunk/PKGBUILD)
  vino/repos/gnome-unstable-x86_64/vino.install
(from rev 154609, vino/trunk/vino.install)
Deleted:
  vino/repos/gnome-unstable-i686/PKGBUILD
  vino/repos/gnome-unstable-i686/vino.install
  vino/repos/gnome-unstable-x86_64/PKGBUILD
  vino/repos/gnome-unstable-x86_64/vino.install

+
 gnome-unstable-i686/PKGBUILD   |   68 +--
 gnome-unstable-i686/vino.install   |   36 +-
 gnome-unstable-x86_64/PKGBUILD |   68 +--
 gnome-unstable-x86_64/vino.install |   36 +-
 4 files changed, 104 insertions(+), 104 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-03-30 12:41:29 UTC (rev 154609)
+++ gnome-unstable-i686/PKGBUILD2012-03-30 12:42:19 UTC (rev 154610)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=vino
-pkgver=3.3.3
-pkgrel=1
-pkgdesc=a VNC server for the GNOME desktop
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libnotify' 'libxtst' 'libsm' 'libsoup' 'telepathy-glib' 'gtk3' 
'libgnome-keyring' 'avahi' 'desktop-file-utils')
-makedepends=('intltool' 'networkmanager')
-groups=('gnome-extra')
-url=http://www.gnome.org;
-options=(!emptydirs)
-install=vino.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ed17bbe5720e7c463d7ba648a48d860a39f9de464088cae486ed20b69576ab1c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vino \
-  --localstatedir=/var \
-  --enable-gnome-keyring \
-  --enable-avahi \
-  --disable-http-server
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: vino/repos/gnome-unstable-i686/PKGBUILD (from rev 154609, 
vino/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-30 12:42:19 UTC (rev 154610)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=vino
+pkgver=3.4.0
+pkgrel=1
+pkgdesc=a VNC server for the GNOME desktop
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libnotify' 'libxtst' 'libsm' 'libsoup' 'telepathy-glib' 'gtk3' 
'libgnome-keyring' 'avahi' 'desktop-file-utils')
+makedepends=('intltool' 'networkmanager')
+groups=('gnome-extra')
+url=http://www.gnome.org;
+options=(!emptydirs)
+install=vino.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a6b5c3bc185d29ff9861c3519b97973321d1465c8f9e5aa7f93f007cac9d67da')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vino \
+  --localstatedir=/var \
+  --enable-gnome-keyring \
+  --enable-avahi \
+  --disable-http-server
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: gnome-unstable-i686/vino.install
===
--- gnome-unstable-i686/vino.install2012-03-30 12:41:29 UTC (rev 154609)
+++ gnome-unstable-i686/vino.install2012-03-30 12:42:19 UTC (rev 154610)
@@ -1,18 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-}
-
-pre_upgrade() {
-  if (( $(vercmp $2 2.90.0)  0 )); then
-usr/sbin/gconfpkg --uninstall vino
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: vino/repos/gnome-unstable-i686/vino.install (from rev 154609, 
vino/trunk/vino.install)
===
--- gnome-unstable-i686/vino.install(rev 0)
+++ gnome-unstable-i686/vino.install2012-03-30 12:42:19 UTC (rev 154610)
@@ -0,0 +1,18 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0)  0 )); then
+usr/sbin/gconfpkg --uninstall vino
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD

[arch-commits] Commit in vino/repos (8 files)

2011-09-27 Thread Ionut Biru
Date: Tuesday, September 27, 2011 @ 14:00:29
  Author: ibiru
Revision: 138727

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  vino/repos/gnome-unstable-i686/PKGBUILD
(from rev 138726, vino/trunk/PKGBUILD)
  vino/repos/gnome-unstable-i686/vino.install
(from rev 138726, vino/trunk/vino.install)
  vino/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 138726, vino/trunk/PKGBUILD)
  vino/repos/gnome-unstable-x86_64/vino.install
(from rev 138726, vino/trunk/vino.install)
Deleted:
  vino/repos/gnome-unstable-i686/PKGBUILD
  vino/repos/gnome-unstable-i686/vino.install
  vino/repos/gnome-unstable-x86_64/PKGBUILD
  vino/repos/gnome-unstable-x86_64/vino.install

+
 gnome-unstable-i686/PKGBUILD   |   65 +--
 gnome-unstable-i686/vino.install   |   36 +--
 gnome-unstable-x86_64/PKGBUILD |   65 +--
 gnome-unstable-x86_64/vino.install |   36 +--
 4 files changed, 102 insertions(+), 100 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2011-09-27 17:59:18 UTC (rev 138726)
+++ gnome-unstable-i686/PKGBUILD2011-09-27 18:00:29 UTC (rev 138727)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=vino
-pkgver=3.1.91
-pkgrel=1
-pkgdesc=a VNC server for the GNOME desktop
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libnotify' 'libxtst' 'libsm' 'libsoup' 'telepathy-glib' 'gtk3' 
'libgnome-keyring' 'avahi' 'desktop-file-utils')
-makedepends=('intltool' 'networkmanager')
-groups=('gnome-extra')
-url=http://www.gnome.org;
-options=(!emptydirs)
-install=vino.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('07f841812c9b30722374693b6e28c0dea34b1037b2afeefd5873394bf3a6001c')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vino \
-  --localstatedir=/var \
-  --enable-gnome-keyring \
-  --enable-avahi
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: vino/repos/gnome-unstable-i686/PKGBUILD (from rev 138726, 
vino/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2011-09-27 18:00:29 UTC (rev 138727)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=vino
+pkgver=3.2.0
+pkgrel=1
+pkgdesc=a VNC server for the GNOME desktop
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libnotify' 'libxtst' 'libsm' 'libsoup' 'telepathy-glib' 'gtk3' 
'libgnome-keyring' 'avahi' 'desktop-file-utils')
+makedepends=('intltool' 'networkmanager')
+groups=('gnome-extra')
+url=http://www.gnome.org;
+options=(!emptydirs)
+install=vino.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('2b22737aa84c15b07815d47392f9a6ef4cf6f9410cf7024bbae538496e2eda37')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vino \
+  --localstatedir=/var \
+  --enable-gnome-keyring \
+  --enable-avahi \
+  --disable-http-server
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: gnome-unstable-i686/vino.install
===
--- gnome-unstable-i686/vino.install2011-09-27 17:59:18 UTC (rev 138726)
+++ gnome-unstable-i686/vino.install2011-09-27 18:00:29 UTC (rev 138727)
@@ -1,18 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-}
-
-pre_upgrade() {
-  if (( $(vercmp $2 2.90.0)  0 )); then
-usr/sbin/gconfpkg --uninstall vino
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: vino/repos/gnome-unstable-i686/vino.install (from rev 138726, 
vino/trunk/vino.install)
===
--- gnome-unstable-i686/vino.install(rev 0)
+++ gnome-unstable-i686/vino.install2011-09-27 18:00:29 UTC (rev 138727)
@@ -0,0 +1,18 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0)  0 )); then
+usr/sbin/gconfpkg --uninstall vino
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2011-09-27 17:59:18 UTC (rev 138726)

[arch-commits] Commit in vino/repos (8 files)

2011-09-05 Thread Jan Steffens
Date: Monday, September 5, 2011 @ 13:54:42
  Author: heftig
Revision: 137043

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  vino/repos/gnome-unstable-i686/PKGBUILD
(from rev 137042, vino/trunk/PKGBUILD)
  vino/repos/gnome-unstable-i686/vino.install
(from rev 137042, vino/trunk/vino.install)
  vino/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 137042, vino/trunk/PKGBUILD)
  vino/repos/gnome-unstable-x86_64/vino.install
(from rev 137042, vino/trunk/vino.install)
Deleted:
  vino/repos/gnome-unstable-i686/PKGBUILD
  vino/repos/gnome-unstable-i686/vino.install
  vino/repos/gnome-unstable-x86_64/PKGBUILD
  vino/repos/gnome-unstable-x86_64/vino.install

+
 gnome-unstable-i686/PKGBUILD   |   64 +--
 gnome-unstable-i686/vino.install   |   36 +--
 gnome-unstable-x86_64/PKGBUILD |   64 +--
 gnome-unstable-x86_64/vino.install |   36 +--
 4 files changed, 100 insertions(+), 100 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2011-09-05 17:49:53 UTC (rev 137042)
+++ gnome-unstable-i686/PKGBUILD2011-09-05 17:54:42 UTC (rev 137043)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot j...@archlinux.org
-
-pkgname=vino
-pkgver=3.1.90
-pkgrel=1
-pkgdesc=a VNC server for the GNOME desktop
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libnotify' 'libxtst' 'libsm' 'libsoup' 'telepathy-glib' 'gtk3' 
'libgnome-keyring' 'avahi' 'desktop-file-utils')
-makedepends=('intltool' 'networkmanager')
-groups=('gnome-extra')
-url=http://www.gnome.org;
-options=(!emptydirs)
-install=vino.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('155048c8240aaa2c66f054dbf2eb0d9d730ce0cc669fbbee85d01cfa2ea1c948')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/vino \
-  --localstatedir=/var \
-  --enable-gnome-keyring \
-  --enable-avahi
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: vino/repos/gnome-unstable-i686/PKGBUILD (from rev 137042, 
vino/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2011-09-05 17:54:42 UTC (rev 137043)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=vino
+pkgver=3.1.91
+pkgrel=1
+pkgdesc=a VNC server for the GNOME desktop
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libnotify' 'libxtst' 'libsm' 'libsoup' 'telepathy-glib' 'gtk3' 
'libgnome-keyring' 'avahi' 'desktop-file-utils')
+makedepends=('intltool' 'networkmanager')
+groups=('gnome-extra')
+url=http://www.gnome.org;
+options=(!emptydirs)
+install=vino.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('07f841812c9b30722374693b6e28c0dea34b1037b2afeefd5873394bf3a6001c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/vino \
+  --localstatedir=/var \
+  --enable-gnome-keyring \
+  --enable-avahi
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: gnome-unstable-i686/vino.install
===
--- gnome-unstable-i686/vino.install2011-09-05 17:49:53 UTC (rev 137042)
+++ gnome-unstable-i686/vino.install2011-09-05 17:54:42 UTC (rev 137043)
@@ -1,18 +0,0 @@
-post_install() {
-  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-}
-
-pre_upgrade() {
-  if (( $(vercmp $2 2.90.0)  0 )); then
-usr/sbin/gconfpkg --uninstall vino
-  fi
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: vino/repos/gnome-unstable-i686/vino.install (from rev 137042, 
vino/trunk/vino.install)
===
--- gnome-unstable-i686/vino.install(rev 0)
+++ gnome-unstable-i686/vino.install2011-09-05 17:54:42 UTC (rev 137043)
@@ -0,0 +1,18 @@
+post_install() {
+  usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0)  0 )); then
+usr/sbin/gconfpkg --uninstall vino
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2011-09-05 17:49:53 UTC (rev 137042)
+++