forked from mirrors/nixpkgs
Update Vacuum-IM
svn path=/nixpkgs/trunk/; revision=31617
This commit is contained in:
parent
ef07990836
commit
a975a35254
|
@ -12,11 +12,11 @@ let
|
||||||
buildInputs = map (n: builtins.getAttr n x)
|
buildInputs = map (n: builtins.getAttr n x)
|
||||||
(builtins.attrNames (builtins.removeAttrs x helperArgNames));
|
(builtins.attrNames (builtins.removeAttrs x helperArgNames));
|
||||||
sourceInfo = rec {
|
sourceInfo = rec {
|
||||||
version="1.1.1";
|
version="1.1.2";
|
||||||
baseName="vacuum-im";
|
baseName="vacuum-im";
|
||||||
name="${baseName}-${version}";
|
name="${baseName}-${version}";
|
||||||
url="http://vacuum-im.googlecode.com/files/${name}.tar.xz";
|
url="http://vacuum-im.googlecode.com/files/vacuum-${version}.tar.xz";
|
||||||
hash="b4b3472bf83173f6be1bbe69520bf6cab97e24cf9fd8a7b60e4ffdc1cb43b1dc";
|
hash="451dde9b3587503b035fa1ddd2c99f2052a0b17a603491c59e8c47a8bcd4746d";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
rec {
|
rec {
|
||||||
|
@ -29,7 +29,7 @@ rec {
|
||||||
inherit buildInputs;
|
inherit buildInputs;
|
||||||
|
|
||||||
/* doConfigure should be removed if not needed */
|
/* doConfigure should be removed if not needed */
|
||||||
phaseNames = ["addInputs" "preBuild" "doQMake" "doMakeInstall"];
|
phaseNames = ["addInputs" "doQMake" "doMakeInstall"];
|
||||||
|
|
||||||
preBuild = a.fullDepEntry (''
|
preBuild = a.fullDepEntry (''
|
||||||
echo "Fixing a name collision with a function added in Qt 4.7"
|
echo "Fixing a name collision with a function added in Qt 4.7"
|
||||||
|
@ -48,6 +48,9 @@ rec {
|
||||||
];
|
];
|
||||||
platforms = with a.lib.platforms;
|
platforms = with a.lib.platforms;
|
||||||
linux;
|
linux;
|
||||||
|
license = with a.lib.licenses;
|
||||||
|
gpl3;
|
||||||
|
homepage = "http://code.google.com/p/vacuum-im/";
|
||||||
};
|
};
|
||||||
passthru = {
|
passthru = {
|
||||||
updateInfo = {
|
updateInfo = {
|
||||||
|
|
Loading…
Reference in a new issue