From d3c45adf349dbddb3e02380ebc70659803efa4a8 Mon Sep 17 00:00:00 2001 From: Sebastiaan Lokhorst Date: Sun, 5 Jul 2015 11:23:57 +0200 Subject: [PATCH] Fix some typo's and clean up indentation. --- CMakeLists.txt | 6 +++--- INSTALL.txt | 3 +-- README.source | 5 ++--- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 38e38e1..195ce16 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,7 @@ include_directories( ${PROJECT_BINARY_DIR} src/launcher src/tooltip src/util - src/freespace + src/freespace ${X11_INCLUDE_DIRS} ${PANGOCAIRO_INCLUDE_DIRS} ${PANGO_INCLUDE_DIRS} @@ -68,8 +68,8 @@ set( SOURCES src/config.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 diff --git a/INSTALL.txt b/INSTALL.txt index 6793c98..541b8d0 100644 --- a/INSTALL.txt +++ b/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 ../' diff --git a/README.source b/README.source index 40b3e02..61b56b5 100644 --- a/README.source +++ b/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