From a041d9898e6d699bd8c0c25482ec574feb03c547 Mon Sep 17 00:00:00 2001 From: "John Ankarstr\\xf6m" Date: Sat, 29 May 2021 12:54:47 +0200 Subject: First commit This is the original state of the released tarball for JWM 1.8, which will serve as my starting point for further modifications. --- package/solaris/Makefile.in | 28 +++++++++++ package/solaris/pkginfo.in | 9 ++++ package/solaris/prototype.in | 4 ++ package/solaris/solaris.jwmrc | 111 ++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 152 insertions(+) create mode 100644 package/solaris/Makefile.in create mode 100644 package/solaris/pkginfo.in create mode 100644 package/solaris/prototype.in create mode 100644 package/solaris/solaris.jwmrc (limited to 'package/solaris') diff --git a/package/solaris/Makefile.in b/package/solaris/Makefile.in new file mode 100644 index 0000000..07b3202 --- /dev/null +++ b/package/solaris/Makefile.in @@ -0,0 +1,28 @@ + +ARCH = @ARCH@ +BINDIR = @BINDIR@ +MANDIR = @MANDIR@ +SYSCONF = @SYSCONF@ +VERSION = @VERSION@ + +PACKAGE_NAME = "jwm-$(VERSION)-solaris-$(ARCH).pkg.tgz" + +all: + mkdir -p "pkg/$(BINDIR)" + mkdir -p "pkg/$(MANDIR)/man1" + mkdir -p "pkg/$(SYSCONF)" + cp ../../src/jwm "pkg/$(BINDIR)" + cp ../../jwm.1 "pkg/$(MANDIR)/man1" + cp solaris.jwmrc "pkg/$(SYSCONF)/system.jwmrc" + cp prototype pkg + cp pkginfo pkg + pkgmk -o -r `pwd`/pkg -d `pwd` -f prototype + tar -cf - JWM | gzip > $(PACKAGE_NAME) + +clean: + rm -rf pkg JWM + +distclean: + rm -f pkginfo prototype Makefile + rm -f $(PACKAGE_NAME) + diff --git a/package/solaris/pkginfo.in b/package/solaris/pkginfo.in new file mode 100644 index 0000000..00c974d --- /dev/null +++ b/package/solaris/pkginfo.in @@ -0,0 +1,9 @@ + +PKG="JWM" +NAME="JWM v@VERSION@" +VERSION="@INSTVERSION@" +BASEDIR="/" +ARCH="@ARCH@" +CATEGORY="utility" +EMAIL="joewing@joewing.net" + diff --git a/package/solaris/prototype.in b/package/solaris/prototype.in new file mode 100644 index 0000000..0a42064 --- /dev/null +++ b/package/solaris/prototype.in @@ -0,0 +1,4 @@ +i pkginfo +f none .@BINDIR@/jwm 0755 root root +f none .@SYSCONF@/system.jwmrc 0644 root root +f none .@MANDIR@/man1/jwm.1 0644 root root diff --git a/package/solaris/solaris.jwmrc b/package/solaris/solaris.jwmrc new file mode 100644 index 0000000..260c8ca --- /dev/null +++ b/package/solaris/solaris.jwmrc @@ -0,0 +1,111 @@ + + + + + + + xterm + + mozilla + $HOME/bin/fm + gaim + gimp + xmms + + + xfontsel + xmag + + + /usr/games/doom/doom + /usr/games/doom2/doom2 + /usr/games/hacknoid/run + /usr/games/mines/run + /usr/games/quake2/quake2 + + + + + + + + -sgi-rock-*-*-*-*-18-*-*-*-*-*-*-* + 5 + 20 + black + #DCDAD5 + white + #3A4956 + + + + -sgi-rock-*-*-*-*-18-*-*-*-*-*-*-* + 28 + black + #DCDAD5 + black + #8899AA + + + + black + #DCDAD5 + #888888 + #8899AA + #3A4956 + + + + xload + black + red + #DCDAD5 + + + + xclock + + + + -sgi-screen-*-r-*-*-15-*-*-*-*-*-*-* + black + black + yellow + + + + -sgi-screen-*-r-*-*-15-*-*-*-*-*-*-* + black + #DCDAD5 + white + #3A4956 + + + + 4 + + + 400 + + + 2 + + + sloppy + + + up + down + right + left + select + escape + + next + close + desktop# + root + window + + + -- cgit v1.2.3