Clipdinger: update to v1.1

Changelog:
Release v1.1

* Added an optional Deskbar tray icon and set the 'Background' application
  flag. This removes Clipdinger from Deskbar's list of running apps.
* Added a text box to filter the clip history for the entered word.
* Moved the "Pause fading" checkbox into 'Lists' of the menu bar.
* Don't freeze GUI when uploading a clip, indicate uploading in window title.
* Added Czech translation (incomplete), thanks nkini!
This commit is contained in:
Humdinger
2022-10-03 16:37:37 +02:00
parent 4f14f6c064
commit 8b91daffa5

View File

@@ -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