summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-06-08 08:24:43 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-06-08 08:24:43 +0000
commita0a76f0e1dc70d3ed6556493177767d5931c0ef7 (patch)
tree51ae8b861762af2329c7da5ca22f2f9cda04d844 /x11-wm
parentAdd one more MASTER_SITE (diff)
Update to 1.13.0.
Notes
Notes: svn path=/head/; revision=43633
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/oroborus/Makefile6
-rw-r--r--x11-wm/oroborus/distinfo2
-rw-r--r--x11-wm/oroborus/files/patch-Makefile29
-rw-r--r--x11-wm/oroborus/pkg-plist331
4 files changed, 205 insertions, 163 deletions
diff --git a/x11-wm/oroborus/Makefile b/x11-wm/oroborus/Makefile
index 47c316fcb882..993a6066f4de 100644
--- a/x11-wm/oroborus/Makefile
+++ b/x11-wm/oroborus/Makefile
@@ -6,15 +6,13 @@
#
PORTNAME= oroborus
-PORTVERSION= 1.11.1
+PORTVERSION= 1.13.0
CATEGORIES= x11-wm
MASTER_SITES= http://www.kensden.pwp.blueyonder.co.uk/Oroborus/
-DISTNAME= ${PORTNAME}-src-v${PORTVERSION}
+#DISTNAME= ${PORTNAME}-src-v${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
USE_XPM= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
diff --git a/x11-wm/oroborus/distinfo b/x11-wm/oroborus/distinfo
index 611641eb8128..82fa327cabb2 100644
--- a/x11-wm/oroborus/distinfo
+++ b/x11-wm/oroborus/distinfo
@@ -1 +1 @@
-MD5 (oroborus-src-v1.11.1.tar.gz) = 17390c6d3fca9acbdeb0496f3bc511fb
+MD5 (oroborus-1.13.0.tar.gz) = 486b5f1731b0c43d2a226a69362d97c5
diff --git a/x11-wm/oroborus/files/patch-Makefile b/x11-wm/oroborus/files/patch-Makefile
index 8480e1a39748..44da6fb0d9f7 100644
--- a/x11-wm/oroborus/files/patch-Makefile
+++ b/x11-wm/oroborus/files/patch-Makefile
@@ -1,9 +1,9 @@
$FreeBSD$
---- Makefile.orig Thu May 24 17:40:39 2001
-+++ Makefile Mon May 28 14:04:46 2001
-@@ -1,12 +1,12 @@
+--- Makefile.orig Thu Jun 7 00:44:43 2001
++++ Makefile Fri Jun 8 11:19:26 2001
+@@ -1,13 +1,13 @@
-CC = gcc
-CFLAGS = -g -O2 -Wall
-XROOT = /usr/X11R6
@@ -15,28 +15,33 @@ $FreeBSD$
LDPATH = -L$(XROOT)/lib
PROG = oroborus
+ VERSION = 1.13.0
-PREFIX = /usr
+PREFIX ?= /usr
FONT = *-helvetica-bold-r-normal-*-*-120-*
THEME = default
- RCFILE = -DRCFILE=\".oroborusrc\"
-@@ -36,10 +36,15 @@
+ INTERVAL = 1
+@@ -38,12 +38,17 @@
rm -f $(PROG) $(OBJS) core
install:all
- install $(PROG) $(PREFIX)/bin
- install -d $(PREFIX)/share/$(PROG)
-- ./install_rc $(PREFIX) $(PROG) $(THEME) $(FONT) > $(PREFIX)/share/$(PROG)/oroborusrc
-- cp -R pixmaps $(PREFIX)/share/$(PROG)
+- install -d $(PREFIX)/doc/$(PROG)-$(VERSION)
+- ./install_rc $(PREFIX) $(PROG) $(THEME) $(FONT) $(INTERVAL) > $(PREFIX)/share/$(PROG)/oroborusrc
+- cp -R themes $(PREFIX)/share/$(PROG)
+- cp -R doc $(PREFIX)/doc/$(PROG)-$(VERSION)
+ $(BSD_INSTALL_PROGRAM) $(PROG) $(PREFIX)/bin
+ $(MKDIR) $(PREFIX)/share/$(PROG)
-+ ./install_rc $(PREFIX) $(PROG) $(THEME) $(FONT) > oroborusrc
-+ $(BSD_INSTALL_DATA) oroborusrc $(PREFIX)/share/$(PROG)/oroborusrc
++ $(MKDIR) $(PREFIX)/share/doc/$(PROG)
++ ./install_rc $(PREFIX) $(PROG) $(THEME) $(FONT) $(INTERVAL) > oroborusrc
++ $(BSD_INSTALL_DATA) oroborusrc $(PREFIX)/share/$(PROG)
+ for dir in agua default defold mac next win95; do \
-+ $(MKDIR) $(PREFIX)/share/$(PROG)/pixmaps/$$dir; \
-+ $(BSD_INSTALL_DATA) pixmaps/$$dir/[^.]* \
-+ $(PREFIX)/share/$(PROG)/pixmaps/$$dir; \
++ $(MKDIR) $(PREFIX)/share/$(PROG)/themes/$$dir; \
++ $(BSD_INSTALL_DATA) themes/$$dir/[^.]* \
++ $(PREFIX)/share/$(PROG)/themes/$$dir; \
+ done
++ $(BSD_INSTALL_MAN) doc/* $(PREFIX)/share/doc/$(PROG)
uninstall:
rm -f $(PREFIX)/bin/$(PROG)
diff --git a/x11-wm/oroborus/pkg-plist b/x11-wm/oroborus/pkg-plist
index e03e67676696..74604249b9dc 100644
--- a/x11-wm/oroborus/pkg-plist
+++ b/x11-wm/oroborus/pkg-plist
@@ -1,149 +1,188 @@
bin/oroborus
+share/doc/oroborus/configuring_oroborus.htm
+share/doc/oroborus/index.htm
+share/doc/oroborus/introduction.htm
+share/doc/oroborus/license.htm
+share/doc/oroborus/themes.htm
+share/doc/oroborus/using_oroborus.htm
share/oroborus/oroborusrc
-share/oroborus/pixmaps/agua/bottom-active.xpm
-share/oroborus/pixmaps/agua/bottom-inactive.xpm
-share/oroborus/pixmaps/agua/bottom-left-active.xpm
-share/oroborus/pixmaps/agua/bottom-left-inactive.xpm
-share/oroborus/pixmaps/agua/close-active.xpm
-share/oroborus/pixmaps/agua/close-inactive.xpm
-share/oroborus/pixmaps/agua/close-pressed.xpm
-share/oroborus/pixmaps/agua/hide-active.xpm
-share/oroborus/pixmaps/agua/hide-inactive.xpm
-share/oroborus/pixmaps/agua/hide-pressed.xpm
-share/oroborus/pixmaps/agua/left-active.xpm
-share/oroborus/pixmaps/agua/left-inactive.xpm
-share/oroborus/pixmaps/agua/resize-active.xpm
-share/oroborus/pixmaps/agua/resize-inactive.xpm
-share/oroborus/pixmaps/agua/right-active.xpm
-share/oroborus/pixmaps/agua/right-inactive.xpm
-share/oroborus/pixmaps/agua/title-active.xpm
-share/oroborus/pixmaps/agua/title-inactive.xpm
-share/oroborus/pixmaps/agua/top-left-active.xpm
-share/oroborus/pixmaps/agua/top-left-inactive.xpm
-share/oroborus/pixmaps/agua/top-right-active.xpm
-share/oroborus/pixmaps/agua/top-right-inactive.xpm
-share/oroborus/pixmaps/default/bottom-active.xpm
-share/oroborus/pixmaps/default/bottom-inactive.xpm
-share/oroborus/pixmaps/default/bottom-left-active.xpm
-share/oroborus/pixmaps/default/bottom-left-inactive.xpm
-share/oroborus/pixmaps/default/close-active.xpm
-share/oroborus/pixmaps/default/close-inactive.xpm
-share/oroborus/pixmaps/default/close-pressed.xpm
-share/oroborus/pixmaps/default/hide-active.xpm
-share/oroborus/pixmaps/default/hide-inactive.xpm
-share/oroborus/pixmaps/default/hide-pressed.xpm
-share/oroborus/pixmaps/default/left-active.xpm
-share/oroborus/pixmaps/default/left-inactive.xpm
-share/oroborus/pixmaps/default/resize-active.xpm
-share/oroborus/pixmaps/default/resize-inactive.xpm
-share/oroborus/pixmaps/default/right-active.xpm
-share/oroborus/pixmaps/default/right-inactive.xpm
-share/oroborus/pixmaps/default/title-active.xpm
-share/oroborus/pixmaps/default/title-inactive.xpm
-share/oroborus/pixmaps/default/top-left-active.xpm
-share/oroborus/pixmaps/default/top-left-inactive.xpm
-share/oroborus/pixmaps/default/top-right-active.xpm
-share/oroborus/pixmaps/default/top-right-inactive.xpm
-share/oroborus/pixmaps/defold/bottom-active.xpm
-share/oroborus/pixmaps/defold/bottom-inactive.xpm
-share/oroborus/pixmaps/defold/bottom-left-active.xpm
-share/oroborus/pixmaps/defold/bottom-left-inactive.xpm
-share/oroborus/pixmaps/defold/close-active.xpm
-share/oroborus/pixmaps/defold/close-inactive.xpm
-share/oroborus/pixmaps/defold/close-pressed.xpm
-share/oroborus/pixmaps/defold/hide-active.xpm
-share/oroborus/pixmaps/defold/hide-inactive.xpm
-share/oroborus/pixmaps/defold/hide-pressed.xpm
-share/oroborus/pixmaps/defold/left-active.xpm
-share/oroborus/pixmaps/defold/left-inactive.xpm
-share/oroborus/pixmaps/defold/resize-active.xpm
-share/oroborus/pixmaps/defold/resize-inactive.xpm
-share/oroborus/pixmaps/defold/right-active.xpm
-share/oroborus/pixmaps/defold/right-inactive.xpm
-share/oroborus/pixmaps/defold/title-active.xpm
-share/oroborus/pixmaps/defold/title-inactive.xpm
-share/oroborus/pixmaps/defold/top-left-active.xpm
-share/oroborus/pixmaps/defold/top-left-inactive.xpm
-share/oroborus/pixmaps/defold/top-right-active.xpm
-share/oroborus/pixmaps/defold/top-right-inactive.xpm
-share/oroborus/pixmaps/mac/bottom-active.xpm
-share/oroborus/pixmaps/mac/bottom-inactive.xpm
-share/oroborus/pixmaps/mac/bottom-left-active.xpm
-share/oroborus/pixmaps/mac/bottom-left-inactive.xpm
-share/oroborus/pixmaps/mac/close-active.xpm
-share/oroborus/pixmaps/mac/close-inactive.xpm
-share/oroborus/pixmaps/mac/close-pressed.xpm
-share/oroborus/pixmaps/mac/hide-active.xpm
-share/oroborus/pixmaps/mac/hide-inactive.xpm
-share/oroborus/pixmaps/mac/hide-pressed.xpm
-share/oroborus/pixmaps/mac/left-active.xpm
-share/oroborus/pixmaps/mac/left-inactive.xpm
-share/oroborus/pixmaps/mac/resize-active.xpm
-share/oroborus/pixmaps/mac/resize-inactive.xpm
-share/oroborus/pixmaps/mac/right-active.xpm
-share/oroborus/pixmaps/mac/right-inactive.xpm
-share/oroborus/pixmaps/mac/title-active.xpm
-share/oroborus/pixmaps/mac/title-inactive.xpm
-share/oroborus/pixmaps/mac/top-left-active.xpm
-share/oroborus/pixmaps/mac/top-left-inactive.xpm
-share/oroborus/pixmaps/mac/top-right-active.xpm
-share/oroborus/pixmaps/mac/top-right-inactive.xpm
-share/oroborus/pixmaps/next/bottom-active.xpm
-share/oroborus/pixmaps/next/bottom-inactive.xpm
-share/oroborus/pixmaps/next/bottom-left-active.xpm
-share/oroborus/pixmaps/next/bottom-left-inactive.xpm
-share/oroborus/pixmaps/next/close-active.xpm
-share/oroborus/pixmaps/next/close-inactive.xpm
-share/oroborus/pixmaps/next/close-pressed.xpm
-share/oroborus/pixmaps/next/hide-active.xpm
-share/oroborus/pixmaps/next/hide-inactive.xpm
-share/oroborus/pixmaps/next/hide-pressed.xpm
-share/oroborus/pixmaps/next/left-active.xpm
-share/oroborus/pixmaps/next/left-inactive.xpm
-share/oroborus/pixmaps/next/resize-active.xpm
-share/oroborus/pixmaps/next/resize-inactive.xpm
-share/oroborus/pixmaps/next/right-active.xpm
-share/oroborus/pixmaps/next/right-inactive.xpm
-share/oroborus/pixmaps/next/themerc
-share/oroborus/pixmaps/next/title-active.xpm
-share/oroborus/pixmaps/next/title-inactive.xpm
-share/oroborus/pixmaps/next/title-shaded-active.xpm
-share/oroborus/pixmaps/next/title-shaded-inactive.xpm
-share/oroborus/pixmaps/next/top-left-active.xpm
-share/oroborus/pixmaps/next/top-left-inactive.xpm
-share/oroborus/pixmaps/next/top-left-shaded-active.xpm
-share/oroborus/pixmaps/next/top-left-shaded-inactive.xpm
-share/oroborus/pixmaps/next/top-right-active.xpm
-share/oroborus/pixmaps/next/top-right-inactive.xpm
-share/oroborus/pixmaps/next/top-right-shaded-active.xpm
-share/oroborus/pixmaps/next/top-right-shaded-inactive.xpm
-share/oroborus/pixmaps/win95/bottom-active.xpm
-share/oroborus/pixmaps/win95/bottom-inactive.xpm
-share/oroborus/pixmaps/win95/bottom-left-active.xpm
-share/oroborus/pixmaps/win95/bottom-left-inactive.xpm
-share/oroborus/pixmaps/win95/close-active.xpm
-share/oroborus/pixmaps/win95/close-inactive.xpm
-share/oroborus/pixmaps/win95/close-pressed.xpm
-share/oroborus/pixmaps/win95/hide-active.xpm
-share/oroborus/pixmaps/win95/hide-inactive.xpm
-share/oroborus/pixmaps/win95/hide-pressed.xpm
-share/oroborus/pixmaps/win95/left-active.xpm
-share/oroborus/pixmaps/win95/left-inactive.xpm
-share/oroborus/pixmaps/win95/resize-active.xpm
-share/oroborus/pixmaps/win95/resize-inactive.xpm
-share/oroborus/pixmaps/win95/right-active.xpm
-share/oroborus/pixmaps/win95/right-inactive.xpm
-share/oroborus/pixmaps/win95/title-active.xpm
-share/oroborus/pixmaps/win95/title-inactive.xpm
-share/oroborus/pixmaps/win95/top-left-active.xpm
-share/oroborus/pixmaps/win95/top-left-inactive.xpm
-share/oroborus/pixmaps/win95/top-right-active.xpm
-share/oroborus/pixmaps/win95/top-right-inactive.xpm
-@dirrm share/oroborus/pixmaps/win95
-@dirrm share/oroborus/pixmaps/next
-@dirrm share/oroborus/pixmaps/mac
-@dirrm share/oroborus/pixmaps/defold
-@dirrm share/oroborus/pixmaps/default
-@dirrm share/oroborus/pixmaps/agua
-@dirrm share/oroborus/pixmaps
+share/oroborus/themes/agua/bottom-active.xpm
+share/oroborus/themes/agua/bottom-inactive.xpm
+share/oroborus/themes/agua/bottom-left-active.xpm
+share/oroborus/themes/agua/bottom-left-inactive.xpm
+share/oroborus/themes/agua/close-active.xpm
+share/oroborus/themes/agua/close-inactive.xpm
+share/oroborus/themes/agua/close-pressed.xpm
+share/oroborus/themes/agua/hide-active.xpm
+share/oroborus/themes/agua/hide-inactive.xpm
+share/oroborus/themes/agua/hide-pressed.xpm
+share/oroborus/themes/agua/left-active.xpm
+share/oroborus/themes/agua/left-inactive.xpm
+share/oroborus/themes/agua/resize-active.xpm
+share/oroborus/themes/agua/resize-inactive.xpm
+share/oroborus/themes/agua/right-active.xpm
+share/oroborus/themes/agua/right-inactive.xpm
+share/oroborus/themes/agua/themerc
+share/oroborus/themes/agua/title-active-shaded.xpm
+share/oroborus/themes/agua/title-active.xpm
+share/oroborus/themes/agua/title-inactive-shaded.xpm
+share/oroborus/themes/agua/title-inactive.xpm
+share/oroborus/themes/agua/top-left-active-shaded.xpm
+share/oroborus/themes/agua/top-left-active.xpm
+share/oroborus/themes/agua/top-left-inactive-shaded.xpm
+share/oroborus/themes/agua/top-left-inactive.xpm
+share/oroborus/themes/agua/top-right-active-shaded.xpm
+share/oroborus/themes/agua/top-right-active.xpm
+share/oroborus/themes/agua/top-right-inactive-shaded.xpm
+share/oroborus/themes/agua/top-right-inactive.xpm
+share/oroborus/themes/default/bottom-active.xpm
+share/oroborus/themes/default/bottom-inactive.xpm
+share/oroborus/themes/default/bottom-left-active.xpm
+share/oroborus/themes/default/bottom-left-inactive.xpm
+share/oroborus/themes/default/close-active.xpm
+share/oroborus/themes/default/close-inactive.xpm
+share/oroborus/themes/default/close-pressed.xpm
+share/oroborus/themes/default/hide-active.xpm
+share/oroborus/themes/default/hide-inactive.xpm
+share/oroborus/themes/default/hide-pressed.xpm
+share/oroborus/themes/default/left-active.xpm
+share/oroborus/themes/default/left-inactive.xpm
+share/oroborus/themes/default/resize-active.xpm
+share/oroborus/themes/default/resize-inactive.xpm
+share/oroborus/themes/default/right-active.xpm
+share/oroborus/themes/default/right-inactive.xpm
+share/oroborus/themes/default/title-active-shaded.xpm
+share/oroborus/themes/default/title-active.xpm
+share/oroborus/themes/default/title-inactive-shaded.xpm
+share/oroborus/themes/default/title-inactive.xpm
+share/oroborus/themes/default/top-left-active-shaded.xpm
+share/oroborus/themes/default/top-left-active.xpm
+share/oroborus/themes/default/top-left-inactive-shaded.xpm
+share/oroborus/themes/default/top-left-inactive.xpm
+share/oroborus/themes/default/top-right-active-shaded.xpm
+share/oroborus/themes/default/top-right-active.xpm
+share/oroborus/themes/default/top-right-inactive-shaded.xpm
+share/oroborus/themes/default/top-right-inactive.xpm
+share/oroborus/themes/defold/bottom-active.xpm
+share/oroborus/themes/defold/bottom-inactive.xpm
+share/oroborus/themes/defold/bottom-left-active.xpm
+share/oroborus/themes/defold/bottom-left-inactive.xpm
+share/oroborus/themes/defold/close-active.xpm
+share/oroborus/themes/defold/close-inactive.xpm
+share/oroborus/themes/defold/close-pressed.xpm
+share/oroborus/themes/defold/hide-active.xpm
+share/oroborus/themes/defold/hide-inactive.xpm
+share/oroborus/themes/defold/hide-pressed.xpm
+share/oroborus/themes/defold/left-active.xpm
+share/oroborus/themes/defold/left-inactive.xpm
+share/oroborus/themes/defold/resize-active.xpm
+share/oroborus/themes/defold/resize-inactive.xpm
+share/oroborus/themes/defold/right-active.xpm
+share/oroborus/themes/defold/right-inactive.xpm
+share/oroborus/themes/defold/themerc
+share/oroborus/themes/defold/title-active-shaded.xpm
+share/oroborus/themes/defold/title-active.xpm
+share/oroborus/themes/defold/title-inactive-shaded.xpm
+share/oroborus/themes/defold/title-inactive.xpm
+share/oroborus/themes/defold/top-left-active-shaded.xpm
+share/oroborus/themes/defold/top-left-active.xpm
+share/oroborus/themes/defold/top-left-inactive-shaded.xpm
+share/oroborus/themes/defold/top-left-inactive.xpm
+share/oroborus/themes/defold/top-right-active-shaded.xpm
+share/oroborus/themes/defold/top-right-active.xpm
+share/oroborus/themes/defold/top-right-inactive-shaded.xpm
+share/oroborus/themes/defold/top-right-inactive.xpm
+share/oroborus/themes/mac/bottom-active.xpm
+share/oroborus/themes/mac/bottom-inactive.xpm
+share/oroborus/themes/mac/bottom-left-active.xpm
+share/oroborus/themes/mac/bottom-left-inactive.xpm
+share/oroborus/themes/mac/close-active.xpm
+share/oroborus/themes/mac/close-inactive.xpm
+share/oroborus/themes/mac/close-pressed.xpm
+share/oroborus/themes/mac/hide-active.xpm
+share/oroborus/themes/mac/hide-inactive.xpm
+share/oroborus/themes/mac/hide-pressed.xpm
+share/oroborus/themes/mac/left-active.xpm
+share/oroborus/themes/mac/left-inactive.xpm
+share/oroborus/themes/mac/resize-active.xpm
+share/oroborus/themes/mac/resize-inactive.xpm
+share/oroborus/themes/mac/right-active.xpm
+share/oroborus/themes/mac/right-inactive.xpm
+share/oroborus/themes/mac/themerc
+share/oroborus/themes/mac/title-active-shaded.xpm
+share/oroborus/themes/mac/title-active.xpm
+share/oroborus/themes/mac/title-inactive-shaded.xpm
+share/oroborus/themes/mac/title-inactive.xpm
+share/oroborus/themes/mac/top-left-active-shaded.xpm
+share/oroborus/themes/mac/top-left-active.xpm
+share/oroborus/themes/mac/top-left-inactive-shaded.xpm
+share/oroborus/themes/mac/top-left-inactive.xpm
+share/oroborus/themes/mac/top-right-active-shaded.xpm
+share/oroborus/themes/mac/top-right-active.xpm
+share/oroborus/themes/mac/top-right-inactive-shaded.xpm
+share/oroborus/themes/mac/top-right-inactive.xpm
+share/oroborus/themes/next/bottom-active.xpm
+share/oroborus/themes/next/bottom-inactive.xpm
+share/oroborus/themes/next/bottom-left-active.xpm
+share/oroborus/themes/next/bottom-left-inactive.xpm
+share/oroborus/themes/next/close-active.xpm
+share/oroborus/themes/next/close-inactive.xpm
+share/oroborus/themes/next/close-pressed.xpm
+share/oroborus/themes/next/hide-active.xpm
+share/oroborus/themes/next/hide-inactive.xpm
+share/oroborus/themes/next/hide-pressed.xpm
+share/oroborus/themes/next/left-active.xpm
+share/oroborus/themes/next/left-inactive.xpm
+share/oroborus/themes/next/resize-active.xpm
+share/oroborus/themes/next/resize-inactive.xpm
+share/oroborus/themes/next/right-active.xpm
+share/oroborus/themes/next/right-inactive.xpm
+share/oroborus/themes/next/title-active-shaded.xpm
+share/oroborus/themes/next/title-active.xpm
+share/oroborus/themes/next/title-inactive-shaded.xpm
+share/oroborus/themes/next/title-inactive.xpm
+share/oroborus/themes/next/top-left-active-shaded.xpm
+share/oroborus/themes/next/top-left-active.xpm
+share/oroborus/themes/next/top-left-inactive-shaded.xpm
+share/oroborus/themes/next/top-left-inactive.xpm
+share/oroborus/themes/next/top-right-active-shaded.xpm
+share/oroborus/themes/next/top-right-active.xpm
+share/oroborus/themes/next/top-right-inactive-shaded.xpm
+share/oroborus/themes/next/top-right-inactive.xpm
+share/oroborus/themes/win95/bottom-active.xpm
+share/oroborus/themes/win95/bottom-inactive.xpm
+share/oroborus/themes/win95/bottom-left-active.xpm
+share/oroborus/themes/win95/bottom-left-inactive.xpm
+share/oroborus/themes/win95/close-active.xpm
+share/oroborus/themes/win95/close-inactive.xpm
+share/oroborus/themes/win95/close-pressed.xpm
+share/oroborus/themes/win95/hide-active.xpm
+share/oroborus/themes/win95/hide-inactive.xpm
+share/oroborus/themes/win95/hide-pressed.xpm
+share/oroborus/themes/win95/left-active.xpm
+share/oroborus/themes/win95/left-inactive.xpm
+share/oroborus/themes/win95/resize-active.xpm
+share/oroborus/themes/win95/resize-inactive.xpm
+share/oroborus/themes/win95/right-active.xpm
+share/oroborus/themes/win95/right-inactive.xpm
+share/oroborus/themes/win95/title-active-shaded.xpm
+share/oroborus/themes/win95/title-active.xpm
+share/oroborus/themes/win95/title-inactive-shaded.xpm
+share/oroborus/themes/win95/title-inactive.xpm
+share/oroborus/themes/win95/top-left-active-shaded.xpm
+share/oroborus/themes/win95/top-left-active.xpm
+share/oroborus/themes/win95/top-left-inactive-shaded.xpm
+share/oroborus/themes/win95/top-left-inactive.xpm
+share/oroborus/themes/win95/top-right-active-shaded.xpm
+share/oroborus/themes/win95/top-right-active.xpm
+share/oroborus/themes/win95/top-right-inactive-shaded.xpm
+share/oroborus/themes/win95/top-right-inactive.xpm
+@dirrm share/oroborus/themes/win95
+@dirrm share/oroborus/themes/next
+@dirrm share/oroborus/themes/mac
+@dirrm share/oroborus/themes/defold
+@dirrm share/oroborus/themes/default
+@dirrm share/oroborus/themes/agua
+@dirrm share/oroborus/themes
@dirrm share/oroborus
+@dirrm share/doc/oroborus