all repos — tint2 @ d3c45adf349dbddb3e02380ebc70659803efa4a8

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Fix some typo's and clean up indentation.
Sebastiaan Lokhorst sebastiaanlokhorst@gmail.com
commit

d3c45adf349dbddb3e02380ebc70659803efa4a8

parent

043a0f7ab35fec82f4cf10962cf3a1f6679aa633

3 files changed, 6 insertions(+), 8 deletions(-)

jump to
M CMakeLists.txtCMakeLists.txt

@@ -42,7 +42,7 @@ src/taskbar

src/launcher src/tooltip src/util - src/freespace + src/freespace ${X11_INCLUDE_DIRS} ${PANGOCAIRO_INCLUDE_DIRS} ${PANGO_INCLUDE_DIRS}

@@ -68,8 +68,8 @@ src/taskbar/task.c

src/taskbar/taskbar.c src/taskbar/taskbarname.c src/tooltip/tooltip.c - src/freespace/freespace.c - src/util/area.c + src/freespace/freespace.c + src/util/area.c src/util/common.c src/util/strnatcmp.c src/util/timer.c
M INSTALL.txtINSTALL.txt

@@ -7,5 +7,4 @@ cmake -DCMAKE_INSTALL_PREFIX=/usr ../

make sudo make install -To see additional options you can do after the cmake step a 'cmake -L ../' - +To see additional options you can set at the 'cmake' step, run 'cmake -L ../'
M README.sourceREADME.source

@@ -1,4 +1,3 @@

DEPENDENCIES: -cairo (whit X support), pango, glib2, libX11, libXinerama, libXrandr, libXrender, libXcomposite, libXdamage imlib2 (with X support) -you might need -dev packages on debian - +cairo (with X support), pango, glib2, libX11, libXinerama, libXrandr, libXrender, libXcomposite, libXdamage, imlib2 (with X support) +you might need -dev packages on Debian