diff options
author | gregory guy <gregory-tde@laposte.net> | 2021-10-01 14:38:07 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2021-10-01 14:38:07 +0200 |
commit | 8648781af8e31b5b243e26a7ae42b36b38aa8aed (patch) | |
tree | ebd958c73958b45afb7cc6c053ccf9801b97f3b0 /deco/config/generatePixmaps.sh | |
parent | a5e262a67d56ccb85f8df78d3d1b1b27e889d790 (diff) | |
download | tde-style-baghira-8648781af8e31b5b243e26a7ae42b36b38aa8aed.tar.gz tde-style-baghira-8648781af8e31b5b243e26a7ae42b36b38aa8aed.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>
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 |