Fix some typo's and clean up indentation.
Sebastiaan Lokhorst sebastiaanlokhorst@gmail.com
3 files changed,
6 insertions(+),
8 deletions(-)
M
CMakeLists.txt
→
CMakeLists.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.txt
→
INSTALL.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.source
→
README.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