[arch-commits] Commit in mm-common/repos/extra-any (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Thu May 20 18:42:58 UTC 2021
Date: Thursday, May 20, 2021 @ 18:42:57
Author: heftig
Revision: 415797
archrelease: copy trunk to extra-any
Added:
mm-common/repos/extra-any/PKGBUILD
(from rev 415796, mm-common/trunk/PKGBUILD)
Deleted:
mm-common/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 83 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-20 18:42:39 UTC (rev 415796)
+++ PKGBUILD 2021-05-20 18:42:57 UTC (rev 415797)
@@ -1,41 +0,0 @@
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=mm-common
-pkgver=1.0.2
-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=85381b86dcc2490d2b080c178477df9eb65103ca # tags/1.0.2^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:
Copied: mm-common/repos/extra-any/PKGBUILD (from rev 415796, mm-common/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-20 18:42:57 UTC (rev 415797)
@@ -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.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:
More information about the arch-commits
mailing list