From 76206fef79e6ec55f265eaf8dcaa8cf1923c01ea Mon Sep 17 00:00:00 2001 From: Humdinger Date: Mon, 10 Feb 2020 17:41:51 +0100 Subject: [PATCH] Clipdinger: new minor release v1.0.2 Removed old recipes. --- ...r-1.0.1.recipe => clipdinger-1.0.2.recipe} | 6 +- haiku-apps/clipdinger/clipdinger-1.0.recipe | 80 ------------------- 2 files changed, 3 insertions(+), 83 deletions(-) rename haiku-apps/clipdinger/{clipdinger-1.0.1.recipe => clipdinger-1.0.2.recipe} (93%) delete mode 100644 haiku-apps/clipdinger/clipdinger-1.0.recipe diff --git a/haiku-apps/clipdinger/clipdinger-1.0.1.recipe b/haiku-apps/clipdinger/clipdinger-1.0.2.recipe similarity index 93% rename from haiku-apps/clipdinger/clipdinger-1.0.1.recipe rename to haiku-apps/clipdinger/clipdinger-1.0.2.recipe index e6b32f042..8dc4cc503 100644 --- a/haiku-apps/clipdinger/clipdinger-1.0.1.recipe +++ b/haiku-apps/clipdinger/clipdinger-1.0.2.recipe @@ -20,13 +20,13 @@ 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-2018 Humdinger" +COPYRIGHT="2015-2020 Humdinger" LICENSE="MIT" REVISION="1" SOURCE_URI="https://github.com/humdingerb/clipdinger/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="8e9c1ef8477b599d501af281a355e5d86bf24040407a8c0685a944aeddb588d3" +CHECKSUM_SHA256="912cdf3af51a2b1686ac255ac841e8a024c21ab5db7ce8b70ce1cc1a8d46c7bb" -ARCHITECTURES="x86_gcc2 x86 x86_64" +ARCHITECTURES="x86_gcc2 x86_64" USER_SETTINGS_FILES=" settings/Clipdinger directory diff --git a/haiku-apps/clipdinger/clipdinger-1.0.recipe b/haiku-apps/clipdinger/clipdinger-1.0.recipe deleted file mode 100644 index 7c7cbbce0..000000000 --- a/haiku-apps/clipdinger/clipdinger-1.0.recipe +++ /dev/null @@ -1,80 +0,0 @@ -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 \ -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. - -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. - -After selecting a clip, you can also paste it to the online service \ -Sprunge.us by hitting ALT + P. The returned URL for the clip is put into the \ -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-2016 Humdinger" -LICENSE="MIT" -REVISION="4" -SOURCE_URI="https://github.com/humdingerb/clipdinger/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="2c5013f41d5f65e1cecaa5055ede588e55e328579dfe4e1609341aca2f2e02ad" - -ARCHITECTURES="x86_gcc2 x86 x86_64" - -USER_SETTINGS_FILES=" - settings/Clipdinger directory - " - -PROVIDES=" - clipdinger = $portVersion - add_on:ClipdingerInputDevice = $portVersion - app:Clipdinger = $portVersion - " -REQUIRES=" - haiku - cmd:curl - " - -BUILD_REQUIRES=" - haiku_devel - " -BUILD_PREREQUIRES=" - makefile_engine - cmd:g++ - cmd:make - " - -BUILD() -{ - make $jobArgs OBJ_DIR=objects - make bindcatalogs OBJ_DIR=objects - - cd input_device - make $jobArgs OBJ_DIR=objects -} - -INSTALL() -{ - clipdingerDir=$appsDir/Clipdinger - - mkdir -p $clipdingerDir - cp -af objects/Clipdinger $clipdingerDir - cp -af ReadMe.html $clipdingerDir - cp -r images $clipdingerDir - - mkdir -p $dataDir/user_launch - cp -af Clipdinger_userlaunch $dataDir/user_launch/Clipdinger - - mkdir -p $addOnsDir/input_server/devices - cp -af input_device/objects/ClipdingerInputDevice \ - $addOnsDir/input_server/devices - - addAppDeskbarSymlink $clipdingerDir/Clipdinger -}