[arch-commits] Commit in vino/repos (4 files)
Jan Steffens
heftig at archlinux.org
Wed Sep 20 19:50:27 UTC 2017
Date: Wednesday, September 20, 2017 @ 19:50:26
Author: heftig
Revision: 305967
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 305966, vino/trunk/PKGBUILD)
vino/repos/gnome-unstable-x86_64/
vino/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 305966, vino/trunk/PKGBUILD)
--------------------------------+
gnome-unstable-i686/PKGBUILD | 48 +++++++++++++++++++++++++++++++++++++++
gnome-unstable-x86_64/PKGBUILD | 48 +++++++++++++++++++++++++++++++++++++++
2 files changed, 96 insertions(+)
Copied: vino/repos/gnome-unstable-i686/PKGBUILD (from rev 305966, vino/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2017-09-20 19:50:26 UTC (rev 305967)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=vino
+pkgver=3.22.0+7+g74dd40f
+pkgrel=1
+pkgdesc="A VNC server for the GNOME desktop"
+url="https://wiki.gnome.org/Projects/Vino"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libnotify libxtst libsm telepathy-glib gtk3 libsecret avahi gnutls)
+makedepends=(intltool networkmanager gnome-common git)
+groups=(gnome)
+_commit=74dd40f2c218fbe51c915c8acf7987a2d507667c # master
+source=("git+https://git.gnome.org/browse/vino#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ # Fixup missing tag for pkgver()
+ git tag -f 3.22.0 2448f101df88d8f50c82b2969cd3cb4e9c755fc6
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+
+ ./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
+ make DESTDIR="$pkgdir" install
+}
Copied: vino/repos/gnome-unstable-x86_64/PKGBUILD (from rev 305966, vino/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2017-09-20 19:50:26 UTC (rev 305967)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=vino
+pkgver=3.22.0+7+g74dd40f
+pkgrel=1
+pkgdesc="A VNC server for the GNOME desktop"
+url="https://wiki.gnome.org/Projects/Vino"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(libnotify libxtst libsm telepathy-glib gtk3 libsecret avahi gnutls)
+makedepends=(intltool networkmanager gnome-common git)
+groups=(gnome)
+_commit=74dd40f2c218fbe51c915c8acf7987a2d507667c # master
+source=("git+https://git.gnome.org/browse/vino#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ # Fixup missing tag for pkgver()
+ git tag -f 3.22.0 2448f101df88d8f50c82b2969cd3cb4e9c755fc6
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+
+ ./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
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list