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

Ionut Biru ibiru at archlinux.org
Fri Nov 27 21:33:36 UTC 2009


    Date: Friday, November 27, 2009 @ 16:33:35
  Author: ibiru
Revision: 59801

upgpkg: audacious 2.2-4
    rebuild to reflect the actually depends list and fix symlinks

Modified:
  audacious/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-11-27 19:51:22 UTC (rev 59800)
+++ PKGBUILD	2009-11-27 21:33:35 UTC (rev 59801)
@@ -4,7 +4,7 @@
 
 pkgname=audacious
 pkgver=2.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Media player based on BMP"
 arch=('i686' 'x86_64')
 url="http://audacious-media-player.org/"
@@ -31,4 +31,11 @@
 
   make || return 1
   make DESTDIR="$pkgdir" install || return 1
+
+  #fix for: tarball installs softlinks that point into buildroot
+  rm -f "$pkgdir/usr/bin/audtool"
+  ln -s /usr/bin/audtool2 "$pkgdir/usr/bin/audtool"
+
+  rm -f "$pkgdir/usr/bin/audacious"
+  ln -s /usr/bin/audacious2 "$pkgdir/usr/bin/audacious"
 }




More information about the arch-commits mailing list