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

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


    Date: Friday, November 27, 2009 @ 16:34:59
  Author: ibiru
Revision: 59803

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-x86_64/	(properties)
  audacious/repos/extra-x86_64/PKGBUILD

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


Property changes on: audacious/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /audacious/trunk:1-59625
   + /audacious/trunk:1-59802

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-11-27 21:34:11 UTC (rev 59802)
+++ extra-x86_64/PKGBUILD	2009-11-27 21:34:59 UTC (rev 59803)
@@ -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