Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / gobject-introspection
Commits: 137aeb90 by Jan Alexander Steffens (heftig) at 2024-04-07T10:25:23+02:00 1.80.1-3: Add python-setuptools dep Fixes: https://gitlab.archlinux.org/archlinux/packaging/packages/gobject-introspection/-/issues/1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = gobject-introspection pkgdesc = Introspection system for GObject-based libraries pkgver = 1.80.1 - pkgrel = 2 + pkgrel = 3 url = https://wiki.gnome.org/Projects/GObjectIntrospection arch = x86_64 license = GPL-2.0-or-later @@ -27,18 +27,19 @@ pkgbase = gobject-introspection b2sums = cc3a6a7a14fef1aabc08d3bdfe98f66e3ecf3591ac054d83aa9404c8c9cd72e690a4c26c16934700d067bb2cb3d58730387482032cd9ffa04b041869426165ba pkgname = gobject-introspection - depends = gobject-introspection-runtime=1.80.1-2 - depends = libgirepository=1.80.1-2 + depends = gobject-introspection-runtime=1.80.1-3 + depends = libgirepository=1.80.1-3 depends = glib2 depends = glibc depends = libffi depends = python depends = python-mako depends = python-markdown + depends = python-setuptools pkgname = gobject-introspection-runtime pkgdesc = Introspection system for GObject-based libraries - runtime - depends = libgirepository=1.80.1-2 + depends = libgirepository=1.80.1-3 pkgname = libgirepository pkgdesc = Introspection system for GObject-based libraries - runtime library ===================================== PKGBUILD ===================================== @@ -9,7 +9,7 @@ pkgname=( libgirepository ) pkgver=1.80.1 -pkgrel=2 +pkgrel=3 pkgdesc="Introspection system for GObject-based libraries" url="https://wiki.gnome.org/Projects/GObjectIntrospection" arch=(x86_64) @@ -82,6 +82,7 @@ package_gobject-introspection() { python python-mako python-markdown + python-setuptools ) meson install -C build --destdir "$pkgdir" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gobject-introspection/-/commit/137aeb90a3b7f0966ad22cc97e0c19549f428726 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gobject-introspection/-/commit/137aeb90a3b7f0966ad22cc97e0c19549f428726 You're receiving this email because of your account on gitlab.archlinux.org.
