kadu-0.10.0
svn path=/nixpkgs/trunk/; revision=29370
This commit is contained in:
parent
9827fd060d
commit
a1680bc96b
@ -1,15 +0,0 @@
|
|||||||
diff --git a/.config b/.config
|
|
||||||
index e0068bf..808ebf4 100644
|
|
||||||
--- a/.config
|
|
||||||
+++ b/.config
|
|
||||||
@@ -187,8 +187,8 @@ module_history_migration=m
|
|
||||||
# PL: Obsługa szyfrowania wiadomości przy pomocy OpenSSLa
|
|
||||||
# Platform: Linux, Mac OS X, Windows
|
|
||||||
# Needs: libcrypto, libssl
|
|
||||||
-module_encryption_ng=m
|
|
||||||
-module_encryption_ng_simlite=m
|
|
||||||
+module_encryption_ng=n
|
|
||||||
+module_encryption_ng_simlite=n
|
|
||||||
|
|
||||||
# Description: Auto away module
|
|
||||||
# PL: Obsługa automatycznej zmiany statusu po określonym czasie bezczynności
|
|
@ -3,15 +3,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
|
|
||||||
name = "kadu-0.9.2";
|
name = "kadu-0.10.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://www.kadu.net/download/stable/kadu-0.9.2.tar.bz2;
|
url = http://www.kadu.net/download/stable/kadu-0.10.0.tar.bz2;
|
||||||
sha256 = "05lpx7m2adx8vv4h62rsiwlgay24m6cxdbibg7vzl4xkq9ybv30b";
|
sha256 = "039dx8y6vzqmv86prk1srmi7fvxlrbisyd6rcfs0gv497bfi1995";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [ cmake qt4 libgadu libXScrnSaver libsndfile libX11 alsaLib aspell libidn qca2 phonon
|
||||||
cmake qt4 libgadu libXScrnSaver libsndfile libX11 alsaLib aspell libidn qca2 phonon
|
|
||||||
];
|
];
|
||||||
|
|
||||||
configureFlags = "CPPFLAGS=-DQT_NO_DEBUG";
|
configureFlags = "CPPFLAGS=-DQT_NO_DEBUG";
|
||||||
@ -22,7 +21,8 @@ stdenv.mkDerivation {
|
|||||||
patchShebangs .
|
patchShebangs .
|
||||||
'';
|
'';
|
||||||
|
|
||||||
patches = [ ./config.patch ];
|
# because I was not able to get those working
|
||||||
|
patches = [ ./disable_encryption_plugins.patch ];
|
||||||
|
|
||||||
NIX_LDFLAGS="-lX11";
|
NIX_LDFLAGS="-lX11";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user