From d5ad7202ea77e8a512073f9ce09b6c07e37d6305 Mon Sep 17 00:00:00 2001 From: Miquel Lionel Date: Sun, 6 Feb 2022 20:42:01 +0100 Subject: Move notifications to own header file - also make a skel for files in /usr/, useful for sounds and notifyrc - build.sh use plain simple cp -r to copy the skel. also copies the knotifications5 in the current directory for qml.qrc embedding in case the app is used on android. --- build.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 31845a2..ad735b2 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,9 @@ #!/bin/sh + +# for the qml.qrc +cp -r usr/share/knotifications5 . + cmake -B build . cmake --build build -sudo install -vDm644 usr/* -t / +cp -v -r usr/ / sudo install -vDm755 build/kdeltachat -t /usr/local/bin/ -- cgit v1.2.3-70-g09d2