1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

upgraded to kadu-0.10.1

svn path=/nixpkgs/trunk/; revision=30781
This commit is contained in:
Piotr Pietraszkiewicz 2011-12-06 19:11:15 +00:00
parent 621963488f
commit 6cb70eea88
3 changed files with 32 additions and 20 deletions

View file

@ -3,11 +3,11 @@
stdenv.mkDerivation {
name = "kadu-0.10.0";
name = "kadu-0.10.1";
src = fetchurl {
url = http://www.kadu.net/download/stable/kadu-0.10.0.tar.bz2;
sha256 = "039dx8y6vzqmv86prk1srmi7fvxlrbisyd6rcfs0gv497bfi1995";
url = http://download.kadu.im/stable/kadu-0.10.1.tar.bz2;
sha256 = "0j88pyp2nqpc57j38zr135ypfiv4v329gfgiz9rdbqi8j26cyp7g";
};
buildInputs = [ cmake qt4 libgadu libXScrnSaver libsndfile libX11 alsaLib aspell libidn qca2 phonon
@ -22,7 +22,7 @@ stdenv.mkDerivation {
'';
# because I was not able to get those working
patches = [ ./disable_encryption_plugins.patch ];
patches = [ ./disable_some_plugins.patch ];
NIX_LDFLAGS="-lX11";

View file

@ -1,16 +0,0 @@
diff --git a/Plugins.cmake b/Plugins.cmake
index c6906ce..b1284d6 100644
--- a/Plugins.cmake
+++ b/Plugins.cmake
@@ -30,9 +30,9 @@ set (COMPILE_PLUGINS
# encryption
# Encrypted chat support
- encryption_ng
+ # encryption_ng
# OpenSSL encrypted chat support
- encryption_ng_simlite
+ # encryption_ng_simlite
# docking
# Tray icon support (common part of all docking modules)

View file

@ -0,0 +1,28 @@
diff --git a/Plugins.cmake b/Plugins.cmake
index ad63f20..c14a781 100644
--- a/Plugins.cmake
+++ b/Plugins.cmake
@@ -30,9 +30,9 @@ set (COMPILE_PLUGINS
# encryption
# Encrypted chat support
- encryption_ng
+ # encryption_ng
# OpenSSL encrypted chat support
- encryption_ng_simlite
+ # encryption_ng_simlite
# docking
# Tray icon support (common part of all docking modules)
@@ -104,9 +104,9 @@ if (UNIX)
# mediaplayer
# MPD mediaplayer support
- mpd_mediaplayer
+ # mpd_mediaplayer
# MPRIS Media Players support
- mprisplayer_mediaplayer
+ # mprisplayer_mediaplayer
)
endif (UNIX)