[arch-commits] Commit in pidgin-lwqq/trunk (PKGBUILD)

Felix Yan fyan at nymeria.archlinux.org
Thu Jul 18 00:06:28 UTC 2013


    Date: Thursday, July 18, 2013 @ 02:06:27
  Author: fyan
Revision: 94248

upgpkg: pidgin-lwqq 0.1f-2 hotfix for issue 341

Modified:
  pidgin-lwqq/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-17 23:59:42 UTC (rev 94247)
+++ PKGBUILD	2013-07-18 00:06:27 UTC (rev 94248)
@@ -4,7 +4,7 @@
 pkgname=pidgin-lwqq
 pkgver=0.1f
 _commit=66b7498a7530a1c47dabbe05c0726a9188353217
-pkgrel=1
+pkgrel=2
 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"
@@ -15,13 +15,15 @@
 makedepends=('git' 'cmake')
 install=$pkgname.install
 #source=("git://github.com/xiehuc/pidgin-lwqq.git#commit=$_commit")
-source=("git://github.com/xiehuc/pidgin-lwqq.git#tag=$pkgver")
-md5sums=('SKIP')
+source=("git://github.com/xiehuc/pidgin-lwqq.git#tag=$pkgver"
+        https://github.com/lawm/pidgin-lwqq/commit/4c98edd0ad4ffa3d3472e5452f77b2be9ab56284.patch)
 
 build()
 {
   cd "${srcdir}/$pkgname"
 
+  patch -p1 -i ../4c98edd0ad4ffa3d3472e5452f77b2be9ab56284.patch
+
   cmake -DCMAKE_INSTALL_PREFIX=/usr .
   make
 }
@@ -31,3 +33,5 @@
   cd "$srcdir/$pkgname"
   make DESTDIR="${pkgdir}" install
 }
+sha512sums=('SKIP'
+            '22c98c5f88612331d8a6f33d8cb3985325b9e137936e1f962058efc2c8caf218f74f29ce675569cb8887f85ae976310c86c6e9687114fbda524825a53c550c4d')




More information about the arch-commits mailing list