diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-05-23 10:26:14 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-05-23 10:26:14 -0300 |
commit | 72eb73542debe650c3406cfbc5cb5231ee6c4c71 (patch) | |
tree | 936ddfaf61ab5705cfcf597f79e5d9eb8b77aafa | |
parent | d7a9281dbf7d7ab7c0503e1eb8e64cfc3b626e28 (diff) | |
download | abslibre-72eb73542debe650c3406cfbc5cb5231ee6c4c71.tar.gz abslibre-72eb73542debe650c3406cfbc5cb5231ee6c4c71.tar.bz2 abslibre-72eb73542debe650c3406cfbc5cb5231ee6c4c71.zip |
gnormalize-0.63-6.parabola1: hooks rebuild
-rw-r--r-- | libre/gnormalize/PKGBUILD | 9 | ||||
-rw-r--r-- | libre/gnormalize/gnormalize.install | 14 |
2 files changed, 4 insertions, 19 deletions
diff --git a/libre/gnormalize/PKGBUILD b/libre/gnormalize/PKGBUILD index 28765dbdc..76bb12583 100644 --- a/libre/gnormalize/PKGBUILD +++ b/libre/gnormalize/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 91575 2013-05-24 12:41:56Z arodseth $ +# $Id: PKGBUILD 176065 2016-05-21 16:57:34Z arodseth $ # Maintainer (Arch): Alexander Rødseth <rodseth@gmail.com> # Contributor (Arch): Chris Brannon <cmbrannon79@gmail.com> # Contributor (Arch): Corrado Primier <bardo@aur.archlinux.org> @@ -7,7 +7,7 @@ pkgname=gnormalize pkgver=0.63 -pkgrel=5.parabola1 +pkgrel=6.parabola1 pkgdesc='Audio normalizer, converter, encoder/decoder, ripper, tagger and player, without nonfree faac and mac recommendation' arch=('any') url='http://gnormalize.sourceforge.net/' @@ -27,12 +27,11 @@ optdepends=('flac: FLAC encoding, FLAC playing in conjunction with mplayer' 'wavegain: sound normalization') replaces=("${pkgname}-libre" "${pkgname}-parabola") conflicts=("${pkgname}-libre" "${pkgname}-parabola") -install=gnormalize.install source=("http://downloads.sourceforge.net/sourceforge/gnormalize/${pkgname}-${pkgver}.tar.gz") sha256sums=('80fd9aa2da8d7fcc88bd180be2adce1aed863bedba7d715144029bd95b61ccb6') prepare() { - cd "$srcdir/$pkgname-$pkgver" + cd "$pkgname-$pkgver" gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --mimetypes \ 'audio/mp3;audio/x-mp3;audio/mpeg;audio/x-mpeg;audio/x-wav;application/x-ogg' @@ -40,7 +39,7 @@ prepare() { } package() { - cd "$srcdir/$pkgname-$pkgver" + cd "$pkgname-$pkgver" install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname" install -Dm644 "$pkgname.1" "$pkgdir/usr/share/man/man1/$pkgname.1" diff --git a/libre/gnormalize/gnormalize.install b/libre/gnormalize/gnormalize.install deleted file mode 100644 index ef533df53..000000000 --- a/libre/gnormalize/gnormalize.install +++ /dev/null @@ -1,14 +0,0 @@ -post_install() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - update-desktop-database -q -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} - -# vim:set ts=2 sw=2 et: |