about summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-01-21 08:52:01 -0600
committerThomas Tuegel <ttuegel@gmail.com>2015-01-26 21:00:39 -0600
commit5a52ddb243ef1119f14e93b21ed7a6a451f32d68 (patch)
treedaa5ca9ac0e7b2b72544f616456bab8662d5caaa
parent5dcd61d7b3aba47c22c3050f9d6f0601dc566d38 (diff)
downloadnixlib-5a52ddb243ef1119f14e93b21ed7a6a451f32d68.tar
nixlib-5a52ddb243ef1119f14e93b21ed7a6a451f32d68.tar.gz
nixlib-5a52ddb243ef1119f14e93b21ed7a6a451f32d68.tar.bz2
nixlib-5a52ddb243ef1119f14e93b21ed7a6a451f32d68.tar.lz
nixlib-5a52ddb243ef1119f14e93b21ed7a6a451f32d68.tar.xz
nixlib-5a52ddb243ef1119f14e93b21ed7a6a451f32d68.tar.zst
nixlib-5a52ddb243ef1119f14e93b21ed7a6a451f32d68.zip
kf5, plasma5, kdeApps: add documentation for maintainers
-rw-r--r--pkgs/applications/kde-apps-14.12/default.nix14
-rw-r--r--pkgs/desktops/plasma-5.1/default.nix14
-rw-r--r--pkgs/development/libraries/kde-frameworks-5.5/default.nix14
3 files changed, 42 insertions, 0 deletions
diff --git a/pkgs/applications/kde-apps-14.12/default.nix b/pkgs/applications/kde-apps-14.12/default.nix
index d98072f59eaa..13324196e49d 100644
--- a/pkgs/applications/kde-apps-14.12/default.nix
+++ b/pkgs/applications/kde-apps-14.12/default.nix
@@ -1,3 +1,17 @@
+# Maintainer's Notes:
+#
+# Minor updates:
+#  1. Edit ./manifest.sh to point to the updated URL. Upstream sometimes
+#     releases updates that include only the changed packages; in this case,
+#     multiple URLs can be provided and the results will be merged.
+#  2. Run ./manifest.sh and ./dependencies.sh.
+#  3. Build and enjoy.
+#
+# Major updates:
+#  We prefer not to immediately overwrite older versions with major updates, so
+#  make a copy of this directory first. After copying, be sure to delete ./tmp
+#  if it exists. Then follow the minor update instructions.
+
 { autonix, kde4, kf55, pkgs, qt4, stdenv, debug ? false }:
 
 with stdenv.lib; with autonix;
diff --git a/pkgs/desktops/plasma-5.1/default.nix b/pkgs/desktops/plasma-5.1/default.nix
index 3c72cbb32be4..864cc32f7793 100644
--- a/pkgs/desktops/plasma-5.1/default.nix
+++ b/pkgs/desktops/plasma-5.1/default.nix
@@ -1,3 +1,17 @@
+# Maintainer's Notes:
+#
+# Minor updates:
+#  1. Edit ./manifest.sh to point to the updated URL. Upstream sometimes
+#     releases updates that include only the changed packages; in this case,
+#     multiple URLs can be provided and the results will be merged.
+#  2. Run ./manifest.sh and ./dependencies.sh.
+#  3. Build and enjoy.
+#
+# Major updates:
+#  We prefer not to immediately overwrite older versions with major updates, so
+#  make a copy of this directory first. After copying, be sure to delete ./tmp
+#  if it exists. Then follow the minor update instructions.
+
 { autonix, kf55, pkgs, stdenv, debug ? false }:
 
 with stdenv.lib; with autonix;
diff --git a/pkgs/development/libraries/kde-frameworks-5.5/default.nix b/pkgs/development/libraries/kde-frameworks-5.5/default.nix
index 088c6a9b1216..aabbba409808 100644
--- a/pkgs/development/libraries/kde-frameworks-5.5/default.nix
+++ b/pkgs/development/libraries/kde-frameworks-5.5/default.nix
@@ -1,3 +1,17 @@
+# Maintainer's Notes:
+#
+# Minor updates:
+#  1. Edit ./manifest.sh to point to the updated URL. Upstream sometimes
+#     releases updates that include only the changed packages; in this case,
+#     multiple URLs can be provided and the results will be merged.
+#  2. Run ./manifest.sh and ./dependencies.sh.
+#  3. Build and enjoy.
+#
+# Major updates:
+#  We prefer not to immediately overwrite older versions with major updates, so
+#  make a copy of this directory first. After copying, be sure to delete ./tmp
+#  if it exists. Then follow the minor update instructions.
+
 { autonix, fetchurl, pkgs, qt5, stdenv, debug ? false }:
 
 with stdenv.lib; with autonix;