Clipdinger: new release v1.2

* Scale icons according to system font size.
* Use generic application icons for missing/uninstalled applications.
* Save history and favorites with every clipboard change as a workaround
  for not being able to properly save state on system shutdown.
* Updated translations.
This commit is contained in:
Humdinger
2022-12-23 20:23:11 +01:00
parent 56c8256539
commit 4eff966ea7

View File

@@ -22,11 +22,10 @@ Please see the ReadMe available from the Help menu for more details."
HOMEPAGE="https://github.com/humdingerb/clipdinger"
COPYRIGHT="2015-2022 Humdinger"
LICENSE="MIT"
REVISION="2"
srcGitRev="14ba6300b56ef230e60731345ba4b4ee37b6bc60"
SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="c47adec44166ff4b352a9b77099cbe1ddce8899bf79c0d57b561981973111c69"
SOURCE_DIR="clipdinger-$srcGitRev"
REVISION="1"
SOURCE_URI="$HOMEPAGE/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="2e31cf33c8850ca4496d1ec5b6e1d6b5a893da31d26de45ef8033a926f62d328"
SOURCE_DIR="clipdinger-$portVersion"
ARCHITECTURES="all"