diff --git a/haiku-apps/clipdinger/clipdinger-0.5.2.recipe b/haiku-apps/clipdinger/clipdinger-0.5.2.recipe deleted file mode 100644 index 2e271c78e..000000000 --- a/haiku-apps/clipdinger/clipdinger-0.5.2.recipe +++ /dev/null @@ -1,77 +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 should be started automatically on every boot-up by \ -creating a link to it at ~/config/settings/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. - -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="1" -SOURCE_URI="https://github.com/humdingerb/clipdinger/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="7b84e4d82e95f2b559ba272697255d39b449d0e668c33f6238c4814141651382" - -ARCHITECTURES="x86_gcc2 x86 x86_64" - -PROVIDES=" - clipdinger = $portVersion - app:Clipdinger = $portVersion - add_on:ClipdingerInputDevice = $portVersion - " -REQUIRES=" - haiku - cmd:curl - " - -BUILD_REQUIRES=" - haiku_devel - " -BUILD_PREREQUIRES=" - makefile_engine - cmd:g++ - cmd:make - " - -USER_SETTINGS_FILES=" - settings/Clipdinger directory - " - -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 $addOnsDir/input_server/devices - cp -af input_device/objects/ClipdingerInputDevice \ - $addOnsDir/input_server/devices - - addAppDeskbarSymlink $clipdingerDir/Clipdinger -} diff --git a/haiku-apps/clipdinger/clipdinger-0.5.3.recipe b/haiku-apps/clipdinger/clipdinger-0.5.3.recipe deleted file mode 100644 index 7d1725889..000000000 --- a/haiku-apps/clipdinger/clipdinger-0.5.3.recipe +++ /dev/null @@ -1,77 +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 should be started automatically on every boot-up by \ -creating a link to it at ~/config/settings/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. - -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="1" -SOURCE_URI="https://github.com/humdingerb/clipdinger/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="7e81a735706247a4f10292b2c272fb0b42a25392d2bbb4ea7e2a3a0b813f7157" - -ARCHITECTURES="x86_gcc2 x86 x86_64" - -PROVIDES=" - clipdinger = $portVersion - app:Clipdinger = $portVersion - add_on:ClipdingerInputDevice = $portVersion - " -REQUIRES=" - haiku - cmd:curl - " - -BUILD_REQUIRES=" - haiku_devel - " -BUILD_PREREQUIRES=" - makefile_engine - cmd:g++ - cmd:make - " - -USER_SETTINGS_FILES=" - settings/Clipdinger directory - " - -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 $addOnsDir/input_server/devices - cp -af input_device/objects/ClipdingerInputDevice \ - $addOnsDir/input_server/devices - - addAppDeskbarSymlink $clipdingerDir/Clipdinger -} diff --git a/haiku-apps/clipdinger/clipdinger-0.5.4.recipe b/haiku-apps/clipdinger/clipdinger-0.5.4.recipe deleted file mode 100644 index bced0e060..000000000 --- a/haiku-apps/clipdinger/clipdinger-0.5.4.recipe +++ /dev/null @@ -1,77 +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 should be started automatically on every boot-up by \ -creating a link to it at ~/config/settings/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. - -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="1" -SOURCE_URI="https://github.com/humdingerb/clipdinger/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="506d28b0db7ab297f71cf42217b23c3efe835722b8eea7d89c94bab87adc3ec4" - -ARCHITECTURES="x86_gcc2 x86 x86_64" - -PROVIDES=" - clipdinger = $portVersion - app:Clipdinger = $portVersion - add_on:ClipdingerInputDevice = $portVersion - " -REQUIRES=" - haiku - cmd:curl - " - -BUILD_REQUIRES=" - haiku_devel - " -BUILD_PREREQUIRES=" - makefile_engine - cmd:g++ - cmd:make - " - -USER_SETTINGS_FILES=" - settings/Clipdinger directory - " - -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 $addOnsDir/input_server/devices - cp -af input_device/objects/ClipdingerInputDevice \ - $addOnsDir/input_server/devices - - addAppDeskbarSymlink $clipdingerDir/Clipdinger -} diff --git a/haiku-apps/clipdinger/clipdinger-0.5.5.recipe b/haiku-apps/clipdinger/clipdinger-1.0.1.recipe similarity index 87% rename from haiku-apps/clipdinger/clipdinger-0.5.5.recipe rename to haiku-apps/clipdinger/clipdinger-1.0.1.recipe index afcbd27d5..bd205f7e3 100644 --- a/haiku-apps/clipdinger/clipdinger-0.5.5.recipe +++ b/haiku-apps/clipdinger/clipdinger-1.0.1.recipe @@ -12,19 +12,19 @@ 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 \ +After selecting a clip, you can also paste it to the an online service 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" +COPYRIGHT="2015-2018 Humdinger" LICENSE="MIT" REVISION="1" SOURCE_URI="https://github.com/humdingerb/clipdinger/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="b8474fbb571da264c0bdf2aa9d985016d6c2bca06f96bdf4ae868071726897a8" +CHECKSUM_SHA256="8e9c1ef8477b599d501af281a355e5d86bf24040407a8c0685a944aeddb588d3" ARCHITECTURES="x86_gcc2 x86 x86_64" @@ -64,7 +64,7 @@ INSTALL() { clipdingerDir=$appsDir/Clipdinger - mkdir -p $clipdingerDir + mkdir -p $clipdingerDir cp -af objects/Clipdinger $clipdingerDir cp -af ReadMe.html $clipdingerDir cp -r images $clipdingerDir diff --git a/haiku-apps/clipdinger/clipdinger-1.0.recipe b/haiku-apps/clipdinger/clipdinger-1.0.recipe index 1f36cf59b..fbb8b6b78 100644 --- a/haiku-apps/clipdinger/clipdinger-1.0.recipe +++ b/haiku-apps/clipdinger/clipdinger-1.0.recipe @@ -12,19 +12,19 @@ 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 \ +After selecting a clip, you can also paste it to the an online service 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" +COPYRIGHT="2015-2018 Humdinger" LICENSE="MIT" -REVISION="4" +REVISION="1" SOURCE_URI="https://github.com/humdingerb/clipdinger/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="2c5013f41d5f65e1cecaa5055ede588e55e328579dfe4e1609341aca2f2e02ad" +CHECKSUM_SHA256="" ARCHITECTURES="x86_gcc2 x86 x86_64"