[arch-commits] Commit in vino/repos (4 files)
Ionut Biru
ibiru at archlinux.org
Wed Sep 28 19:33:33 UTC 2011
Date: Wednesday, September 28, 2011 @ 15:33:32
Author: ibiru
Revision: 139074
db-move: moved vino from [gnome-unstable] to [testing] (i686)
Added:
vino/repos/testing-i686/
vino/repos/testing-i686/PKGBUILD
(from rev 138832, vino/repos/gnome-unstable-i686/PKGBUILD)
vino/repos/testing-i686/vino.install
(from rev 138832, vino/repos/gnome-unstable-i686/vino.install)
Deleted:
vino/repos/gnome-unstable-i686/
--------------+
PKGBUILD | 33 +++++++++++++++++++++++++++++++++
vino.install | 18 ++++++++++++++++++
2 files changed, 51 insertions(+)
Copied: vino/repos/testing-i686/PKGBUILD (from rev 138832, vino/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2011-09-28 19:33:32 UTC (rev 139074)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at 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
+}
Copied: vino/repos/testing-i686/vino.install (from rev 138832, vino/repos/gnome-unstable-i686/vino.install)
===================================================================
--- testing-i686/vino.install (rev 0)
+++ testing-i686/vino.install 2011-09-28 19:33:32 UTC (rev 139074)
@@ -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