Add a FreeBSD xterm icon to match the Linux Penguin one that already ships
with AfterStep Submitted by: Alexander Indenbaum <baum@actcom.co.il>
This commit is contained in:
parent
685f8803f4
commit
bacced750a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6783
6 changed files with 176 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
# Date created: October 29th 1996
|
||||
# Whom: jfitz@FreeBSD.ORG
|
||||
#
|
||||
# $Id: Makefile,v 1.16 1997/03/30 06:04:54 jfitz Exp $
|
||||
# $Id: Makefile,v 1.17 1997/05/17 19:48:20 jfitz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= AfterStep-1.0
|
||||
|
@ -37,7 +37,7 @@ post-install:
|
|||
@echo " reinstall this port with -DUSE_HICOLOR_ICONS"
|
||||
@echo " defined"
|
||||
.endif
|
||||
@for file in AFstep.xpm penguin.xpm; do \
|
||||
@for file in AFstep.xpm penguin.xpm monitor_bsd.xpm; do \
|
||||
${CP} ${FILESDIR}/$$file ${WRKSRC}/icons/8bit; \
|
||||
done
|
||||
${INSTALL_DATA} ${WRKSRC}/icons/8bit/*.xpm ${PREFIX}/include/X11/pixmaps/
|
||||
|
|
85
x11-wm/afterstep-stable/files/monitor_bsd.xpm
Normal file
85
x11-wm/afterstep-stable/files/monitor_bsd.xpm
Normal file
File diff suppressed because one or more lines are too long
|
@ -37,6 +37,7 @@ lib/X11/afterstep/sounds/gong.au
|
|||
lib/X11/afterstep/sounds/meepmeep.au
|
||||
lib/X11/afterstep/sounds/small-step.au
|
||||
lib/X11/afterstep/sounds/train.au
|
||||
include/X11/pixmaps/monitor_bsd.xpm
|
||||
include/X11/pixmaps/3dpaint.xpm
|
||||
include/X11/pixmaps/AFstep.xpm
|
||||
include/X11/pixmaps/FileFolders.xpm
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Date created: October 29th 1996
|
||||
# Whom: jfitz@FreeBSD.ORG
|
||||
#
|
||||
# $Id: Makefile,v 1.16 1997/03/30 06:04:54 jfitz Exp $
|
||||
# $Id: Makefile,v 1.17 1997/05/17 19:48:20 jfitz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= AfterStep-1.0
|
||||
|
@ -37,7 +37,7 @@ post-install:
|
|||
@echo " reinstall this port with -DUSE_HICOLOR_ICONS"
|
||||
@echo " defined"
|
||||
.endif
|
||||
@for file in AFstep.xpm penguin.xpm; do \
|
||||
@for file in AFstep.xpm penguin.xpm monitor_bsd.xpm; do \
|
||||
${CP} ${FILESDIR}/$$file ${WRKSRC}/icons/8bit; \
|
||||
done
|
||||
${INSTALL_DATA} ${WRKSRC}/icons/8bit/*.xpm ${PREFIX}/include/X11/pixmaps/
|
||||
|
|
85
x11-wm/afterstep/files/monitor_bsd.xpm
Normal file
85
x11-wm/afterstep/files/monitor_bsd.xpm
Normal file
File diff suppressed because one or more lines are too long
|
@ -37,6 +37,7 @@ lib/X11/afterstep/sounds/gong.au
|
|||
lib/X11/afterstep/sounds/meepmeep.au
|
||||
lib/X11/afterstep/sounds/small-step.au
|
||||
lib/X11/afterstep/sounds/train.au
|
||||
include/X11/pixmaps/monitor_bsd.xpm
|
||||
include/X11/pixmaps/3dpaint.xpm
|
||||
include/X11/pixmaps/AFstep.xpm
|
||||
include/X11/pixmaps/FileFolders.xpm
|
||||
|
|
Loading…
Reference in a new issue