summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Brunelli2015-06-09 07:53:26 -0300
committerIan Brunelli2015-06-09 07:53:26 -0300
commite4050de17e008f95ed5824a465cf7fbd0f6ad316 (patch)
tree45a7382678515741e947b2f302eabe29b875737f
parent32bee1cd7effad8cf6c3da15bae127a624ba55cc (diff)
downloadaur-e4050de17e008f95ed5824a465cf7fbd0f6ad316.tar.gz
Added desktop-file-utils as a makedepend and updated post_install function.
-rw-r--r--PKGBUILD6
-rw-r--r--lollypop.install1
2 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 063dbea867fc..e219e318edf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=lollypop-git
_gitname=lollypop
-pkgver=0.9.15.r554.g40f35e8
+pkgver=0.9.15.r565.g3af83f2
pkgrel=1
pkgdesc='Music player for GNOME'
arch=('i686' 'x86_64')
-license=('GPLv3')
+license=('GPL3')
url="https://github.com/gnumdk/${_gitname}"
depends=('gobject-introspection' 'gtk3' 'python-dbus' 'python-gobject' 'python-cairo' 'totem-plparser')
-makedepends=('git' 'gnome-common' 'intltool' 'itstool' 'python' 'yelp-tools')
+makedepends=('desktop-file-utils' 'git' 'gnome-common' 'intltool' 'itstool' 'python' 'yelp-tools')
optdepends=('python-pylast: last.fm support')
options=('!emptydirs')
install=lollypop.install
diff --git a/lollypop.install b/lollypop.install
index c0ed9a0d79f8..5e4abe5d8a4a 100644
--- a/lollypop.install
+++ b/lollypop.install
@@ -1,6 +1,7 @@
post_install() {
glib-compile-schemas usr/share/glib-2.0/schemas
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
}
post_upgrade() {