From 01a83e47a032c3327d036f1c0ebed6ea32077988 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Thu, 28 Apr 2016 02:03:58 -0300 Subject: clementine-1.3.1-2.parabola1: hooks rebuild --- libre/clementine/PKGBUILD | 5 ++--- libre/clementine/clementine.install | 15 --------------- 2 files changed, 2 insertions(+), 18 deletions(-) delete mode 100644 libre/clementine/clementine.install 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 # Contributor (Arch): Stéphane Gaudreault # Contributor (Arch): BlackEagle @@ -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: -- cgit v1.2.3-2-g168b