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

Jan Steffens heftig at archlinux.org
Sat Apr 22 12:58:38 UTC 2017


    Date: Saturday, April 22, 2017 @ 12:58:37
  Author: heftig
Revision: 293913

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  vino/repos/testing-i686/
  vino/repos/testing-i686/PKGBUILD
    (from rev 293912, vino/trunk/PKGBUILD)
  vino/repos/testing-x86_64/
  vino/repos/testing-x86_64/PKGBUILD
    (from rev 293912, vino/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   48 ++++++++++++++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   48 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 96 insertions(+)

Copied: vino/repos/testing-i686/PKGBUILD (from rev 293912, vino/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-04-22 12:58:37 UTC (rev 293913)
@@ -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+3+g67773d0
+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=67773d0842f546dbfde5ce0d9028f57673459b43  # 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/testing-x86_64/PKGBUILD (from rev 293912, vino/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-04-22 12:58:37 UTC (rev 293913)
@@ -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+3+g67773d0
+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=67773d0842f546dbfde5ce0d9028f57673459b43  # 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