[arch-commits] Commit in vino/repos (6 files)
Jan de Groot
jgc at archlinux.org
Wed Oct 3 13:54:16 UTC 2012
Date: Wednesday, October 3, 2012 @ 09:54:15
Author: jgc
Revision: 167742
archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64
Added:
vino/repos/gnome-unstable-i686/
vino/repos/gnome-unstable-i686/PKGBUILD
(from rev 167741, vino/trunk/PKGBUILD)
vino/repos/gnome-unstable-i686/vino.install
(from rev 167741, vino/trunk/vino.install)
vino/repos/gnome-unstable-x86_64/
vino/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 167741, vino/trunk/PKGBUILD)
vino/repos/gnome-unstable-x86_64/vino.install
(from rev 167741, vino/trunk/vino.install)
------------------------------------+
gnome-unstable-i686/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
gnome-unstable-i686/vino.install | 12 ++++++++++++
gnome-unstable-x86_64/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
gnome-unstable-x86_64/vino.install | 12 ++++++++++++
4 files changed, 92 insertions(+)
Copied: vino/repos/gnome-unstable-i686/PKGBUILD (from rev 167741, vino/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2012-10-03 13:54:15 UTC (rev 167742)
@@ -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.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/vino.install (from rev 167741, vino/trunk/vino.install)
===================================================================
--- gnome-unstable-i686/vino.install (rev 0)
+++ gnome-unstable-i686/vino.install 2012-10-03 13:54:15 UTC (rev 167742)
@@ -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/gnome-unstable-x86_64/PKGBUILD (from rev 167741, vino/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2012-10-03 13:54:15 UTC (rev 167742)
@@ -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.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-x86_64/vino.install (from rev 167741, vino/trunk/vino.install)
===================================================================
--- gnome-unstable-x86_64/vino.install (rev 0)
+++ gnome-unstable-x86_64/vino.install 2012-10-03 13:54:15 UTC (rev 167742)
@@ -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
+}
More information about the arch-commits
mailing list