mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Add krename
svn path=/nixpkgs/trunk/; revision=23818
This commit is contained in:
parent
bd6da9f5f3
commit
69032f3d1d
2 changed files with 14 additions and 0 deletions
12
pkgs/applications/misc/krename/default.nix
Normal file
12
pkgs/applications/misc/krename/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ stdenv, fetchurl, cmake, automoc4, kdelibs, taglib, exiv2, podofo, gettext}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "krename-4.0.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/krename/${name}.tar.bz2";
|
||||
sha256 = "12qhclw1vbg5bv6619qd4408y8d1w26499gcr8gwhgfzk0v83hic";
|
||||
};
|
||||
|
||||
buildInputs = [ cmake automoc4 kdelibs taglib exiv2 podofo gettext ];
|
||||
}
|
|
@ -5732,6 +5732,8 @@ let
|
|||
|
||||
konversation = newScope pkgs.kde4 ../applications/networking/irc/konversation { };
|
||||
|
||||
krename = newScope pkgs.kde4 ../applications/misc/krename { };
|
||||
|
||||
ktorrent = newScope pkgs.kde4 ../applications/networking/ktorrent { };
|
||||
|
||||
lame = callPackage ../applications/audio/lame { };
|
||||
|
|
Loading…
Reference in a new issue