* Update 0.9.29 -> 0.9.34

* Move data files from lib/X11/icewm -> share/icewm
This commit is contained in:
Jacques Vidrine 1999-03-17 06:41:25 +00:00
parent 80bf16274f
commit 233aebac0d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17258
4 changed files with 8 additions and 16 deletions

View File

@ -3,10 +3,10 @@
# Date created: 10 August 1997
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $Id: Makefile,v 1.30 1999/01/17 10:04:44 vanilla Exp $
# $Id: Makefile,v 1.31 1999/01/17 19:48:00 vanilla Exp $
#
DISTNAME= icewm-0.9.29
DISTNAME= icewm-0.9.34
CATEGORIES= x11-wm
MASTER_SITES= http://www.kiss.uni-lj.si/~k4fr0235/icewm/devel/ \
http://www.freebsd.org/~vanilla/
@ -49,7 +49,7 @@ do-configure:
( cd ${WRKSRC}; ${SH} config ${ICEOPTION} )
post-install:
${CP} ${FILESDIR}/bsd-daemon.xpm ${PREFIX}/lib/X11/icewm/taskbar
${CP} ${FILESDIR}/bsd-daemon.xpm ${PREFIX}/share/icewm/taskbar
strip ${PREFIX}/bin/icewm
strip ${PREFIX}/bin/icewmbg
strip ${PREFIX}/bin/icewmhint

View File

@ -1 +1 @@
MD5 (icewm-0.9.29.src.tar.gz) = e4bb3cfe962aef2a0719722fe84ed2e3
MD5 (icewm-0.9.34.src.tar.gz) = 53a5bcacc0ddd57b3d2e9b0f5030691a

View File

@ -10,12 +10,3 @@
doc:
cd doc ; $(MAKE)
@@ -57,7 +56,7 @@
$(INSTALLLIB) $$config $(LIBDIR)/themes/$$theme; \
done; \
for l in $(XPMDIRS) ; do \
- if [ -a lib/themes/$$theme/$$l ] ; then \
+ if [ -d lib/themes/$$theme/$$l ] ; then \
$(INSTALLDIR) $(LIBDIR)/themes/$$theme/$$l; \
for f in lib/themes/$$theme/$$l/* ; do \
$(INSTALLLIB) $$f $(LIBDIR)/themes/$$theme/$$l; \

View File

@ -1,11 +1,12 @@
--- install.inc.orig Wed Oct 7 16:35:35 1998
+++ install.inc Wed Oct 7 16:36:29 1998
--- install.inc.orig Sat Feb 20 10:33:06 1999
+++ install.inc Wed Mar 17 00:11:05 1999
@@ -1,10 +1,10 @@
-PREFIX = /usr/local
+PREFIX = $(X11BASE)
BINDIR = $(PREFIX)/bin
LIBDIR = $(PREFIX)/lib/X11/icewm
-LIBDIR = $(PREFIX)/lib/X11/icewm
-ETCDIR = /etc/X11/icewm
+LIBDIR = $(PREFIX)/share/icewm
+ETCDIR = $(LIBDIR)
INSTALL = install -c