all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#28684] [PATCH] gnu: qtox: Update to 1.12.0.
@ 2017-10-03  6:59 Rutger Helling
  2017-10-03 15:18 ` bug#28684: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Rutger Helling @ 2017-10-03  6:59 UTC (permalink / raw)
  To: 28684


[-- Attachment #1.1: Type: text/plain, Size: 52 bytes --]

Here's a patch to update qtox to the latest version.

[-- Attachment #1.2: Type: text/html, Size: 239 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-qtox-Update-to-1.12.0.patch --]
[-- Type: text/x-diff; name=0001-gnu-qtox-Update-to-1.12.0.patch, Size: 1713 bytes --]

From ca60303a1bfdff33d955f37c13fabd4f4ed2b9b5 Mon Sep 17 00:00:00 2001
From: Rutger Helling <rhelling@mykolab.com>
Date: Tue, 3 Oct 2017 08:46:19 +0200
Subject: [PATCH] gnu: qtox: Update to 1.12.0.

---
 gnu/packages/messaging.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 8e4b43aaf..573f6920a 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -90,6 +90,7 @@
   #:use-module (gnu packages guile)
   #:use-module (gnu packages less)
   #:use-module (gnu packages readline)
+  #:use-module (gnu packages photo)
   #:use-module (gnu packages texinfo))
 
 (define-public libotr
@@ -801,14 +802,14 @@ instant messenger with audio and video chat capabilities.")
 (define-public qtox
   (package
     (name "qtox")
-    (version "1.11.0")
+    (version "1.12.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/qTox/qTox/archive/v"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1m1ca1ybgj4yfm6a61yyj21f5jpip8dsbliwkfypswhmv5y52f5y"))
+                "0ycgvcfn8hchc775dcn1wpdqff8chvzz1svx9g99wa5vcns9pflg"))
               (file-name (string-append name "-" version ".tar.gz"))))
     (build-system cmake-build-system)
     (arguments
@@ -830,6 +831,8 @@ instant messenger with audio and video chat capabilities.")
        ("libvpx" ,libvpx)
        ("libxscrnsaver" ,libxscrnsaver)
        ("libx11" ,libx11)
+       ("libexif" ,libexif)
+       ("sqlite" ,sqlite)
        ("openal" ,openal)
        ("qrencode" ,qrencode)
        ("qtbase" ,qtbase)
-- 
2.14.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#28684: [PATCH] gnu: qtox: Update to 1.12.0.
  2017-10-03  6:59 [bug#28684] [PATCH] gnu: qtox: Update to 1.12.0 Rutger Helling
@ 2017-10-03 15:18 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-10-03 15:18 UTC (permalink / raw)
  To: Rutger Helling; +Cc: 28684-done

Rutger Helling <rhelling@mykolab.com> skribis:

> From ca60303a1bfdff33d955f37c13fabd4f4ed2b9b5 Mon Sep 17 00:00:00 2001
> From: Rutger Helling <rhelling@mykolab.com>
> Date: Tue, 3 Oct 2017 08:46:19 +0200
> Subject: [PATCH] gnu: qtox: Update to 1.12.0.
>
> ---
>  gnu/packages/messaging.scm | 7 +++++--
>  1 file changed, 5 insertions(+), 2 deletions(-)

Applied with a commit log, thanks!

Ludo'.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-10-03 15:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-03  6:59 [bug#28684] [PATCH] gnu: qtox: Update to 1.12.0 Rutger Helling
2017-10-03 15:18 ` bug#28684: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.