gnu: hexchat: Update to 2.12.1.

* gnu/packages/messaging.scm (hexchat): Update to 2.12.1.
[inputs]: Add luajit.
[description]: Wrap to <=80 characters.
This commit is contained in:
Tobias Geerinckx-Rice 2016-09-15 00:38:27 +02:00
parent dd65f3b744
commit 71af71dc74
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99

View File

@ -166,14 +166,14 @@ identi.ca and status.net).")
(define-public hexchat (define-public hexchat
(package (package
(name "hexchat") (name "hexchat")
(version "2.12.0") (version "2.12.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://dl.hexchat.net/hexchat/hexchat-" (uri (string-append "https://dl.hexchat.net/hexchat/hexchat-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"17fncwza5r80z9r6j1lrh7h375hp4w6pay08zgnfc3qca6bjy1y2")))) "0svwz9ldrry1sn35jywgpacjj1cf3xl3k74ynwn8rjvxs73b00aj"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config) (native-inputs `(("pkg-config" ,pkg-config)
("intltool" ,intltool))) ("intltool" ,intltool)))
@ -185,14 +185,17 @@ identi.ca and status.net).")
("libcanberra" ,libcanberra) ("libcanberra" ,libcanberra)
("libnotify" ,libnotify) ("libnotify" ,libnotify)
("openssl" ,openssl) ("openssl" ,openssl)
("perl-xml-parser" ,perl-xml-parser) ;for addons
("python-2" ,python-2))) ;for addons ;; Bindings for add-on scripts.
("luajit" ,luajit)
("perl-xml-parser" ,perl-xml-parser)
("python-2" ,python-2)))
(synopsis "Graphical IRC Client") (synopsis "Graphical IRC Client")
(description (description
"HexChat lets you connect to multiple IRC networks at once. The main window "HexChat lets you connect to multiple IRC networks at once. The main
shows the list of currently connected networks and their channels, the current window shows the list of currently connected networks and their channels, the
conversation and the list of users. It uses colors to differentiate between current conversation and the list of users. It uses colors to differentiate
users and to highlight messages. It checks spelling using available between users and to highlight messages. It checks spelling using available
dictionaries. HexChat can be extended with multiple addons.") dictionaries. HexChat can be extended with multiple addons.")
(home-page "http://hexchat.net/") (home-page "http://hexchat.net/")
(license license:gpl2+))) (license license:gpl2+)))