Balló György pushed to branch main at Arch Linux / Packaging / Packages /
blanket
Commits:
a88444ba by Balló György at 2024-10-17T11:48:08+02:00
upgpkg: 0.7.0-3: Compile Python bytecode
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = blanket
pkgdesc = Improve focus and increase your productivity by listening to
different sounds
pkgver = 0.7.0
- pkgrel = 2
+ pkgrel = 3
url = https://apps.gnome.org/Blanket/
arch = any
license = GPL-3.0-or-later
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=blanket
pkgver=0.7.0
-pkgrel=2
+pkgrel=3
pkgdesc='Improve focus and increase your productivity by listening to
different sounds'
arch=(any)
url='https://apps.gnome.org/Blanket/'
@@ -55,4 +55,7 @@ check() {
package() {
meson install -C build --destdir "$pkgdir"
+
+ python -m compileall -d /usr/share "$pkgdir/usr/share"
+ python -O -m compileall -d /usr/share "$pkgdir/usr/share"
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/blanket/-/commit/a88444ba67abbbae3c071b7ae43a867063647658
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/blanket/-/commit/a88444ba67abbbae3c071b7ae43a867063647658
You're receiving this email because of your account on gitlab.archlinux.org.