diff --git a/haiku-apps/clipdinger/clipdinger-1.0.4.recipe b/haiku-apps/clipdinger/clipdinger-1.1.recipe similarity index 76% rename from haiku-apps/clipdinger/clipdinger-1.0.4.recipe rename to haiku-apps/clipdinger/clipdinger-1.1.recipe index 529505d87..bcab76c3b 100644 --- a/haiku-apps/clipdinger/clipdinger-1.0.4.recipe +++ b/haiku-apps/clipdinger/clipdinger-1.1.recipe @@ -1,12 +1,12 @@ 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 \ +replaced by something you've copied more recently… It also saves the \ history so it'll appear just as you left it on the last shutdown. -Clipdinger provides a history of your recent clippings and lets you create \ -your own favorites. It also offers a clipboard monitor that can be used as a \ -replicant on the Desktop, always showing the current contents. +Clipdinger provides a history of your recent clippings, lets you filter it \ +and create your own favorites. It also offers a clipboard monitor that can \ +be used as a replicant on the Desktop, always showing the current contents. 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 \ @@ -19,12 +19,12 @@ clipboard for you to paste into your email or IRC channel etc. ESCAPE minimizes the window without pasting. Please see the ReadMe available from the Help menu for more details." -HOMEPAGE="http://humdingerb.github.io/clipdinger/" -COPYRIGHT="2015-2021 Humdinger" +HOMEPAGE="https://github.com/humdingerb/clipdinger" +COPYRIGHT="2015-2022 Humdinger" LICENSE="MIT" REVISION="1" SOURCE_URI="https://github.com/humdingerb/clipdinger/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="94a935028413e1ee07768f59c8409313f5715e6df4756b641b77154e1e1f0bc3" +CHECKSUM_SHA256="1fe2e74e9c6932beca67b19e26d7fd836e30ceecde47844481eb6df977223633" ARCHITECTURES="all" @@ -53,10 +53,11 @@ BUILD_PREREQUIRES=" BUILD() { + cd src make $jobArgs OBJ_DIR=objects make bindcatalogs OBJ_DIR=objects - cd input_device + cd ../input_device make $jobArgs OBJ_DIR=objects } @@ -65,7 +66,7 @@ INSTALL() clipdingerDir=$appsDir/Clipdinger mkdir -p $clipdingerDir - cp -af objects/Clipdinger $clipdingerDir + cp -af src/objects/Clipdinger $clipdingerDir cp -af ReadMe.html $clipdingerDir cp -r images $clipdingerDir