übernahme Code Shortcut

This commit is contained in:
georg0480
2026-01-31 15:28:10 +01:00
parent 6f4d6b9301
commit ef46c21291
1787 changed files with 1126465 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
app: Shotcut
verbose: true
#ingredients:
# dist: focal
# sources:
# - deb http://us.archive.ubuntu.com/ubuntu/ focal main universe
# script:
# - echo "multiarch-support" >> excludedeblist
script:
- tar -xJ -C usr/bin --strip=1 -f ../../../../scripts/shotcut-linux-x86_64-*.txz
- cp -p ../../../../icons/shotcut-logo-64.png shotcut.png
- cp -p ../../../../packaging/linux/org.shotcut.Shotcut.desktop shotcut.desktop
- desktop-file-edit --set-key=Exec --set-value=shotcut shotcut.desktop
- desktop-file-edit --set-key=Icon --set-value=shotcut shotcut.desktop