Skip to content

Commit

Permalink
bump argour to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Jul 27, 2024
1 parent 9c52f92 commit b73690a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions apps/ardour/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
ARG REPO
FROM ghcr.io/${REPO}:alpine-320 AS rootfs
FROM ghcr.io/${REPO}:alpine-edge AS rootfs
ARG REPO

# Install packages
RUN \
echo "**** install packages ****" && \
apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \
apk add --no-cache \
ardour \
ffmpeg \
lame && \
Expand Down
2 changes: 1 addition & 1 deletion apps/ardour/entrypoint
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

# Start Ardour
ardour7 "$@"
ardour8 "$@"
2 changes: 1 addition & 1 deletion apps/ardour/install
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
echo "Adding icon"
mkdir -p $HOME/.local/share/icons/hicolor/scalable/apps/
cp \
/usr/share/icons/hicolor/256x256/apps/ardour7.png \
/usr/share/icons/hicolor/256x256/apps/ardour8.png \
$HOME/.local/share/icons/hicolor/scalable/apps/
echo "Adding start menu entry"
mkdir -p $HOME/.local/share/applications/
Expand Down
2 changes: 1 addition & 1 deletion apps/ardour/remove
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
echo "Removing icon"
rm -f $HOME/.local/share/icons/hicolor/scalable/apps/ardour7.png
rm -f $HOME/.local/share/icons/hicolor/scalable/apps/ardour8.png
echo "Removing start menu entry"
rm -f $HOME/.local/share/applications/ardour-pa.desktop
echo "Removing desktop shortcut"
Expand Down

0 comments on commit b73690a

Please sign in to comment.