summaryrefslogtreecommitdiff
path: root/libre/gnome-boxes
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-05-10 11:11:38 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-05-10 11:11:38 -0500
commit3b96b9eee4baccfa6c2d3bd10157d44ca19f121a (patch)
tree1bb03d94297b66440fe3b48cc62f6a60925309a5 /libre/gnome-boxes
parent79fafb8d4d4c64895c7417877df36d2f43465220 (diff)
gnome-boxes-3.20.2-1.parabola1: updating version
Diffstat (limited to 'libre/gnome-boxes')
-rw-r--r--libre/gnome-boxes/PKGBUILD5
-rw-r--r--libre/gnome-boxes/gnome-boxes.install12
2 files changed, 2 insertions, 15 deletions
diff --git a/libre/gnome-boxes/PKGBUILD b/libre/gnome-boxes/PKGBUILD
index 6dcc2c57e..bf6a48e33 100644
--- a/libre/gnome-boxes/PKGBUILD
+++ b/libre/gnome-boxes/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Daniel Milewski <niitotantei@gmail.com>
pkgname=gnome-boxes
-pkgver=3.20.0
+pkgver=3.20.2
pkgrel=1.parabola1
pkgdesc="Simple GNOME application to access remote or virtual systems, without nonfree system logos"
arch=('i686' 'x86_64')
@@ -17,10 +17,9 @@ depends=('gtk-vnc' 'libarchive' 'libosinfo' 'libsoup' 'libvirt-glib'
'spice-gtk3' 'libtracker-sparql' 'qemu' 'cdrkit' 'mtools' 'dconf'
'libusb' 'libgudev')
makedepends=('gobject-introspection' 'intltool' 'itstool' 'spice-protocol' 'vala')
-install=$pkgname.install
source=(https://download.gnome.org/sources/$pkgname/${pkgver::4}/$pkgname-$pkgver.tar.xz
libre.patch)
-sha256sums=('fd9a72c39e2ab0cae39385830270dc88b5254667a4b95ac7ccf322a55b4677fb'
+sha256sums=('c0379ce1de9d2a43a6875cbe1f2ef7ef69161b284926d59c44246a9142130fc5'
'73ea08076d1e2608e27969fbf3127b5f45a659b2a8a89b04e349b519ce1d07ba')
prepare() {
diff --git a/libre/gnome-boxes/gnome-boxes.install b/libre/gnome-boxes/gnome-boxes.install
deleted file mode 100644
index c0ed9a0d7..000000000
--- a/libre/gnome-boxes/gnome-boxes.install
+++ /dev/null
@@ -1,12 +0,0 @@
-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
-}