krename meta
svn path=/nixpkgs/trunk/; revision=23819
This commit is contained in:
parent
69032f3d1d
commit
72ab62e8f5
@ -9,4 +9,11 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cmake automoc4 kdelibs taglib exiv2 podofo gettext ];
|
buildInputs = [ cmake automoc4 kdelibs taglib exiv2 podofo gettext ];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
homepage = http://www.krename.net;
|
||||||
|
description = "KRename is a powerful batch renamer for KDE";
|
||||||
|
inherit (kdelibs.meta) platforms;
|
||||||
|
maintainers = [ stdenv.lib.maintainers.urkud ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user