[arch-commits] Commit in gcr/repos/extra-x86_64 (4 files)
Jan Steffens
heftig at archlinux.org
Mon Oct 14 20:20:24 UTC 2019
Date: Monday, October 14, 2019 @ 20:20:24
Author: heftig
Revision: 364825
archrelease: copy trunk to extra-x86_64
Added:
gcr/repos/extra-x86_64/10-gcr.conf
(from rev 364821, gcr/trunk/10-gcr.conf)
gcr/repos/extra-x86_64/PKGBUILD
(from rev 364821, gcr/trunk/PKGBUILD)
Deleted:
gcr/repos/extra-x86_64/10-gcr.conf
gcr/repos/extra-x86_64/PKGBUILD
-------------+
10-gcr.conf | 6 +-
PKGBUILD | 118 +++++++++++++++++++++++++++++-----------------------------
2 files changed, 62 insertions(+), 62 deletions(-)
Deleted: 10-gcr.conf
===================================================================
--- 10-gcr.conf 2019-10-14 20:20:23 UTC (rev 364824)
+++ 10-gcr.conf 2019-10-14 20:20:24 UTC (rev 364825)
@@ -1,3 +0,0 @@
- at users - memlock 1024
-
-# vim:set ft=limits:
Copied: gcr/repos/extra-x86_64/10-gcr.conf (from rev 364821, gcr/trunk/10-gcr.conf)
===================================================================
--- 10-gcr.conf (rev 0)
+++ 10-gcr.conf 2019-10-14 20:20:24 UTC (rev 364825)
@@ -0,0 +1,3 @@
+ at users - memlock 1024
+
+# vim:set ft=limits:
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-14 20:20:23 UTC (rev 364824)
+++ PKGBUILD 2019-10-14 20:20:24 UTC (rev 364825)
@@ -1,59 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gcr
-pkgver=3.33.4+6+g35df18d
-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=(dconf gtk3 libgcrypt p11-kit)
-makedepends=(gobject-introspection python vala libxslt git gtk-doc)
-_commit=35df18dca26fbb42184fb7597b1732399905e933 # master
-source=("git+https://gitlab.gnome.org/GNOME/gcr.git#commit=$_commit"
- 10-gcr.conf)
-sha256sums=('SKIP'
- '5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
- cd $pkgname
- NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
- cd $pkgname
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --libexecdir=/usr/lib \
- --enable-gtk-doc \
- --disable-static \
- --disable-update-mime \
- --disable-schemas-compile
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
- make
-}
-
-check() {
- cd $pkgname
- # Secure memory tests fail
- dbus-run-session make -k check || :
-}
-
-package() {
- cd $pkgname
- make DESTDIR="$pkgdir" install
-
- # 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 -Dt "$pkgdir/etc/security/limits.d" -m644 ../10-gcr.conf
-}
-
-# vim:set ts=2 sw=2 et:
Copied: gcr/repos/extra-x86_64/PKGBUILD (from rev 364821, gcr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-14 20:20:24 UTC (rev 364825)
@@ -0,0 +1,59 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gcr
+pkgver=3.34.0
+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 python vala libxslt git gtk-doc)
+_commit=33972369eecfd880f23392f58ae484ab6b2ef62a # tags/3.34.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gcr.git#commit=$_commit"
+ 10-gcr.conf)
+sha256sums=('SKIP'
+ '5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --libexecdir=/usr/lib \
+ --enable-gtk-doc \
+ --disable-static \
+ --disable-update-mime \
+ --disable-schemas-compile
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+
+check() {
+ cd $pkgname
+ # Secure memory tests fail
+ dbus-run-session make -k check || :
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+
+ # 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 -Dt "$pkgdir/etc/security/limits.d" -m644 ../10-gcr.conf
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list