[arch-commits] Commit in vinagre/repos (8 files)
Jan de Groot
jgc at archlinux.org
Wed Mar 25 15:34:16 UTC 2015
Date: Wednesday, March 25, 2015 @ 16:34:16
Author: jgc
Revision: 234792
db-move: moved vinagre from [gnome-unstable] to [testing] (i686, x86_64)
Added:
vinagre/repos/testing-i686/
vinagre/repos/testing-i686/PKGBUILD
(from rev 234786, vinagre/repos/gnome-unstable-i686/PKGBUILD)
vinagre/repos/testing-i686/vinagre.install
(from rev 234786, vinagre/repos/gnome-unstable-i686/vinagre.install)
vinagre/repos/testing-x86_64/
vinagre/repos/testing-x86_64/PKGBUILD
(from rev 234786, vinagre/repos/gnome-unstable-x86_64/PKGBUILD)
vinagre/repos/testing-x86_64/vinagre.install
(from rev 234786, vinagre/repos/gnome-unstable-x86_64/vinagre.install)
Deleted:
vinagre/repos/gnome-unstable-i686/
vinagre/repos/gnome-unstable-x86_64/
--------------------------------+
testing-i686/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
testing-i686/vinagre.install | 14 ++++++++++++++
testing-x86_64/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
testing-x86_64/vinagre.install | 14 ++++++++++++++
4 files changed, 96 insertions(+)
Copied: vinagre/repos/testing-i686/PKGBUILD (from rev 234786, vinagre/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2015-03-25 15:34:16 UTC (rev 234792)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Allan McRae <mcrae_allan at hotmail.com>
+# Contributor: lp76 <l.peduto at gmail.com>
+
+pkgname=vinagre
+pkgver=3.16.0
+pkgrel=1
+pkgdesc="A VNC Client for the GNOME Desktop"
+arch=(i686 x86_64)
+license=(GPL)
+url="http://www.gnome.org/projects/vinagre/"
+install=vinagre.install
+depends=(libsecret gtk-vnc vte3 telepathy-glib avahi desktop-file-utils dconf shared-mime-info
+ spice-gtk3 gnutls freerdp)
+optdepends=('openssh: SSH plugin')
+makedepends=(docbook-xsl intltool openssh itstool spice-protocol)
+groups=(gnome-extra)
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('93d79e18e71509647fe4bc00a0dcef5382b2e3a79c39d2b18a91334195995c34')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --libexecdir=/usr/lib/$pkgname --enable-rdp --enable-spice
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Copied: vinagre/repos/testing-i686/vinagre.install (from rev 234786, vinagre/repos/gnome-unstable-i686/vinagre.install)
===================================================================
--- testing-i686/vinagre.install (rev 0)
+++ testing-i686/vinagre.install 2015-03-25 15:34:16 UTC (rev 234792)
@@ -0,0 +1,14 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+ update-mime-database usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Copied: vinagre/repos/testing-x86_64/PKGBUILD (from rev 234786, vinagre/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-03-25 15:34:16 UTC (rev 234792)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Allan McRae <mcrae_allan at hotmail.com>
+# Contributor: lp76 <l.peduto at gmail.com>
+
+pkgname=vinagre
+pkgver=3.16.0
+pkgrel=1
+pkgdesc="A VNC Client for the GNOME Desktop"
+arch=(i686 x86_64)
+license=(GPL)
+url="http://www.gnome.org/projects/vinagre/"
+install=vinagre.install
+depends=(libsecret gtk-vnc vte3 telepathy-glib avahi desktop-file-utils dconf shared-mime-info
+ spice-gtk3 gnutls freerdp)
+optdepends=('openssh: SSH plugin')
+makedepends=(docbook-xsl intltool openssh itstool spice-protocol)
+groups=(gnome-extra)
+options=('!emptydirs')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('93d79e18e71509647fe4bc00a0dcef5382b2e3a79c39d2b18a91334195995c34')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --libexecdir=/usr/lib/$pkgname --enable-rdp --enable-spice
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Copied: vinagre/repos/testing-x86_64/vinagre.install (from rev 234786, vinagre/repos/gnome-unstable-x86_64/vinagre.install)
===================================================================
--- testing-x86_64/vinagre.install (rev 0)
+++ testing-x86_64/vinagre.install 2015-03-25 15:34:16 UTC (rev 234792)
@@ -0,0 +1,14 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+ update-mime-database usr/share/mime > /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list