summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122015-10-13 22:05:19 +0200
committerwillemw122015-10-13 22:05:19 +0200
commitc555a6b1960215dbd94b0c05e505242596cb64d1 (patch)
tree65876b105693854d67cb5ce2ff0effa8ea102325
parentb7a50651b016c4195d5d53a0bd88693f2e8baebb (diff)
downloadaur-c555a6b1960215dbd94b0c05e505242596cb64d1.tar.gz
Update mime-types
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
-rw-r--r--decibel-audio-player.install12
3 files changed, 17 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce12273114ac..47428390b54a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
# Generated by mksrcinfo v7
-# Tue Oct 13 18:28:24 UTC 2015
+# Tue Oct 13 20:03:32 UTC 2015
pkgbase = decibel-audio-player
pkgdesc = GTK+ audio player
pkgver = 1.08
pkgrel = 4
url = http://decibel.silent-blade.org/
+ install = decibel-audio-player.install
arch = i686
arch = x86_64
license = GPL
+ depends = desktop-file-utils
depends = gstreamer0.10-python
depends = mutagen
depends = pygtk
diff --git a/PKGBUILD b/PKGBUILD
index 069365908948..7dd359215cb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,10 @@ pkgdesc="GTK+ audio player"
arch=('i686' 'x86_64')
url="http://decibel.silent-blade.org/"
license=('GPL')
-depends=('gstreamer0.10-python' 'mutagen' 'pygtk' 'python2-dbus' 'python2-notify')
+depends=('desktop-file-utils' 'gstreamer0.10-python' 'mutagen' 'pygtk' 'python2-dbus' 'python2-notify')
#cddb-py
optdepends=('python2-imaging: to display coverart')
+install=$pkgname.install
source=(http://decibel.silent-blade.org/uploads/Main/decibel-audio-player-$pkgver.tar.gz)
md5sums=('e8ebaf819c198ff9951903e7c4056aef')
diff --git a/decibel-audio-player.install b/decibel-audio-player.install
new file mode 100644
index 000000000000..87dc4754ef7f
--- /dev/null
+++ b/decibel-audio-player.install
@@ -0,0 +1,12 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
+