summaryrefslogtreecommitdiff
path: root/community/pidgin-lwqq
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-04-20 01:29:42 -0700
committerroot <root@rshg054.dnsready.net>2013-04-20 01:29:42 -0700
commit1f9776d421ac40faa59f797893033e99e4f919eb (patch)
treefd7420e8e8d3b090730fcc01a8ff25d13ad09442 /community/pidgin-lwqq
parent1fedf1f5d5351aefd88268cba7353c79adac9b8a (diff)
Sat Apr 20 01:28:56 PDT 2013
Diffstat (limited to 'community/pidgin-lwqq')
-rw-r--r--community/pidgin-lwqq/PKGBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/community/pidgin-lwqq/PKGBUILD b/community/pidgin-lwqq/PKGBUILD
index dce40bb8d..c6a31dcb3 100644
--- a/community/pidgin-lwqq/PKGBUILD
+++ b/community/pidgin-lwqq/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 88464 2013-04-18 10:48:26Z fyan $
+# $Id: PKGBUILD 88512 2013-04-19 08:19:36Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
pkgname=pidgin-lwqq
pkgver=0.1d
_pkgver=0.1-d
-pkgrel=2
+pkgrel=3
pkgdesc="A pidgin plugin based on lwqq, a excellent safe useful library for webqq protocol"
arch=('i686' 'x86_64')
url="https://github.com/xiehuc/pidgin-lwqq"
@@ -14,11 +14,14 @@ optdepends=('pidgin: Multi-protocol instant messaging client'
'telepathy-haze: Empathy plugin support')
makedepends=('git' 'cmake')
install=$pkgname.install
-source=("https://github.com/xiehuc/$pkgname/archive/${_pkgver}.tar.gz")
+source=("https://github.com/xiehuc/$pkgname/archive/${_pkgver}.tar.gz"
+ https://github.com/xiehuc/pidgin-lwqq/commit/afdefd3fb8ecce36f6387c5895339671f5833b4e.patch)
build()
{
cd "${srcdir}/$pkgname-${_pkgver}"
+ patch -Np1 -i ../afdefd3fb8ecce36f6387c5895339671f5833b4e.patch
+
cmake -DCMAKE_INSTALL_PREFIX=/usr .
make
}
@@ -28,4 +31,5 @@ package()
cd "$srcdir/$pkgname-${_pkgver}"
make DESTDIR="${pkgdir}" install
}
-md5sums=('5ec83a5a3328dac2ded431bcd7c5c034')
+md5sums=('5ec83a5a3328dac2ded431bcd7c5c034'
+ '18fcaf7c7c9a4fb944d34e90e622a9dd')