[arch-commits] Commit in sonic-pi/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Wed Jun 24 23:35:36 UTC 2020


    Date: Wednesday, June 24, 2020 @ 23:35:35
  Author: bgyorgy
Revision: 652601

upgpkg: sonic-pi 3.2.2-2: Add icon for the desktop file

Modified:
  sonic-pi/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-24 23:35:30 UTC (rev 652600)
+++ PKGBUILD	2020-06-24 23:35:35 UTC (rev 652601)
@@ -2,7 +2,7 @@
 
 pkgname=sonic-pi
 pkgver=3.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="The Live Coding Music Synth for Everyone"
 arch=('x86_64')
 url="https://sonic-pi.net/"
@@ -30,7 +30,7 @@
   gendesk -n \
           --pkgname ${pkgname} \
           --pkgdesc "${pkgdesc}" \
-          --name sonic-pi \
+          --name "Sonic Pi" \
           --categories "AudioVideo;Audio"
   rm -rvf app/server/native
   # patch app/gui/qt/{model/sonicpitheme,mainwindow}.cpp to set path to
@@ -213,6 +213,8 @@
   rm -fv "${pkgdir}/usr/lib/${pkgname}/server/vendor/"*/Rakefile
   # xdg
   install -vDm 644 "${pkgname}.desktop" -t "${pkgdir}/usr/share/applications/"
+  install -vDm 644 app/gui/qt/images/icon-smaller.png "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+
   # license
   install -vDm 644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }



More information about the arch-commits mailing list