[arch-commits] Commit in pangomm-2.48/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Mon Dec 6 19:13:13 UTC 2021
Date: Monday, December 6, 2021 @ 19:13:13
Author: heftig
Revision: 430757
archrelease: copy trunk to extra-x86_64
Added:
pangomm-2.48/repos/extra-x86_64/PKGBUILD
(from rev 430756, pangomm-2.48/trunk/PKGBUILD)
Deleted:
pangomm-2.48/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 108 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 54 insertions(+), 54 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-06 19:10:17 UTC (rev 430756)
+++ PKGBUILD 2021-12-06 19:13:13 UTC (rev 430757)
@@ -1,54 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgbase=pangomm-2.48
-pkgname=(pangomm-2.48 pangomm-2.48-docs)
-pkgver=2.48.2
-pkgrel=1
-pkgdesc="C++ bindings for Pango"
-url="https://www.gtkmm.org/"
-arch=(x86_64)
-license=(LGPL)
-depends=(pango glibmm-2.68 cairomm-1.16)
-makedepends=(git meson mm-common glibmm-2.68-docs cairomm-1.16-docs)
-options=(!emptydirs)
-_commit=a801d44602b1c41e485050caf8c83f5931504acd # tags/2.48.2^0
-source=("git+https://gitlab.gnome.org/GNOME/pangomm.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd pangomm
- git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
- cd pangomm
-}
-
-build() {
- arch-meson pangomm build -D maintainer-mode=true
- meson compile -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-package_pangomm-2.48() {
- depends+=(libsigc-3.0.so libglibmm-2.68.so libcairomm-1.16.so)
- provides=(libpangomm-2.48.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_pangomm-2.48-docs() {
- pkgdesc+=" (documentation)"
- depends=()
- options=(!strip)
-
- mv -t "$pkgdir" docs/*
-}
Copied: pangomm-2.48/repos/extra-x86_64/PKGBUILD (from rev 430756, pangomm-2.48/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-06 19:13:13 UTC (rev 430757)
@@ -0,0 +1,54 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgbase=pangomm-2.48
+pkgname=(pangomm-2.48 pangomm-2.48-docs)
+pkgver=2.50.0
+pkgrel=1
+pkgdesc="C++ bindings for Pango"
+url="https://www.gtkmm.org/"
+arch=(x86_64)
+license=(LGPL)
+depends=(pango glibmm-2.68 cairomm-1.16)
+makedepends=(git meson mm-common glibmm-2.68-docs cairomm-1.16-docs)
+options=(!emptydirs)
+_commit=cd00ba55a53b71a41fb566827db8b7d7c28c36b6 # tags/2.50.0^0
+source=("git+https://gitlab.gnome.org/GNOME/pangomm.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd pangomm
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd pangomm
+}
+
+build() {
+ arch-meson pangomm build -D maintainer-mode=true
+ meson compile -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package_pangomm-2.48() {
+ depends+=(libsigc-3.0.so libglibmm-2.68.so libcairomm-1.16.so)
+ provides=(libpangomm-2.48.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_pangomm-2.48-docs() {
+ pkgdesc+=" (documentation)"
+ depends=()
+ options=(!strip)
+
+ mv -t "$pkgdir" docs/*
+}
More information about the arch-commits
mailing list