This script is for Slackware 12.0 only and may be outdated.

SlackBuilds Repository

12.0 > System > pommed (1.9)

pommed enables the use of the brightness and volume keys on Apple
laptops including the MacBook and MacBook Pro (the only Apple laptops
that Slackware currently runs on) and is likely of little or not use to
others. pommed requires libsmbios and libconfuse, both of which can be
found at SlackBuilds.org.

This package installs an rc.pommed script that should be called from
rc.local (and optionally rc.local_shutdown) like so:

In rc.local:
# Start pommed
if [ -x /etc/rc.d/rc.pommed ]; then
/etc/rc.d/rc.pommed start
fi

In rc.local_shutdown:
# Stop pommed
if [ -x /etc/rc.d/rc.pommed ]; then
/etc/rc.d/rc.pommed stop
fi

It is also necessary to restart dbus after installing this package, either by
a reboot or a quick restart of just the service:
/etc/rc.d/rc.messagebus restart

Maintained by: Alan Hicks
Keywords: mac,apple,keys,libsmbios
ChangeLog: pommed

Homepage:
http://technologeek.org/projects/pommed/

Source Downloads:
pommed-1.9.tar.gz (750f51a9b40f6d3c5a8b303fb56b416c)

Download SlackBuild:
pommed.tar.gz
pommed.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
doinst.sh
pommed.SlackBuild
pommed.info
rc.pommed
slack-desc

Validated for Slackware 12.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds