From 705d29694fd61c47a57ccec531e73d87a2960021 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 19 Nov 2012 02:25:52 -0800 Subject: Mon Nov 19 02:22:26 PST 2012 --- community/uzbl/PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'community/uzbl/PKGBUILD') diff --git a/community/uzbl/PKGBUILD b/community/uzbl/PKGBUILD index 725ff0e0d..9ac9af3be 100644 --- a/community/uzbl/PKGBUILD +++ b/community/uzbl/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 71552 2012-05-28 19:39:02Z lcarlier $ +# $Id: PKGBUILD 80256 2012-11-18 14:26:45Z lcarlier $ # Maintainer : Laurent Carlier # Contributor: Ionut Biru # Contributor: Dieter Plaetinck @@ -6,7 +6,7 @@ pkgbase=uzbl pkgname=('uzbl-core' 'uzbl-browser' 'uzbl-tabbed') pkgver=2012.05.14 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url="http://www.uzbl.org" license=('GPL3') @@ -25,6 +25,9 @@ build() { -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \ $(find ./ -name '*.py') bin/* + # NEW_BG_TAB event fix (merged upstream) + sed -i -e "s/tab_bg/bg_tab/" bin/uzbl-tabbed + make } -- cgit v1.2.3-54-g00ecf