mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Trim extra newlines at end of file & trailing whitespace.
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user