restructure #3

Merged
wyj merged 82 commits from dev into main 2026-01-18 20:12:27 -05:00
Showing only changes of commit 99cd254663 - Show all commits

View File

@@ -1,5 +1,6 @@
pkgname=gobject-introspection pkgname=gobject-introspection
pkgver=1.84.0 pkgver=1.84.0
_basever=${pkgver%.*}
pkgdesc="Introspection system for GObject-based libraries" pkgdesc="Introspection system for GObject-based libraries"
url="https://wiki.gnome.org/Projects/GObjectIntrospection" url="https://wiki.gnome.org/Projects/GObjectIntrospection"
arch=(x86_64) arch=(x86_64)
@@ -33,3 +34,5 @@ src_install() {
python -m compileall -d /usr/lib/${pkgname} usr/lib/${pkgname} python -m compileall -d /usr/lib/${pkgname} usr/lib/${pkgname}
python -O -m compileall -d /usr/lib/${pkgname} usr/lib/${pkgname} python -O -m compileall -d /usr/lib/${pkgname} usr/lib/${pkgname}
} }
# vim:ft=sh syn=sh et sw=2: