[arch-commits] Commit in gst-editing-services/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Fri Dec 10 22:23:02 UTC 2021


    Date: Friday, December 10, 2021 @ 22:23:02
  Author: heftig
Revision: 1068157

1.18.5-3: compile python, otherwise we get untracked pyc

Modified:
  gst-editing-services/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-10 21:12:58 UTC (rev 1068156)
+++ PKGBUILD	2021-12-10 22:23:02 UTC (rev 1068157)
@@ -6,7 +6,7 @@
 
 pkgname=gst-editing-services
 pkgver=1.18.5
-pkgrel=2
+pkgrel=3
 pkgdesc='GStreamer library for creating audio/video editors'
 arch=('x86_64')
 license=('LGPL')
@@ -32,5 +32,7 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
+  python -m compileall -d /usr/lib "$pkgdir/usr/lib"
+  python -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
 }



More information about the arch-commits mailing list