pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/lurch-purple chat/lurch-purple: Update to 0.7.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f066aaf85fa0
branches:  trunk
changeset: 376372:f066aaf85fa0
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Wed Apr 06 19:53:52 2022 +0000

description:
chat/lurch-purple: Update to 0.7.0

Actually works with pidgin, talking to Conversations via federation!
(0.6.8 did not)


Upstream:

## [0.7.0] - 2021-02-12
### Added
- This file.
- An API reachable through _libpurple_ signals. See `lurch_api.h` for details and usage.
- Testing setup using _cmocka_ and tests for new modules.
- CI setup running the tests in _appveyor_ and reporting coverage results to _codecov_.
- The possibility to dynamically link against the submodule libaries. ([#151](https://github.com/gkdr/lurch/pull/151)) (thanks, [@fortysixandtwo](https://github.com/fortysixandtwo)!)

### Changed
- A new `/command` handler using the API, replacing the old implementation. The commands are a bit different and some are new.
- Updated _libomemo_ submodule to 0.7.1. See the [changelog](https://github.com/gkdr/libomemo/blob/master/CHANGELOG.md) for details.
- Updated _axc_ submodule to 0.3.4. See the [changelog](https://github.com/gkdr/axc/blob/master/CHANGELOG.md) for details.

### Removed
- The `lurch_initialised` setting in the `accounts.xml`.

### BUGFIXES

diffstat:

 chat/lurch-purple/Makefile               |   5 ++---
 chat/lurch-purple/distinfo               |  10 +++++-----
 chat/lurch-purple/patches/patch-Makefile |  14 +++++++-------
 3 files changed, 14 insertions(+), 15 deletions(-)

diffs (57 lines):

diff -r 0ea4500c15d6 -r f066aaf85fa0 chat/lurch-purple/Makefile
--- a/chat/lurch-purple/Makefile        Wed Apr 06 19:33:48 2022 +0000
+++ b/chat/lurch-purple/Makefile        Wed Apr 06 19:53:52 2022 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2021/12/08 16:03:30 adam Exp $
+# $NetBSD: Makefile,v 1.16 2022/04/06 19:53:52 gdt Exp $
 
-VERSION=       0.6.8
+VERSION=       0.7.0
 DISTNAME=      lurch-${VERSION}-src
 PKGNAME=       lurch-purple-${VERSION}
-PKGREVISION=   11
 CATEGORIES=    chat security
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=gkdr/lurch/releases/download/v${VERSION}/}
 
diff -r 0ea4500c15d6 -r f066aaf85fa0 chat/lurch-purple/distinfo
--- a/chat/lurch-purple/distinfo        Wed Apr 06 19:33:48 2022 +0000
+++ b/chat/lurch-purple/distinfo        Wed Apr 06 19:53:52 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:05:20 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/04/06 19:53:52 gdt Exp $
 
-BLAKE2s (lurch-0.6.8-src.tar.gz) = dd64cc511c71d9616a31d09b57ae6979933adfe08e95ddba084082f9755c5e3e
-SHA512 (lurch-0.6.8-src.tar.gz) = 8b93523049d05a00f1d7286ec9d0d8d03c7ae46793ac72ea08c0d12cb5193324be4805fb6278d6c0f906d9c63db9d7ce6ca2a21442236df51e0ee0b48de6ef1d
-Size (lurch-0.6.8-src.tar.gz) = 398267 bytes
-SHA1 (patch-Makefile) = f2e73ad5cf22ff9f700f87d5d2664aaea2addf8b
+BLAKE2s (lurch-0.7.0-src.tar.gz) = 2ceea74cd5e6360c91a014be081b894c265b58b59a0e42a46f2d14736572b8fe
+SHA512 (lurch-0.7.0-src.tar.gz) = ae45963313d2e145ac801fe1bb99f596dae69c8b44fdb71cdfcd5a8a81614960ba2010bc00fa84300019947f23965fc1dc6868f2bb0c045e83fb4f1dac690fa7
+Size (lurch-0.7.0-src.tar.gz) = 401110 bytes
+SHA1 (patch-Makefile) = ee55fe2fce1c75610b5f884dc397765bf6596af0
diff -r 0ea4500c15d6 -r f066aaf85fa0 chat/lurch-purple/patches/patch-Makefile
--- a/chat/lurch-purple/patches/patch-Makefile  Wed Apr 06 19:33:48 2022 +0000
+++ b/chat/lurch-purple/patches/patch-Makefile  Wed Apr 06 19:53:52 2022 +0000
@@ -1,16 +1,16 @@
-$NetBSD: patch-Makefile,v 1.1 2018/11/27 17:44:14 nia Exp $
+$NetBSD: patch-Makefile,v 1.2 2022/04/06 19:53:52 gdt Exp $
 
 Needs -lpurple.
 
---- Makefile.orig      2018-04-21 20:51:45.000000000 +0000
+--- Makefile.orig      2021-04-03 20:46:46.000000000 +0000
 +++ Makefile
-@@ -22,7 +22,8 @@ GLIB_CFLAGS ?= $(shell $(PKG_CONFIG) --c
- GLIB_LDFLAGS ?= $(shell $(PKG_CONFIG) --libs glib-2.0)
+@@ -23,7 +23,8 @@ GLIB_LDFLAGS ?= $(shell $(PKG_CONFIG) --
  
  LIBPURPLE_CFLAGS=$(shell $(PKG_CONFIG) --cflags purple)
+ PURPLE_DIR=$(shell $(PKG_CONFIG) --variable=plugindir purple)
 -LIBPURPLE_LDFLAGS=$(shell $(PKG_CONFIG) --cflags purple) \
 +LIBPURPLE_LDFLAGS=$(shell $(PKG_CONFIG) --libs purple) \
 +                  -Wl,-R$(shell $(PKG_CONFIG) --variable=plugindir purple) \
-                   -L$(shell $(PKG_CONFIG) --variable=plugindir purple)
-                   
- XML2_CFLAGS ?= $(shell $(XML2_CONFIG) --cflags)
+                   -L$(PURPLE_DIR)
+ 
+ LIBOMEMO_CFLAGS = $(shell $(PKG_CONFIG) --cflags libomemo)



Home | Main Index | Thread Index | Old Index