xscreensaver: drop xscreensaver-systemd.6.
This commit is contained in:
parent
af1c32f9b7
commit
a25192c3ec
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xscreensaver'
|
# Template file for 'xscreensaver'
|
||||||
pkgname=xscreensaver
|
pkgname=xscreensaver
|
||||||
version=6.01
|
version=6.01
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-pam --with-login-manager
|
configure_args="--with-pam --with-login-manager
|
||||||
--with-x-app-defaults=/usr/share/X11/app-defaults
|
--with-x-app-defaults=/usr/share/X11/app-defaults
|
||||||
|
@ -30,6 +30,7 @@ do_extract() {
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir etc/pam.d
|
vmkdir etc/pam.d
|
||||||
make install_prefix=${DESTDIR} install
|
make install_prefix=${DESTDIR} install
|
||||||
|
rm ${DESTDIR}/usr/share/man/man6/xscreensaver-systemd.6
|
||||||
ln -s /usr/libexec/xscreensaver/xscreensaver-text ${DESTDIR}/usr/bin/xscreensaver-text
|
ln -s /usr/libexec/xscreensaver/xscreensaver-text ${DESTDIR}/usr/bin/xscreensaver-text
|
||||||
echo "NotShowIn=KDE;GNOME;" >> ${DESTDIR}/usr/share/applications/xscreensaver-properties.desktop
|
echo "NotShowIn=KDE;GNOME;" >> ${DESTDIR}/usr/share/applications/xscreensaver-properties.desktop
|
||||||
sed '/^$/q' < driver/xscreensaver.c > LICENSE
|
sed '/^$/q' < driver/xscreensaver.c > LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue