[arch-commits] Commit in atkmm/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Wed Jul 20 13:30:36 UTC 2022


    Date: Wednesday, July 20, 2022 @ 13:30:36
  Author: heftig
Revision: 451498

archrelease: copy trunk to extra-x86_64

Added:
  atkmm/repos/extra-x86_64/PKGBUILD
    (from rev 451496, atkmm/trunk/PKGBUILD)
Deleted:
  atkmm/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |  108 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-20 13:30:36 UTC (rev 451497)
+++ PKGBUILD	2022-07-20 13:30:36 UTC (rev 451498)
@@ -1,54 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgbase=atkmm
-pkgname=(atkmm atkmm-docs)
-pkgver=2.28.2
-pkgrel=2
-pkgdesc="C++ bindings for ATK"
-url="https://www.gtkmm.org/"
-arch=(x86_64)
-license=(LGPL)
-depends=(atk glibmm)
-makedepends=(git meson mm-common glibmm-docs)
-options=(!emptydirs)
-_commit=9d32ab6180abaee57f6dd8fc9ea094563e802bb7  # tags/2.28.2^0
-source=("git+https://gitlab.gnome.org/GNOME/atkmm.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd atkmm
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd atkmm
-}
-
-build() {
-  arch-meson atkmm build -D maintainer-mode=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package_atkmm() {
-  depends+=(libsigc-2.0.so libglibmm-2.4.so)
-  provides=(libatkmm-1.6.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_atkmm-docs() {
-  pkgdesc+=" (documentation)"
-  depends=()
-  options=(!strip)
-
-  mv -t "$pkgdir" docs/*
-}

Copied: atkmm/repos/extra-x86_64/PKGBUILD (from rev 451496, atkmm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-20 13:30:36 UTC (rev 451498)
@@ -0,0 +1,54 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgbase=atkmm
+pkgname=(atkmm atkmm-docs)
+pkgver=2.28.3
+pkgrel=1
+pkgdesc="C++ bindings for ATK"
+url="https://www.gtkmm.org/"
+arch=(x86_64)
+license=(LGPL)
+depends=(atk glibmm)
+makedepends=(git meson mm-common glibmm-docs)
+options=(debug !emptydirs)
+_commit=f925dec906324b724b9309726a2c40086ced430a  # tags/2.28.3^0
+source=("git+https://gitlab.gnome.org/GNOME/atkmm.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd atkmm
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd atkmm
+}
+
+build() {
+  arch-meson atkmm build -D maintainer-mode=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package_atkmm() {
+  depends+=(libsigc-2.0.so libglibmm-2.4.so)
+  provides=(libatkmm-1.6.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_atkmm-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+  options=(!strip)
+
+  mv -t "$pkgdir" docs/*
+}



More information about the arch-commits mailing list