Date: Wednesday, April 16, 2014 @ 01:23:01 Author: bgyorgy Revision: 109557
Move gnome-boxes from unsupported with 146 votes And its libosinfo depencency with 82 votes. Added: gnome-boxes/ gnome-boxes/trunk/ gnome-boxes/trunk/PKGBUILD gnome-boxes/trunk/gnome-boxes.install libosinfo/ libosinfo/trunk/ libosinfo/trunk/PKGBUILD ---------------------------------------+ gnome-boxes/trunk/PKGBUILD | 30 ++++++++++++++++++++++++++ gnome-boxes/trunk/gnome-boxes.install | 12 ++++++++++ libosinfo/trunk/PKGBUILD | 36 ++++++++++++++++++++++++++++++++ 3 files changed, 78 insertions(+) Added: gnome-boxes/trunk/PKGBUILD =================================================================== --- gnome-boxes/trunk/PKGBUILD (rev 0) +++ gnome-boxes/trunk/PKGBUILD 2014-04-15 23:23:01 UTC (rev 109557) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Balló György <ballogyor+arch at gmail dot com> +# Contributor: Stefano Facchini <[email protected]> + +pkgname=gnome-boxes +pkgver=3.12.1 +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' '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) +sha256sums=('b5e27756a9c485ce2dea3f8eae867b6c7be70862b16cc44f9b55d86dd633bb83') + +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 +} Property changes on: gnome-boxes/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Added: gnome-boxes/trunk/gnome-boxes.install =================================================================== --- gnome-boxes/trunk/gnome-boxes.install (rev 0) +++ gnome-boxes/trunk/gnome-boxes.install 2014-04-15 23:23:01 UTC (rev 109557) @@ -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 +} Added: libosinfo/trunk/PKGBUILD =================================================================== --- libosinfo/trunk/PKGBUILD (rev 0) +++ libosinfo/trunk/PKGBUILD 2014-04-15 23:23:01 UTC (rev 109557) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Balló György <ballogyor+arch at gmail dot com> +# Contributor: Stefano Facchini <[email protected]> + +pkgname=libosinfo +pkgver=0.2.10 +pkgrel=2 +pkgdesc="GObject based library API for managing information about operating systems, hypervisors and the (virtual) hardware devices they can support" +arch=('i686' 'x86_64') +url="http://libosinfo.org/" +license=('GPL' 'LGPL') +depends=('glib2' 'libxslt') +makedepends=('check' 'gobject-introspection' 'intltool' 'libsoup' 'vala') +options=('!libtool') +source=(https://fedorahosted.org/releases/l/i/$pkgname/$pkgname-$pkgver.tar.gz) +sha256sums=('564bd487a39dc09a10917c1d7a95f739ee7701d9cd0fbabcacea64f615e20a2d') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ + --disable-static --enable-udev \ + --with-udev-rulesdir=/usr/lib/udev/rules.d \ + --with-usb-ids-path=/usr/share/hwdata/usb.ids \ + --with-pci-ids-path=/usr/share/hwdata/pci.ids + make +} + +check() { + cd $pkgname-$pkgver + make check +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Property changes on: libosinfo/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
