about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2023-06-04 22:03:23 +0200
committerGitHub <noreply@github.com>2023-06-04 22:03:23 +0200
commit9c3bc86418e20f19a598c7eb70cb7e9a869607c2 (patch)
treea78e774e64befe40fc25309128c117f70cb96534 /pkgs/desktops
parent8d08c93394fb95692652b0b7c4a181f263faee35 (diff)
parent408b28e98840a97d6b67d3d91cf1a09123e1b420 (diff)
downloadnixlib-9c3bc86418e20f19a598c7eb70cb7e9a869607c2.tar
nixlib-9c3bc86418e20f19a598c7eb70cb7e9a869607c2.tar.gz
nixlib-9c3bc86418e20f19a598c7eb70cb7e9a869607c2.tar.bz2
nixlib-9c3bc86418e20f19a598c7eb70cb7e9a869607c2.tar.lz
nixlib-9c3bc86418e20f19a598c7eb70cb7e9a869607c2.tar.xz
nixlib-9c3bc86418e20f19a598c7eb70cb7e9a869607c2.tar.zst
nixlib-9c3bc86418e20f19a598c7eb70cb7e9a869607c2.zip
Merge pull request #235913 from LoveIsGrief/kde-intregration-descriptions
libsForQt5: Add description and home page for kde integrations
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/plasma-5/kwayland-integration.nix5
-rw-r--r--pkgs/desktops/plasma-5/plasma-browser-integration.nix5
-rw-r--r--pkgs/desktops/plasma-5/plasma-integration/default.nix5
3 files changed, 15 insertions, 0 deletions
diff --git a/pkgs/desktops/plasma-5/kwayland-integration.nix b/pkgs/desktops/plasma-5/kwayland-integration.nix
index 6310f9fee4ac..abe1c866671b 100644
--- a/pkgs/desktops/plasma-5/kwayland-integration.nix
+++ b/pkgs/desktops/plasma-5/kwayland-integration.nix
@@ -14,4 +14,9 @@ mkDerivation {
   pname = "kwayland-integration";
   nativeBuildInputs = [ extra-cmake-modules wayland-scanner ];
   buildInputs = [ kguiaddons kidletime kwindowsystem kwayland qtbase wayland-protocols wayland ];
+
+  meta = {
+    description = "Integration plugins for various KDE frameworks for the Wayland windowing system";
+    homepage = "https://invent.kde.org/plasma/kwayland-integration";
+  };
 }
diff --git a/pkgs/desktops/plasma-5/plasma-browser-integration.nix b/pkgs/desktops/plasma-5/plasma-browser-integration.nix
index dcd895efbbc7..06325911a9df 100644
--- a/pkgs/desktops/plasma-5/plasma-browser-integration.nix
+++ b/pkgs/desktops/plasma-5/plasma-browser-integration.nix
@@ -33,4 +33,9 @@ mkDerivation {
     kactivities
     plasma-workspace
   ];
+
+  meta = {
+    description = "Components necessary to integrate browsers into the Plasma Desktop";
+    homepage = "https://community.kde.org/Plasma/Browser_Integration";
+  };
 }
diff --git a/pkgs/desktops/plasma-5/plasma-integration/default.nix b/pkgs/desktops/plasma-5/plasma-integration/default.nix
index f88b737e0ec7..cf900af71438 100644
--- a/pkgs/desktops/plasma-5/plasma-integration/default.nix
+++ b/pkgs/desktops/plasma-5/plasma-integration/default.nix
@@ -33,4 +33,9 @@ mkDerivation {
     wayland-protocols
     plasma-wayland-protocols
   ];
+
+  meta = {
+    description = "A set of plugins responsible for better integration of Qt applications when running on a KDE Plasma workspace";
+    homepage = "https://invent.kde.org/plasma/plasma-integration";
+  };
 }