The startup-notification package
contains startup-notification
libraries. These are useful for building a consistent manner to
notify the user through the cursor that the application is loading.
This package is known to build using an LFS 7.1 platform but has not been tested.
Download (HTTP): http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.12.tar.gz
Download MD5 sum: 2cd77326d4dcaed9a5a23a1232fb38e9
Download size: 347 KB
Estimated disk space required: 4 MB
Estimated build time: less than 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/startup-notification
Install startup-notification by running the following commands:
./configure --prefix=/usr && make
This package does not come with a test suite.
Now, as the root user:
make install &&
install -v -m644 -D doc/startup-notification.txt \
/usr/share/doc/startup-notification-0.12/startup-notification.txt
--disable-static: This switch prevents
the static libraries being installed.
Last updated on 2012-05-24 02:48:38 +0000