Balló György pushed to branch main at Arch Linux / Packaging / Packages /
showtime
Commits:
efd9b2b2 by Balló György at 2024-10-17T11:58:16+02:00
upgpkg: 47.0-2: Compile Python bytecode
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = showtime
pkgdesc = Video player for GNOME
pkgver = 47.0
- pkgrel = 1
+ pkgrel = 2
url = https://apps.gnome.org/Showtime/
arch = any
license = GPL-3.0-or-later
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=showtime
pkgver=47.0
-pkgrel=1
+pkgrel=2
pkgdesc='Video player for GNOME'
arch=(any)
url='https://apps.gnome.org/Showtime/'
@@ -67,4 +67,7 @@ check() {
package() {
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"
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/showtime/-/commit/efd9b2b2c4656382bcd3f12ace3729f9eb3143e0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/showtime/-/commit/efd9b2b2c4656382bcd3f12ace3729f9eb3143e0
You're receiving this email because of your account on gitlab.archlinux.org.