Package Details: libpeas136-docs 1.36.0-2

Git Clone URL: https://aur.archlinux.org/libpeas136.git (read-only, click to copy)
Package Base: libpeas136
Description: GObject Plugin System version 1.36.0 with working pythonloader when used together with with python-gobject350 (documentation)
Upstream URL: https://wiki.gnome.org/Projects/Libpeas
Keywords: gobject plugin pythonloader rhythmbox
Licenses: LGPL-2.1-or-later
Conflicts: libpeas-docs
Provides: libpeas-docs
Submitter: username227
Maintainer: None
Last Packager: ahmubashshir
Votes: 0
Popularity: 0.000000
First Submitted: 2025-06-10 22:02 (UTC)
Last Updated: 2025-06-23 07:06 (UTC)

Dependencies (14)

Required by (0)

Sources (1)

Latest Comments

ahmubashshir commented on 2025-06-23 06:44 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index d37ea43..f3da7bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,14 +32,13 @@ makedepends=(
   luajit
   meson
   python
-  python-gobject
+  python-gobject350
   python-setuptools
   vala
 )
 checkdepends=(xorg-server-xvfb)
 source=("git+https://gitlab.gnome.org/GNOME/libpeas.git#tag=libpeas-$pkgver")
 b2sums=('8845366ccd5c0244a6ed1b28d5b44590496d260db0da47bc0ac87b2063c1063ee92541bc7f4eb056bb2c52d1299febedf517e90b9dc8765a0f3f9f954430e691')
-conflicts=("libpeas")

 prepare() {
   cd libpeas
@@ -68,9 +67,10 @@ _pick() {
 package_libpeas136() {
   depends=(
     'lua51-lgi'
-    'python-gobject'
+    'python-gobject350'
   )
   provides=(libpeas)
+  conflicts=(libpeas)

   meson install -C build --destdir "$pkgdir"

@@ -84,13 +84,15 @@ package_libpeas136() {

 package_libpeas136-demos() {
   pkgdesc+=" (demo applications)"
+  provides=(libpeas-demos)
+  conflicts=(libpeas-demos)
   depends=(
     glib2
     glibc
     gtk3
     libgirepository
-    libpeas
-    python-gobject
+    libpeas136
+    python-gobject350
   )
   mv demo/* "$pkgdir"
 }
@@ -98,6 +100,8 @@ package_libpeas136-demos() {
 package_libpeas136-docs() {
   pkgdesc+=" (documentation)"
   depends=()
+  provides=(libpeas-docs)
+  conflicts=(libpeas-docs)
   mv docs/* "$pkgdir"
 }

ahmubashshir commented on 2025-06-23 06:37 (UTC)

this should use python-gobject350