summaryrefslogtreecommitdiff
path: root/src/usr/share/doc/stackrpms-thinkpad-p50s
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/share/doc/stackrpms-thinkpad-p50s')
-rw-r--r--src/usr/share/doc/stackrpms-thinkpad-p50s/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/usr/share/doc/stackrpms-thinkpad-p50s/README.md b/src/usr/share/doc/stackrpms-thinkpad-p50s/README.md
index b31326b..86efb14 100644
--- a/src/usr/share/doc/stackrpms-thinkpad-p50s/README.md
+++ b/src/usr/share/doc/stackrpms-thinkpad-p50s/README.md
@@ -35,3 +35,17 @@ Some configurations include:
# Using
Install this package, and symlink the fluxbox config files as seen above. Optionally, install those in the /etc/skel path for `.fluxbox/`.
+
+# Success criteria
+This project will be considered stable when the following are met:
+
+* F1 Toggle audio mute button works
+* F2, F3 Volume up/down buttons work
+* F5, F6 Screen brightness up/down buttons work
+* F8 toggle wireless network button works
+* Calculator button initiates the context menu
+
+# Building
+
+ cd /mnt/public/Support/Platforms/ ; rm -f stackrpms-thinkpad-p50s-0.0.1.tar.gz ; tar -zcf stackrpms-thinkpad-p50s-0.0.1.tar.gz --exclude debian --exclude .git --exclude '.*.swp' stackrpms-thinkpad-p50s ; cd stackrpms-thinkpad-p50s/
+ debuild -us -uc
bgstack15