summaryrefslogtreecommitdiff
path: root/src/usr/share/doc/stackrpms-thinkpad-p50s/README.md
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-11-06 15:36:11 -0500
committerB. Stack <bgstack15@gmail.com>2022-11-06 15:36:11 -0500
commit041ad4db33c6b8e43ca615bfe785b58c68b38804 (patch)
tree276f197713b635e4d7b82c51d3600ee82bad62fb /src/usr/share/doc/stackrpms-thinkpad-p50s/README.md
parentadd man pages (diff)
downloadstackrpms-acer-chromebook-041ad4db33c6b8e43ca615bfe785b58c68b38804.tar.gz
stackrpms-acer-chromebook-041ad4db33c6b8e43ca615bfe785b58c68b38804.tar.bz2
stackrpms-acer-chromebook-041ad4db33c6b8e43ca615bfe785b58c68b38804.zip
add debian/
Diffstat (limited to 'src/usr/share/doc/stackrpms-thinkpad-p50s/README.md')
-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