[arch-commits] Commit in gcr/repos (12 files)
Jan de Groot
jgc at archlinux.org
Tue Sep 23 09:19:29 UTC 2014
Date: Tuesday, September 23, 2014 @ 11:19:28
Author: jgc
Revision: 222817
archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64
Added:
gcr/repos/gnome-unstable-i686/10-gcr.conf
(from rev 222816, gcr/trunk/10-gcr.conf)
gcr/repos/gnome-unstable-i686/PKGBUILD
(from rev 222816, gcr/trunk/PKGBUILD)
gcr/repos/gnome-unstable-i686/gcr.install
(from rev 222816, gcr/trunk/gcr.install)
gcr/repos/gnome-unstable-x86_64/10-gcr.conf
(from rev 222816, gcr/trunk/10-gcr.conf)
gcr/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 222816, gcr/trunk/PKGBUILD)
gcr/repos/gnome-unstable-x86_64/gcr.install
(from rev 222816, gcr/trunk/gcr.install)
Deleted:
gcr/repos/gnome-unstable-i686/10-gcr.conf
gcr/repos/gnome-unstable-i686/PKGBUILD
gcr/repos/gnome-unstable-i686/gcr.install
gcr/repos/gnome-unstable-x86_64/10-gcr.conf
gcr/repos/gnome-unstable-x86_64/PKGBUILD
gcr/repos/gnome-unstable-x86_64/gcr.install
-----------------------------------+
/10-gcr.conf | 6 ++
/PKGBUILD | 82 ++++++++++++++++++++++++++++++++++++
/gcr.install | 28 ++++++++++++
gnome-unstable-i686/10-gcr.conf | 3 -
gnome-unstable-i686/PKGBUILD | 41 ------------------
gnome-unstable-i686/gcr.install | 14 ------
gnome-unstable-x86_64/10-gcr.conf | 3 -
gnome-unstable-x86_64/PKGBUILD | 41 ------------------
gnome-unstable-x86_64/gcr.install | 14 ------
9 files changed, 116 insertions(+), 116 deletions(-)
Deleted: gnome-unstable-i686/10-gcr.conf
===================================================================
--- gnome-unstable-i686/10-gcr.conf 2014-09-23 09:19:19 UTC (rev 222816)
+++ gnome-unstable-i686/10-gcr.conf 2014-09-23 09:19:28 UTC (rev 222817)
@@ -1,3 +0,0 @@
- at users - memlock 1024
-
-# vim:set ft=limits:
Copied: gcr/repos/gnome-unstable-i686/10-gcr.conf (from rev 222816, gcr/trunk/10-gcr.conf)
===================================================================
--- gnome-unstable-i686/10-gcr.conf (rev 0)
+++ gnome-unstable-i686/10-gcr.conf 2014-09-23 09:19:28 UTC (rev 222817)
@@ -0,0 +1,3 @@
+ at users - memlock 1024
+
+# vim:set ft=limits:
Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD 2014-09-23 09:19:19 UTC (rev 222816)
+++ gnome-unstable-i686/PKGBUILD 2014-09-23 09:19:28 UTC (rev 222817)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gcr
-pkgver=3.13.91
-pkgrel=1
-pkgdesc="A library for bits of crypto UI and parsing"
-arch=(i686 x86_64)
-url="http://www.gnome.org"
-license=('GPL2')
-depends=('dconf' 'desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libgcrypt'
- 'p11-kit')
-makedepends=('intltool' 'gobject-introspection' 'python' 'vala' 'libxslt' 'python2')
-options=('!makeflags')
-install=gcr.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
- 10-gcr.conf)
-sha256sums=('ca39b89ada2266a56f0bc8936b34db49d3b159655be090682614a47a0af32df0'
- '5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc')
-
-build() {
- cd "$pkgname-$pkgver"
- ./configure --prefix=/usr \
- --libexec=/usr/lib/gcr \
- --disable-static \
- --disable-update-mime \
- --disable-schemas-compile
- make
-}
-
-package() {
- cd "$pkgname-$pkgver"
- 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/gnome-unstable-i686/PKGBUILD (from rev 222816, gcr/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2014-09-23 09:19:28 UTC (rev 222817)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gcr
+pkgver=3.14.0
+pkgrel=1
+pkgdesc="A library for bits of crypto UI and parsing"
+arch=(i686 x86_64)
+url="http://www.gnome.org"
+license=('GPL2')
+depends=('dconf' 'desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libgcrypt'
+ 'p11-kit')
+makedepends=('intltool' 'gobject-introspection' 'python' 'vala' 'libxslt' 'python2')
+options=('!makeflags')
+install=gcr.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+ 10-gcr.conf)
+sha256sums=('2a2231147a01e2061f57fa9ca77557ff97bc6ceab028cee5528079f4b2fca63d'
+ '5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc')
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./configure --prefix=/usr \
+ --libexec=/usr/lib/gcr \
+ --disable-static \
+ --disable-update-mime \
+ --disable-schemas-compile
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ 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: gnome-unstable-i686/gcr.install
===================================================================
--- gnome-unstable-i686/gcr.install 2014-09-23 09:19:19 UTC (rev 222816)
+++ gnome-unstable-i686/gcr.install 2014-09-23 09:19:28 UTC (rev 222817)
@@ -1,14 +0,0 @@
-post_install () {
- glib-compile-schemas /usr/share/glib-2.0/schemas
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
- update-mime-database /usr/share/mime &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade () {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: gcr/repos/gnome-unstable-i686/gcr.install (from rev 222816, gcr/trunk/gcr.install)
===================================================================
--- gnome-unstable-i686/gcr.install (rev 0)
+++ gnome-unstable-i686/gcr.install 2014-09-23 09:19:28 UTC (rev 222817)
@@ -0,0 +1,14 @@
+post_install () {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+ update-mime-database /usr/share/mime &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade () {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Deleted: gnome-unstable-x86_64/10-gcr.conf
===================================================================
--- gnome-unstable-x86_64/10-gcr.conf 2014-09-23 09:19:19 UTC (rev 222816)
+++ gnome-unstable-x86_64/10-gcr.conf 2014-09-23 09:19:28 UTC (rev 222817)
@@ -1,3 +0,0 @@
- at users - memlock 1024
-
-# vim:set ft=limits:
Copied: gcr/repos/gnome-unstable-x86_64/10-gcr.conf (from rev 222816, gcr/trunk/10-gcr.conf)
===================================================================
--- gnome-unstable-x86_64/10-gcr.conf (rev 0)
+++ gnome-unstable-x86_64/10-gcr.conf 2014-09-23 09:19:28 UTC (rev 222817)
@@ -0,0 +1,3 @@
+ at users - memlock 1024
+
+# vim:set ft=limits:
Deleted: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD 2014-09-23 09:19:19 UTC (rev 222816)
+++ gnome-unstable-x86_64/PKGBUILD 2014-09-23 09:19:28 UTC (rev 222817)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gcr
-pkgver=3.13.91
-pkgrel=1
-pkgdesc="A library for bits of crypto UI and parsing"
-arch=(i686 x86_64)
-url="http://www.gnome.org"
-license=('GPL2')
-depends=('dconf' 'desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libgcrypt'
- 'p11-kit')
-makedepends=('intltool' 'gobject-introspection' 'python' 'vala' 'libxslt' 'python2')
-options=('!makeflags')
-install=gcr.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
- 10-gcr.conf)
-sha256sums=('ca39b89ada2266a56f0bc8936b34db49d3b159655be090682614a47a0af32df0'
- '5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc')
-
-build() {
- cd "$pkgname-$pkgver"
- ./configure --prefix=/usr \
- --libexec=/usr/lib/gcr \
- --disable-static \
- --disable-update-mime \
- --disable-schemas-compile
- make
-}
-
-package() {
- cd "$pkgname-$pkgver"
- 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/gnome-unstable-x86_64/PKGBUILD (from rev 222816, gcr/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2014-09-23 09:19:28 UTC (rev 222817)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gcr
+pkgver=3.14.0
+pkgrel=1
+pkgdesc="A library for bits of crypto UI and parsing"
+arch=(i686 x86_64)
+url="http://www.gnome.org"
+license=('GPL2')
+depends=('dconf' 'desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libgcrypt'
+ 'p11-kit')
+makedepends=('intltool' 'gobject-introspection' 'python' 'vala' 'libxslt' 'python2')
+options=('!makeflags')
+install=gcr.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+ 10-gcr.conf)
+sha256sums=('2a2231147a01e2061f57fa9ca77557ff97bc6ceab028cee5528079f4b2fca63d'
+ '5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc')
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./configure --prefix=/usr \
+ --libexec=/usr/lib/gcr \
+ --disable-static \
+ --disable-update-mime \
+ --disable-schemas-compile
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ 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: gnome-unstable-x86_64/gcr.install
===================================================================
--- gnome-unstable-x86_64/gcr.install 2014-09-23 09:19:19 UTC (rev 222816)
+++ gnome-unstable-x86_64/gcr.install 2014-09-23 09:19:28 UTC (rev 222817)
@@ -1,14 +0,0 @@
-post_install () {
- glib-compile-schemas /usr/share/glib-2.0/schemas
- gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
- update-mime-database /usr/share/mime &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade () {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: gcr/repos/gnome-unstable-x86_64/gcr.install (from rev 222816, gcr/trunk/gcr.install)
===================================================================
--- gnome-unstable-x86_64/gcr.install (rev 0)
+++ gnome-unstable-x86_64/gcr.install 2014-09-23 09:19:28 UTC (rev 222817)
@@ -0,0 +1,14 @@
+post_install () {
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+ update-mime-database /usr/share/mime &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade () {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list