summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-10-05 15:48:11 +0200
committer Eric Hameleers <alien@slackware.com>2020-10-05 15:48:11 +0200
commit9ad3df557bc670e9e6476e3911d3d801eed3a143 (patch)
tree144ac61715d3963aeccca0a28ac5c1c7674da2d0
parent47d62f50004afb7a92b38b8d540cf83217dbea66 (diff)
downloadliveslak-9ad3df557bc670e9e6476e3911d3d801eed3a143.tar.gz
liveslak-9ad3df557bc670e9e6476e3911d3d801eed3a143.tar.xz
DAW: move the files for custom submenu into new subfolder
Un-clutter needed to prepare for further customization of the DAW ISO.
-rwxr-xr-xmake_slackware_live.sh7
-rw-r--r--media/daw/menu/liveslak-daw.directory (renamed from daw/liveslak-daw.directory)0
-rw-r--r--media/daw/menu/liveslak-daw.menu (renamed from daw/liveslak-daw.menu)0
-rw-r--r--media/daw/menu/liveslak-daw.png (renamed from daw/liveslak-daw.png)bin29903 -> 29903 bytes
4 files changed, 4 insertions, 3 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh
index 5043b9e..127647c 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -2166,11 +2166,12 @@ EOT
# "X-DAW" to decide what goes into the new submenu.
# Also move the existing X42-Plugins submenu below the new DAW submenu.
# see https://specifications.freedesktop.org/menu-spec/menu-spec-1.0.html
- install -Dm 644 ${LIVE_TOOLDIR}/${LIVEDE,,}/liveslak-daw.menu \
+ install -Dm 644 ${LIVE_TOOLDIR}/media/${LIVEDE,,}/menu/liveslak-daw.menu \
-t $LIVE_ROOTDIR/etc/xdg/menus/applications-merged/
- install -Dm 644 ${LIVE_TOOLDIR}/${LIVEDE,,}/liveslak-daw.directory \
+ install -Dm 644 \
+ ${LIVE_TOOLDIR}/media/${LIVEDE,,}/menu/liveslak-daw.directory \
-t $LIVE_ROOTDIR/usr/share/desktop-directories/
- install -Dm 644 ${LIVE_TOOLDIR}/${LIVEDE,,}/liveslak-daw.png \
+ install -Dm 644 ${LIVE_TOOLDIR}/media/${LIVEDE,,}/menu/liveslak-daw.png \
-t $LIVE_ROOTDIR/usr/share/icons/hicolor/256x256/apps/
# Any menu entry that does not yet have a Category "X-DAW" will now have to
diff --git a/daw/liveslak-daw.directory b/media/daw/menu/liveslak-daw.directory
index 074d67a..074d67a 100644
--- a/daw/liveslak-daw.directory
+++ b/media/daw/menu/liveslak-daw.directory
diff --git a/daw/liveslak-daw.menu b/media/daw/menu/liveslak-daw.menu
index 27b7341..27b7341 100644
--- a/daw/liveslak-daw.menu
+++ b/media/daw/menu/liveslak-daw.menu
diff --git a/daw/liveslak-daw.png b/media/daw/menu/liveslak-daw.png
index 7eea5a2..7eea5a2 100644
--- a/daw/liveslak-daw.png
+++ b/media/daw/menu/liveslak-daw.png
Binary files differ