diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-11-14 19:53:40 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-11-14 19:53:40 +0000 |
commit | e0e9872b9d5ac50156e3dfe71f758d3a0cd33d30 (patch) | |
tree | b88cd578ebdc5c8d7f7daf1c71bdd41f50e7647f /x11/kdebase | |
parent | f0b976689e3059cabc1f11697f57da2026ac33a7 (diff) | |
download | pkgsrc-e0e9872b9d5ac50156e3dfe71f758d3a0cd33d30.tar.gz |
More NetBSD advertisement: Put a Daemon image into the kdm logon box.
Image contributed by Matthias Scheler and distributed with permission from
Marshall Kirk McKusick.
Diffstat (limited to 'x11/kdebase')
-rw-r--r-- | x11/kdebase/Makefile | 4 | ||||
-rw-r--r-- | x11/kdebase/files/Daemon.png | bin | 0 -> 15725 bytes | |||
-rw-r--r-- | x11/kdebase/pkg/PLIST | 4 |
3 files changed, 6 insertions, 2 deletions
diff --git a/x11/kdebase/Makefile b/x11/kdebase/Makefile index ce69c97eb0c..c2966640d9e 100644 --- a/x11/kdebase/Makefile +++ b/x11/kdebase/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 1999/11/09 01:13:43 hubertf Exp $ +# $NetBSD: Makefile,v 1.54 1999/11/14 19:53:42 hubertf Exp $ # FreeBSD Id: Makefile,v 1.6 1997/11/27 00:35:27 se Exp DISTNAME= kdebase-1.1.2 @@ -63,6 +63,8 @@ post-install: ${SED} \ -e 's|^\(GreetString\)=.*|\1=Welcome to NetBSD! [HOSTNAME]|' \ <kdmrc.new >kdmrc ; \ + ${ECHO_MSG} 'LogoPixmap=${PREFIX}/share/kde/icons/Daemon.png' >>kdmrc ; \ ${RM} kdmrc.new + ${INSTALL_DATA} ${FILESDIR}/Daemon.png ${PREFIX}/share/kde/icons/Daemon.png .include "../../mk/bsd.pkg.mk" diff --git a/x11/kdebase/files/Daemon.png b/x11/kdebase/files/Daemon.png Binary files differnew file mode 100644 index 00000000000..f0a4068d561 --- /dev/null +++ b/x11/kdebase/files/Daemon.png diff --git a/x11/kdebase/pkg/PLIST b/x11/kdebase/pkg/PLIST index a2d61250132..c5d648a5c72 100644 --- a/x11/kdebase/pkg/PLIST +++ b/x11/kdebase/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.17 1999/09/15 18:26:05 tron Exp $ +@comment $NetBSD: PLIST,v 1.18 1999/11/14 19:53:42 hubertf Exp $ bin/kappfinder bin/kappfinder_restart bin/kattraction.kss @@ -1711,3 +1711,5 @@ share/kde/wallpapers/wood1.jpg @dirrm share/doc/kde/HTML/en/kcontrol/kcmbell @dirrm share/doc/kde/HTML/en/kcontrol @dirrm libexec/kde-cgi-bin +@comment The following is not part of the KDE distrib: +share/kde/icons/Daemon.png |