Balló György pushed to branch main at Arch Linux / Packaging / Packages /
curtail
Commits:
bbb499be by Balló György at 2024-10-17T11:51:13+02:00
upgpkg: 1.11.1-2: Compile Python bytecode
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = curtail
pkgdesc = Image compressor GUI, supporting PNG, JPEG, WebP and SVG file
types, both lossless and lossy compression mode
pkgver = 1.11.1
- pkgrel = 1
+ pkgrel = 2
url = https://apps.gnome.org/Curtail/
arch = any
license = GPL-3.0-or-later
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=curtail
pkgver=1.11.1
-pkgrel=1
+pkgrel=2
pkgdesc='Image compressor GUI, supporting PNG, JPEG, WebP and SVG file types,
both lossless and lossy compression mode'
arch=(any)
url='https://apps.gnome.org/Curtail/'
@@ -42,4 +42,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/curtail/-/commit/bbb499bebdd98bf9f8d30920629a5158f0711df5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/curtail/-/commit/bbb499bebdd98bf9f8d30920629a5158f0711df5
You're receiving this email because of your account on gitlab.archlinux.org.