[arch-commits] Commit in glibmm/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Tue May 3 12:31:42 UTC 2022
Date: Tuesday, May 3, 2022 @ 12:31:41
Author: heftig
Revision: 444445
archrelease: copy trunk to extra-x86_64
Added:
glibmm/repos/extra-x86_64/PKGBUILD
(from rev 444444, glibmm/trunk/PKGBUILD)
Deleted:
glibmm/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 116 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 60 insertions(+), 56 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-03 12:07:47 UTC (rev 444444)
+++ PKGBUILD 2022-05-03 12:31:41 UTC (rev 444445)
@@ -1,56 +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.3
-pkgrel=1
-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 debug)
-_commit=ccf78e04ac9d72d7f5c6b09a17204b2dfcbfd0df # tags/2.66.3^0
-source=("git+https://gitlab.gnome.org/GNOME/glibmm.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd glibmm
- git describe --tags | sed 's/[^-]*-g/r&/;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/*
-}
Copied: glibmm/repos/extra-x86_64/PKGBUILD (from rev 444444, glibmm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-05-03 12:31:41 UTC (rev 444445)
@@ -0,0 +1,60 @@
+# 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.3
+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 debug)
+_commit=ccf78e04ac9d72d7f5c6b09a17204b2dfcbfd0df # tags/2.66.3^0
+source=("git+https://gitlab.gnome.org/GNOME/glibmm.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd glibmm
+ git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+ cd glibmm
+
+ # Unbreak Inkscape
+ # https://gitlab.gnome.org/GNOME/glibmm/-/issues/98
+ git revert -n 94ab1e5359f3bd9eb8204aadea88e08f52a291d8
+}
+
+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