[arch-commits] Commit in vino/repos (6 files)
Felix Yan
fyan at archlinux.org
Fri Apr 10 12:47:44 UTC 2015
Date: Friday, April 10, 2015 @ 14:47:44
Author: fyan
Revision: 236042
archrelease: copy trunk to staging-i686, staging-x86_64
Added:
vino/repos/staging-i686/
vino/repos/staging-i686/PKGBUILD
(from rev 236041, vino/trunk/PKGBUILD)
vino/repos/staging-i686/vino.install
(from rev 236041, vino/trunk/vino.install)
vino/repos/staging-x86_64/
vino/repos/staging-x86_64/PKGBUILD
(from rev 236041, vino/trunk/PKGBUILD)
vino/repos/staging-x86_64/vino.install
(from rev 236041, vino/trunk/vino.install)
-----------------------------+
staging-i686/PKGBUILD | 37 +++++++++++++++++++++++++++++++++++++
staging-i686/vino.install | 12 ++++++++++++
staging-x86_64/PKGBUILD | 37 +++++++++++++++++++++++++++++++++++++
staging-x86_64/vino.install | 12 ++++++++++++
4 files changed, 98 insertions(+)
Copied: vino/repos/staging-i686/PKGBUILD (from rev 236041, vino/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD (rev 0)
+++ staging-i686/PKGBUILD 2015-04-10 12:47:44 UTC (rev 236042)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=vino
+pkgver=3.16.0
+pkgrel=2
+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/staging-i686/vino.install (from rev 236041, vino/trunk/vino.install)
===================================================================
--- staging-i686/vino.install (rev 0)
+++ staging-i686/vino.install 2015-04-10 12:47:44 UTC (rev 236042)
@@ -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/staging-x86_64/PKGBUILD (from rev 236041, vino/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-04-10 12:47:44 UTC (rev 236042)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=vino
+pkgver=3.16.0
+pkgrel=2
+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/staging-x86_64/vino.install (from rev 236041, vino/trunk/vino.install)
===================================================================
--- staging-x86_64/vino.install (rev 0)
+++ staging-x86_64/vino.install 2015-04-10 12:47:44 UTC (rev 236042)
@@ -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