summaryrefslogtreecommitdiff
path: root/community/pidgin-lwqq
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/pidgin-lwqq
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/pidgin-lwqq')
-rw-r--r--community/pidgin-lwqq/PKGBUILD41
-rw-r--r--community/pidgin-lwqq/pidgin-lwqq.install11
2 files changed, 0 insertions, 52 deletions
diff --git a/community/pidgin-lwqq/PKGBUILD b/community/pidgin-lwqq/PKGBUILD
deleted file mode 100644
index 9128d4372..000000000
--- a/community/pidgin-lwqq/PKGBUILD
+++ /dev/null
@@ -1,41 +0,0 @@
-# $Id: PKGBUILD 95053 2013-08-04 16:26:37Z fyan $
-# Maintainer: Felix Yan <felixonmars@gmail.com>
-
-pkgname=pidgin-lwqq
-pkgver=0.2a.20130802
-_commit=bccb4d20b65e504f6ae575f7cc55babb9c66ff8d
-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')
-optdepends=('pidgin: Multi-protocol instant messaging client'
- 'telepathy-haze: Empathy plugin support')
-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"
- "git://github.com/xiehuc/lwqq.git")
-
-prepare() {
- cd "$srcdir/$pkgname"
- git submodule init
- git config submodule."liblwqq".url "$srcdir/lwqq"
- git submodule update
-}
-
-build() {
- cd "${srcdir}/$pkgname"
-
- cmake -DCMAKE_INSTALL_PREFIX=/usr .
- make
-}
-
-package() {
- cd "$srcdir/$pkgname"
- make DESTDIR="${pkgdir}" install
-}
-
-sha512sums=('SKIP'
- 'SKIP')
diff --git a/community/pidgin-lwqq/pidgin-lwqq.install b/community/pidgin-lwqq/pidgin-lwqq.install
deleted file mode 100644
index 6b1b64bdd..000000000
--- a/community/pidgin-lwqq/pidgin-lwqq.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}