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

Balló György bgyorgy at archlinux.org
Sun May 16 19:27:58 UTC 2021


    Date: Sunday, May 16, 2021 @ 19:27:58
  Author: bgyorgy
Revision: 935942

upgpkg: libffado 2.4.4-3: fix metainfo id, so it's coherent with XDG desktop file name

Modified:
  libffado/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-16 19:24:23 UTC (rev 935941)
+++ PKGBUILD	2021-05-16 19:27:58 UTC (rev 935942)
@@ -5,7 +5,7 @@
 
 pkgname=libffado
 pkgver=2.4.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Driver for FireWire audio devices"
 arch=('x86_64')
 url="http://www.ffado.org/"
@@ -24,6 +24,9 @@
   # fix icon name, so it's coherent with XDG desktop file name
   sed -e 's/hi64-apps-ffado/ffado-mixer/g' \
       -i support/xdg/ffado.org-ffadomixer.desktop
+  # fix id, so it's coherent with XDG desktop file name
+  sed -e 's/ffado.org-ffadomixer.desktop/ffado-mixer.desktop/g' \
+      -i support/xdg/ffado-mixer.appdata.xml
 }
 
 build() {



More information about the arch-commits mailing list