[arch-commits] Commit in glibmm/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Thu May 27 17:18:24 UTC 2021
Date: Thursday, May 27, 2021 @ 17:18:23
Author: heftig
Revision: 416577
archrelease: copy trunk to extra-x86_64
Added:
glibmm/repos/extra-x86_64/PKGBUILD
(from rev 416575, glibmm/trunk/PKGBUILD)
Deleted:
glibmm/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 108 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 56 insertions(+), 52 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-27 17:18:23 UTC (rev 416576)
+++ PKGBUILD 2021-05-27 17:18:23 UTC (rev 416577)
@@ -1,52 +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
-pkgname=(glibmm glibmm-docs)
-pkgver=2.66.1
-pkgrel=1
-pkgdesc="C++ bindings for GLib"
-url="https://www.gtkmm.org/"
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 libsigc++)
-makedepends=(git mm-common perl-xml-parser clang meson)
-checkdepends=(glib-networking)
-options=(!emptydirs)
-_commit=6900bf628d07f66e32e2321a46922ebdea15bc21 # tags/2.66.1^0
-source=("git+https://gitlab.gnome.org/GNOME/glibmm.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgbase
- git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
- cd $pkgbase
-}
-
-build() {
- arch-meson $pkgbase build -D maintainer-mode=true
- meson compile -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-package_glibmm() {
- meson install -C build --destdir "$pkgdir"
-
- mkdir -p docs/usr/share
- mv "$pkgdir"/usr/share/{devhelp,doc} docs/usr/share
-}
-
-package_glibmm-docs() {
- pkgdesc+=" (documentation)"
- depends=()
- options=(!strip)
-
- mv docs/* "$pkgdir"
-}
Copied: glibmm/repos/extra-x86_64/PKGBUILD (from rev 416575, glibmm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-27 17:18:23 UTC (rev 416577)
@@ -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
+pkgname=(glibmm glibmm-docs)
+pkgver=2.66.1
+pkgrel=2
+pkgdesc="C++ bindings for GLib"
+url="https://www.gtkmm.org/"
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 libsigc++)
+makedepends=(git meson mm-common perl-xml-parser clang)
+checkdepends=(glib-networking)
+options=(!emptydirs)
+_commit=6900bf628d07f66e32e2321a46922ebdea15bc21 # tags/2.66.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() {
+ depends+=(libsigc-2.0.so)
+ provides=(libglibmm-2.4.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-docs() {
+ pkgdesc+=" (documentation)"
+ depends=()
+ options=(!strip)
+
+ mv -t "$pkgdir" docs/*
+}
More information about the arch-commits
mailing list