Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 98922fecef2b
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f92191e397db
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Apr 24, 2019

  1. Copy the full SHA
    eaae476 View commit details
  2. discover: init at 5.15.3

    peterhoeg committed Apr 24, 2019
    Copy the full SHA
    e3f3109 View commit details

Commits on Apr 29, 2019

  1. Merge pull request #34756 from peterhoeg/p/discover

    discover: init at 5.15.3
    peterhoeg authored Apr 29, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f92191e View commit details
Showing with 24 additions and 10 deletions.
  1. +1 −0 pkgs/desktops/plasma-5/default.nix
  2. +20 −0 pkgs/desktops/plasma-5/discover.nix
  3. +2 −9 pkgs/development/libraries/appstream/qt.nix
  4. +1 −1 pkgs/top-level/all-packages.nix
1 change: 1 addition & 0 deletions pkgs/desktops/plasma-5/default.nix
Original file line number Diff line number Diff line change
@@ -102,6 +102,7 @@ let
breeze-qt5 = callPackage ./breeze-qt5.nix {};
breeze-grub = callPackage ./breeze-grub.nix {};
breeze-plymouth = callPackage ./breeze-plymouth {};
discover = callPackage ./discover.nix {};
kactivitymanagerd = callPackage ./kactivitymanagerd.nix {};
kde-cli-tools = callPackage ./kde-cli-tools.nix {};
kde-gtk-config = callPackage ./kde-gtk-config { inherit gsettings-desktop-schemas; };
20 changes: 20 additions & 0 deletions pkgs/desktops/plasma-5/discover.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
mkDerivation,
extra-cmake-modules, gettext, kdoctools, python,
appstream-qt, discount, flatpak, fwupd, ostree, packagekit-qt, pcre, utillinux,
qtquickcontrols2,
karchive, kconfig, kcrash, kdbusaddons, kdeclarative, kio, kirigami2, kitemmodels,
knewstuff, kwindowsystem, kxmlgui, plasma-framework
}:

mkDerivation {
name = "discover";
nativeBuildInputs = [ extra-cmake-modules gettext kdoctools python ];
buildInputs = [
# discount is needed for libmarkdown
appstream-qt discount flatpak fwupd ostree packagekit-qt pcre utillinux
qtquickcontrols2
karchive kconfig kcrash kdbusaddons kdeclarative kio kirigami2 kitemmodels knewstuff kwindowsystem kxmlgui
plasma-framework
];
}
11 changes: 2 additions & 9 deletions pkgs/development/libraries/appstream/qt.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{ stdenv, appstream, qtbase, qttools }:

# TODO: look into using the libraries from the regular appstream derivation as we keep duplicates here

stdenv.mkDerivation rec {
name = "appstream-qt-${version}";
inherit (appstream) version src prePatch;
@@ -10,15 +12,6 @@ stdenv.mkDerivation rec {

mesonFlags = appstream.mesonFlags ++ [ "-Dqt=true" ];

postInstall = ''
rm -rf $out/{bin,etc,include/appstream,lib/pkgconfig,lib/libappstream.so*,share}
'';

preFixup = ''
patchelf --add-needed ${appstream}/lib/libappstream.so.4 \
$out/lib/libAppStreamQt.so
'';

meta = appstream.meta // {
description = "Software metadata handling library - Qt";
};
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
@@ -21877,7 +21877,7 @@ in
inherit (kdeFrameworks) kded kinit frameworkintegration;

inherit (plasma5)
bluedevil breeze-gtk breeze-qt5 breeze-grub breeze-plymouth
bluedevil breeze-gtk breeze-qt5 breeze-grub breeze-plymouth discover
kactivitymanagerd kde-cli-tools kde-gtk-config kdeplasma-addons kgamma5
kinfocenter kmenuedit kscreen kscreenlocker ksshaskpass ksysguard
kwallet-pam kwayland-integration kwin kwrited milou oxygen plasma-browser-integration