[arch-commits] Commit in audacious/repos (extra-i686 extra-i686/PKGBUILD)

Ionut Biru ibiru at archlinux.org
Fri Nov 27 21:34:12 UTC 2009


    Date: Friday, November 27, 2009 @ 16:34:11
  Author: ibiru
Revision: 59802

Merged revisions 59801 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/audacious/trunk

........
  r59801 | ibiru | 2009-11-27 23:33:35 +0200 (Fri, 27 Nov 2009) | 2 lines
  
  upgpkg: audacious 2.2-4
      rebuild to reflect the actually depends list and fix symlinks
........

Modified:
  audacious/repos/extra-i686/	(properties)
  audacious/repos/extra-i686/PKGBUILD

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


Property changes on: audacious/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /audacious/trunk:1-59624
   + /audacious/trunk:1-59801

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-11-27 21:33:35 UTC (rev 59801)
+++ extra-i686/PKGBUILD	2009-11-27 21:34:11 UTC (rev 59802)
@@ -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