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

Jan Steffens heftig at archlinux.org
Thu Jun 4 21:47:10 UTC 2020


    Date: Thursday, June 4, 2020 @ 21:47:09
  Author: heftig
Revision: 388305

archrelease: copy trunk to extra-any

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

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-04 21:46:38 UTC (rev 388304)
+++ PKGBUILD	2020-06-04 21:47:09 UTC (rev 388305)
@@ -1,41 +0,0 @@
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=mm-common
-pkgver=1.0.0
-pkgrel=2
-pkgdesc="Common build files of the C++ bindings"
-url="http://www.gtkmm.org/"
-arch=(any)
-depends=(graphviz doxygen gtk-doc libsigc++-docs perl-xml-parser)
-makedepends=(libsigc++ git meson)
-license=(GPL2)
-_commit=ffba112d04908cd7badc7e7d39cb09bf6827ec7a  # tags/1.0.0^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
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mm-common/repos/extra-any/PKGBUILD (from rev 388304, mm-common/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-04 21:47:09 UTC (rev 388305)
@@ -0,0 +1,41 @@
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=mm-common
+pkgver=1.0.1
+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=0f7f6e48fd7a07f21c6f4edc61f254546f9d484a  # tags/1.0.1^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() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list