summaryrefslogtreecommitdiff
path: root/community/pidgin-lwqq
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-19 04:00:43 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-19 04:00:43 +0000
commit4d8724d2ae72ab2ea20a9ad299dd36f33bda4658 (patch)
tree5e022d124eb60b93d19e96a0d9c0e8532be87a6e /community/pidgin-lwqq
parentf8a4eefb2bb008f302349db07da4a75e746a1aeb (diff)
Sat Apr 19 03:57:19 UTC 2014
Diffstat (limited to 'community/pidgin-lwqq')
-rw-r--r--community/pidgin-lwqq/PKGBUILD22
1 files changed, 6 insertions, 16 deletions
diff --git a/community/pidgin-lwqq/PKGBUILD b/community/pidgin-lwqq/PKGBUILD
index 99e88a334..ea16500df 100644
--- a/community/pidgin-lwqq/PKGBUILD
+++ b/community/pidgin-lwqq/PKGBUILD
@@ -1,30 +1,21 @@
-# $Id: PKGBUILD 106498 2014-03-05 07:19:42Z fyan $
+# $Id: PKGBUILD 109718 2014-04-18 09:35:36Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
pkgname=pidgin-lwqq
-pkgver=0.2d.20140304
+pkgver=0.2d.20140417
#_gitver="tag=$pkgver"
-_gitver='commit=c1850142a1cf8ce88fc30cec68d3f568613d923d'
+_gitver='commit=9537d7053a91d2813e15f834075688097818c7c8'
pkgrel=1
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"
license=('GPL3')
-depends=('libpurple' 'curl' 'hicolor-icon-theme' 'gtk-update-icon-cache' 'libev' 'js')
+depends=('lwqq' 'libpurple' 'hicolor-icon-theme' 'gtk-update-icon-cache')
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#$_gitver"
- "git://github.com/xiehuc/lwqq.git")
-
-prepare() {
- cd $pkgname
- git submodule init
- git config submodule."liblwqq".url "$srcdir/lwqq"
- git submodule update
-}
+source=("git://github.com/xiehuc/pidgin-lwqq.git#$_gitver")
build() {
cd $pkgname
@@ -38,5 +29,4 @@ package() {
make DESTDIR="${pkgdir}" install
}
-sha512sums=('SKIP'
- 'SKIP')
+sha512sums=('SKIP')