[arch-commits] Commit in libpeas/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Evangelos Foutras foutrelis at gemini.archlinux.org
Wed Dec 1 11:49:21 UTC 2021


    Date: Wednesday, December 1, 2021 @ 11:49:21
  Author: foutrelis
Revision: 429962

archrelease: copy trunk to staging-x86_64

Added:
  libpeas/repos/staging-x86_64/
  libpeas/repos/staging-x86_64/PKGBUILD
    (from rev 429961, libpeas/trunk/PKGBUILD)

----------+
 PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

Copied: libpeas/repos/staging-x86_64/PKGBUILD (from rev 429961, libpeas/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2021-12-01 11:49:21 UTC (rev 429962)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=libpeas
+pkgver=1.30.0
+pkgrel=2
+pkgdesc="A GObject plugins library"
+arch=(x86_64)
+url="https://wiki.gnome.org/Projects/Libpeas"
+license=(GPL2)
+depends=(gtk3 gobject-introspection-runtime)
+makedepends=(gtk-doc python-gobject glade gobject-introspection git meson vala)
+optdepends=('python-gobject: Python loader')
+provides=(libpeas{,-gtk}-1.0.so)
+_commit=1d50694f770b12e1e7447d2c606a1e46533e34b7  # tags/libpeas-1.30.0^0
+source=("git+https://gitlab.gnome.org/GNOME/libpeas.git#commit=$_commit")
+sha256sums=('SKIP')
+
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^libpeas-//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D vapi=true -D gtk_doc=true
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list