Updated Funpidgin 2.4.1 to Carrier 2.4.2 (rename of the fork, yes)

svn path=/nixpkgs/trunk/; revision=12118
This commit is contained in:
Michael Raskin 2008-06-16 13:15:09 +00:00
parent 71e1e1fe6e
commit 0e25ce102d
2 changed files with 38 additions and 29 deletions

View file

@ -0,0 +1,38 @@
args : with args;
rec {
src = fetchurl {
url = http://downloads.sourceforge.net/funpidgin/carrier-2.4.2.tar.bz2;
sha256 = "176mi7gxkvvrmxsd58bi8qgkc209gpnlp21hh3j0dmb9zszyh7kp";
};
buildInputs = [gtkspell aspell
GStreamer startupnotification
libxml2 openssl nss
libXScrnSaver ncurses scrnsaverproto
libX11 xproto kbproto GConf avahi
dbus dbus_glib glib python
autoconf libtool automake];
propagatedBuildInputs = [
pkgconfig gtk perl perlXMLParser gettext
];
configureFlags="--with-nspr-includes=${nss}/include/nspr"
+ " --with-nspr-libs=${nss}/lib --with-nss-includes=${nss}/include/nss"
+ " --with-nss-libs=${nss}/lib --with-ncurses-headers=${ncurses}/include"
+ " --enable-screensaver --disable-meanwhile --disable-nm --disable-tcl";
preBuild = FullDepEntry (''
export echo=echo
'') [];
/* doConfigure should be specified separately */
phaseNames = ["doConfigure" "preBuild" "doMakeInstall"];
name = "carrier-" + version;
meta = {
description = "Carrier - PidginIM GUI fork with user-friendly development model";
homepage = http://funpidgin.sf.net;
};
}

View file

@ -1,29 +0,0 @@
args : with args;
rec {
src = fetchurl {
url = http://downloads.sourceforge.net/funpidgin/funpidgin-2.4.1.tar.bz2;
sha256 = "1slzvgwaxl19fdyg7k12nqsvvbjaqv6ivfzwkbvm09596ag5r3mn";
};
buildInputs = [gtkspell aspell
GStreamer startupnotification
libxml2 openssl nss
libXScrnSaver ncurses scrnsaverproto
libX11 xproto kbproto];
propagatedBuildInputs = [
pkgconfig gtk perl perlXMLParser gettext
];
configureFlags="--with-nspr-includes=${nss}/include/nspr --with-nspr-libs=${nss}/lib --with-nss-includes=${nss}/include/nss --with-nss-libs=${nss}/lib --with-ncurses-headers=${ncurses}/include --enable-screensaver";
/* doConfigure should be specified separately */
phaseNames = ["doConfigure" "doMakeInstall"];
name = "funpidgin-" + version;
meta = {
description = "Funpidgin - PidginIM fork with user-friendly development model";
homepage = http://funpidgin.sf.net;
};
}