[arch-commits] Commit in glibmm-2.68/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Wed Oct 6 22:52:04 UTC 2021


    Date: Wednesday, October 6, 2021 @ 22:52:02
  Author: heftig
Revision: 425191

archrelease: copy trunk to extra-x86_64

Added:
  glibmm-2.68/repos/extra-x86_64/PKGBUILD
    (from rev 425190, 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	2021-10-06 22:36:43 UTC (rev 425190)
+++ PKGBUILD	2021-10-06 22:52:02 UTC (rev 425191)
@@ -1,56 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgbase=glibmm-2.68
-pkgname=(glibmm-2.68 glibmm-2.68-docs)
-pkgver=2.68.1
-pkgrel=2
-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)
-_commit=31b40adefc0d916246e60bd03a78b6ccae19f8a2  # tags/2.68.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/*
-}

Copied: glibmm-2.68/repos/extra-x86_64/PKGBUILD (from rev 425190, glibmm-2.68/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-06 22:52:02 UTC (rev 425191)
@@ -0,0 +1,56 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgbase=glibmm-2.68
+pkgname=(glibmm-2.68 glibmm-2.68-docs)
+pkgver=2.70.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)
+_commit=042e90eebca380686bbcc24d6803305b9d2c7823  # tags/2.70.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/*
+}



More information about the arch-commits mailing list