Skip to content

Commit

Permalink
kipi-plugins: 5.9.0 -> 5.9.1, build from dedicated tarball
Browse files Browse the repository at this point in the history
Don't pick out from digikam's source.
(presumably the plugins used to live there primarily?)
  • Loading branch information
dtzWill committed Apr 22, 2019
1 parent b0fea1d commit 18defa9
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions pkgs/applications/graphics/kipi-plugins/default.nix
Expand Up @@ -6,18 +6,14 @@
}:

stdenv.mkDerivation rec {
name = "kipi-plugins-${version}";
version = "5.9.0";
pname = "kipi-plugins";
version = "5.9.1";

src = fetchurl {
url = "http://download.kde.org/stable/digikam/digikam-${version}.tar.xz";
sha256 = "06qdalf2mwx2f43p3bljy3vn5bk8n3x539kha6ky2vzxvkp343b6";
url = "http://download.kde.org/stable/${pname}/${pname}-${version}.tar.xz";
sha256 = "0hjm05nkz0w926sn4lav5258rda6zkd6gfnqd8hh3fa2q0dd7cq4";
};

prePatch = ''
cd extra/kipi-plugins
'';

nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [
karchive kconfig ki18n kiconthemes kio kservice kwindowsystem kxmlgui libkipi
Expand Down

0 comments on commit 18defa9

Please sign in to comment.