diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-04-28 02:03:58 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-04-28 02:04:33 -0300 |
commit | 01a83e47a032c3327d036f1c0ebed6ea32077988 (patch) | |
tree | 5c2d99ba05db3c06a6d8b54ba87a0d11c576ef4c | |
parent | 288d9b7c1ffbe004d4fed8a48505fd5bb00ca73f (diff) |
clementine-1.3.1-2.parabola1: hooks rebuild
-rw-r--r-- | libre/clementine/PKGBUILD | 5 | ||||
-rw-r--r-- | libre/clementine/clementine.install | 15 |
2 files changed, 2 insertions, 18 deletions
diff --git a/libre/clementine/PKGBUILD b/libre/clementine/PKGBUILD index d6663a589..65e5996cd 100644 --- a/libre/clementine/PKGBUILD +++ b/libre/clementine/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 171456 2016-04-20 20:25:33Z alucryd $ +# $Id: PKGBUILD 172160 2016-04-27 19:33:44Z alucryd $ # Maintainer (Arch): Maxime Gauduin <alucryd@archlinux.org> # Contributor (Arch): Stéphane Gaudreault <stephane@archlinux.org> # Contributor (Arch): BlackEagle <ike.devolder@gmail.com> @@ -10,7 +10,7 @@ pkgname=clementine _pkgname=$pkgname-libre pkgver=1.3.1 -pkgrel=1.parabola1 +pkgrel=2.parabola1 pkgdesc='A modern music player and library organizer, without nonfree artwork and Spotify support' url="http://www.$pkgname-player.org/" license=('GPL') @@ -28,7 +28,6 @@ optdepends=('gst-plugins-base: "Base" plugin libraries' 'gst-plugins-ugly: "Ugly" plugin libraries' 'gst-libav: Libav plugin' 'gvfs: Various devices support') -install="${pkgname}.install" mksource=("${pkgname}-${pkgver}.tar.gz::https://github.com/$pkgname-player/${pkgname^}/archive/${pkgver}.tar.gz") source=("https://repo.parabola.nu/other/${_pkgname}/${_pkgname}-${pkgver}.tar.gz" 'remove-nonfree-artwork-and-spotify.patch' diff --git a/libre/clementine/clementine.install b/libre/clementine/clementine.install deleted file mode 100644 index 927a10258..000000000 --- a/libre/clementine/clementine.install +++ /dev/null @@ -1,15 +0,0 @@ -post_install() { - gtk-update-icon-cache -ftq usr/share/icons/hicolor - update-desktop-database -q -} - -post_upgrade() { - post_install -} - - -post_remove() { - post_install -} - -# vim: ts=2 sw=2 et: |