Date: Thursday, May 5, 2022 @ 11:49:35
  Author: heftig
Revision: 444699

archrelease: copy trunk to extra-x86_64

Added:
  glibmm-2.68/repos/extra-x86_64/PKGBUILD
    (from rev 444698, glibmm-2.68/trunk/PKGBUILD)
Deleted:
  glibmm-2.68/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |  112 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-05-05 11:49:14 UTC (rev 444698)
+++ PKGBUILD    2022-05-05 11:49:35 UTC (rev 444699)
@@ -1,56 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Jan de Groot <[email protected]>
-# Contributor: Tom Newsom <[email protected]>
-
-pkgbase=glibmm-2.68
-pkgname=(glibmm-2.68 glibmm-2.68-docs)
-pkgver=2.72.0
-pkgrel=1
-pkgdesc="C++ bindings for GLib"
-url="https://www.gtkmm.org/";
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 libsigc++-3.0)
-makedepends=(git meson mm-common perl-xml-parser clang)
-checkdepends=(glib-networking)
-options=(!emptydirs debug)
-_commit=f3d44e6c9cb1579c1a4e23b70b39edb608792317  # tags/2.72.0^0
-source=("git+https://gitlab.gnome.org/GNOME/glibmm.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd glibmm
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd glibmm
-}
-
-build() {
-  arch-meson glibmm build -D maintainer-mode=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package_glibmm-2.68() {
-  depends+=(libsigc-3.0.so)
-  provides=(libglibmm-2.68.so)
-
-  meson install -C build --destdir "$pkgdir"
-
-  # Split -docs
-  mkdir -p docs/usr/share
-  mv -t docs/usr/share "$pkgdir"/usr/share/{devhelp,doc}
-}
-
-package_glibmm-2.68-docs() {
-  pkgdesc+=" (documentation)"
-  depends=()
-  options=(!strip)
-
-  mv -t "$pkgdir" docs/*
-}

Copied: glibmm-2.68/repos/extra-x86_64/PKGBUILD (from rev 444698, 
glibmm-2.68/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-05-05 11:49:35 UTC (rev 444699)
@@ -0,0 +1,56 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+# Contributor: Tom Newsom <[email protected]>
+
+pkgbase=glibmm-2.68
+pkgname=(glibmm-2.68 glibmm-2.68-docs)
+pkgver=2.72.1
+pkgrel=1
+pkgdesc="C++ bindings for GLib"
+url="https://www.gtkmm.org/";
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 libsigc++-3.0)
+makedepends=(git meson mm-common perl-xml-parser clang)
+checkdepends=(glib-networking)
+options=(!emptydirs debug)
+_commit=9b50d0c719b19461719fbc97d27055b82091a482  # tags/2.72.1^0
+source=("git+https://gitlab.gnome.org/GNOME/glibmm.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd glibmm
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd glibmm
+}
+
+build() {
+  arch-meson glibmm build -D maintainer-mode=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package_glibmm-2.68() {
+  depends+=(libsigc-3.0.so)
+  provides=(libglibmm-2.68.so)
+
+  meson install -C build --destdir "$pkgdir"
+
+  # Split -docs
+  mkdir -p docs/usr/share
+  mv -t docs/usr/share "$pkgdir"/usr/share/{devhelp,doc}
+}
+
+package_glibmm-2.68-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+  options=(!strip)
+
+  mv -t "$pkgdir" docs/*
+}

Reply via email to