mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
clipdinger: update to release v1.2.2
* Clipdinger moved out of its "Clipdinger" subfolder right into $appsDir. * The docs moved into $docsDir. Clipdinger v1.2.2 changelog: * Put Clipdinger directly into the apps folder instead of a "Clipdinger" subfolder there. Move docs to the documentation folder. * Added close button to window tab that minimizes Clipdinger. * Bugfix: Save favorites after they got re-ordered. * Bugfix: Fix crash when trying to delete last clip in history. * Allow deleting last clip in history, which results in emptying the clipboard. * Added partial Sardinian translation, thanks zumikkebe!
This commit is contained in:
@@ -24,7 +24,7 @@ COPYRIGHT="2015-2023 Humdinger"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="$HOMEPAGE/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="531345038f3bd686c5c9e284bf38580706493c477d07debe6a2fded44918a302"
|
||||
CHECKSUM_SHA256="db25bff6ffcccc2f0ec648622c4c4509e1f784e8de77be316edc098f2e17c734"
|
||||
SOURCE_DIR="clipdinger-$portVersion"
|
||||
|
||||
ARCHITECTURES="all"
|
||||
@@ -64,12 +64,11 @@ BUILD()
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
clipdingerDir=$appsDir/Clipdinger
|
||||
mkdir -p $appsDir $docDir
|
||||
|
||||
mkdir -p $clipdingerDir
|
||||
cp -af src/objects/Clipdinger $clipdingerDir
|
||||
cp -af ReadMe.html $clipdingerDir
|
||||
cp -r images $clipdingerDir
|
||||
cp -af src/objects/Clipdinger $appsDir
|
||||
cp -af ReadMe.html $docDir
|
||||
cp -r images $docDir
|
||||
|
||||
mkdir -p $dataDir/user_launch
|
||||
cp -af Clipdinger_userlaunch $dataDir/user_launch/Clipdinger
|
||||
@@ -78,5 +77,5 @@ INSTALL()
|
||||
cp -af input_device/objects/ClipdingerInputDevice \
|
||||
$addOnsDir/input_server/devices
|
||||
|
||||
addAppDeskbarSymlink $clipdingerDir/Clipdinger
|
||||
addAppDeskbarSymlink $appsDir/Clipdinger
|
||||
}
|
||||
Reference in New Issue
Block a user