summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorwiz <wiz>2009-02-23 10:51:54 +0000
committerwiz <wiz>2009-02-23 10:51:54 +0000
commitd809535e3324cb1b7465c94bebf5145d9687552e (patch)
tree28f59264f9ca9b548e8a88514004e897f37d1e7d /chat
parent3dfb63c2d6469242021e82688e9ee339bc298791 (diff)
downloadpkgsrc-d809535e3324cb1b7465c94bebf5145d9687552e.tar.gz
Update to 0.7.26, convert to user-destdir.
telepathy-glib 0.7.26 (2009-02-16) ================================== The "Leffe Radieuse" release. Enhancements: * Add tp_connection_manager_call_when_ready() * When constructing TpConnectionManager, if the .manager file is missing or can't be read, always try to activate the connection manager (in practice, this is what's wanted) * fd.o #18291: when listing connection managers, wait for them to all be ready * fd.o #18056: add method-based accessors for TpConnectionManager members * fd.o #17519: track the Connection's SelfHandle property in TpConnection * Add tp_dbus_daemon_dup(), convenient API to share a starter-bus connection * Generate GTypes for arrays of mappings, and improve use of the type-generation functions * Add tp_intset_new_containing(), a convenient factory for sets with exactly one member Deprecations: * Deprecate tp_get_bus_proxy() Fixes: * Reduce our reliance on making a DBusGProxy for the dbus-daemon (working towards avoiding overly-broad NameOwnerChanged matches) * fd.o #18832 (partially addressed): document that tp_get_bus() can call exit() and why, and discourage it in processes that aren't totally reliant on D-Bus * fd.o #18207: reliably emit TpConnectionManager::got-info signal (although tp_connection_manager_call_when_ready() should be used instead) * Fix some assertion failures in TpConnectionManager when .manager files contain surprising types * Parse all currently supported types in .manager files Miscellaneous: * Add regression test coverage for TpConnectionManager telepathy-glib 0.7.25 (2009-01-30) ================================== The "Paradise Lost" release. Fixes: * fd.o #17588: don't break ABI if errors are re-ordered in a future spec version * fd.o #19688: don't assert when getting contacts by ID if none of the identifiers supplied are valid * TpPresenceMixin: don't allow setting statuses that are flagged as not settable on the user themselves * TpPresenceMixin: never allow statuses of type OFFLINE, UNKNOWN or ERROR to be set on the user themselves, and warn if the connection manager got this wrong * Fix a memory leak in tp_presence_mixin_get_statuses() (sorry Jonathon, your patch got lost during the release process...) telepathy-glib 0.7.24 (2009-01-28) ================================== The "Divide By Cucumber Error" release. API changes: * When a TpConnection is invalidated due to disconnection, the error will now be chosen from the TP_ERRORS domain in most cases. Previously, the TP_ERROR_DISCONNECTED domain was used. This change is necessary to support the extensible error reporting introduced in spec 0.17.19. Enhancements: * Update to telepathy-spec 0.17.19 - Many new errors in the TP_ERRORS domain - Connection.ConnectionError signal for extensible error reporting * Add a client binding for the extensible error reporting provided by the ConnectionError signal * Use a simple Python implementation of XInclude, rather than xsltproc, for easier Windows porting Fixes: * Add File Transfer to the documentation telepathy-glib 0.7.23 (2009-01-20) ================================== The "new in version 0.7.1, and allegedly also in 0.7.21" release. Enhancements: * Updated to spec version 0.17.18 - Added the File Transfer channel type - Added TpRichPresenceAccessControlType and TP_STRUCT_TYPE_RICH_PRESENCE_ACCESS_CONTROL - RequestHandles raises NotImplemented for bad handle types or InvalidHandle for bad identifiers (fd.o #19609) - MediaStreamHandler has a CodecsUpdated method - Methods automatically generated by telepathy-glib now have names for all "out" arguments, which should make the documentation easier to use * Use tp:name-for-bindings to construct the C name for D-Bus methods etc., which will result in better C function naming for future D-Bus interfaces like DBusTube Fixes: * Remove symbols from 0.7.21.abi that were already in 0.7.1.abi (GNU ld seems to respond by giving them the older version, so no harm was done to the ABI, but it broke the Debian packages) * Make make-version-script.py fail if that ever happens again * Annotate things added in 0.7.21 with the correct "Since:" indicator * Correct the documentation for tp_list_connection_names()
Diffstat (limited to 'chat')
-rw-r--r--chat/telepathy-glib/Makefile7
-rw-r--r--chat/telepathy-glib/PLIST5
-rw-r--r--chat/telepathy-glib/distinfo8
3 files changed, 11 insertions, 9 deletions
diff --git a/chat/telepathy-glib/Makefile b/chat/telepathy-glib/Makefile
index 812bf0ed01c..e5a6ad61390 100644
--- a/chat/telepathy-glib/Makefile
+++ b/chat/telepathy-glib/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2009/02/09 22:56:22 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2009/02/23 10:51:54 wiz Exp $
#
-DISTNAME= telepathy-glib-0.7.22
-PKGREVISION= 1
+DISTNAME= telepathy-glib-0.7.26
CATEGORIES= chat
MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-glib/
@@ -14,6 +13,8 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
+PKG_DESTDIR_SUPPORT= user-destdir
+
PKGCONFIG_OVERRIDE+= telepathy-glib/telepathy-glib.pc.in
.include "../../lang/python/pyversion.mk"
diff --git a/chat/telepathy-glib/PLIST b/chat/telepathy-glib/PLIST
index 804746db0e9..bf1970e8031 100644
--- a/chat/telepathy-glib/PLIST
+++ b/chat/telepathy-glib/PLIST
@@ -1,7 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2009/01/18 16:18:50 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2009/02/23 10:51:54 wiz Exp $
include/telepathy-1.0/telepathy-glib/_gen/gtypes.h
include/telepathy-1.0/telepathy-glib/_gen/telepathy-enums.h
-include/telepathy-1.0/telepathy-glib/_gen/telepathy-errors.h
include/telepathy-1.0/telepathy-glib/_gen/telepathy-interfaces.h
include/telepathy-1.0/telepathy-glib/_gen/tp-cli-channel.h
include/telepathy-1.0/telepathy-glib/_gen/tp-cli-connection-manager.h
@@ -90,6 +89,7 @@ share/gtk-doc/html/telepathy-glib/telepathy-glib-TpPresenceMixin.html
share/gtk-doc/html/telepathy-glib/telepathy-glib-TpPropertiesMixin.html
share/gtk-doc/html/telepathy-glib/telepathy-glib-TpTextMixin.html
share/gtk-doc/html/telepathy-glib/telepathy-glib-asv.html
+share/gtk-doc/html/telepathy-glib/telepathy-glib-channel-file-transfer.html
share/gtk-doc/html/telepathy-glib/telepathy-glib-channel-group.html
share/gtk-doc/html/telepathy-glib/telepathy-glib-channel-media.html
share/gtk-doc/html/telepathy-glib/telepathy-glib-channel-roomlist.html
@@ -124,6 +124,7 @@ share/gtk-doc/html/telepathy-glib/telepathy-glib-proxy-tp-properties.html
share/gtk-doc/html/telepathy-glib/telepathy-glib-proxy.html
share/gtk-doc/html/telepathy-glib/telepathy-glib-run.html
share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-channel-contactlist.html
+share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-channel-file-transfer.html
share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-channel-group.html
share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-channel-media.html
share/gtk-doc/html/telepathy-glib/telepathy-glib-svc-channel-roomlist.html
diff --git a/chat/telepathy-glib/distinfo b/chat/telepathy-glib/distinfo
index 5728a1710c5..7c63e51c18b 100644
--- a/chat/telepathy-glib/distinfo
+++ b/chat/telepathy-glib/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2009/01/18 16:18:50 wiz Exp $
+$NetBSD: distinfo,v 1.4 2009/02/23 10:51:54 wiz Exp $
-SHA1 (telepathy-glib-0.7.22.tar.gz) = 3f5d757e7d034c305c858dbb0eb9c37daff41a9f
-RMD160 (telepathy-glib-0.7.22.tar.gz) = e95ba73cc3ffe60a88228d650a751c5e985a4f7d
-Size (telepathy-glib-0.7.22.tar.gz) = 2250849 bytes
+SHA1 (telepathy-glib-0.7.26.tar.gz) = 1e1b167676ee144ba8c23b55721a9b205612cb5c
+RMD160 (telepathy-glib-0.7.26.tar.gz) = 0ca8b3d300e876752c6f6ddaced5c9a98c018773
+Size (telepathy-glib-0.7.26.tar.gz) = 2356388 bytes