Trim extra newlines at end of file & trailing whitespace.

This commit is contained in:
Augustin Cavalier
2015-08-04 12:08:31 -04:00
parent 55dd9cf19d
commit 4634abef1b
724 changed files with 1430 additions and 1527 deletions

View File

@@ -1,4 +1,4 @@
SUMMARY="A tool to manage a history of the system clipboard"
SUMMARY="A tool to manage a history of the system clipboard"
DESCRIPTION="Clipdinger solves the problem that you often have to paste some \
text you've just recently copied to the clipboard, but which has been \
replaced by something you've copied more recently... It also saves the \
@@ -11,7 +11,7 @@ boot/launch/.
You access the history by pressing SHIFT + ALT + V, which opens the \
Clipdinger window where you can select an entry with the cursor keys and \
paste it by hitting RETURN. ESCAPE minimizes the window without pasting."
HOMEPAGE="https://github.com/humdingerb/clipdinger"
HOMEPAGE="https://github.com/humdingerb/clipdinger"
SOURCE_URI="git://github.com/humdingerb/clipdinger.git#e762bfb3b404537e5bb666bc78bea3dbd4a591d7"
LICENSE="MIT"
COPYRIGHT="2010-2015 Humdinger"
@@ -47,7 +47,7 @@ BUILD()
cd input_device
make $jobArgs OBJ_DIR=objects
cd ../input_filter
make $jobArgs OBJ_DIR=objects
make $jobArgs OBJ_DIR=objects
}
INSTALL()
@@ -58,7 +58,7 @@ INSTALL()
cp -af objects/Clipdinger $clipdingerDir
cp -af ReadMe.html $clipdingerDir
cp -r images $clipdingerDir
mkdir -p $addOnsDir/input_server/devices
mkdir -p $addOnsDir/input_server/filters
cp -af input_device/objects/ClipdingerInputDevice \