[arch-commits] Commit in gtkmm3/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Fri May 21 18:03:45 UTC 2021
Date: Friday, May 21, 2021 @ 18:03:45
Author: heftig
Revision: 415843
archrelease: copy trunk to extra-x86_64
Added:
gtkmm3/repos/extra-x86_64/PKGBUILD
(from rev 415841, gtkmm3/trunk/PKGBUILD)
Deleted:
gtkmm3/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 104 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 52 insertions(+), 52 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-21 18:03:44 UTC (rev 415842)
+++ PKGBUILD 2021-05-21 18:03:45 UTC (rev 415843)
@@ -1,52 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgbase=gtkmm3
-pkgname=(gtkmm3 gtkmm3-docs)
-pkgver=3.24.4
-pkgrel=1
-pkgdesc="C++ bindings for GTK+ 3"
-url="https://www.gtkmm.org/"
-arch=(x86_64)
-license=(LGPL)
-depends=(gtk3 pangomm atkmm)
-makedepends=(git mm-common glibmm-docs cairomm-docs pangomm-docs atkmm-docs meson)
-checkdepends=(xorg-server-xvfb)
-options=(!emptydirs)
-_commit=1be91eed6ff3ae6b109f7bddc6f13d1e9a3d7a1d # tags/3.24.4^0
-source=("git+https://gitlab.gnome.org/GNOME/gtkmm.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd gtkmm
- git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
- cd gtkmm
-}
-
-build() {
- arch-meson gtkmm build -D maintainer-mode=true
- meson compile -C build
-}
-
-check() {
- xvfb-run -s '-nolisten local' \
- meson test -C build --print-errorlogs
-}
-
-package_gtkmm3() {
- DESTDIR="$pkgdir" meson install -C build
-
- mkdir -p docs/usr/share
- mv "$pkgdir"/usr/share/{devhelp,doc} docs/usr/share
-}
-
-package_gtkmm3-docs() {
- pkgdesc+=" (documentation)"
- depends=()
- options=(!strip)
-
- mv docs/* "$pkgdir"
-}
Copied: gtkmm3/repos/extra-x86_64/PKGBUILD (from rev 415841, gtkmm3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-21 18:03:45 UTC (rev 415843)
@@ -0,0 +1,52 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgbase=gtkmm3
+pkgname=(gtkmm3 gtkmm3-docs)
+pkgver=3.24.5
+pkgrel=1
+pkgdesc="C++ bindings for GTK+ 3"
+url="https://www.gtkmm.org/"
+arch=(x86_64)
+license=(LGPL)
+depends=(gtk3 pangomm atkmm)
+makedepends=(git mm-common glibmm-docs cairomm-docs pangomm-docs atkmm-docs meson)
+checkdepends=(xorg-server-xvfb)
+options=(!emptydirs)
+_commit=46ba619fae503e361d088991f5eb8cf0b2c343fc # tags/3.24.5^0
+source=("git+https://gitlab.gnome.org/GNOME/gtkmm.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd gtkmm
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd gtkmm
+}
+
+build() {
+ arch-meson gtkmm build -D maintainer-mode=true
+ meson compile -C build
+}
+
+check() {
+ xvfb-run -s '-nolisten local' \
+ meson test -C build --print-errorlogs
+}
+
+package_gtkmm3() {
+ meson install -C build --destdir "$pkgdir"
+
+ mkdir -p docs/usr/share
+ mv "$pkgdir"/usr/share/{devhelp,doc} docs/usr/share
+}
+
+package_gtkmm3-docs() {
+ pkgdesc+=" (documentation)"
+ depends=()
+ options=(!strip)
+
+ mv docs/* "$pkgdir"
+}
More information about the arch-commits
mailing list