2009/stable/network/chat/pidgin - Merge from devel/network/chat/pidgin
H. İbrahim Güngör
paketler-commits at pardus.org.tr
Tue Oct 5 16:30:56 EEST 2010
Author: igungor
Date: Tue Oct 5 16:30:56 2010
New Revision: 101832
Modified:
2009/stable/network/chat/pidgin/ (props changed)
2009/stable/network/chat/pidgin/actions.py
2009/stable/network/chat/pidgin/pspec.xml
Log:
Merge from devel/network/chat/pidgin:
rev. 101787, by igungor on 2010-10-05
Version bump, add missing dependecies.
---
actions.py | 4 ++--
pspec.xml | 23 ++++++++++++++++++++++-
2 files changed, 24 insertions(+), 3 deletions(-)
Modified: 2009/stable/network/chat/pidgin/actions.py
=================================================================
--- 2009/stable/network/chat/pidgin/actions.py (original)
+++ 2009/stable/network/chat/pidgin/actions.py Tue Oct 5 16:30:56 2010
@@ -14,8 +14,8 @@
def setup():
shelltools.export("CFLAGS","%s -fstack-protector-all" % get.CFLAGS())
- autotools.configure("--prefix=/usr \
- --enable-dbus \
+ autotools.autoreconf("-vfi")
+ autotools.configure("--enable-dbus \
--enable-cyrus-sasl \
--enable-gnutls=yes \
--enable-nss=no \
Modified: 2009/stable/network/chat/pidgin/pspec.xml
=================================================================
--- 2009/stable/network/chat/pidgin/pspec.xml (original)
+++ 2009/stable/network/chat/pidgin/pspec.xml Tue Oct 5 16:30:56 2010
@@ -13,16 +13,23 @@
<IsA>app:gui</IsA>
<Summary>Instant messaging application previously known as gaim</Summary>
<Description>Multi-protocol instant messaging tool for MSN, Yahoo, IRC, Jabber and Gadu-Gadu protocols.</Description>
- <Archive sha1sum="03232f7befcfbe1c457d50d697493924fe5f9b49" type="tarbz2">mirrors://sourceforge/pidgin/pidgin-2.7.2.tar.bz2</Archive>
+ <Archive sha1sum="81b9b5591ddbdf36aa656ddd90ff935ae090e940" type="tarbz2">mirrors://sourceforge/pidgin/pidgin-2.7.3.tar.bz2</Archive>
<BuildDependencies>
<Dependency>audiofile</Dependency>
<Dependency versionFrom="2.18.5">gtk2</Dependency>
+ <Dependency>atk</Dependency>
+ <Dependency>cairo</Dependency>
+ <Dependency>pango</Dependency>
<Dependency>gnutls</Dependency>
<Dependency>gstreamer</Dependency>
+ <Dependency>gst-plugins-base</Dependency>
<Dependency>startup-notification</Dependency>
<Dependency>cyrus-sasl</Dependency>
+ <Dependency>fontconfig</Dependency>
<Dependency>gtkspell</Dependency>
+ <Dependency>avahi</Dependency>
<Dependency>avahi-glib</Dependency>
+ <Dependency>libXScrnSaver</Dependency>
<Dependency versionFrom="0.0.10">farsight2</Dependency>
</BuildDependencies>
<Patches>
@@ -38,12 +45,19 @@
<RuntimeDependencies>
<Dependency>audiofile</Dependency>
<Dependency versionFrom="2.18.5">gtk2</Dependency>
+ <Dependency>atk</Dependency>
+ <Dependency>cairo</Dependency>
+ <Dependency>pango</Dependency>
<Dependency>gnutls</Dependency>
<Dependency>gstreamer</Dependency>
+ <Dependency>gst-plugins-base</Dependency>
<Dependency>startup-notification</Dependency>
<Dependency>cyrus-sasl</Dependency>
+ <Dependency>fontconfig</Dependency>
<Dependency>gtkspell</Dependency>
+ <Dependency>avahi</Dependency>
<Dependency>avahi-glib</Dependency>
+ <Dependency>libXScrnSaver</Dependency>
<Dependency versionFrom="0.0.10">farsight2</Dependency>
<!-- used for automatically open pages with preferred browser -->
<Dependency>xdg-utils</Dependency>
@@ -70,6 +84,13 @@
</Package>
<History>
+ <Update release="41">
+ <Date>2010-10-05</Date>
+ <Version>2.7.3</Version>
+ <Comment>Version bump.</Comment>
+ <Name>H. İbrahim Güngör</Name>
+ <Email>ibrahim at pardus.org.tr</Email>
+ </Update>
<Update release="40" type="security">
<Date>2010-08-09</Date>
<Version>2.7.2</Version>
More information about the paketler-commits
mailing list