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

Jan Steffens heftig at archlinux.org
Fri May 21 17:18:41 UTC 2021


    Date: Friday, May 21, 2021 @ 17:18:40
  Author: heftig
Revision: 415828

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |  100 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-21 17:18:40 UTC (rev 415827)
+++ PKGBUILD	2021-05-21 17:18:40 UTC (rev 415828)
@@ -1,50 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgbase=atkmm
-pkgname=(atkmm atkmm-docs)
-pkgver=2.28.1
-pkgrel=1
-pkgdesc="C++ bindings for ATK"
-url="https://www.gtkmm.org/"
-arch=(x86_64)
-license=(LGPL)
-depends=(atk glibmm)
-makedepends=(git mm-common glibmm-docs meson)
-options=(!emptydirs)
-_commit=5d8721c5619b0d9c904f669f712db1d9ca7107f9  # tags/2.28.1^0
-source=("git+https://gitlab.gnome.org/GNOME/atkmm.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-}
-
-build() {
-  arch-meson $pkgbase build -D maintainer-mode=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package_atkmm() {
-  DESTDIR="$pkgdir" meson install -C build
-
-  mkdir -p docs/usr/share
-  mv "$pkgdir"/usr/share/{devhelp,doc} docs/usr/share
-}
-
-package_atkmm-docs() {
-  pkgdesc+=" (documentation)"
-  depends=()
-  options=(!strip)
-
-  mv docs/* "$pkgdir"
-}

Copied: atkmm/repos/extra-x86_64/PKGBUILD (from rev 415826, atkmm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-21 17:18:40 UTC (rev 415828)
@@ -0,0 +1,50 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgbase=atkmm
+pkgname=(atkmm atkmm-docs)
+pkgver=2.28.2
+pkgrel=1
+pkgdesc="C++ bindings for ATK"
+url="https://www.gtkmm.org/"
+arch=(x86_64)
+license=(LGPL)
+depends=(atk glibmm)
+makedepends=(git mm-common glibmm-docs meson)
+options=(!emptydirs)
+_commit=9d32ab6180abaee57f6dd8fc9ea094563e802bb7  # tags/2.28.2^0
+source=("git+https://gitlab.gnome.org/GNOME/atkmm.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+}
+
+build() {
+  arch-meson $pkgbase build -D maintainer-mode=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package_atkmm() {
+  meson install -C build --destdir "$pkgdir"
+
+  mkdir -p docs/usr/share
+  mv "$pkgdir"/usr/share/{devhelp,doc} docs/usr/share
+}
+
+package_atkmm-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+  options=(!strip)
+
+  mv docs/* "$pkgdir"
+}



More information about the arch-commits mailing list