From e35a755e41dbe9b054844e9f184188239f600f08 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Thu, 8 May 2014 06:18:07 -0300 Subject: gnome-boxes-libre: move from [pcr] to [libre] --- libre/gnome-boxes-libre/PKGBUILD | 48 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 libre/gnome-boxes-libre/PKGBUILD (limited to 'libre/gnome-boxes-libre/PKGBUILD') diff --git a/libre/gnome-boxes-libre/PKGBUILD b/libre/gnome-boxes-libre/PKGBUILD new file mode 100644 index 000000000..2fb7377d7 --- /dev/null +++ b/libre/gnome-boxes-libre/PKGBUILD @@ -0,0 +1,48 @@ +# $Id: PKGBUILD 109557 2014-04-15 23:23:01Z bgyorgy $ +# Maintainer: Balló György +# Contributor: Stefano Facchini +# Maintainer (Parabola): André Silva +# Contributor (Parabola): Daniel Milewski + +_pkgname=gnome-boxes +pkgname=gnome-libre +pkgver=3.12.1 +pkgrel=1 +pkgdesc="Simple GNOME 3 application to access remote or virtual systems, without nonfree system logos" +arch=('i686' 'x86_64') +url="https://wiki.gnome.org/Apps/Boxes" +license=('LGPL') +provides=$_pkgname=$pkgver +conflicts=$_pkgname +replaces=$_pkgname +depends=('clutter-gtk' 'gtk-vnc' 'libosinfo' 'libsoup' 'libvirt-glib' 'spice-gtk3' + 'libtracker-sparql' 'qemu' 'cdrkit' 'libcdio' 'mtools' 'dconf' + 'gnome-icon-theme' '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 + libre.patch) +sha256sums=('b5e27756a9c485ce2dea3f8eae867b6c7be70862b16cc44f9b55d86dd633bb83' + '2a93935ba94b9f327645a92f11d1a3d23cbeab8e5c800e414c6762181f51d4c0') + +prepare() { + cd $_pkgname-$pkgver + + patch -Np1 -i "$srcdir/libre.patch" + + cd help/es + intltool-update es.po + msgattrib --no-obsolete -o es.po es.po +} + +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 +} -- cgit v1.2.3-54-g00ecf