Balló György pushed to branch main at Arch Linux / Packaging / Packages / sticky
Commits:
505e1fe1 by Balló György at 2026-04-05T02:15:32+02:00
upgpkg: 1.30-3: Compile python bytecode
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = sticky
pkgdesc = Sticky notes app for the Linux desktop
pkgver = 1.30
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/linuxmint/sticky
arch = any
groups = x-apps
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=sticky
pkgver=1.30
-pkgrel=2
+pkgrel=3
pkgdesc='Sticky notes app for the Linux desktop'
arch=(any)
url='https://github.com/linuxmint/sticky'
@@ -46,4 +46,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/sticky/-/commit/505e1fe1fc050b2efb51e1b6bfb5842a7d27dc23
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sticky/-/commit/505e1fe1fc050b2efb51e1b6bfb5842a7d27dc23
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