about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/maui
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2024-03-24 11:04:41 +0100
committerAlyssa Ross <hi@alyssa.is>2024-03-24 11:04:41 +0100
commit5423cabbbf2b6dec5568f1ecabd288d5d9a642ec (patch)
treef316a6a921bfefd3a63bd4502c2eb50ff1644f67 /nixpkgs/pkgs/applications/maui
parent46a88117a05c3469af5d99433af140c3de8ca088 (diff)
parent8aa81f34981add12aecada6c702ddbbd0375ca36 (diff)
downloadnixlib-5423cabbbf2b6dec5568f1ecabd288d5d9a642ec.tar
nixlib-5423cabbbf2b6dec5568f1ecabd288d5d9a642ec.tar.gz
nixlib-5423cabbbf2b6dec5568f1ecabd288d5d9a642ec.tar.bz2
nixlib-5423cabbbf2b6dec5568f1ecabd288d5d9a642ec.tar.lz
nixlib-5423cabbbf2b6dec5568f1ecabd288d5d9a642ec.tar.xz
nixlib-5423cabbbf2b6dec5568f1ecabd288d5d9a642ec.tar.zst
nixlib-5423cabbbf2b6dec5568f1ecabd288d5d9a642ec.zip
Merge branch 'nixos-unstable-small' of https://github.com/NixOS/nixpkgs
Diffstat (limited to 'nixpkgs/pkgs/applications/maui')
-rw-r--r--nixpkgs/pkgs/applications/maui/booth.nix1
-rw-r--r--nixpkgs/pkgs/applications/maui/buho.nix1
-rw-r--r--nixpkgs/pkgs/applications/maui/clip.nix1
-rw-r--r--nixpkgs/pkgs/applications/maui/communicator.nix1
-rw-r--r--nixpkgs/pkgs/applications/maui/index.nix1
-rw-r--r--nixpkgs/pkgs/applications/maui/mauiman.nix1
-rw-r--r--nixpkgs/pkgs/applications/maui/nota.nix1
-rw-r--r--nixpkgs/pkgs/applications/maui/pix.nix1
-rw-r--r--nixpkgs/pkgs/applications/maui/shelf.nix1
-rw-r--r--nixpkgs/pkgs/applications/maui/station.nix1
-rw-r--r--nixpkgs/pkgs/applications/maui/vvave.nix1
11 files changed, 11 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/applications/maui/booth.nix b/nixpkgs/pkgs/applications/maui/booth.nix
index f82055895854..bca0c23a8543 100644
--- a/nixpkgs/pkgs/applications/maui/booth.nix
+++ b/nixpkgs/pkgs/applications/maui/booth.nix
@@ -47,6 +47,7 @@ mkDerivation {
 
   meta = with lib; {
     description = "Camera application";
+    mainProgram = "booth";
     homepage = "https://invent.kde.org/maui/booth";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ milahu ];
diff --git a/nixpkgs/pkgs/applications/maui/buho.nix b/nixpkgs/pkgs/applications/maui/buho.nix
index 481779a6cab7..b9f9fb446fb5 100644
--- a/nixpkgs/pkgs/applications/maui/buho.nix
+++ b/nixpkgs/pkgs/applications/maui/buho.nix
@@ -41,6 +41,7 @@ mkDerivation {
 
   meta = with lib; {
     description = "Task and Note Keeper";
+    mainProgram = "buho";
     homepage = "https://invent.kde.org/maui/buho";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ onny ];
diff --git a/nixpkgs/pkgs/applications/maui/clip.nix b/nixpkgs/pkgs/applications/maui/clip.nix
index 10df8c47dfc3..88d874c04e12 100644
--- a/nixpkgs/pkgs/applications/maui/clip.nix
+++ b/nixpkgs/pkgs/applications/maui/clip.nix
@@ -41,6 +41,7 @@ mkDerivation {
 
   meta = with lib; {
     description = "Video player and video collection manager";
+    mainProgram = "clip";
     homepage = "https://invent.kde.org/maui/clip";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ onny ];
diff --git a/nixpkgs/pkgs/applications/maui/communicator.nix b/nixpkgs/pkgs/applications/maui/communicator.nix
index 3fec87d1f512..4ee5f59dc3cd 100644
--- a/nixpkgs/pkgs/applications/maui/communicator.nix
+++ b/nixpkgs/pkgs/applications/maui/communicator.nix
@@ -50,6 +50,7 @@ mkDerivation {
 
   meta = with lib; {
     description = "Contacts and dialer application";
+    mainProgram = "communicator";
     homepage = "https://invent.kde.org/maui/communicator";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ onny ];
diff --git a/nixpkgs/pkgs/applications/maui/index.nix b/nixpkgs/pkgs/applications/maui/index.nix
index bc223adb4b1c..4e12123074fd 100644
--- a/nixpkgs/pkgs/applications/maui/index.nix
+++ b/nixpkgs/pkgs/applications/maui/index.nix
@@ -40,6 +40,7 @@ mkDerivation {
 
   meta = with lib; {
     description = "Multi-platform file manager";
+    mainProgram = "index";
     homepage = "https://invent.kde.org/maui/index-fm";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ dotlambda ];
diff --git a/nixpkgs/pkgs/applications/maui/mauiman.nix b/nixpkgs/pkgs/applications/maui/mauiman.nix
index 626d045b115c..7566c7d6ed7d 100644
--- a/nixpkgs/pkgs/applications/maui/mauiman.nix
+++ b/nixpkgs/pkgs/applications/maui/mauiman.nix
@@ -20,6 +20,7 @@ mkDerivation {
   meta = with lib; {
     homepage = "https://invent.kde.org/maui/mauiman";
     description = "Maui Manager Library. Server and public library API";
+    mainProgram = "MauiManServer3";
     maintainers = with maintainers; [ dotlambda ];
   };
 }
diff --git a/nixpkgs/pkgs/applications/maui/nota.nix b/nixpkgs/pkgs/applications/maui/nota.nix
index cdf4943df5fe..5e579c8cbdcb 100644
--- a/nixpkgs/pkgs/applications/maui/nota.nix
+++ b/nixpkgs/pkgs/applications/maui/nota.nix
@@ -39,6 +39,7 @@ mkDerivation {
 
   meta = with lib; {
     description = "Multi-platform text editor";
+    mainProgram = "nota";
     homepage = "https://invent.kde.org/maui/nota";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ onny ];
diff --git a/nixpkgs/pkgs/applications/maui/pix.nix b/nixpkgs/pkgs/applications/maui/pix.nix
index 6794da74c3a7..b19c5dff7148 100644
--- a/nixpkgs/pkgs/applications/maui/pix.nix
+++ b/nixpkgs/pkgs/applications/maui/pix.nix
@@ -45,6 +45,7 @@ mkDerivation {
 
   meta = with lib; {
     description = "Image gallery application";
+    mainProgram = "pix";
     homepage = "https://invent.kde.org/maui/pix";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ onny ];
diff --git a/nixpkgs/pkgs/applications/maui/shelf.nix b/nixpkgs/pkgs/applications/maui/shelf.nix
index 3ac804512531..1c1b53a8e1e9 100644
--- a/nixpkgs/pkgs/applications/maui/shelf.nix
+++ b/nixpkgs/pkgs/applications/maui/shelf.nix
@@ -43,6 +43,7 @@ mkDerivation {
 
   meta = with lib; {
     description = "Document and EBook collection manager";
+    mainProgram = "shelf";
     homepage = "https://invent.kde.org/maui/shelf";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ onny ];
diff --git a/nixpkgs/pkgs/applications/maui/station.nix b/nixpkgs/pkgs/applications/maui/station.nix
index 474e52c63a2b..2ca994397ccd 100644
--- a/nixpkgs/pkgs/applications/maui/station.nix
+++ b/nixpkgs/pkgs/applications/maui/station.nix
@@ -35,6 +35,7 @@ mkDerivation {
 
   meta = with lib; {
     description = "Convergent terminal emulator";
+    mainProgram = "station";
     homepage = "https://invent.kde.org/maui/station";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ onny ];
diff --git a/nixpkgs/pkgs/applications/maui/vvave.nix b/nixpkgs/pkgs/applications/maui/vvave.nix
index bd5b97292010..e10d33df0eb5 100644
--- a/nixpkgs/pkgs/applications/maui/vvave.nix
+++ b/nixpkgs/pkgs/applications/maui/vvave.nix
@@ -41,6 +41,7 @@ mkDerivation {
 
   meta = with lib; {
     description = "Multi-platform media player";
+    mainProgram = "vvave";
     homepage = "https://invent.kde.org/maui/vvave";
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ onny ];