[arch-commits] Commit in mm-common/repos/extra-any (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Fri Sep 25 21:35:27 UTC 2020
Date: Friday, September 25, 2020 @ 21:35:26
Author: heftig
Revision: 396565
archrelease: copy trunk to extra-any
Added:
mm-common/repos/extra-any/PKGBUILD
(from rev 396564, mm-common/trunk/PKGBUILD)
Deleted:
mm-common/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-25 19:24:46 UTC (rev 396564)
+++ PKGBUILD 2020-09-25 21:35:26 UTC (rev 396565)
@@ -1,41 +0,0 @@
-# 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:
Copied: mm-common/repos/extra-any/PKGBUILD (from rev 396564, mm-common/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-09-25 21:35:26 UTC (rev 396565)
@@ -0,0 +1,41 @@
+# 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:
More information about the arch-commits
mailing list