pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/libfolks libfolks: update to 0.15.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0768accff93a
branches:  trunk
changeset: 376203:0768accff93a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Apr 03 14:52:16 2022 +0000

description:
libfolks: update to 0.15.5.

Unstable version, but stable branch doesn't build against
current vala package.

Overview of changes from libfolks 0.15.4 to libfolks 0.15.5
===========================================================

Bugs fixed:
  * vapi: Add missing generic type argument

Overview of changes from libfolks 0.15.3 to libfolks 0.15.4
===========================================================

Bugs fixed:
  * Fix docs build against newer eds version
  * Fix build against newer eds version
  * Remove volatile keyword from tests

Overview of changes from libfolks 0.15.2 to libfolks 0.15.3
===========================================================

Bugs fixed:
  * Fix build against newer eds version

Overview of changes from libfolks 0.15.1 to libfolks 0.15.2
===========================================================

Bugs fixed:
  * Fixed build errors after API version bump
  * Fixed gtk-doc errors due to missing version entities

Overview of changes from libfolks 0.14.0 to libfolks 0.15.1
===========================================================

Dependencies:
  * No more dependencies on libtracker
  * GLib minimal requirement: 0.58
  * E-D-S minimal requirement: 3.38

Major changes:
  * This release drops the Tracker backend (along with its dependencies).
  * A selection of (small) performance improvements
  * Auto-generation and deployment of the docs using CI

diffstat:

 chat/libfolks/Makefile |   7 +++----
 chat/libfolks/PLIST    |  32 ++++++++++++++++----------------
 chat/libfolks/distinfo |   8 ++++----
 3 files changed, 23 insertions(+), 24 deletions(-)

diffs (81 lines):

diff -r 8ca6f7eacc7f -r 0768accff93a chat/libfolks/Makefile
--- a/chat/libfolks/Makefile    Sun Apr 03 14:43:51 2022 +0000
+++ b/chat/libfolks/Makefile    Sun Apr 03 14:52:16 2022 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.24 2022/03/30 10:02:22 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2022/04/03 14:52:16 wiz Exp $
 
-DISTNAME=      folks-0.14.0
+DISTNAME=      folks-0.15.5
 PKGNAME=       lib${DISTNAME}
-PKGREVISION=   8
 CATEGORIES=    chat
-MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/folks/0.14/}
+MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/folks/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 8ca6f7eacc7f -r 0768accff93a chat/libfolks/PLIST
--- a/chat/libfolks/PLIST       Sun Apr 03 14:43:51 2022 +0000
+++ b/chat/libfolks/PLIST       Sun Apr 03 14:52:16 2022 +0000
@@ -1,31 +1,31 @@
-@comment $NetBSD: PLIST,v 1.3 2021/04/26 13:41:04 cirnatdan Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/04/03 14:52:16 wiz Exp $
 bin/folks-import
 bin/folks-inspect
 include/folks/folks-dummy.h
 include/folks/folks-telepathy.h
 include/folks/folks.h
-lib/folks/46/backends/dummy/dummy.${SOEXT}
-lib/folks/46/backends/key-file/key-file.${SOEXT}
-lib/folks/46/backends/telepathy/telepathy.${SOEXT}
-lib/girepository-1.0/Folks-0.6.typelib
-lib/girepository-1.0/FolksDummy-0.6.typelib
-lib/girepository-1.0/FolksTelepathy-0.6.typelib
+lib/folks/26/backends/dummy/dummy.${SOEXT}
+lib/folks/26/backends/key-file/key-file.${SOEXT}
+lib/folks/26/backends/telepathy/telepathy.${SOEXT}
+lib/girepository-1.0/Folks-0.7.typelib
+lib/girepository-1.0/FolksDummy-0.7.typelib
+lib/girepository-1.0/FolksTelepathy-0.7.typelib
 lib/libfolks-dummy.so
-lib/libfolks-dummy.so.25
-lib/libfolks-dummy.so.25.21.0
+lib/libfolks-dummy.so.26
+lib/libfolks-dummy.so.26.0.0
 lib/libfolks-telepathy.so
-lib/libfolks-telepathy.so.25
-lib/libfolks-telepathy.so.25.21.0
+lib/libfolks-telepathy.so.26
+lib/libfolks-telepathy.so.26.0.0
 lib/libfolks.so
-lib/libfolks.so.25
-lib/libfolks.so.25.21.0
+lib/libfolks.so.26
+lib/libfolks.so.26.0.0
 lib/pkgconfig/folks-dummy.pc
 lib/pkgconfig/folks-telepathy.pc
 lib/pkgconfig/folks.pc
 share/GConf/gsettings/folks.convert
-share/gir-1.0/Folks-0.6.gir
-share/gir-1.0/FolksDummy-0.6.gir
-share/gir-1.0/FolksTelepathy-0.6.gir
+share/gir-1.0/Folks-0.7.gir
+share/gir-1.0/FolksDummy-0.7.gir
+share/gir-1.0/FolksTelepathy-0.7.gir
 share/glib-2.0/schemas/org.freedesktop.folks.gschema.xml
 share/locale/ar/LC_MESSAGES/folks.mo
 share/locale/as/LC_MESSAGES/folks.mo
diff -r 8ca6f7eacc7f -r 0768accff93a chat/libfolks/distinfo
--- a/chat/libfolks/distinfo    Sun Apr 03 14:43:51 2022 +0000
+++ b/chat/libfolks/distinfo    Sun Apr 03 14:52:16 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:05:18 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/04/03 14:52:16 wiz Exp $
 
-BLAKE2s (folks-0.14.0.tar.xz) = bb5d7d2d7d07ae75829584f47703e619691396d4bc5fe8cc8237fa2deb00c48a
-SHA512 (folks-0.14.0.tar.xz) = 94dc025668ac34df203ea351430bf82dddb4e275d936e2b959a1b9a4cf0fff0218a4baa7d3a89c152a2cb21a94250d731c8e7470d50ac4b658fbe1448974a69e
-Size (folks-0.14.0.tar.xz) = 520924 bytes
+BLAKE2s (folks-0.15.5.tar.xz) = 4888575a7e69f9d8084bd4771ad7cc5caae0108d2179d1a82a5bdd29514c9e74
+SHA512 (folks-0.15.5.tar.xz) = 696d158234cc5b4c504491c6e01dc45ed53c4ac02e3e62e637d229207dde396a82a850d143d8615dc838d99c756edfce145405ea3972c556951d6408fb8487ea
+Size (folks-0.15.5.tar.xz) = 492976 bytes



Home | Main Index | Thread Index | Old Index