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.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.12.tar.gz
MD5 校验和:2cd77326d4dcaed9a5a23a1232fb38e9
大小:347 KB
预计所需磁盘空间:4 MB
预计构建时间:小于 0.1 SBU
Install startup-notification by running the following commands:
./configure --prefix=/usr --disable-static && 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 installation of static versions of the libraries.