From fb1696659672386bcfc0f753b67f9eeda74e93b9 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 13 Apr 2003 07:02:34 +0000 Subject: [PATCH] move the themes --- build/Makefile.themes | 71 +++++++++-- themes/{openbox => }/bbs | 0 themes/{openbox => }/bluebox | 0 themes/{openbox => }/cthulhain | 0 themes/{openbox => }/deep | 0 themes/{openbox => }/ebox | 0 .../{openbox => }/ebox_buttons/bulletbc.xbm | 0 themes/{openbox => }/ebox_buttons/bulletl.xbm | 0 themes/{openbox => }/ebox_buttons/bulletr.xbm | 0 themes/{openbox => }/ebox_buttons/close.xbm | 0 themes/{openbox => }/ebox_buttons/icon.xbm | 0 themes/{openbox => }/ebox_buttons/max.xbm | 0 themes/{openbox => }/fieron | 0 themes/{openbox => }/fieron2 | 0 .../{openbox => }/fieron2_buttons/close.xbm | 0 themes/{openbox => }/fieron2_buttons/icon.xbm | 0 themes/{openbox => }/fieron2_buttons/max.xbm | 0 .../{openbox => }/fieron2_buttons/stick.xbm | 0 themes/{openbox => }/fieron_buttons/close.xbm | 0 themes/{openbox => }/fieron_buttons/icon.xbm | 0 themes/{openbox => }/fieron_buttons/max.xbm | 0 themes/{openbox => }/fieron_buttons/stick.xbm | 0 themes/{openbox => }/flux | 0 themes/{openbox => }/frobozz | 0 themes/{openbox => }/frobust | 0 themes/{openbox => }/mbdtex | 0 themes/{openbox => }/miklos | 0 themes/{openbox => }/nyz | 0 themes/{openbox => }/nyzclone | 0 themes/{openbox => }/ob20 | 0 themes/openbox/.cvsignore | 0 themes/openbox/artwiz | 114 ------------------ themes/{openbox => }/operation | 0 themes/{openbox => }/outcomes | 0 themes/{openbox => }/paper | 0 themes/{openbox => }/purplehaaze | 0 themes/{openbox => }/shade | 0 themes/{openbox => }/steelblue | 0 themes/{openbox => }/steelblue2 | 0 themes/{openbox => }/the_orange | 0 themes/{openbox => }/trisb | 0 themes/{openbox => }/twice | 0 themes/{openbox => }/warp-xp | 0 43 files changed, 61 insertions(+), 124 deletions(-) rename themes/{openbox => }/bbs (100%) rename themes/{openbox => }/bluebox (100%) rename themes/{openbox => }/cthulhain (100%) rename themes/{openbox => }/deep (100%) rename themes/{openbox => }/ebox (100%) rename themes/{openbox => }/ebox_buttons/bulletbc.xbm (100%) rename themes/{openbox => }/ebox_buttons/bulletl.xbm (100%) rename themes/{openbox => }/ebox_buttons/bulletr.xbm (100%) rename themes/{openbox => }/ebox_buttons/close.xbm (100%) rename themes/{openbox => }/ebox_buttons/icon.xbm (100%) rename themes/{openbox => }/ebox_buttons/max.xbm (100%) rename themes/{openbox => }/fieron (100%) rename themes/{openbox => }/fieron2 (100%) rename themes/{openbox => }/fieron2_buttons/close.xbm (100%) rename themes/{openbox => }/fieron2_buttons/icon.xbm (100%) rename themes/{openbox => }/fieron2_buttons/max.xbm (100%) rename themes/{openbox => }/fieron2_buttons/stick.xbm (100%) rename themes/{openbox => }/fieron_buttons/close.xbm (100%) rename themes/{openbox => }/fieron_buttons/icon.xbm (100%) rename themes/{openbox => }/fieron_buttons/max.xbm (100%) rename themes/{openbox => }/fieron_buttons/stick.xbm (100%) rename themes/{openbox => }/flux (100%) rename themes/{openbox => }/frobozz (100%) rename themes/{openbox => }/frobust (100%) rename themes/{openbox => }/mbdtex (100%) rename themes/{openbox => }/miklos (100%) rename themes/{openbox => }/nyz (100%) rename themes/{openbox => }/nyzclone (100%) rename themes/{openbox => }/ob20 (100%) delete mode 100644 themes/openbox/.cvsignore delete mode 100644 themes/openbox/artwiz rename themes/{openbox => }/operation (100%) rename themes/{openbox => }/outcomes (100%) rename themes/{openbox => }/paper (100%) rename themes/{openbox => }/purplehaaze (100%) rename themes/{openbox => }/shade (100%) rename themes/{openbox => }/steelblue (100%) rename themes/{openbox => }/steelblue2 (100%) rename themes/{openbox => }/the_orange (100%) rename themes/{openbox => }/trisb (100%) rename themes/{openbox => }/twice (100%) rename themes/{openbox => }/warp-xp (100%) diff --git a/build/Makefile.themes b/build/Makefile.themes index 577753d9..c08e2103 100644 --- a/build/Makefile.themes +++ b/build/Makefile.themes @@ -1,21 +1,72 @@ include build/Makefile.incl -targets = openbox +dir = themes -all clean distclean: - @for i in $(targets); do \ - $(MAKE) -$(MAKEFLAGS) -f build/Makefile.themes.$$i $@; \ - done +files = artwiz bbs bluebox cthulhain deep ebox fieron fieron2 flux \ + frobozz frobust mbdtex miklos nyz nyzclone ob20 operation \ + outcomes paper purplehaaze shade steelblue steelblue2 \ + the_orange trisb twice warp-xp + +srcdir := $(srcdir)/$(dir) +dir := $(DESTDIR)$(themedir) +sources := $(addprefix $(srcdir)/,$(files)) + +fieron_buttons_dir := $(dir)/fieron_buttons +fieron_buttons_srcdir := $(srcdir)/fieron_buttons +fieron_buttons := close.xbm icon.xbm max.xbm stick.xbm +fieron_buttons_sources := $(addprefix $(fieron_buttons_srcdir)/,$(fieron_buttons)) + +fieron2_buttons_dir:=$(dir)/fieron2_buttons +fieron2_buttons_srcdir:=$(srcdir)/fieron2_buttons +fieron2_buttons:=close.xbm icon.xbm max.xbm stick.xbm +fieron2_buttons_sources := $(addprefix $(fieron2_buttons_srcdir)/,$(fieron2_buttons)) + +ebox_buttons_dir:=$(dir)/ebox_buttons +ebox_buttons_srcdir:=$(srcdir)/ebox_buttons +ebox_buttons:=close.xbm icon.xbm max.xbm +ebox_buttons_sources := $(addprefix $(ebox_buttons_srcdir)/,$(ebox_buttons)) + +all: install: - @for i in $(targets); do \ - $(MAKE) -$(MAKEFLAGS) -f build/Makefile.themes.$$i $@; \ + $(INSTALL) -d $(dir) + for i in $(sources); do \ + $(INSTALL) -m 644 $$i $(dir); \ + done + + $(INSTALL) -d $(fieron_buttons_dir) + for i in $(fieron_buttons_sources); do \ + $(INSTALL) $$i $(fieron_buttons_dir); \ + done + $(INSTALL) -d $(fieron2_buttons_dir) + for i in $(fieron2_buttons_sources); do \ + $(INSTALL) $$i $(fieron2_buttons_dir); \ + done + $(INSTALL) -d $(ebox_buttons_dir) + for i in $(ebox_buttons_sources); do \ + $(INSTALL) $$i $(ebox_buttons_dir); \ done uninstall: - @for i in $(targets); do \ - $(MAKE) -$(MAKEFLAGS) -f build/Makefile.themes.$$i $@; \ + for i in $(ebox_buttons); do \ + $(RM) $(ebox_buttons_dir)/$$i; \ + done + -rmdir $(ebox_buttons_dir) + for i in $(fieron2_buttons); do \ + $(RM) $(fieron2_buttons_dir)/$$i; \ + done + -rmdir $(fieron2_buttons_dir) + for i in $(fieron_buttons); do \ + $(RM) $(fieron_buttons_dir)/$$i; \ done - -rmdir $(DESTDIR)$(themedir) + -rmdir $(fieron_buttons_dir) + for i in $(files); do \ + $(RM) $(dir)/$$i; \ + done + -rmdir $(dir) + +clean: + +distclean: .PHONY: all clean distclean install uninstall diff --git a/themes/openbox/bbs b/themes/bbs similarity index 100% rename from themes/openbox/bbs rename to themes/bbs diff --git a/themes/openbox/bluebox b/themes/bluebox similarity index 100% rename from themes/openbox/bluebox rename to themes/bluebox diff --git a/themes/openbox/cthulhain b/themes/cthulhain similarity index 100% rename from themes/openbox/cthulhain rename to themes/cthulhain diff --git a/themes/openbox/deep b/themes/deep similarity index 100% rename from themes/openbox/deep rename to themes/deep diff --git a/themes/openbox/ebox b/themes/ebox similarity index 100% rename from themes/openbox/ebox rename to themes/ebox diff --git a/themes/openbox/ebox_buttons/bulletbc.xbm b/themes/ebox_buttons/bulletbc.xbm similarity index 100% rename from themes/openbox/ebox_buttons/bulletbc.xbm rename to themes/ebox_buttons/bulletbc.xbm diff --git a/themes/openbox/ebox_buttons/bulletl.xbm b/themes/ebox_buttons/bulletl.xbm similarity index 100% rename from themes/openbox/ebox_buttons/bulletl.xbm rename to themes/ebox_buttons/bulletl.xbm diff --git a/themes/openbox/ebox_buttons/bulletr.xbm b/themes/ebox_buttons/bulletr.xbm similarity index 100% rename from themes/openbox/ebox_buttons/bulletr.xbm rename to themes/ebox_buttons/bulletr.xbm diff --git a/themes/openbox/ebox_buttons/close.xbm b/themes/ebox_buttons/close.xbm similarity index 100% rename from themes/openbox/ebox_buttons/close.xbm rename to themes/ebox_buttons/close.xbm diff --git a/themes/openbox/ebox_buttons/icon.xbm b/themes/ebox_buttons/icon.xbm similarity index 100% rename from themes/openbox/ebox_buttons/icon.xbm rename to themes/ebox_buttons/icon.xbm diff --git a/themes/openbox/ebox_buttons/max.xbm b/themes/ebox_buttons/max.xbm similarity index 100% rename from themes/openbox/ebox_buttons/max.xbm rename to themes/ebox_buttons/max.xbm diff --git a/themes/openbox/fieron b/themes/fieron similarity index 100% rename from themes/openbox/fieron rename to themes/fieron diff --git a/themes/openbox/fieron2 b/themes/fieron2 similarity index 100% rename from themes/openbox/fieron2 rename to themes/fieron2 diff --git a/themes/openbox/fieron2_buttons/close.xbm b/themes/fieron2_buttons/close.xbm similarity index 100% rename from themes/openbox/fieron2_buttons/close.xbm rename to themes/fieron2_buttons/close.xbm diff --git a/themes/openbox/fieron2_buttons/icon.xbm b/themes/fieron2_buttons/icon.xbm similarity index 100% rename from themes/openbox/fieron2_buttons/icon.xbm rename to themes/fieron2_buttons/icon.xbm diff --git a/themes/openbox/fieron2_buttons/max.xbm b/themes/fieron2_buttons/max.xbm similarity index 100% rename from themes/openbox/fieron2_buttons/max.xbm rename to themes/fieron2_buttons/max.xbm diff --git a/themes/openbox/fieron2_buttons/stick.xbm b/themes/fieron2_buttons/stick.xbm similarity index 100% rename from themes/openbox/fieron2_buttons/stick.xbm rename to themes/fieron2_buttons/stick.xbm diff --git a/themes/openbox/fieron_buttons/close.xbm b/themes/fieron_buttons/close.xbm similarity index 100% rename from themes/openbox/fieron_buttons/close.xbm rename to themes/fieron_buttons/close.xbm diff --git a/themes/openbox/fieron_buttons/icon.xbm b/themes/fieron_buttons/icon.xbm similarity index 100% rename from themes/openbox/fieron_buttons/icon.xbm rename to themes/fieron_buttons/icon.xbm diff --git a/themes/openbox/fieron_buttons/max.xbm b/themes/fieron_buttons/max.xbm similarity index 100% rename from themes/openbox/fieron_buttons/max.xbm rename to themes/fieron_buttons/max.xbm diff --git a/themes/openbox/fieron_buttons/stick.xbm b/themes/fieron_buttons/stick.xbm similarity index 100% rename from themes/openbox/fieron_buttons/stick.xbm rename to themes/fieron_buttons/stick.xbm diff --git a/themes/openbox/flux b/themes/flux similarity index 100% rename from themes/openbox/flux rename to themes/flux diff --git a/themes/openbox/frobozz b/themes/frobozz similarity index 100% rename from themes/openbox/frobozz rename to themes/frobozz diff --git a/themes/openbox/frobust b/themes/frobust similarity index 100% rename from themes/openbox/frobust rename to themes/frobust diff --git a/themes/openbox/mbdtex b/themes/mbdtex similarity index 100% rename from themes/openbox/mbdtex rename to themes/mbdtex diff --git a/themes/openbox/miklos b/themes/miklos similarity index 100% rename from themes/openbox/miklos rename to themes/miklos diff --git a/themes/openbox/nyz b/themes/nyz similarity index 100% rename from themes/openbox/nyz rename to themes/nyz diff --git a/themes/openbox/nyzclone b/themes/nyzclone similarity index 100% rename from themes/openbox/nyzclone rename to themes/nyzclone diff --git a/themes/openbox/ob20 b/themes/ob20 similarity index 100% rename from themes/openbox/ob20 rename to themes/ob20 diff --git a/themes/openbox/.cvsignore b/themes/openbox/.cvsignore deleted file mode 100644 index e69de29b..00000000 diff --git a/themes/openbox/artwiz b/themes/openbox/artwiz deleted file mode 100644 index c563f3f2..00000000 --- a/themes/openbox/artwiz +++ /dev/null @@ -1,114 +0,0 @@ -toolbar: raised gradient vertical -toolbar.color: rgb:80/84/88 -toolbar.colorTo: rgb:30/34/38 - -toolbar.button: raised gradient diagonal -toolbar.button.color: rgb:90/94/98 -toolbar.button.colorTo: rgb:20/24/28 -toolbar.button.picColor: white - -toolbar.button.pressed: sunken gradient diagonal -toolbar.button.pressed.color: black -toolbar.button.pressed.colorTo: rgb:80/98/d0 - -toolbar.clock: sunken gradient diagonal -toolbar.clock.color: rgb:10/20/30 -toolbar.clock.colorTo: rgb:70/80/90 -toolbar.clock.textColor: white - -toolbar.label: sunken gradient diagonal -toolbar.label.color: rgb:10/20/30 -toolbar.label.colorTo: rgb:70/80/90 -toolbar.label.textColor: white - -toolbar.windowLabel: sunken gradient diagonal -toolbar.windowLabel.color: rgb:10/20/30 -toolbar.windowLabel.colorTo: rgb:70/80/90 -toolbar.windowLabel.textColor: white - -toolbar.justify: center - - -menu.title: raised gradient diagonal -menu.title.color: rgb:90/94/98 -menu.title.colorTo: rgb:20/24/28 -menu.title.textColor: white -menu.title.justify: center - -menu.frame: sunken gradient diagonal -menu.frame.color: rgb:10/20/30 -menu.frame.colorTo: rgb:70/80/90 -menu.frame.textColor: rgb:90/a0/b0 -menu.frame.justify: center - -menu.hilite: raised gradient diagonal -menu.hilite.color: rgb:90/94/98 -menu.hilite.colorTo: rgb:20/24/28 -menu.hilite.textColor: white - -menu.bullet: empty -menu.bullet.position: right - - -window.title.focus: raised gradient vertical -window.title.focus.color: rgb:80/84/88 -window.title.focus.colorTo: rgb:30/34/38 -window.title.unfocus: raised vertical gradient -window.title.unfocus.color: rgb:50/54/58 -window.title.unfocus.colorTo: black - -window.label.focus: sunken diagonal gradient -window.label.focus.color: rgb:10/20/30 -window.label.focus.colorTo: rgb:70/80/90 -window.label.focus.textColor: white -window.label.unfocus: sunken gradient diagonal -window.label.unfocus.color: black -window.label.unfocus.colorTo: rgb:40/50/60 -window.label.unfocus.textColor: rgb:60/64/68 - -window.button.focus: raised gradient diagonal -window.button.focus.color: rgb:90/94/98 -window.button.focus.colorTo: rgb:20/24/28 -window.button.focus.picColor: white -window.button.unfocus: raised gradient diagonal -window.button.unfocus.color: rgb:50/54/58 -window.button.unfocus.colorTo: black -window.button.unfocus.picColor: rgb:70/74/78 -window.button.pressed: sunken gradient diagonal -window.button.pressed.color: rgb:20/40/50 -window.button.pressed.colorTo: rgb:60/70/80 - -window.frame.focusColor: rgb:40/44/48 -window.frame.unfocusColor: rgb:20/24/28 - -window.handle.focus: raised gradient diagonal -window.handle.focus.color: rgb:70/74/78 -window.handle.focus.colorTo: rgb:40/44/48 -window.handle.unfocus: raised gradient diagonal -window.handle.unfocus.color: rgb:50/54/58 -window.handle.unfocus.colorTo: black - -window.grip.focus: sunken diagonal gradient -window.grip.focus.color: rgb:20/30/40 -window.grip.focus.colorTo: rgb:60/70/80 -window.grip.unfocus: sunken diagonal gradient -window.grip.unfocus.color: black -window.grip.unfocus.colorTo: rgb:30/40/50 - -window.justify: center - - -borderColor: black - -bevelWidth: 2 -borderWidth: 1 -handleWidth: 5 - -rootCommand: bsetroot -mod 4 4 -bg rgb:10/18/20 -fg rgb:30/38/40 - -*Font: -*-lucidatypewriter-medium-r-*-*-*-100-*-*-*-*-*-* - -*xft.font: Verdana -*xft.size: 8 - -menu.*.xft.size: 10 \ No newline at end of file diff --git a/themes/openbox/operation b/themes/operation similarity index 100% rename from themes/openbox/operation rename to themes/operation diff --git a/themes/openbox/outcomes b/themes/outcomes similarity index 100% rename from themes/openbox/outcomes rename to themes/outcomes diff --git a/themes/openbox/paper b/themes/paper similarity index 100% rename from themes/openbox/paper rename to themes/paper diff --git a/themes/openbox/purplehaaze b/themes/purplehaaze similarity index 100% rename from themes/openbox/purplehaaze rename to themes/purplehaaze diff --git a/themes/openbox/shade b/themes/shade similarity index 100% rename from themes/openbox/shade rename to themes/shade diff --git a/themes/openbox/steelblue b/themes/steelblue similarity index 100% rename from themes/openbox/steelblue rename to themes/steelblue diff --git a/themes/openbox/steelblue2 b/themes/steelblue2 similarity index 100% rename from themes/openbox/steelblue2 rename to themes/steelblue2 diff --git a/themes/openbox/the_orange b/themes/the_orange similarity index 100% rename from themes/openbox/the_orange rename to themes/the_orange diff --git a/themes/openbox/trisb b/themes/trisb similarity index 100% rename from themes/openbox/trisb rename to themes/trisb diff --git a/themes/openbox/twice b/themes/twice similarity index 100% rename from themes/openbox/twice rename to themes/twice diff --git a/themes/openbox/warp-xp b/themes/warp-xp similarity index 100% rename from themes/openbox/warp-xp rename to themes/warp-xp -- 2.39.2