[arch-commits] Commit in pidgin-lwqq/trunk (PKGBUILD)
Felix Yan
fyan at nymeria.archlinux.org
Fri Apr 19 08:17:44 UTC 2013
Date: Friday, April 19, 2013 @ 10:17:44
Author: fyan
Revision: 88511
upgpkg: pidgin-lwqq 0.1d-3 hotfix
Modified:
pidgin-lwqq/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-04-19 08:16:34 UTC (rev 88510)
+++ PKGBUILD 2013-04-19 08:17:44 UTC (rev 88511)
@@ -4,7 +4,7 @@
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 @@
'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 @@
cd "$srcdir/$pkgname-${_pkgver}"
make DESTDIR="${pkgdir}" install
}
-md5sums=('5ec83a5a3328dac2ded431bcd7c5c034')
+md5sums=('5ec83a5a3328dac2ded431bcd7c5c034'
+ '18fcaf7c7c9a4fb944d34e90e622a9dd')
More information about the arch-commits
mailing list