From ddfebdab86178af7e434a73a6dd9fab733522245 Mon Sep 17 00:00:00 2001 From: jgart Date: Sat, 26 Mar 2022 14:04:50 -0400 Subject: gnu: poezio: Update to 0.13.2. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/messaging.scm (poezio): Update to 0.13.2. [arguments]: Remove trailing boolean and use new style. [inputs]: Remove unused python input. Signed-off-by: Ludovic Courtès --- gnu/packages/messaging.scm | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'gnu/packages/messaging.scm') diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index f40c3a7e2c..2e1aa30ae9 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -466,7 +466,7 @@ TCP sessions from existing clients.") (define-public poezio (package (name "poezio") - (version "0.13.1") + (version "0.13.2") (source (origin (method git-fetch) @@ -478,17 +478,16 @@ TCP sessions from existing clients.") (file-name (git-file-name name version)) (sha256 - (base32 "041y61pcbdb86s04qwp8s1g6bp84yskc7vdizwpi2hz18y01x5fy")))) + (base32 "0p92k8ssjsgavyfv1fd5cgzyw87dmdd84vaz7zvfsf5crvpr1mkf")))) (build-system python-build-system) (arguments - `(#:phases - (modify-phases %standard-phases - (add-after 'unpack 'patch - (lambda _ - (substitute* "setup.py" - (("'CC', 'cc'") - "'CC', 'gcc'")) - #t))))) + (list #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'patch + (lambda _ + (substitute* "setup.py" + (("'CC', 'cc'") + "'CC', 'gcc'"))))))) (native-inputs (list pkg-config python-setuptools python-sphinx)) (inputs @@ -498,7 +497,6 @@ TCP sessions from existing clients.") python-pyasn1-modules python-pygments python-pyinotify - ;("python" ,python) python-qrcode python-slixmpp)) (synopsis "Console Jabber/XMPP Client") -- cgit v1.2.3 From b24961717bbc095f5e46f72df85dccd7266c1ee2 Mon Sep 17 00:00:00 2001 From: Jonathan Brielmaier Date: Tue, 19 Apr 2022 12:11:08 +0200 Subject: gnu: nheko: Update to 0.9.3. * gnu/packages/messaging.scm (nheko): Update to 0.9.3. --- gnu/packages/messaging.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/messaging.scm') diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 2e1aa30ae9..677dc4b930 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -2352,7 +2352,7 @@ for the Matrix protocol. It is built on to of @code{Boost.Asio}.") (define-public nheko (package (name "nheko") - (version "0.9.2") + (version "0.9.3") (source (origin (method git-fetch) @@ -2361,7 +2361,7 @@ for the Matrix protocol. It is built on to of @code{Boost.Asio}.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0q9yzzl7mvlixm1c2f55lksxgh9q11zb8k80mkwnhmmli8wbb05f")) + (base32 "1941jvk72qy9g41cs2p3d6fphkg8ccjlsiclwymvzdyi7s3ilml7")) (modules '((guix build utils))) (snippet '(begin -- cgit v1.2.3 From 302a5e1e7cb81472f696d924582c93a5ce538acc Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 15 May 2022 02:00:00 +0200 Subject: gnu: hangups: Update to 0.4.18. * gnu/packages/messaging.scm (hangups): Update to 0.4.18. --- gnu/packages/messaging.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/messaging.scm') diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 677dc4b930..5dc49503ec 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -2485,13 +2485,13 @@ QMatrixClient project.") (define-public hangups (package (name "hangups") - (version "0.4.16") + (version "0.4.18") (source (origin (method url-fetch) (uri (pypi-uri "hangups" version)) (sha256 - (base32 "11szzszwfszc28xvlsh0bahxy3cgibzsirbfjh5m8vj60lzipqm3")))) + (base32 "12mq22lygh6vz2h5dpvyjk18hx3jphb4kkavqsy298c7hw60hn7l")))) (build-system python-build-system) (arguments `(#:phases -- cgit v1.2.3 From 03524641de059f355851d067082b0b1490e84730 Mon Sep 17 00:00:00 2001 From: Jack Hill Date: Mon, 16 May 2022 17:47:20 -0400 Subject: gnu: libstrophe: Update to 0.12.0. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/messaging.scm (libstrophe): Update to 0.12.0. Signed-off-by: Ludovic Courtès --- gnu/packages/messaging.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/messaging.scm') diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 5dc49503ec..a3f7cc6047 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -2101,7 +2101,7 @@ manual SSL certificate verification.") (define-public libstrophe (package (name "libstrophe") - (version "0.10.1") + (version "0.12.0") (source (origin (method git-fetch) @@ -2110,7 +2110,7 @@ manual SSL certificate verification.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "11d341avsfr0z4lq15cy5dkmff6qpy91wkgzdpfdy31l27pa1g79")))) + (base32 "1apply301lxyjax2677bd5mc0a3233nm5qb7fiqpawq2n7vh17v0")))) (build-system gnu-build-system) (arguments `(#:configure-flags (list "--disable-static") -- cgit v1.2.3 From a5f20bebdcca920893e929a7da4ed7bd3406728f Mon Sep 17 00:00:00 2001 From: Jack Hill Date: Mon, 16 May 2022 17:47:21 -0400 Subject: gnu: libstrophe: Improve package definition. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/messaging.scm (libstrophe)[phases]: Use gexps. {install-extra-license-files}: New phase. [home-page]: Use https and add trailing /. Signed-off-by: Ludovic Courtès --- gnu/packages/messaging.scm | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'gnu/packages/messaging.scm') diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index a3f7cc6047..8974e294cd 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -34,6 +34,7 @@ ;;; Copyright © 2022 Aleksandr Vityazev ;;; Copyright © 2022 Ricardo Wurmus ;;; Copyright © 2022 Jai Vetrivelan +;;; Copyright © 2022 Jack Hill ;;; ;;; This file is part of GNU Guix. ;;; @@ -2113,14 +2114,20 @@ manual SSL certificate verification.") (base32 "1apply301lxyjax2677bd5mc0a3233nm5qb7fiqpawq2n7vh17v0")))) (build-system gnu-build-system) (arguments - `(#:configure-flags (list "--disable-static") + (list #:configure-flags '(list "--disable-static") #:phases - (modify-phases %standard-phases + #~(modify-phases %standard-phases (add-after 'unpack 'patch-make (lambda _ (substitute* "Makefile.am" (("'\\^xmpp_'") "'.'")) - #t))))) + #t)) + (add-after 'install-licence-files 'install-extra-licence-files + (lambda _ + (let ((license-directory (string-append #$output + "/share/doc/" + #$name "-" #$version "/"))) + (install-file "MIT-LICENSE.txt" license-directory))))))) (inputs (list expat openssl)) (native-inputs @@ -2129,7 +2136,7 @@ manual SSL certificate verification.") (description "Libstrophe is a minimal XMPP library written in C. It has almost no external dependencies, only an XML parsing library (expat or libxml are both supported).") - (home-page "http://strophe.im/libstrophe") + (home-page "https://strophe.im/libstrophe/") ;; Dual-licensed. (license (list license:gpl3+ license:x11)))) -- cgit v1.2.3 From 099f74be910d1dbc4061d03332bd374a0b7f5a43 Mon Sep 17 00:00:00 2001 From: Jack Hill Date: Mon, 16 May 2022 17:47:22 -0400 Subject: gnu: profanity: Update to 0.12.1. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/messaging.scm (profanity): Update to 0.12.1. [source]: Update uri. [inputs]: Replace libmesode with libstrophe. Signed-off-by: Ludovic Courtès --- gnu/packages/messaging.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gnu/packages/messaging.scm') diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 8974e294cd..b04ce18ed3 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -2143,16 +2143,16 @@ are both supported).") (define-public profanity (package (name "profanity") - (version "0.11.1") + (version "0.12.1") (source (origin (method url-fetch) (uri - (string-append "https://profanity-im.github.io/profanity-" + (string-append "https://profanity-im.github.io/tarballs/profanity-" version ".tar.gz")) (sha256 (base32 - "0idx0a5g077a57q462w01m0h8i4vyvabzlj87p8527wpqbv4s6vg")))) + "0vihmlzxr6n3y6v0vdzzxh5p1i09p0hx6sd1b2pnpcgkgcg4hi73")))) (build-system glib-or-gtk-build-system) (arguments `(#:configure-flags @@ -2180,10 +2180,10 @@ are both supported).") ("gpgme" ,gpgme) ("gtk+" ,gtk+-2) ("libgcrypt" ,libgcrypt) - ("libmesode" ,libmesode) ("libnotify" ,libnotify) ("libotr" ,libotr) ("libsignal-protocol-c" ,libsignal-protocol-c) + ("libstrophe" ,libstrophe) ;; ("libxss" ,libxss) ("ncurses" ,ncurses) ("openssl" ,openssl) -- cgit v1.2.3 From 79271e679451f68fa9fe7c25cd702deda1e29bd3 Mon Sep 17 00:00:00 2001 From: Jack Hill Date: Mon, 16 May 2022 17:47:23 -0400 Subject: gnu: libmesode: Remove package. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/messaging.scm (libmesode): Delete varialbe. Signed-off-by: Ludovic Courtès --- gnu/packages/messaging.scm | 35 ----------------------------------- 1 file changed, 35 deletions(-) (limited to 'gnu/packages/messaging.scm') diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index b04ce18ed3..147c7e527d 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -2064,41 +2064,6 @@ is also scriptable and extensible via Guile.") (home-page "https://www.gnu.org/software/freetalk/") (license license:gpl3+))) -(define-public libmesode - (package - (name "libmesode") - (version "0.10.1") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/profanity-im/libmesode") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "1bxnkhrypgv41qyy1n545kcggmlw1hvxnhwihijhhcf2pxd2s654")))) - (build-system gnu-build-system) - (arguments - `(#:configure-flags (list "--disable-static") - #:phases - (modify-phases %standard-phases - (add-after 'unpack 'patch-make - (lambda _ - (substitute* "Makefile.am" - (("'\\^xmpp_'") "'.'")) - #t))))) - (inputs - (list expat openssl)) - (native-inputs - (list autoconf automake libtool pkg-config)) - (synopsis "C library for writing XMPP clients") - (description "Libmesode is a fork of libstrophe for use with Profanity -XMPP Client. In particular, libmesode provides extra TLS functionality such as -manual SSL certificate verification.") - (home-page "https://github.com/profanity/libmesode") - ;; Dual-licensed. - (license (list license:gpl3+ license:x11)))) - (define-public libstrophe (package (name "libstrophe") -- cgit v1.2.3 From 35f4d5865f858a0983895354f962db5b01cd4e50 Mon Sep 17 00:00:00 2001 From: Jack Hill Date: Mon, 16 May 2022 17:47:24 -0400 Subject: gnu: profanity: Remove input labels. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/messaging.scm (profanity)[inputs]: Remove input labels. Signed-off-by: Ludovic Courtès --- gnu/packages/messaging.scm | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) (limited to 'gnu/packages/messaging.scm') diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 147c7e527d..d795c74c84 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -2139,22 +2139,21 @@ are both supported).") libtool pkg-config)) (inputs - `(("curl" ,curl) - ("expat" ,expat) - ("glib" ,glib) - ("gpgme" ,gpgme) - ("gtk+" ,gtk+-2) - ("libgcrypt" ,libgcrypt) - ("libnotify" ,libnotify) - ("libotr" ,libotr) - ("libsignal-protocol-c" ,libsignal-protocol-c) - ("libstrophe" ,libstrophe) - ;; ("libxss" ,libxss) - ("ncurses" ,ncurses) - ("openssl" ,openssl) - ("python" ,python-wrapper) - ("readline" ,readline) - ("sqlite" ,sqlite))) + (list curl + expat + glib + gpgme + gtk+-2 + libgcrypt + libnotify + libotr + libsignal-protocol-c + libstrophe + ncurses + openssl + python-wrapper + readline + sqlite)) (synopsis "Console-based XMPP client") (description "Profanity is a console based XMPP client written in C using ncurses and libmesode, inspired by Irssi.") -- cgit v1.2.3 From 13bc438a20dd8058d0f05648887b52e4788e5d39 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 1 Jun 2022 23:00:07 +0200 Subject: gnu: profanity: Add 'release-monitoring-url' property. * gnu/packages/messaging.scm (profanity)[properties]: New field. --- gnu/packages/messaging.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages/messaging.scm') diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index d795c74c84..d361034721 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -2158,6 +2158,7 @@ are both supported).") (description "Profanity is a console based XMPP client written in C using ncurses and libmesode, inspired by Irssi.") (home-page "https://profanity-im.github.io") + (properties `((release-monitoring-url . ,home-page))) (license license:gpl3+))) (define-public libircclient -- cgit v1.2.3