[arch-commits] Commit in lwqq/repos (8 files)
Felix Yan
fyan at archlinux.org
Sun Feb 8 04:23:09 UTC 2015
Date: Sunday, February 8, 2015 @ 05:23:09
Author: fyan
Revision: 127271
archrelease: copy trunk to community-i686, community-x86_64
Added:
lwqq/repos/community-i686/PKGBUILD
(from rev 127270, lwqq/trunk/PKGBUILD)
lwqq/repos/community-i686/pt_tea.patch
(from rev 127270, lwqq/trunk/pt_tea.patch)
lwqq/repos/community-x86_64/PKGBUILD
(from rev 127270, lwqq/trunk/PKGBUILD)
lwqq/repos/community-x86_64/pt_tea.patch
(from rev 127270, lwqq/trunk/pt_tea.patch)
Deleted:
lwqq/repos/community-i686/PKGBUILD
lwqq/repos/community-i686/pt_tea.patch
lwqq/repos/community-x86_64/PKGBUILD
lwqq/repos/community-x86_64/pt_tea.patch
-------------------------------+
/PKGBUILD | 70 ++++++++++++++++++++++++++++++++++++++++
/pt_tea.patch | 56 ++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 38 ---------------------
community-i686/pt_tea.patch | 28 ----------------
community-x86_64/PKGBUILD | 38 ---------------------
community-x86_64/pt_tea.patch | 28 ----------------
6 files changed, 126 insertions(+), 132 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-02-08 04:22:35 UTC (rev 127270)
+++ community-i686/PKGBUILD 2015-02-08 04:23:09 UTC (rev 127271)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=lwqq
-pkgver=0.4.1
-_gitver="tag=v$pkgver"
-#_gitver='commit=472881c1b122bad32089c1488a43414e1f85e077'
-pkgrel=2
-pkgdesc="A library for webqq protocol"
-arch=('i686' 'x86_64')
-url="https://github.com/xiehuc/lwqq"
-license=('GPL3')
-depends=('curl' 'libev' 'js17' 'sqlite')
-makedepends=('git' 'cmake')
-source=("git://github.com/xiehuc/lwqq.git#$_gitver"
- pt_tea.patch)
-sha512sums=('SKIP'
- '277a08329f353924deca3266489e8710f56149f2e645ac9998023b999ef901baf11a0ce3b851bfad1e6f1d76f7536dc3433846c1d83aa8ba52c820755072576a')
-
-prepare() {
- cd $pkgname
- patch -p1 -i ../pt_tea.patch
-}
-
-build() {
- cd $pkgname
-
- sed -e 's/set(LIBSUFFIX "64")/set(LIBSUFFIX "")/' \
- -i CMakeLists.txt
-
- cmake -DCMAKE_INSTALL_PREFIX=/usr .
- make
-}
-
-package() {
- cd $pkgname
- make DESTDIR="${pkgdir}" install
-}
Copied: lwqq/repos/community-i686/PKGBUILD (from rev 127270, lwqq/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-08 04:23:09 UTC (rev 127271)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=lwqq
+pkgver=0.4.1.20150208
+#_gitver="tag=v$pkgver"
+_gitver='commit=6606519ed314ba9a2c4acc813696e29c7911af60'
+pkgrel=1
+pkgdesc="A library for webqq protocol"
+arch=('i686' 'x86_64')
+url="https://github.com/xiehuc/lwqq"
+license=('GPL3')
+depends=('curl' 'libev' 'js17' 'sqlite')
+makedepends=('git' 'cmake')
+source=("git://github.com/xiehuc/lwqq.git#$_gitver")
+sha512sums=('SKIP')
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ cd $pkgname
+
+ sed -e 's/set(LIBSUFFIX "64")/set(LIBSUFFIX "")/' \
+ -i CMakeLists.txt
+
+ cmake -DCMAKE_INSTALL_PREFIX=/usr .
+ make
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="${pkgdir}" install
+}
Deleted: community-i686/pt_tea.patch
===================================================================
--- community-i686/pt_tea.patch 2015-02-08 04:22:35 UTC (rev 127270)
+++ community-i686/pt_tea.patch 2015-02-08 04:23:09 UTC (rev 127271)
@@ -1,28 +0,0 @@
-From 7a1ad123e8347867fd25e7b587099db8ab1f9e97 Mon Sep 17 00:00:00 2001
-From: EricInBj <ericinbj at hotmail.com>
-Date: Thu, 29 Jan 2015 14:23:37 +0800
-Subject: [PATCH] =?UTF-8?q?Fix:=20=E4=B8=80=E7=9B=B4=E6=8F=90=E7=A4=BA?=
- =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=90=8D=E6=88=96=E5=AF=86=E7=A0=81=E9=94=99?=
- =?UTF-8?q?=E8=AF=AF=E6=97=A0=E6=B3=95=E7=99=BB=E5=BD=95=E7=9A=84=E9=97=AE?=
- =?UTF-8?q?=E9=A2=98?=
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
----
- lib/login.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lib/login.c b/lib/login.c
-index 78b06ce..aa8b90f 100644
---- a/lib/login.c
-+++ b/lib/login.c
-@@ -129,7 +129,7 @@ static LwqqAsyncEvent* check_need_verify(LwqqClient *lc,const char* appid)
- srand48(time(NULL));
- double random = drand48();
- snprintf(url, sizeof(url), WEBQQ_CHECK_HOST"/check?uin=%s&appid=%s&"
-- "js_ver=10037&js_type=0&%s%s&u1=http%%3A%%2F%%2Fweb2.qq.com%%2Floginproxy.html&r=%.16lf",
-+ "js_ver=10112&js_type=0&%s%s&pt_tea=1&r=%.16lf",
- lc->username, appid,
- lc->login_sig?"login_sig=":"",
- lc->login_sig?:"",
Copied: lwqq/repos/community-i686/pt_tea.patch (from rev 127270, lwqq/trunk/pt_tea.patch)
===================================================================
--- community-i686/pt_tea.patch (rev 0)
+++ community-i686/pt_tea.patch 2015-02-08 04:23:09 UTC (rev 127271)
@@ -0,0 +1,28 @@
+From 7a1ad123e8347867fd25e7b587099db8ab1f9e97 Mon Sep 17 00:00:00 2001
+From: EricInBj <ericinbj at hotmail.com>
+Date: Thu, 29 Jan 2015 14:23:37 +0800
+Subject: [PATCH] =?UTF-8?q?Fix:=20=E4=B8=80=E7=9B=B4=E6=8F=90=E7=A4=BA?=
+ =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=90=8D=E6=88=96=E5=AF=86=E7=A0=81=E9=94=99?=
+ =?UTF-8?q?=E8=AF=AF=E6=97=A0=E6=B3=95=E7=99=BB=E5=BD=95=E7=9A=84=E9=97=AE?=
+ =?UTF-8?q?=E9=A2=98?=
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+---
+ lib/login.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lib/login.c b/lib/login.c
+index 78b06ce..aa8b90f 100644
+--- a/lib/login.c
++++ b/lib/login.c
+@@ -129,7 +129,7 @@ static LwqqAsyncEvent* check_need_verify(LwqqClient *lc,const char* appid)
+ srand48(time(NULL));
+ double random = drand48();
+ snprintf(url, sizeof(url), WEBQQ_CHECK_HOST"/check?uin=%s&appid=%s&"
+- "js_ver=10037&js_type=0&%s%s&u1=http%%3A%%2F%%2Fweb2.qq.com%%2Floginproxy.html&r=%.16lf",
++ "js_ver=10112&js_type=0&%s%s&pt_tea=1&r=%.16lf",
+ lc->username, appid,
+ lc->login_sig?"login_sig=":"",
+ lc->login_sig?:"",
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-02-08 04:22:35 UTC (rev 127270)
+++ community-x86_64/PKGBUILD 2015-02-08 04:23:09 UTC (rev 127271)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=lwqq
-pkgver=0.4.1
-_gitver="tag=v$pkgver"
-#_gitver='commit=472881c1b122bad32089c1488a43414e1f85e077'
-pkgrel=2
-pkgdesc="A library for webqq protocol"
-arch=('i686' 'x86_64')
-url="https://github.com/xiehuc/lwqq"
-license=('GPL3')
-depends=('curl' 'libev' 'js17' 'sqlite')
-makedepends=('git' 'cmake')
-source=("git://github.com/xiehuc/lwqq.git#$_gitver"
- pt_tea.patch)
-sha512sums=('SKIP'
- '277a08329f353924deca3266489e8710f56149f2e645ac9998023b999ef901baf11a0ce3b851bfad1e6f1d76f7536dc3433846c1d83aa8ba52c820755072576a')
-
-prepare() {
- cd $pkgname
- patch -p1 -i ../pt_tea.patch
-}
-
-build() {
- cd $pkgname
-
- sed -e 's/set(LIBSUFFIX "64")/set(LIBSUFFIX "")/' \
- -i CMakeLists.txt
-
- cmake -DCMAKE_INSTALL_PREFIX=/usr .
- make
-}
-
-package() {
- cd $pkgname
- make DESTDIR="${pkgdir}" install
-}
Copied: lwqq/repos/community-x86_64/PKGBUILD (from rev 127270, lwqq/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-02-08 04:23:09 UTC (rev 127271)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=lwqq
+pkgver=0.4.1.20150208
+#_gitver="tag=v$pkgver"
+_gitver='commit=6606519ed314ba9a2c4acc813696e29c7911af60'
+pkgrel=1
+pkgdesc="A library for webqq protocol"
+arch=('i686' 'x86_64')
+url="https://github.com/xiehuc/lwqq"
+license=('GPL3')
+depends=('curl' 'libev' 'js17' 'sqlite')
+makedepends=('git' 'cmake')
+source=("git://github.com/xiehuc/lwqq.git#$_gitver")
+sha512sums=('SKIP')
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ cd $pkgname
+
+ sed -e 's/set(LIBSUFFIX "64")/set(LIBSUFFIX "")/' \
+ -i CMakeLists.txt
+
+ cmake -DCMAKE_INSTALL_PREFIX=/usr .
+ make
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="${pkgdir}" install
+}
Deleted: community-x86_64/pt_tea.patch
===================================================================
--- community-x86_64/pt_tea.patch 2015-02-08 04:22:35 UTC (rev 127270)
+++ community-x86_64/pt_tea.patch 2015-02-08 04:23:09 UTC (rev 127271)
@@ -1,28 +0,0 @@
-From 7a1ad123e8347867fd25e7b587099db8ab1f9e97 Mon Sep 17 00:00:00 2001
-From: EricInBj <ericinbj at hotmail.com>
-Date: Thu, 29 Jan 2015 14:23:37 +0800
-Subject: [PATCH] =?UTF-8?q?Fix:=20=E4=B8=80=E7=9B=B4=E6=8F=90=E7=A4=BA?=
- =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=90=8D=E6=88=96=E5=AF=86=E7=A0=81=E9=94=99?=
- =?UTF-8?q?=E8=AF=AF=E6=97=A0=E6=B3=95=E7=99=BB=E5=BD=95=E7=9A=84=E9=97=AE?=
- =?UTF-8?q?=E9=A2=98?=
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
----
- lib/login.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lib/login.c b/lib/login.c
-index 78b06ce..aa8b90f 100644
---- a/lib/login.c
-+++ b/lib/login.c
-@@ -129,7 +129,7 @@ static LwqqAsyncEvent* check_need_verify(LwqqClient *lc,const char* appid)
- srand48(time(NULL));
- double random = drand48();
- snprintf(url, sizeof(url), WEBQQ_CHECK_HOST"/check?uin=%s&appid=%s&"
-- "js_ver=10037&js_type=0&%s%s&u1=http%%3A%%2F%%2Fweb2.qq.com%%2Floginproxy.html&r=%.16lf",
-+ "js_ver=10112&js_type=0&%s%s&pt_tea=1&r=%.16lf",
- lc->username, appid,
- lc->login_sig?"login_sig=":"",
- lc->login_sig?:"",
Copied: lwqq/repos/community-x86_64/pt_tea.patch (from rev 127270, lwqq/trunk/pt_tea.patch)
===================================================================
--- community-x86_64/pt_tea.patch (rev 0)
+++ community-x86_64/pt_tea.patch 2015-02-08 04:23:09 UTC (rev 127271)
@@ -0,0 +1,28 @@
+From 7a1ad123e8347867fd25e7b587099db8ab1f9e97 Mon Sep 17 00:00:00 2001
+From: EricInBj <ericinbj at hotmail.com>
+Date: Thu, 29 Jan 2015 14:23:37 +0800
+Subject: [PATCH] =?UTF-8?q?Fix:=20=E4=B8=80=E7=9B=B4=E6=8F=90=E7=A4=BA?=
+ =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=90=8D=E6=88=96=E5=AF=86=E7=A0=81=E9=94=99?=
+ =?UTF-8?q?=E8=AF=AF=E6=97=A0=E6=B3=95=E7=99=BB=E5=BD=95=E7=9A=84=E9=97=AE?=
+ =?UTF-8?q?=E9=A2=98?=
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+---
+ lib/login.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/lib/login.c b/lib/login.c
+index 78b06ce..aa8b90f 100644
+--- a/lib/login.c
++++ b/lib/login.c
+@@ -129,7 +129,7 @@ static LwqqAsyncEvent* check_need_verify(LwqqClient *lc,const char* appid)
+ srand48(time(NULL));
+ double random = drand48();
+ snprintf(url, sizeof(url), WEBQQ_CHECK_HOST"/check?uin=%s&appid=%s&"
+- "js_ver=10037&js_type=0&%s%s&u1=http%%3A%%2F%%2Fweb2.qq.com%%2Floginproxy.html&r=%.16lf",
++ "js_ver=10112&js_type=0&%s%s&pt_tea=1&r=%.16lf",
+ lc->username, appid,
+ lc->login_sig?"login_sig=":"",
+ lc->login_sig?:"",
More information about the arch-commits
mailing list