Date: Wednesday, July 20, 2011 @ 11:14:40
  Author: bisson
Revision: 132120

enable global hotkeys with gtk3 (hack)

Modified:
  audacious-plugins/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2011-07-20 12:15:14 UTC (rev 132119)
+++ PKGBUILD    2011-07-20 15:14:40 UTC (rev 132120)
@@ -5,7 +5,7 @@
 
 pkgname=audacious-plugins
 pkgver=3.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Plugins for Audacious'
 arch=('i686' 'x86_64')
 url='http://audacious-media-player.org/'
@@ -47,6 +47,8 @@
 build() {
        cd "${srcdir}/${pkgname}-${pkgver}"
 
+       sed -e 's/gdk-x11-2.0/gdk-x11-3.0/g' -i configure # hack to enable 
global hotkeys with gtk3
+
        [[ ${CARCH} == x86_64 ]] && extraopts='' || extraopts='--disable-sse2'
        ./configure \
                --prefix=/usr \

Reply via email to