Kid, wanna try a WM?
Reading a post on planetkde, I saw an apparently out-of-nowhere reference to blackboxqt...
Not all that interesting, I suppose, but I am fond of ol'BB,and this Qt4 remake could be pretty cool (although I can't test it because it doesn't build for me). Here's a link to the code.
I tested the following with the source from http://repo.or.cz/r/blackbo... (the mk.sh script with autotools didn't work on my computer either). In the qmake code below you will have to replace all 'n' by a newline. I added the 'n' because the stupid blog software on this blog does not much carriage returns).
1. Add the file src.pro with the following contents in blackbox/src (the automatically generated .pro file is edited to make it work):
######################################################################
# Automatically generated by qmake (2.01a) Tue Jun 17 14:50:59 2008
######################################################################
TEMPLATE = appnTARGET = blackboxqtnCONFIG += qtnDEPENDPATH += . ../libnINCLUDEPATH += . ../libnDEFAULT_MENU = $(HOME)/.local/share/data/blackboxqtnDEFAULT_STYLE = $(HOME)/.local/share/data/blackboxqt/stylesnDEFINES += DEFAULTMENU=\"$${DEFAULT_MENU}\"nDEFINES += DEFAULTSTYLE=\"$${DEFAULT_STYLE}\"nLIBS += -L/usr/local/lib -lblackboxqtnntarget.path = /usr/local/binnINSTALLS += targetnn# InputnHEADERS += blackbox.hh \n BlackboxResource.hh \n Clientmenu.hh \n Configmenu.hh \n Iconmenu.hh \n Rootmenu.hh \n Screen.hh \n ScreenResource.hh \n Slit.hh \n Slitmenu.hh \n StackingList.hh \n Toolbar.hh \n Toolbarmenu.hh \n Window.hh \n WindowGroup.hh \n Windowmenu.hh \n Workspace.hh \n Workspacemenu.hhnSOURCES += blackbox.cc \n BlackboxResource.cc \n Clientmenu.cc \n Configmenu.cc \n Iconmenu.cc \n main.cc \n Rootmenu.cc \n Screen.cc \n ScreenResource.cc \n Slit.cc \n Slitmenu.cc \n StackingList.cc \n Toolbar.cc \n Toolbarmenu.cc \n Window.cc \n WindowGroup.cc \n Windowmenu.cc \n Workspace.cc \n Workspacemenu.ccnn###### End of src.pro
2. Add the file lib.pro with the following contents in blackbox/lib (again edited):
######################################################################
# Automatically generated by qmake (2.01a) Tue Jun 17 14:51:55 2008
######################################################################
TEMPLATE = libnTARGET = blackboxqtnCONFIG += qtnDEPENDPATH += .nINCLUDEPATH += .nVERSION = 0.1nntarget.path = /usr/local/libnINSTALLS += targetnn# InputnHEADERS += Application.hh \n Bitmap.hh \n Color.hh \n Display.hh \n EventHandler.hh \n EWMH.hh \n Font.hh \n Image.hh \n Menu.hh \n Pen.hh \n PixmapCache.hh \
I tested the following with the source from http://repo.or.cz/r/blackbo... (the mk.sh script with autotools didn't work on my computer either). In the qmake code below you will have to replace all 'n' by a newline. I added the 'n' because the stupid blog software on this blog does not much carriage returns).
1. Add the file src.pro with the following contents in blackbox/src (the automatically generated .pro file is edited to make it work):
######################################################################
# Automatically generated by qmake (2.01a) Tue Jun 17 14:50:59 2008
######################################################################
TEMPLATE = appnTARGET = blackboxqtnCONFIG += qtnDEPENDPATH += . ../libnINCLUDEPATH += . ../libnDEFAULT_MENU = $(HOME)/.local/share/data/blackboxqtnDEFAULT_STYLE = $(HOME)/.local/share/data/blackboxqt/stylesnDEFINES += DEFAULTMENU=\"$${DEFAULT_MENU}\"nDEFINES += DEFAULTSTYLE=\"$${DEFAULT_STYLE}\"nLIBS += -L/usr/local/lib -lblackboxqtnntarget.path = /usr/local/binnINSTALLS += targetnn# InputnHEADERS += blackbox.hh \n BlackboxResource.hh \n Clientmenu.hh \n Configmenu.hh \n Iconmenu.hh \n Rootmenu.hh \n Screen.hh \n ScreenResource.hh \n Slit.hh \n Slitmenu.hh \n StackingList.hh \n Toolbar.hh \n Toolbarmenu.hh \n Window.hh \n WindowGroup.hh \n Windowmenu.hh \n Workspace.hh \n Workspacemenu.hhnSOURCES += blackbox.cc \n BlackboxResource.cc \n Clientmenu.cc \n Configmenu.cc \n Iconmenu.cc \n main.cc \n Rootmenu.cc \n Screen.cc \n ScreenResource.cc \n Slit.cc \n Slitmenu.cc \n StackingList.cc \n Toolbar.cc \n Toolbarmenu.cc \n Window.cc \n WindowGroup.cc \n Windowmenu.cc \n Workspace.cc \n Workspacemenu.ccnn###### End of src.pro
2. Add the file lib.pro with the following contents in blackbox/lib (again edited):
######################################################################
# Automatically generated by qmake (2.01a) Tue Jun 17 14:51:55 2008
######################################################################
TEMPLATE = libnTARGET = blackboxqtnCONFIG += qtnDEPENDPATH += .nINCLUDEPATH += .nVERSION = 0.1nntarget.path = /usr/local/libnINSTALLS += targetnn# InputnHEADERS += Application.hh \n Bitmap.hh \n Color.hh \n Display.hh \n EventHandler.hh \n EWMH.hh \n Font.hh \n Image.hh \n Menu.hh \n Pen.hh \n PixmapCache.hh \
I suppose you mean the stupid comment software which I didn't write instead of the blog software I did write ;-)