diff options
author | gregory guy <gregory-tde@laposte.net> | 2021-10-01 14:38:07 +0200 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-10-02 12:07:12 +0900 |
commit | 383a66d0828e5f858503344e055067a14464c2c1 (patch) | |
tree | 379b0c5b82dbc17542efeef3ac6554ce82a23c77 /deco/config/generatePixmaps.sh | |
parent | 09652c06fc0033aca687c913901625bfa0759afd (diff) | |
download | tde-style-baghira-383a66d0828e5f858503344e055067a14464c2c1.tar.gz tde-style-baghira-383a66d0828e5f858503344e055067a14464c2c1.zip |
Drop automake build support.
Deleted TODO and NEWS empty files.
Rework of the README file.
Add basic cmake build instructions.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit 8648781af8e31b5b243e26a7ae42b36b38aa8aed)
Diffstat (limited to 'deco/config/generatePixmaps.sh')
-rwxr-xr-x | deco/config/generatePixmaps.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/deco/config/generatePixmaps.sh b/deco/config/generatePixmaps.sh deleted file mode 100755 index 7c392a2..0000000 --- a/deco/config/generatePixmaps.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -top_srcdir="${1:-../..}" -imagebase="$top_srcdir/imagebase" -UIC=$(grep "UIC = " ../../Makefile | cut -f3- -d" ") -echo -e "#ifndef DCPIXMAPS_H\n#define DCPIXMAPS_H\n" > pixmaps.h -$UIC -embed baghira \ -$imagebase/icon_help \ -$imagebase/preview \ -$imagebase/preview-menu >> pixmaps.h -echo -e "#endif //DCPIXMAPS_H\n" >> pixmaps.h |