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

Jan de Groot jgc at archlinux.org
Tue Sep 23 09:27:44 UTC 2014


    Date: Tuesday, September 23, 2014 @ 11:27:44
  Author: jgc
Revision: 222833

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  vino/repos/gnome-unstable-i686/PKGBUILD
    (from rev 222832, vino/trunk/PKGBUILD)
  vino/repos/gnome-unstable-i686/vino.install
    (from rev 222832, vino/trunk/vino.install)
  vino/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 222832, vino/trunk/PKGBUILD)
  vino/repos/gnome-unstable-x86_64/vino.install
    (from rev 222832, vino/trunk/vino.install)
Deleted:
  vino/repos/gnome-unstable-i686/PKGBUILD
  vino/repos/gnome-unstable-i686/vino.install
  vino/repos/gnome-unstable-x86_64/PKGBUILD
  vino/repos/gnome-unstable-x86_64/vino.install

------------------------------------+
 /PKGBUILD                          |   74 +++++++++++++++++++++++++++++++++++
 /vino.install                      |   24 +++++++++++
 gnome-unstable-i686/PKGBUILD       |   37 -----------------
 gnome-unstable-i686/vino.install   |   12 -----
 gnome-unstable-x86_64/PKGBUILD     |   37 -----------------
 gnome-unstable-x86_64/vino.install |   12 -----
 6 files changed, 98 insertions(+), 98 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD	2014-09-23 09:27:35 UTC (rev 222832)
+++ gnome-unstable-i686/PKGBUILD	2014-09-23 09:27:44 UTC (rev 222833)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=vino
-pkgver=3.13.90
-pkgrel=1
-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=('f9ac4b6aeeb20ed54a7486a4970e03aa781fe7c12be60d3352bdbadea3cd9204')
-
-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/gnome-unstable-i686/PKGBUILD (from rev 222832, vino/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2014-09-23 09:27:44 UTC (rev 222833)
@@ -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.14.0
+pkgrel=1
+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=('8faf864009e697e8652e4833150eaaba3da6c5a85f9f95886a5b76b00e5a9c1b')
+
+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
+}

Deleted: gnome-unstable-i686/vino.install
===================================================================
--- gnome-unstable-i686/vino.install	2014-09-23 09:27:35 UTC (rev 222832)
+++ gnome-unstable-i686/vino.install	2014-09-23 09:27:44 UTC (rev 222833)
@@ -1,12 +0,0 @@
-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-i686/vino.install (from rev 222832, vino/trunk/vino.install)
===================================================================
--- gnome-unstable-i686/vino.install	                        (rev 0)
+++ gnome-unstable-i686/vino.install	2014-09-23 09:27:44 UTC (rev 222833)
@@ -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
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	2014-09-23 09:27:35 UTC (rev 222832)
+++ gnome-unstable-x86_64/PKGBUILD	2014-09-23 09:27:44 UTC (rev 222833)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=vino
-pkgver=3.13.90
-pkgrel=1
-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=('f9ac4b6aeeb20ed54a7486a4970e03aa781fe7c12be60d3352bdbadea3cd9204')
-
-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/gnome-unstable-x86_64/PKGBUILD (from rev 222832, vino/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2014-09-23 09:27:44 UTC (rev 222833)
@@ -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.14.0
+pkgrel=1
+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=('8faf864009e697e8652e4833150eaaba3da6c5a85f9f95886a5b76b00e5a9c1b')
+
+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
+}

Deleted: gnome-unstable-x86_64/vino.install
===================================================================
--- gnome-unstable-x86_64/vino.install	2014-09-23 09:27:35 UTC (rev 222832)
+++ gnome-unstable-x86_64/vino.install	2014-09-23 09:27:44 UTC (rev 222833)
@@ -1,12 +0,0 @@
-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/vino.install (from rev 222832, vino/trunk/vino.install)
===================================================================
--- gnome-unstable-x86_64/vino.install	                        (rev 0)
+++ gnome-unstable-x86_64/vino.install	2014-09-23 09:27:44 UTC (rev 222833)
@@ -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