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

Jan Steffens heftig at archlinux.org
Sun Apr 1 11:37:45 UTC 2012


    Date: Sunday, April 1, 2012 @ 07:37:45
  Author: heftig
Revision: 155285

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

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

--------------+
 PKGBUILD     |   34 ++++++++++++++++++++++++++++++++++
 vino.install |   18 ++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: vino/repos/testing-i686/PKGBUILD (from rev 155005, vino/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-04-01 11:37:45 UTC (rev 155285)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at 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/vino.install (from rev 155005, vino/repos/gnome-unstable-i686/vino.install)
===================================================================
--- testing-i686/vino.install	                        (rev 0)
+++ testing-i686/vino.install	2012-04-01 11:37:45 UTC (rev 155285)
@@ -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
+}




More information about the arch-commits mailing list