[arch-commits] Commit in gnome-boxes/repos (6 files)

Balló György bgyorgy at archlinux.org
Fri Sep 26 21:39:56 UTC 2014


    Date: Friday, September 26, 2014 @ 23:39:56
  Author: bgyorgy
Revision: 119633

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

Added:
  gnome-boxes/repos/community-testing-i686/
  gnome-boxes/repos/community-testing-i686/PKGBUILD
    (from rev 119632, gnome-boxes/trunk/PKGBUILD)
  gnome-boxes/repos/community-testing-i686/gnome-boxes.install
    (from rev 119632, gnome-boxes/trunk/gnome-boxes.install)
  gnome-boxes/repos/community-testing-x86_64/
  gnome-boxes/repos/community-testing-x86_64/PKGBUILD
    (from rev 119632, gnome-boxes/trunk/PKGBUILD)
  gnome-boxes/repos/community-testing-x86_64/gnome-boxes.install
    (from rev 119632, gnome-boxes/trunk/gnome-boxes.install)

----------------------------------------------+
 community-testing-i686/PKGBUILD              |   30 +++++++++++++++++++++++++
 community-testing-i686/gnome-boxes.install   |   12 ++++++++++
 community-testing-x86_64/PKGBUILD            |   30 +++++++++++++++++++++++++
 community-testing-x86_64/gnome-boxes.install |   12 ++++++++++
 4 files changed, 84 insertions(+)

Copied: gnome-boxes/repos/community-testing-i686/PKGBUILD (from rev 119632, gnome-boxes/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2014-09-26 21:39:56 UTC (rev 119633)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Stefano Facchini <stefano.facchini at gmail.com>
+
+pkgname=gnome-boxes
+pkgver=3.14.0
+pkgrel=1
+pkgdesc="Simple GNOME 3 application to access remote or virtual systems"
+arch=('i686' 'x86_64')
+url="https://wiki.gnome.org/Apps/Boxes"
+license=('LGPL')
+depends=('clutter-gtk' 'gtk-vnc' 'libarchive' 'libosinfo' 'libsoup' 'libvirt-glib'
+         'spice-gtk3' 'libtracker-sparql' 'qemu' 'cdrkit' 'mtools' 'dconf'
+         'gnome-themes-standard')
+makedepends=('gobject-introspection' 'intltool' 'itstool' 'spice-protocol' 'vala')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('97d3543b3686737246b4b5791ad70b5358a299050ad9e58ae708a123c142945d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
+              --disable-static --disable-schemas-compile --enable-smartcard
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-boxes/repos/community-testing-i686/gnome-boxes.install (from rev 119632, gnome-boxes/trunk/gnome-boxes.install)
===================================================================
--- community-testing-i686/gnome-boxes.install	                        (rev 0)
+++ community-testing-i686/gnome-boxes.install	2014-09-26 21:39:56 UTC (rev 119633)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gnome-boxes/repos/community-testing-x86_64/PKGBUILD (from rev 119632, gnome-boxes/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2014-09-26 21:39:56 UTC (rev 119633)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Stefano Facchini <stefano.facchini at gmail.com>
+
+pkgname=gnome-boxes
+pkgver=3.14.0
+pkgrel=1
+pkgdesc="Simple GNOME 3 application to access remote or virtual systems"
+arch=('i686' 'x86_64')
+url="https://wiki.gnome.org/Apps/Boxes"
+license=('LGPL')
+depends=('clutter-gtk' 'gtk-vnc' 'libarchive' 'libosinfo' 'libsoup' 'libvirt-glib'
+         'spice-gtk3' 'libtracker-sparql' 'qemu' 'cdrkit' 'mtools' 'dconf'
+         'gnome-themes-standard')
+makedepends=('gobject-introspection' 'intltool' 'itstool' 'spice-protocol' 'vala')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('97d3543b3686737246b4b5791ad70b5358a299050ad9e58ae708a123c142945d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
+              --disable-static --disable-schemas-compile --enable-smartcard
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-boxes/repos/community-testing-x86_64/gnome-boxes.install (from rev 119632, gnome-boxes/trunk/gnome-boxes.install)
===================================================================
--- community-testing-x86_64/gnome-boxes.install	                        (rev 0)
+++ community-testing-x86_64/gnome-boxes.install	2014-09-26 21:39:56 UTC (rev 119633)
@@ -0,0 +1,12 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list