[arch-commits] Commit in audacity/trunk (PKGBUILD audacity.install)
Antonio Rojas
arojas at archlinux.org
Thu May 5 21:58:19 UTC 2016
Date: Thursday, May 5, 2016 @ 23:58:19
Author: arojas
Revision: 266984
Hooks
Modified:
audacity/trunk/PKGBUILD
Deleted:
audacity/trunk/audacity.install
------------------+
PKGBUILD | 3 +--
audacity.install | 13 -------------
2 files changed, 1 insertion(+), 15 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-05-05 21:39:00 UTC (rev 266983)
+++ PKGBUILD 2016-05-05 21:58:19 UTC (rev 266984)
@@ -3,7 +3,7 @@
pkgname=audacity
pkgver=2.1.2
-pkgrel=2
+pkgrel=3
pkgdesc="A program that lets you manipulate digital audio waveforms"
arch=('i686' 'x86_64')
url="http://audacityteam.org"
@@ -12,7 +12,6 @@
'ffmpeg' 'vamp-plugin-sdk' 'sbsms' 'portsmf' 'desktop-file-utils')
makedepends=('cmake' 'python2')
options=('!makeflags')
-install=audacity.install
source=(https://github.com/audacity/audacity/archive/Audacity-${pkgver}.zip
audacity-ffmpeg.patch)
sha1sums=('ced07f7401bef12d7ec0bc033409c9baa956c5c5'
Deleted: audacity.install
===================================================================
--- audacity.install 2016-05-05 21:39:00 UTC (rev 266983)
+++ audacity.install 2016-05-05 21:58:19 UTC (rev 266984)
@@ -1,13 +0,0 @@
-post_install() {
- update-desktop-database -q
- update-mime-database usr/share/mime &> /dev/null
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
More information about the arch-commits
mailing list