[arch-commits] Commit in audacious/trunk (PKGBUILD audacious.install)

Evangelos Foutras foutrelis at archlinux.org
Sat May 7 05:02:40 UTC 2016


    Date: Saturday, May 7, 2016 @ 07:02:40
  Author: foutrelis
Revision: 267105

upgpkg: audacious 3.7.2-2

Remove install file.

Modified:
  audacious/trunk/PKGBUILD
Deleted:
  audacious/trunk/audacious.install

-------------------+
 PKGBUILD          |    5 ++---
 audacious.install |   14 --------------
 2 files changed, 2 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-07 04:39:38 UTC (rev 267104)
+++ PKGBUILD	2016-05-07 05:02:40 UTC (rev 267105)
@@ -6,7 +6,7 @@
 
 pkgname=audacious
 pkgver=3.7.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Lightweight, advanced audio player focused on audio quality"
 arch=('i686' 'x86_64')
 url="http://audacious-media-player.org/"
@@ -13,12 +13,11 @@
 license=('BSD')
 depends=('gtk2' 'glib2' 'libguess' 'libsm' 'audacious-plugins'
          'gnome-icon-theme' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('python2') # for gdbus-codegen
+makedepends=('python') # for gdbus-codegen
 optdepends=('unzip: zipped skins support')
 provides=('audacious-player')
 conflicts=('audacious-player')
 replaces=('audacious-player')
-install=$pkgname.install
 source=(http://distfiles.audacious-media-player.org/$pkgname-$pkgver.tar.bz2)
 sha256sums=('04f9eaba4522ce9674e6ed8afc7bd6b5fa9a1e240f8090589fc1874f6659f340')
 

Deleted: audacious.install
===================================================================
--- audacious.install	2016-05-07 04:39:38 UTC (rev 267104)
+++ audacious.install	2016-05-07 05:02:40 UTC (rev 267105)
@@ -1,14 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list