Created
August 28, 2018 12:46
-
-
Save spacepluk/e34c1928edcb6a7cde0d9c6b4158c377 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/PKGBUILD b/PKGBUILD | |
index 04f1ab6..d9e6d1c 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -42,7 +42,11 @@ package() { | |
cp -r "Resources"/* "$pkgdir/usr/share/renoise-$pkgver" | |
install -Dm 755 "renoise" "$pkgdir/usr/bin/renoise3" | |
- install -Dm 644 "Installer/renoise.png" "$pkgdir/usr/share/icons/hicolor/48x48/apps/renoise3.png" | |
+ install -Dm 644 "Resources/Skin/Icons/WindowIcon16.png" "$pkgdir/usr/share/icons/hicolor/16x16/apps/renoise3.png" | |
+ install -Dm 644 "Resources/Skin/Icons/WindowIcon32.png" "$pkgdir/usr/share/icons/hicolor/32x32/apps/renoise3.png" | |
+ install -Dm 644 "Resources/Skin/Icons/WindowIcon48.png" "$pkgdir/usr/share/icons/hicolor/48x48/apps/renoise3.png" | |
+ install -Dm 644 "Resources/Skin/Icons/WindowIcon128.png" "$pkgdir/usr/share/icons/hicolor/128x128/apps/renoise3.png" | |
+ install -Dm 644 "Resources/Skin/Icons/WindowIcon256.png" "$pkgdir/usr/share/icons/hicolor/256x256/apps/renoise3.png" | |
install -Dm 644 "Installer/renoise.desktop" "$pkgdir/usr/share/applications/renoise3.desktop" | |
sed -i 's/=renoise/=renoise3/g' "$pkgdir/usr/share/applications/renoise3.desktop" | |
install -Dm 644 "Installer/renoise.1.gz" "$pkgdir/usr/share/man/man1/renoise3.1.gz" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment