[arch-commits] Commit in lwqq/repos (6 files)

Felix Yan fyan at archlinux.org
Mon Mar 2 12:58:10 UTC 2015


    Date: Monday, March 2, 2015 @ 13:58:10
  Author: fyan
Revision: 128536

archrelease: copy trunk to community-i686, community-x86_64

Added:
  lwqq/repos/community-i686/PKGBUILD
    (from rev 128535, lwqq/trunk/PKGBUILD)
  lwqq/repos/community-x86_64/PKGBUILD
    (from rev 128535, lwqq/trunk/PKGBUILD)
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 ++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD       |   35 --------------------
 community-i686/pt_tea.patch   |   28 ----------------
 community-x86_64/PKGBUILD     |   35 --------------------
 community-x86_64/pt_tea.patch |   28 ----------------
 5 files changed, 70 insertions(+), 126 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-03-02 12:57:37 UTC (rev 128535)
+++ community-i686/PKGBUILD	2015-03-02 12:58:10 UTC (rev 128536)
@@ -1,35 +0,0 @@
-# $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
-}

Copied: lwqq/repos/community-i686/PKGBUILD (from rev 128535, lwqq/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-03-02 12:58:10 UTC (rev 128536)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=lwqq
+pkgver=0.4.2
+_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-03-02 12:57:37 UTC (rev 128535)
+++ community-i686/pt_tea.patch	2015-03-02 12:58:10 UTC (rev 128536)
@@ -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?:"",

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-03-02 12:57:37 UTC (rev 128535)
+++ community-x86_64/PKGBUILD	2015-03-02 12:58:10 UTC (rev 128536)
@@ -1,35 +0,0 @@
-# $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
-}

Copied: lwqq/repos/community-x86_64/PKGBUILD (from rev 128535, lwqq/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-03-02 12:58:10 UTC (rev 128536)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=lwqq
+pkgver=0.4.2
+_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-03-02 12:57:37 UTC (rev 128535)
+++ community-x86_64/pt_tea.patch	2015-03-02 12:58:10 UTC (rev 128536)
@@ -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?:"",



More information about the arch-commits mailing list