Gajim update
This commit is contained in:
parent
ec484c6a1e
commit
b32dbc8be6
@ -22,20 +22,14 @@ with stdenv.lib;
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gajim-${version}";
|
name = "gajim-${version}";
|
||||||
version = "0.15.4";
|
version = "0.16";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.gajim.org/downloads/0.15/gajim-${version}.tar.gz";
|
url = "http://www.gajim.org/downloads/0.16/gajim-${version}.tar.bz2";
|
||||||
sha256 = "1g4m5j777vqqdwqvr2m6l09ljjx65ilag45d5kfc78z7frm0cz7g";
|
sha256 = "14x15jwgl0c6vwj02ccpzmxr3fczp632mnj50cpklbaj4bxqvgbs";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
(fetchurl {
|
|
||||||
name = "gajim-drill-srv.patch";
|
|
||||||
url = "https://projects.archlinux.org/svntogit/packages.git/"
|
|
||||||
+ "plain/trunk/gajim-drill.patch?h=packages/gajim";
|
|
||||||
sha256 = "1k8zz3ns0l0kriffq41jgkv5ym6jvyd24171l7s98v9d81prdw1w";
|
|
||||||
})
|
|
||||||
(fetchurl {
|
(fetchurl {
|
||||||
name = "gajim-icon-index.patch";
|
name = "gajim-icon-index.patch";
|
||||||
url = "http://hg.gajim.org/gajim/raw-rev/b9ec78663dfb";
|
url = "http://hg.gajim.org/gajim/raw-rev/b9ec78663dfb";
|
||||||
@ -69,6 +63,7 @@ stdenv.mkDerivation rec {
|
|||||||
pythonPackages.pygobject pythonPackages.pyGtkGlade
|
pythonPackages.pygobject pythonPackages.pyGtkGlade
|
||||||
pythonPackages.sqlite3 pythonPackages.pyasn1
|
pythonPackages.sqlite3 pythonPackages.pyasn1
|
||||||
pythonPackages.pyxdg
|
pythonPackages.pyxdg
|
||||||
|
pythonPackages.nbxmpp
|
||||||
pyopenssl pythonDBus
|
pyopenssl pythonDBus
|
||||||
] ++ optionals enableJingle [ farstream gst_plugins_bad libnice ]
|
] ++ optionals enableJingle [ farstream gst_plugins_bad libnice ]
|
||||||
++ optional enableE2E pythonPackages.pycrypto
|
++ optional enableE2E pythonPackages.pycrypto
|
||||||
@ -88,5 +83,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Jabber client written in PyGTK";
|
description = "Jabber client written in PyGTK";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = [ maintainers.raskin maintainers.aszlig ];
|
maintainers = [ maintainers.raskin maintainers.aszlig ];
|
||||||
|
downloadPage = "http://gajim.org/downloads.php";
|
||||||
|
updateWalker = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -5213,12 +5213,12 @@ let
|
|||||||
|
|
||||||
|
|
||||||
nbxmpp = buildPythonPackage rec {
|
nbxmpp = buildPythonPackage rec {
|
||||||
name = "nbxmpp-0.5";
|
name = "nbxmpp-0.5.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
name = "${name}.tar.gz";
|
name = "${name}.tar.gz";
|
||||||
url = "https://python-nbxmpp.gajim.org/downloads/5";
|
url = "https://python-nbxmpp.gajim.org/downloads/6";
|
||||||
sha256 = "0y270c9v4i9n58p4ghlm18h50qcfichmfkgcpqd3bypx4fkmdx90";
|
sha256 = "0agr0ikfdmna5rjvm7lm0mx52cdwqp5b2xbx3inagp70whmdv219";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user