[arch-commits] Commit in mm-common/repos/extra-any (PKGBUILD PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Sat Feb 12 01:02:47 UTC 2022


    Date: Saturday, February 12, 2022 @ 01:02:47
  Author: heftig
Revision: 436985

archrelease: copy trunk to extra-any

Added:
  mm-common/repos/extra-any/PKGBUILD
    (from rev 436984, mm-common/trunk/PKGBUILD)
Deleted:
  mm-common/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-12 01:02:37 UTC (rev 436984)
+++ PKGBUILD	2022-02-12 01:02:47 UTC (rev 436985)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=mm-common
-pkgver=1.0.3
-pkgrel=1
-pkgdesc="Common build files of the C++ bindings"
-url="https://www.gtkmm.org/"
-arch=(any)
-depends=(graphviz doxygen gtk-doc libsigc++-docs perl-xml-parser)
-makedepends=(libsigc++ git meson)
-license=(GPL2)
-_commit=d2006f9cc7df4746356ec6802a1c71d719015f26  # tags/1.0.3^0
-source=("git+https://gitlab.gnome.org/GNOME/mm-common.git#commit=$_commit"
-        https://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/libstdc++.tag)
-sha256sums=('SKIP'
-            'f6c8c74e8293aefaefb4d25fd154d5f537b3bc80e7ceecaa02c5a01836fc09e6')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  cp ../libstdc++.tag doctags
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: mm-common/repos/extra-any/PKGBUILD (from rev 436984, mm-common/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-12 01:02:47 UTC (rev 436985)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=mm-common
+pkgver=1.0.4
+pkgrel=1
+pkgdesc="Common build files of the C++ bindings"
+url="https://www.gtkmm.org/"
+arch=(any)
+depends=(graphviz doxygen gtk-doc libsigc++-docs perl-xml-parser)
+makedepends=(libsigc++ git meson)
+license=(GPL2)
+_commit=1e163f565e907d71cbec98728aaa74ce2241adaf  # tags/1.0.4^0
+source=("git+https://gitlab.gnome.org/GNOME/mm-common.git#commit=$_commit"
+        https://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/libstdc++.tag)
+sha256sums=('SKIP'
+            'ea9631f749d33e927e950e1cc7db98f7270990d131e6f405562f793ad4c72fa9')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  cp ../libstdc++.tag doctags
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list