summaryrefslogtreecommitdiff
path: root/community/google-gadgets/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/google-gadgets/PKGBUILD')
-rw-r--r--community/google-gadgets/PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/community/google-gadgets/PKGBUILD b/community/google-gadgets/PKGBUILD
index dd8d16abf..5e7d6c624 100644
--- a/community/google-gadgets/PKGBUILD
+++ b/community/google-gadgets/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 43358 2011-03-25 11:00:25Z schiv $
+# $Id: PKGBUILD 44556 2011-04-08 21:04:15Z spupykin $
# Maintainer: Ray Rashif <schiv@archlinux.org>
pkgbase=google-gadgets
@@ -8,7 +8,7 @@ _basedir="$startdir/pkg/base"
pkgver=0.11.2
_sover=1.0
_sobump=0.0.0
-pkgrel=3
+pkgrel=4
arch=('i686' 'x86_64')
url="http://code.google.com/p/google-gadgets-for-linux/"
license=('APACHE')
@@ -19,8 +19,10 @@ makedepends=('gstreamer0.10-base-plugins' 'libwebkit'
'networkmanager'
'zip' 'flex')
options=('!libtool')
-source=("http://google-gadgets-for-linux.googlecode.com/files/$_realname-$pkgver.tar.bz2")
-md5sums=('279305553bcbf74f3e3615f6abc36a5e')
+source=("http://google-gadgets-for-linux.googlecode.com/files/$_realname-$pkgver.tar.bz2"
+ "wifi-types.patch")
+md5sums=('279305553bcbf74f3e3615f6abc36a5e'
+ 'f0df71c60a174e9d629db87b8bd9e102')
build() {
cd "$srcdir/$_realname-$pkgver"
@@ -31,6 +33,7 @@ build() {
# xulrunner 2.0 is incompatible;
# we build without smjs-script/browser-element
+ patch -p1 <$srcdir/wifi-types.patch
./configure --prefix=/usr \
--disable-werror \
--disable-update-desktop-database \