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

Jan Steffens heftig at archlinux.org
Mon Sep 28 09:50:19 UTC 2020


    Date: Monday, September 28, 2020 @ 09:50:19
  Author: heftig
Revision: 396938

archrelease: copy trunk to extra-x86_64

Added:
  gcr/repos/extra-x86_64/PKGBUILD
    (from rev 396937, gcr/trunk/PKGBUILD)
Deleted:
  gcr/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   98 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-28 09:50:06 UTC (rev 396937)
+++ PKGBUILD	2020-09-28 09:50:19 UTC (rev 396938)
@@ -1,49 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gcr
-pkgver=3.36
-pkgrel=1
-pkgdesc="A library for bits of crypto UI and parsing"
-url="https://gitlab.gnome.org/GNOME/gcr"
-arch=(x86_64)
-license=(GPL2)
-depends=(gtk3 libgcrypt p11-kit)
-makedepends=(gobject-introspection vala libxslt git gtk-doc meson)
-provides=(libgck-1.so libgcr-{base,ui}-3.so)
-_commit=802aa20c041216d4277ea95abc320dab2bb9ff08  # tags/3.36^0
-backup=(etc/security/limits.d/10-gcr.conf)
-source=("git+https://gitlab.gnome.org/GNOME/gcr.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  # Secure memory tests fail
-  dbus-run-session meson test -C build --print-errorlogs || :
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-
-  # gcr wants to lock some memory to prevent swapping out private keys
-  # https://bugs.archlinux.org/task/32616
-  # https://bugzilla.gnome.org/show_bug.cgi?id=688161
-  install -Dm644 /dev/stdin "$pkgdir/etc/security/limits.d/10-gcr.conf" <<END
- at users - memlock 1024
-END
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gcr/repos/extra-x86_64/PKGBUILD (from rev 396937, gcr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-28 09:50:19 UTC (rev 396938)
@@ -0,0 +1,49 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gcr
+pkgver=3.38
+pkgrel=1
+pkgdesc="A library for bits of crypto UI and parsing"
+url="https://gitlab.gnome.org/GNOME/gcr"
+arch=(x86_64)
+license=(GPL2)
+depends=(gtk3 libgcrypt p11-kit)
+makedepends=(gobject-introspection vala libxslt git gtk-doc meson)
+provides=(libgck-1.so libgcr-{base,ui}-3.so)
+_commit=34802eae03c6ae21570964c042f8832725ab1e0d  # tags/3.38^0
+backup=(etc/security/limits.d/10-gcr.conf)
+source=("git+https://gitlab.gnome.org/GNOME/gcr.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  # Secure memory tests fail
+  dbus-run-session meson test -C build --print-errorlogs || :
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+
+  # gcr wants to lock some memory to prevent swapping out private keys
+  # https://bugs.archlinux.org/task/32616
+  # https://bugzilla.gnome.org/show_bug.cgi?id=688161
+  install -Dm644 /dev/stdin "$pkgdir/etc/security/limits.d/10-gcr.conf" <<END
+ at users - memlock 1024
+END
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list