Balló György pushed to branch main at Arch Linux / Packaging / Packages /
warpinator
Commits:
4fac7b77 by Balló György at 2026-04-05T02:17:20+02:00
upgpkg: 2.0.3-2: Compile python bytecode
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = warpinator
pkgdesc = LAN file sender, send and receive files across the network
pkgver = 2.0.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/linuxmint/warpinator
arch = any
groups = x-apps
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=warpinator
pkgver=2.0.3
-pkgrel=1
+pkgrel=2
pkgdesc='LAN file sender, send and receive files across the network'
arch=(any)
url='https://github.com/linuxmint/warpinator'
@@ -56,4 +56,7 @@ build() {
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/warpinator/-/commit/4fac7b77d1a0c4d912c564a8e32b6b967b7b7fa0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/warpinator/-/commit/4fac7b77d1a0c4d912c564a8e32b6b967b7b7fa0
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help