summaryrefslogtreecommitdiff
path: root/community/pidgin-lwqq/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-02-23 16:15:08 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-02-23 16:15:08 -0300
commit44ae571c1d57a21af2c915b42bb656cf0d69c9ee (patch)
tree757e53f443e27a95d1b1b0cdf337c2147953fc46 /community/pidgin-lwqq/PKGBUILD
parenteadbb9961b89668e4aed317f5dd97cb04e86663e (diff)
parent1d20e4962664ab152948a14b4320b12204a1053e (diff)
Merge branch 'master' of gparabola:abslibre/abslibre-pre-mips64el
Conflicts: community/libftdi/PKGBUILD community/lxshortcut/PKGBUILD community/pcmanfm/PKGBUILD community/qingy/PKGBUILD community/yagf/PKGBUILD extra/ethtool/PKGBUILD extra/gptfdisk/PKGBUILD extra/postgresql/PKGBUILD extra/xfburn/PKGBUILD libre/linux-libre/PKGBUILD
Diffstat (limited to 'community/pidgin-lwqq/PKGBUILD')
-rw-r--r--community/pidgin-lwqq/PKGBUILD15
1 files changed, 7 insertions, 8 deletions
diff --git a/community/pidgin-lwqq/PKGBUILD b/community/pidgin-lwqq/PKGBUILD
index 2d8d73663..6d1e74387 100644
--- a/community/pidgin-lwqq/PKGBUILD
+++ b/community/pidgin-lwqq/PKGBUILD
@@ -1,22 +1,22 @@
-# $Id: PKGBUILD 105694 2014-02-14 06:29:13Z fyan $
+# $Id: PKGBUILD 106078 2014-02-22 02:44:18Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
pkgname=pidgin-lwqq
-pkgver=0.2c.20140214
-_commit=de349f7a2d6b1728f4f03e374dd3bc000f4b1248
+pkgver=0.2c.20140221
+#_gitver="tag=$pkgver"
+_gitver='commit=c8482238c5d484c33c1444ad4ef9d967ce970596'
pkgrel=1
pkgdesc="A pidgin plugin based on lwqq, a excellent safe useful library for webqq protocol"
arch=('i686' 'x86_64' 'mips64el')
url="https://github.com/xiehuc/pidgin-lwqq"
license=('GPL3')
-depends=('libpurple' 'curl' 'hicolor-icon-theme' 'gtk-update-icon-cache' 'libev' 'js185')
+depends=('libpurple' 'curl' 'hicolor-icon-theme' 'gtk-update-icon-cache' 'libev' 'js')
optdepends=('pidgin: Multi-protocol instant messaging client'
'telepathy-haze: Empathy plugin support')
makedepends=('git' 'cmake')
install=$pkgname.install
options=(debug)
-source=("git://github.com/xiehuc/pidgin-lwqq.git#commit=$_commit"
-#source=("git://github.com/xiehuc/pidgin-lwqq.git#tag=$pkgver"
+source=("git://github.com/xiehuc/pidgin-lwqq.git#$_gitver"
"git://github.com/xiehuc/lwqq.git")
prepare() {
@@ -29,8 +29,7 @@ prepare() {
build() {
cd $pkgname
- #Disable SSL as per upstream suggests
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DSSL=Off .
+ cmake -DCMAKE_INSTALL_PREFIX=/usr .
make
}