[arch-commits] Commit in gcr/repos (8 files)

Jan Steffens heftig at archlinux.org
Wed Oct 18 22:22:59 UTC 2017


    Date: Wednesday, October 18, 2017 @ 22:22:59
  Author: heftig
Revision: 308213

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  gcr/repos/extra-i686/10-gcr.conf
    (from rev 308212, gcr/trunk/10-gcr.conf)
  gcr/repos/extra-i686/PKGBUILD
    (from rev 308212, gcr/trunk/PKGBUILD)
  gcr/repos/extra-x86_64/10-gcr.conf
    (from rev 308212, gcr/trunk/10-gcr.conf)
  gcr/repos/extra-x86_64/PKGBUILD
    (from rev 308212, gcr/trunk/PKGBUILD)
Deleted:
  gcr/repos/extra-i686/10-gcr.conf
  gcr/repos/extra-i686/PKGBUILD
  gcr/repos/extra-x86_64/10-gcr.conf
  gcr/repos/extra-x86_64/PKGBUILD

--------------------------+
 /10-gcr.conf             |    6 ++
 /PKGBUILD                |  118 +++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/10-gcr.conf   |    3 -
 extra-i686/PKGBUILD      |   59 ----------------------
 extra-x86_64/10-gcr.conf |    3 -
 extra-x86_64/PKGBUILD    |   59 ----------------------
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: extra-i686/10-gcr.conf
===================================================================
--- extra-i686/10-gcr.conf	2017-10-18 22:22:48 UTC (rev 308212)
+++ extra-i686/10-gcr.conf	2017-10-18 22:22:59 UTC (rev 308213)
@@ -1,3 +0,0 @@
- at users - memlock 1024
-
-# vim:set ft=limits:

Copied: gcr/repos/extra-i686/10-gcr.conf (from rev 308212, gcr/trunk/10-gcr.conf)
===================================================================
--- extra-i686/10-gcr.conf	                        (rev 0)
+++ extra-i686/10-gcr.conf	2017-10-18 22:22:59 UTC (rev 308213)
@@ -0,0 +1,3 @@
+ at users - memlock 1024
+
+# vim:set ft=limits:

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-10-18 22:22:48 UTC (rev 308212)
+++ extra-i686/PKGBUILD	2017-10-18 22:22:59 UTC (rev 308213)
@@ -1,59 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gcr
-pkgver=3.20.0+45+g4708f35
-pkgrel=1
-pkgdesc="A library for bits of crypto UI and parsing"
-url="https://git.gnome.org/browse/gcr"
-arch=(i686 x86_64)
-license=(GPL2)
-depends=(dconf gtk3 libgcrypt p11-kit)
-makedepends=(intltool gobject-introspection python vala libxslt gnome-common git)
-checkdepends=(python2)
-_commit=4708f3562ddf28bf51eb70b9cff548b217370639  # master
-source=("git+https://git.gnome.org/browse/gcr#commit=$_commit"
-        10-gcr.conf)
-sha256sums=('SKIP'
-            '5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir path
-  ln -s /usr/bin/python2 path/python
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr \
-    --libexecdir=/usr/lib/gcr \
-    --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
-  PATH="$srcdir/path:$PATH" 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 -Dm644 ../10-gcr.conf "$pkgdir/etc/security/limits.d/10-gcr.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gcr/repos/extra-i686/PKGBUILD (from rev 308212, gcr/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-10-18 22:22:59 UTC (rev 308213)
@@ -0,0 +1,59 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gcr
+pkgver=3.20.0+55+g470bf4c
+pkgrel=1
+pkgdesc="A library for bits of crypto UI and parsing"
+url="https://git.gnome.org/browse/gcr"
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(dconf gtk3 libgcrypt p11-kit)
+makedepends=(intltool gobject-introspection python vala libxslt gnome-common git)
+checkdepends=(python2)
+_commit=470bf4c073de6d2718c84b00f0bc4bd4812160ad  # master
+source=("git+https://git.gnome.org/browse/gcr#commit=$_commit"
+        10-gcr.conf)
+sha256sums=('SKIP'
+            '5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir path
+  ln -s /usr/bin/python2 path/python
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+    --libexecdir=/usr/lib/gcr \
+    --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
+  PATH="$srcdir/path:$PATH" 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 -Dm644 ../10-gcr.conf "$pkgdir/etc/security/limits.d/10-gcr.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/10-gcr.conf
===================================================================
--- extra-x86_64/10-gcr.conf	2017-10-18 22:22:48 UTC (rev 308212)
+++ extra-x86_64/10-gcr.conf	2017-10-18 22:22:59 UTC (rev 308213)
@@ -1,3 +0,0 @@
- at users - memlock 1024
-
-# vim:set ft=limits:

Copied: gcr/repos/extra-x86_64/10-gcr.conf (from rev 308212, gcr/trunk/10-gcr.conf)
===================================================================
--- extra-x86_64/10-gcr.conf	                        (rev 0)
+++ extra-x86_64/10-gcr.conf	2017-10-18 22:22:59 UTC (rev 308213)
@@ -0,0 +1,3 @@
+ at users - memlock 1024
+
+# vim:set ft=limits:

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-10-18 22:22:48 UTC (rev 308212)
+++ extra-x86_64/PKGBUILD	2017-10-18 22:22:59 UTC (rev 308213)
@@ -1,59 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gcr
-pkgver=3.20.0+45+g4708f35
-pkgrel=1
-pkgdesc="A library for bits of crypto UI and parsing"
-url="https://git.gnome.org/browse/gcr"
-arch=(i686 x86_64)
-license=(GPL2)
-depends=(dconf gtk3 libgcrypt p11-kit)
-makedepends=(intltool gobject-introspection python vala libxslt gnome-common git)
-checkdepends=(python2)
-_commit=4708f3562ddf28bf51eb70b9cff548b217370639  # master
-source=("git+https://git.gnome.org/browse/gcr#commit=$_commit"
-        10-gcr.conf)
-sha256sums=('SKIP'
-            '5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir path
-  ln -s /usr/bin/python2 path/python
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr \
-    --libexecdir=/usr/lib/gcr \
-    --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
-  PATH="$srcdir/path:$PATH" 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 -Dm644 ../10-gcr.conf "$pkgdir/etc/security/limits.d/10-gcr.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gcr/repos/extra-x86_64/PKGBUILD (from rev 308212, gcr/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-10-18 22:22:59 UTC (rev 308213)
@@ -0,0 +1,59 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gcr
+pkgver=3.20.0+55+g470bf4c
+pkgrel=1
+pkgdesc="A library for bits of crypto UI and parsing"
+url="https://git.gnome.org/browse/gcr"
+arch=(i686 x86_64)
+license=(GPL2)
+depends=(dconf gtk3 libgcrypt p11-kit)
+makedepends=(intltool gobject-introspection python vala libxslt gnome-common git)
+checkdepends=(python2)
+_commit=470bf4c073de6d2718c84b00f0bc4bd4812160ad  # master
+source=("git+https://git.gnome.org/browse/gcr#commit=$_commit"
+        10-gcr.conf)
+sha256sums=('SKIP'
+            '5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir path
+  ln -s /usr/bin/python2 path/python
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr \
+    --libexecdir=/usr/lib/gcr \
+    --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
+  PATH="$srcdir/path:$PATH" 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 -Dm644 ../10-gcr.conf "$pkgdir/etc/security/limits.d/10-gcr.conf"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list