Date: Saturday, September 24, 2022 @ 17:24:02
  Author: heftig
Revision: 456712

archrelease: copy trunk to extra-x86_64

Added:
  gobject-introspection/repos/extra-x86_64/PKGBUILD
    (from rev 456711, gobject-introspection/trunk/PKGBUILD)
  gobject-introspection/repos/extra-x86_64/keys/
Deleted:
  gobject-introspection/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |  147 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 74 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-24 17:23:54 UTC (rev 456711)
+++ PKGBUILD    2022-09-24 17:24:02 UTC (rev 456712)
@@ -1,73 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Jan de Groot <[email protected]>
-
-pkgbase=gobject-introspection
-pkgname=(gobject-introspection gobject-introspection-runtime)
-pkgver=1.72.0
-pkgrel=1
-pkgdesc="Introspection system for GObject-based libraries"
-url="https://wiki.gnome.org/Projects/GObjectIntrospection";
-arch=(x86_64)
-license=(LGPL GPL)
-_glibver=2.72.0
-depends=(python-mako python-markdown)
-makedepends=(cairo git gtk-doc python-sphinx meson "glib2=$_glibver")
-options=(debug)
-_commit=c1ce7d179cfce327162bd206cdf2808bd9bd0cc7  # tags/1.72.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gobject-introspection.git#commit=$_commit";
-        "git+https://gitlab.gnome.org/GNOME/glib.git?signed#tag=$_glibver";)
-sha512sums=('SKIP'
-            'SKIP')
-validpgpkeys=('923B7025EE03C1C59F42684CF0942E894B2EAFA0') # Philip Withnall 
<[email protected]>
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-}
-  
-build() {
-  arch-meson $pkgbase build \
-    -D gtk_doc=true \
-    -D glib_src_dir="$srcdir/glib"
-  meson compile -C build
-}
-
-check() {
-  meson test -C build
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-    d="$srcdir/$p/${f#$pkgdir/}"
-    mkdir -p "$(dirname "$d")"
-    mv "$f" "$d"
-    rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-package_gobject-introspection() {
-  depends+=("gobject-introspection-runtime=$pkgver-$pkgrel")
-
-  meson install -C build --destdir "$pkgdir"
-
-  cd "$pkgdir"
-
-  python -m compileall -d /usr/lib/$pkgbase usr/lib/$pkgbase
-  python -O -m compileall -d /usr/lib/$pkgbase usr/lib/$pkgbase
-
-  _pick runtime usr/lib/lib*
-  _pick runtime usr/lib/girepository-*
-}
-
-package_gobject-introspection-runtime() {
-  pkgdesc+=" (runtime library)"
-  depends=(glib2)
-  provides+=(libgirepository-1.0.so)
-
-  mv runtime/* "$pkgdir"
-}

Copied: gobject-introspection/repos/extra-x86_64/PKGBUILD (from rev 456711, 
gobject-introspection/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-09-24 17:24:02 UTC (rev 456712)
@@ -0,0 +1,74 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgbase=gobject-introspection
+pkgname=(gobject-introspection gobject-introspection-runtime)
+pkgver=1.74.0
+pkgrel=1
+pkgdesc="Introspection system for GObject-based libraries"
+url="https://wiki.gnome.org/Projects/GObjectIntrospection";
+arch=(x86_64)
+license=(LGPL GPL)
+_glibver=2.74.0
+depends=(python-mako python-markdown)
+makedepends=(cairo git gtk-doc python-sphinx meson "glib2=$_glibver")
+options=(debug)
+_commit=37bde613a7cb77e7399dafb25731e13208f0ae0b  # tags/1.74.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gobject-introspection.git#commit=$_commit";
+        "git+https://gitlab.gnome.org/GNOME/glib.git?signed#tag=$_glibver";)
+sha512sums=('SKIP'
+            'SKIP')
+validpgpkeys=('923B7025EE03C1C59F42684CF0942E894B2EAFA0'  # Philip Withnall 
<[email protected]>
+              'D4C501DA48EB797A081750939449C2F50996635F') # Marco Trevisan 
<[email protected]>
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+}
+  
+build() {
+  arch-meson $pkgbase build \
+    -D gtk_doc=true \
+    -D glib_src_dir="$srcdir/glib"
+  meson compile -C build
+}
+
+check() {
+  meson test -C build
+}
+
+_pick() {
+  local p="$1" f d; shift
+  for f; do
+    d="$srcdir/$p/${f#$pkgdir/}"
+    mkdir -p "$(dirname "$d")"
+    mv "$f" "$d"
+    rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
+  done
+}
+
+package_gobject-introspection() {
+  depends+=("gobject-introspection-runtime=$pkgver-$pkgrel")
+
+  meson install -C build --destdir "$pkgdir"
+
+  cd "$pkgdir"
+
+  python -m compileall -d /usr/lib/$pkgbase usr/lib/$pkgbase
+  python -O -m compileall -d /usr/lib/$pkgbase usr/lib/$pkgbase
+
+  _pick runtime usr/lib/lib*
+  _pick runtime usr/lib/girepository-*
+}
+
+package_gobject-introspection-runtime() {
+  pkgdesc+=" (runtime library)"
+  depends=(glib2)
+  provides+=(libgirepository-1.0.so)
+
+  mv runtime/* "$pkgdir"
+}

Reply via email to