[arch-commits] Commit in pangomm/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Thu May 27 17:31:22 UTC 2021
Date: Thursday, May 27, 2021 @ 17:31:22
Author: heftig
Revision: 416588
2.46.1-2
Modified:
pangomm/trunk/PKGBUILD
----------+
PKGBUILD | 20 ++++++++++++--------
1 file changed, 12 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-27 17:26:07 UTC (rev 416587)
+++ PKGBUILD 2021-05-27 17:31:22 UTC (rev 416588)
@@ -1,16 +1,16 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
pkgbase=pangomm
pkgname=(pangomm pangomm-docs)
pkgver=2.46.1
-pkgrel=1
+pkgrel=2
pkgdesc="C++ bindings for Pango"
url="https://www.gtkmm.org/"
arch=(x86_64)
license=(LGPL)
depends=(pango glibmm cairomm)
-makedepends=(git mm-common glibmm-docs cairomm-docs meson)
+makedepends=(git meson mm-common glibmm-docs cairomm-docs)
options=(!emptydirs)
_commit=2ed5891a274b65e0ab1cf2effe556d3963870040 # tags/2.46.1^0
source=("git+https://gitlab.gnome.org/GNOME/pangomm.git#commit=$_commit")
@@ -17,16 +17,16 @@
sha256sums=('SKIP')
pkgver() {
- cd $pkgbase
+ cd pangomm
git describe --tags | sed 's/-/+/g'
}
prepare() {
- cd $pkgbase
+ cd pangomm
}
build() {
- arch-meson $pkgbase build -D maintainer-mode=true
+ arch-meson pangomm build -D maintainer-mode=true
meson compile -C build
}
@@ -35,10 +35,14 @@
}
package_pangomm() {
+ depends+=(libsigc-2.0.so libglibmm-2.4.so libcairomm-1.0.so)
+ provides=(libpangomm-1.4.so)
+
meson install -C build --destdir "$pkgdir"
+ # Split -docs
mkdir -p docs/usr/share
- mv "$pkgdir"/usr/share/{devhelp,doc} docs/usr/share
+ mv -t docs/usr/share "$pkgdir"/usr/share/{devhelp,doc}
}
package_pangomm-docs() {
@@ -46,5 +50,5 @@
depends=()
options=(!strip)
- mv docs/* "$pkgdir"
+ mv -t "$pkgdir" docs/*
}
More information about the arch-commits
mailing list