summaryrefslogtreecommitdiff
path: root/nonprism/amarok
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-05-06 00:35:11 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-05-06 00:35:11 -0300
commit470758938efa17ac74fe7abad30ee7d99399f78c (patch)
tree80484f0e830c4f72c6653bbfcf21ec86e70b0e6b /nonprism/amarok
parent503020e6da5c9f865e0c69095b333b469368e867 (diff)
amarok-2.8.0-9.nonprism1: hooks rebuild
Diffstat (limited to 'nonprism/amarok')
-rw-r--r--nonprism/amarok/PKGBUILD5
-rw-r--r--nonprism/amarok/amarok.install12
2 files changed, 2 insertions, 15 deletions
diff --git a/nonprism/amarok/PKGBUILD b/nonprism/amarok/PKGBUILD
index ca5b64845..c783a929d 100644
--- a/nonprism/amarok/PKGBUILD
+++ b/nonprism/amarok/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 259362 2016-02-15 23:29:09Z arojas $
+# $Id: PKGBUILD 266877 2016-05-04 19:19:12Z arojas $
# Maintainer (Arch): Ronald van Haren <ronald@archlinux.org>
# Contributor (Arch): Andrea Scarpino <andrea@archlinux.org>
# Contributor (Arch): damir <damir@archlinux.org>
@@ -6,7 +6,7 @@
pkgname=amarok
pkgver=2.8.0
-pkgrel=8.nonprism1
+pkgrel=9.nonprism1
pkgdesc="The powerful music player for KDE, without Amazon MP3 store support"
arch=("i686" "x86_64")
url="http://amarok.kde.org/"
@@ -23,7 +23,6 @@ optdepends=("libgpod: support for Apple iPod audio devices"
"ifuse: support for Apple iPod Touch and iPhone"
"libmygpo-qt: gpodder.net Internet Service"
"gst-libav: MP3 codecs")
-install="${pkgname}.install"
source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2"
taglib_version_detect.patch amarok-ffmpeg3.patch::"https://git.reviewboard.kde.org/r/126682/diff/raw/"
remove-amazon-references-on-docs.patch)
diff --git a/nonprism/amarok/amarok.install b/nonprism/amarok/amarok.install
deleted file mode 100644
index 81ce5c4b0..000000000
--- a/nonprism/amarok/amarok.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}