mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-02-09 18:27:15 +08:00
pidgin: 2.10.8
This commit is contained in:
parent
1e53d43027
commit
7717bb0cb2
@ -1,6 +1,6 @@
|
|||||||
pkgname=('pidgin')
|
pkgname=('pidgin')
|
||||||
pkgver=2.10.7
|
pkgver=2.10.8
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
pkgdesc="Multi-protocol instant messaging client"
|
pkgdesc="Multi-protocol instant messaging client"
|
||||||
url="http://pidgin.im/"
|
url="http://pidgin.im/"
|
||||||
@ -12,18 +12,12 @@ makedepends=('nss' 'libsasl' 'libidn' 'python2' 'farstream' 'avahi'
|
|||||||
optdepends=('aspell: for spelling correction')
|
optdepends=('aspell: for spelling correction')
|
||||||
options=('!libtool')
|
options=('!libtool')
|
||||||
install=pidgin.install
|
install=pidgin.install
|
||||||
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2
|
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
|
||||||
pidgin-2.10.7-link-libirc-to-libsasl2.patch)
|
md5sums=('384be5689e62a9d4d42320e4ca90433d')
|
||||||
sha256sums=('eba32994eca20d1cf24a4261b059b2de71a1ec2dd0926e904074b0db49f7f192'
|
|
||||||
'063723d5dc5726c43137b4b383c9d07c2c008391f6a626faaf6cedd31a2f1e8f')
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/$pkgname-$pkgver"
|
cd "$srcdir/$pkgname-$pkgver"
|
||||||
|
|
||||||
# https://developer.pidgin.im/ticket/15517
|
|
||||||
patch -Np1 -i "$srcdir/pidgin-2.10.7-link-libirc-to-libsasl2.patch"
|
|
||||||
autoreconf -vi
|
|
||||||
|
|
||||||
# Use Python 2
|
# Use Python 2
|
||||||
sed -i 's/env python$/&2/' */plugins/*.py \
|
sed -i 's/env python$/&2/' */plugins/*.py \
|
||||||
libpurple/purple-{remote,notifications-example,url-handler}
|
libpurple/purple-{remote,notifications-example,url-handler}
|
||||||
|
Loading…
Reference in New Issue
Block a user