summaryrefslogtreecommitdiff
path: root/pcr/gnome-boxes
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-30 03:34:59 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-30 03:34:59 +0000
commit53db844f5c8c3d0a6752bb40f65c613020084541 (patch)
treed910e83c076bbb5d07951bceaf8570aa2bcdea90 /pcr/gnome-boxes
parentce34930a04e783323d0a92208729b9e5fa1994c5 (diff)
Mon Dec 30 03:31:50 UTC 2013
Diffstat (limited to 'pcr/gnome-boxes')
-rw-r--r--pcr/gnome-boxes/PKGBUILD33
-rw-r--r--pcr/gnome-boxes/gnome-boxes.install13
2 files changed, 0 insertions, 46 deletions
diff --git a/pcr/gnome-boxes/PKGBUILD b/pcr/gnome-boxes/PKGBUILD
deleted file mode 100644
index 0ac23a06b..000000000
--- a/pcr/gnome-boxes/PKGBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# Contributor: Stefano Facchini <stefano.facchini@gmail.com>
-# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres <aurelien@cwb.io>
-
-pkgname=gnome-boxes
-pkgver=3.6.1
-pkgrel=2
-pkgdesc="A simple GNOME 3 application to access remote or virtual systems"
-arch=('i686' 'x86_64')
-url="http://live.gnome.org/Boxes"
-license=('LGPL2.1')
-depends=('gtk3' 'clutter-gtk' 'spice-gtk3' 'libvirt-glib' 'tracker'
- 'gtk-vnc' 'udev' 'libosinfo' 'dconf' 'hicolor-icon-theme'
- 'desktop-file-utils' 'shared-mime-info')
-optdepends=('qemu-kvm-spice: to create new VMs')
-makedepends=('intltool')
-install=gnome-boxes.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('fc6ffd0b3886e2da917abdb63470ab9869eef168c002461b9f02ce5aec5383ba')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure --prefix=/usr --libexec=/usr/lib/gnome-boxes
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:
-sha256sums=('fc6ffd0b3886e2da917abdb63470ab9869eef168c002461b9f02ce5aec5383ba')
diff --git a/pcr/gnome-boxes/gnome-boxes.install b/pcr/gnome-boxes/gnome-boxes.install
deleted file mode 100644
index 2b172e29c..000000000
--- a/pcr/gnome-boxes/gnome-boxes.install
+++ /dev/null
@@ -1,13 +0,0 @@
-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
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}