Commit 8625370c authored by K900's avatar K900
Browse files

kdePackages: metadata update

parent ab56e0b3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  mkKdeDerivation,
  qt5compat,
  qttools,
  kauth,
  acl,
  attr,
}:
@@ -16,6 +17,7 @@ mkKdeDerivation {
  extraBuildInputs = [
    qt5compat
    qttools
    kauth
    acl
    attr
  ];
+2 −0
Original line number Diff line number Diff line
{
  mkKdeDerivation,
  pkg-config,
  gpgme,
  libgcrypt,
  libsecret,
  kdoctools,
@@ -13,6 +14,7 @@ mkKdeDerivation {
  ];

  extraBuildInputs = [
    gpgme
    libgcrypt
    libsecret
    kdoctools
+6 −2
Original line number Diff line number Diff line
@@ -2,9 +2,10 @@
  lib,
  mkKdeDerivation,
  replaceVars,
  qtdeclarative,
  kauth,
  samba,
  shadow,
  qtdeclarative,
}:
mkKdeDerivation {
  pname = "kdenetwork-filesharing";
@@ -19,7 +20,10 @@ mkKdeDerivation {
    ./samba-hint.patch
  ];

  extraBuildInputs = [ qtdeclarative ];
  extraBuildInputs = [
    qtdeclarative
    kauth
  ];

  # We can't actually install samba via PackageKit, so let's not confuse users any more than we have to
  extraCmakeFlags = [ "-DSAMBA_INSTALL=OFF" ];
+0 −2
Original line number Diff line number Diff line
{
  mkKdeDerivation,
  qtsvg,
  qcoro,
}:
mkKdeDerivation {
  pname = "kontrast";

  extraBuildInputs = [
    qtsvg
    qcoro
  ];
  meta.mainProgram = "kontrast";
}
+3 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
  pkg-config,
  qtspeech,
  qtsvg,
  plasma-activities,
  poppler,
  libtiff,
  libspectre,
@@ -19,6 +20,8 @@ mkKdeDerivation {
    qtspeech
    qtsvg

    plasma-activities

    poppler
    libtiff
    libspectre
Loading