unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#28135] [PATCH 2/2] gnu: gobby: Update to 0.5.0.
       [not found] <20170818093157.31567-1-arunisaac@systemreboot.net>
@ 2017-08-18  9:31 ` Arun Isaac
  2017-08-18 20:12   ` Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Arun Isaac @ 2017-08-18  9:31 UTC (permalink / raw)
  To: 28135

* gnu/packages/gobby.scm (gobby): Update to 0.5.0.
[inputs]: Remove libnet6 and obby. Add libinfinity. Sort.
[arguments]: Add move-executable phase.
---
 gnu/packages/gobby.scm | 21 ++++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/gobby.scm b/gnu/packages/gobby.scm
index e85f86061..f4e57557a 100644
--- a/gnu/packages/gobby.scm
+++ b/gnu/packages/gobby.scm
@@ -101,7 +101,7 @@ documents in one session.  Obby is used by the Gobby collaborative editor.")
 (define-public gobby
   (package
     (name "gobby")
-    (version "0.4.13")
+    (version "0.5.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://releases.0x539.de/gobby/gobby-"
@@ -109,21 +109,28 @@ documents in one session.  Obby is used by the Gobby collaborative editor.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0w8q01lf6bcdz537b29m7rwlbc7k87b12vnpm1h6219ypvzqkgcc"))))
+                "165x0r668ma5blziisvbr8qig3jw9hf7i6w8r7wwvz3wsac3bswc"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("intltool" ,intltool)))
     (inputs
-     `(("libxml++-2" ,libxml++-2)
-       ("gnutls" ,gnutls)
+     `(("gnutls" ,gnutls)
+       ("gsasl" ,gsasl)
        ("gtkmm-2" ,gtkmm-2)
        ("gtksourceview-2" ,gtksourceview-2)
-       ("libnet6" ,libnet6)
-       ("obby" ,obby)))
+       ("libinfinity" ,libinfinity)
+       ("libxml++-2" ,libxml++-2)))
     (arguments
      ;; Required by libsigc++.
-     `(#:configure-flags '("CXXFLAGS=-std=c++11")))
+     `(#:configure-flags '("CXXFLAGS=-std=c++11")
+       #:phases
+       (modify-phases %standard-phases
+         (add-after 'install 'move-executable
+           (lambda* (#:key outputs #:allow-other-keys)
+             (with-directory-excursion (assoc-ref outputs "out")
+               (rename-file "bin/gobby-0.5" "bin/gobby"))
+             #t)))))
     (home-page "https://gobby.github.io/")
     (synopsis "Collaborative editor")
     (description
-- 
2.13.4


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

* [bug#28135] [PATCH 2/2] gnu: gobby: Update to 0.5.0.
  2017-08-18  9:31 ` [bug#28135] [PATCH 2/2] gnu: gobby: Update to 0.5.0 Arun Isaac
@ 2017-08-18 20:12   ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2017-08-18 20:12 UTC (permalink / raw)
  To: Arun Isaac, 28135

[-- Attachment #1: Type: text/plain, Size: 211 bytes --]

Arun Isaac <arunisaac@systemreboot.net> writes:

> * gnu/packages/gobby.scm (gobby): Update to 0.5.0.
> [inputs]: Remove libnet6 and obby. Add libinfinity. Sort.
> [arguments]: Add move-executable phase.

LGTM.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

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

end of thread, other threads:[~2017-08-18 20:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20170818093157.31567-1-arunisaac@systemreboot.net>
2017-08-18  9:31 ` [bug#28135] [PATCH 2/2] gnu: gobby: Update to 0.5.0 Arun Isaac
2017-08-18 20:12   ` Marius Bakke

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).