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

2017-10-18 Thread Jan Steffens
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 @@
-@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 @@
+@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 
-
-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 
+
+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 

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

2016-03-19 Thread Jan de Groot
Date: Thursday, March 17, 2016 @ 12:31:37
  Author: jgc
Revision: 261976

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gcr/repos/gnome-unstable-i686/
  gcr/repos/gnome-unstable-i686/10-gcr.conf
(from rev 261975, gcr/trunk/10-gcr.conf)
  gcr/repos/gnome-unstable-i686/PKGBUILD
(from rev 261975, gcr/trunk/PKGBUILD)
  gcr/repos/gnome-unstable-i686/gcr.install
(from rev 261975, gcr/trunk/gcr.install)
  gcr/repos/gnome-unstable-x86_64/
  gcr/repos/gnome-unstable-x86_64/10-gcr.conf
(from rev 261975, gcr/trunk/10-gcr.conf)
  gcr/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 261975, gcr/trunk/PKGBUILD)
  gcr/repos/gnome-unstable-x86_64/gcr.install
(from rev 261975, gcr/trunk/gcr.install)

---+
 gnome-unstable-i686/10-gcr.conf   |3 ++
 gnome-unstable-i686/PKGBUILD  |   52 
 gnome-unstable-i686/gcr.install   |   14 +
 gnome-unstable-x86_64/10-gcr.conf |3 ++
 gnome-unstable-x86_64/PKGBUILD|   52 
 gnome-unstable-x86_64/gcr.install |   14 +
 6 files changed, 138 insertions(+)

Copied: gcr/repos/gnome-unstable-i686/10-gcr.conf (from rev 261975, 
gcr/trunk/10-gcr.conf)
===
--- gnome-unstable-i686/10-gcr.conf (rev 0)
+++ gnome-unstable-i686/10-gcr.conf 2016-03-17 11:31:37 UTC (rev 261976)
@@ -0,0 +1,3 @@
+@users - memlock 1024
+
+# vim:set ft=limits:

Copied: gcr/repos/gnome-unstable-i686/PKGBUILD (from rev 261975, 
gcr/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2016-03-17 11:31:37 UTC (rev 261976)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gcr
+pkgver=3.19.4
+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')
+options=('!makeflags')
+install=gcr.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+10-gcr.conf)
+sha256sums=('e4416664a4b781f18ee07f0124a2b1bd51436d7064bd94f980eede69e40caf30'
+'5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc')
+
+prepare() {
+  mkdir path
+  ln -s /usr/bin/python2 path/python
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+--libexec=/usr/lib/gcr \
+--disable-static \
+--disable-update-mime \
+--disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  PATH="$srcdir/path:$PATH" dbus-run-session make -k check || :
+}
+
+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/gcr.install (from rev 261975, 
gcr/trunk/gcr.install)
===
--- gnome-unstable-i686/gcr.install (rev 0)
+++ gnome-unstable-i686/gcr.install 2016-03-17 11:31:37 UTC (rev 261976)
@@ -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
+}

Copied: gcr/repos/gnome-unstable-x86_64/10-gcr.conf (from rev 261975, 
gcr/trunk/10-gcr.conf)
===
--- gnome-unstable-x86_64/10-gcr.conf   (rev 0)
+++ gnome-unstable-x86_64/10-gcr.conf   2016-03-17 11:31:37 UTC (rev 261976)
@@ -0,0 +1,3 @@
+@users - memlock 1024
+
+# vim:set ft=limits:

Copied: gcr/repos/gnome-unstable-x86_64/PKGBUILD (from rev 261975, 
gcr/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2016-03-17 11:31:37 UTC (rev 261976)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gcr
+pkgver=3.19.4
+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'
+ 

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

2015-09-23 Thread Jan de Groot
Date: Wednesday, September 23, 2015 @ 16:06:03
  Author: jgc
Revision: 247160

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gcr/repos/gnome-unstable-i686/
  gcr/repos/gnome-unstable-i686/10-gcr.conf
(from rev 247159, gcr/trunk/10-gcr.conf)
  gcr/repos/gnome-unstable-i686/PKGBUILD
(from rev 247159, gcr/trunk/PKGBUILD)
  gcr/repos/gnome-unstable-i686/gcr.install
(from rev 247159, gcr/trunk/gcr.install)
  gcr/repos/gnome-unstable-x86_64/
  gcr/repos/gnome-unstable-x86_64/10-gcr.conf
(from rev 247159, gcr/trunk/10-gcr.conf)
  gcr/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 247159, gcr/trunk/PKGBUILD)
  gcr/repos/gnome-unstable-x86_64/gcr.install
(from rev 247159, gcr/trunk/gcr.install)

---+
 gnome-unstable-i686/10-gcr.conf   |3 ++
 gnome-unstable-i686/PKGBUILD  |   51 
 gnome-unstable-i686/gcr.install   |   14 +
 gnome-unstable-x86_64/10-gcr.conf |3 ++
 gnome-unstable-x86_64/PKGBUILD|   51 
 gnome-unstable-x86_64/gcr.install |   14 +
 6 files changed, 136 insertions(+)

Copied: gcr/repos/gnome-unstable-i686/10-gcr.conf (from rev 247159, 
gcr/trunk/10-gcr.conf)
===
--- gnome-unstable-i686/10-gcr.conf (rev 0)
+++ gnome-unstable-i686/10-gcr.conf 2015-09-23 14:06:03 UTC (rev 247160)
@@ -0,0 +1,3 @@
+@users - memlock 1024
+
+# vim:set ft=limits:

Copied: gcr/repos/gnome-unstable-i686/PKGBUILD (from rev 247159, 
gcr/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-09-23 14:06:03 UTC (rev 247160)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gcr
+pkgver=3.17.4
+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')
+options=('!makeflags')
+install=gcr.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
+10-gcr.conf)
+sha256sums=('eab731c45c78189aee9d1a50233558123b4e3f2dccaaf836620c5b6394697d60'
+'5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc')
+
+prepare() {
+  mkdir path
+  ln -s /usr/bin/python2 path/python
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr \
+--libexec=/usr/lib/gcr \
+--disable-static \
+--disable-update-mime \
+--disable-schemas-compile
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  PATH="$srcdir/path:$PATH" dbus-run-session make -k check || :
+}
+
+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/gcr.install (from rev 247159, 
gcr/trunk/gcr.install)
===
--- gnome-unstable-i686/gcr.install (rev 0)
+++ gnome-unstable-i686/gcr.install 2015-09-23 14:06:03 UTC (rev 247160)
@@ -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
+}

Copied: gcr/repos/gnome-unstable-x86_64/10-gcr.conf (from rev 247159, 
gcr/trunk/10-gcr.conf)
===
--- gnome-unstable-x86_64/10-gcr.conf   (rev 0)
+++ gnome-unstable-x86_64/10-gcr.conf   2015-09-23 14:06:03 UTC (rev 247160)
@@ -0,0 +1,3 @@
+@users - memlock 1024
+
+# vim:set ft=limits:

Copied: gcr/repos/gnome-unstable-x86_64/PKGBUILD (from rev 247159, 
gcr/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-09-23 14:06:03 UTC (rev 247160)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gcr
+pkgver=3.17.4
+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' 

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

2014-09-10 Thread Jan de Groot
Date: Wednesday, September 10, 2014 @ 12:31:15
  Author: jgc
Revision: 221377

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gcr/repos/gnome-unstable-i686/
  gcr/repos/gnome-unstable-i686/10-gcr.conf
(from rev 221376, gcr/trunk/10-gcr.conf)
  gcr/repos/gnome-unstable-i686/PKGBUILD
(from rev 221376, gcr/trunk/PKGBUILD)
  gcr/repos/gnome-unstable-i686/gcr.install
(from rev 221376, gcr/trunk/gcr.install)
  gcr/repos/gnome-unstable-x86_64/
  gcr/repos/gnome-unstable-x86_64/10-gcr.conf
(from rev 221376, gcr/trunk/10-gcr.conf)
  gcr/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 221376, gcr/trunk/PKGBUILD)
  gcr/repos/gnome-unstable-x86_64/gcr.install
(from rev 221376, gcr/trunk/gcr.install)

---+
 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 
 6 files changed, 116 insertions(+)

Copied: gcr/repos/gnome-unstable-i686/10-gcr.conf (from rev 221376, 
gcr/trunk/10-gcr.conf)
===
--- gnome-unstable-i686/10-gcr.conf (rev 0)
+++ gnome-unstable-i686/10-gcr.conf 2014-09-10 10:31:15 UTC (rev 221377)
@@ -0,0 +1,3 @@
+@users - memlock 1024
+
+# vim:set ft=limits:

Copied: gcr/repos/gnome-unstable-i686/PKGBUILD (from rev 221376, 
gcr/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-10 10:31:15 UTC (rev 221377)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@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/gcr.install (from rev 221376, 
gcr/trunk/gcr.install)
===
--- gnome-unstable-i686/gcr.install (rev 0)
+++ gnome-unstable-i686/gcr.install 2014-09-10 10:31:15 UTC (rev 221377)
@@ -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
+}

Copied: gcr/repos/gnome-unstable-x86_64/10-gcr.conf (from rev 221376, 
gcr/trunk/10-gcr.conf)
===
--- gnome-unstable-x86_64/10-gcr.conf   (rev 0)
+++ gnome-unstable-x86_64/10-gcr.conf   2014-09-10 10:31:15 UTC (rev 221377)
@@ -0,0 +1,3 @@
+@users - memlock 1024
+
+# vim:set ft=limits:

Copied: gcr/repos/gnome-unstable-x86_64/PKGBUILD (from rev 221376, 
gcr/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-10 10:31:15 UTC (rev 221377)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@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

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

2014-03-24 Thread Jan de Groot
Date: Monday, March 24, 2014 @ 14:44:06
  Author: jgc
Revision: 208554

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gcr/repos/gnome-unstable-i686/
  gcr/repos/gnome-unstable-i686/10-gcr.conf
(from rev 208553, gcr/trunk/10-gcr.conf)
  gcr/repos/gnome-unstable-i686/PKGBUILD
(from rev 208553, gcr/trunk/PKGBUILD)
  gcr/repos/gnome-unstable-i686/gcr.install
(from rev 208553, gcr/trunk/gcr.install)
  gcr/repos/gnome-unstable-x86_64/
  gcr/repos/gnome-unstable-x86_64/10-gcr.conf
(from rev 208553, gcr/trunk/10-gcr.conf)
  gcr/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 208553, gcr/trunk/PKGBUILD)
  gcr/repos/gnome-unstable-x86_64/gcr.install
(from rev 208553, gcr/trunk/gcr.install)

---+
 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 
 6 files changed, 116 insertions(+)

Copied: gcr/repos/gnome-unstable-i686/10-gcr.conf (from rev 208553, 
gcr/trunk/10-gcr.conf)
===
--- gnome-unstable-i686/10-gcr.conf (rev 0)
+++ gnome-unstable-i686/10-gcr.conf 2014-03-24 13:44:06 UTC (rev 208554)
@@ -0,0 +1,3 @@
+@users - memlock 1024
+
+# vim:set ft=limits:

Copied: gcr/repos/gnome-unstable-i686/PKGBUILD (from rev 208553, 
gcr/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-03-24 13:44:06 UTC (rev 208554)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gcr
+pkgver=3.12.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')
+options=('!makeflags')
+install=gcr.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+10-gcr.conf)
+sha256sums=('9d561d0b0a43aaad55fc1d464b3ee3e1687a5021e444f1bbdce3ae624518de77'
+'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/gcr.install (from rev 208553, 
gcr/trunk/gcr.install)
===
--- gnome-unstable-i686/gcr.install (rev 0)
+++ gnome-unstable-i686/gcr.install 2014-03-24 13:44:06 UTC (rev 208554)
@@ -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
+}

Copied: gcr/repos/gnome-unstable-x86_64/10-gcr.conf (from rev 208553, 
gcr/trunk/10-gcr.conf)
===
--- gnome-unstable-x86_64/10-gcr.conf   (rev 0)
+++ gnome-unstable-x86_64/10-gcr.conf   2014-03-24 13:44:06 UTC (rev 208554)
@@ -0,0 +1,3 @@
+@users - memlock 1024
+
+# vim:set ft=limits:

Copied: gcr/repos/gnome-unstable-x86_64/PKGBUILD (from rev 208553, 
gcr/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-03-24 13:44:06 UTC (rev 208554)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gcr
+pkgver=3.12.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')
+options=('!makeflags')
+install=gcr.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+10-gcr.conf)

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

2013-12-17 Thread Jan Steffens
Date: Tuesday, December 17, 2013 @ 12:33:42
  Author: heftig
Revision: 201650

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

Added:
  gcr/repos/staging-i686/
  gcr/repos/staging-i686/10-gcr.conf
(from rev 201649, gcr/trunk/10-gcr.conf)
  gcr/repos/staging-i686/PKGBUILD
(from rev 201649, gcr/trunk/PKGBUILD)
  gcr/repos/staging-i686/gcr.install
(from rev 201649, gcr/trunk/gcr.install)
  gcr/repos/staging-x86_64/
  gcr/repos/staging-x86_64/10-gcr.conf
(from rev 201649, gcr/trunk/10-gcr.conf)
  gcr/repos/staging-x86_64/PKGBUILD
(from rev 201649, gcr/trunk/PKGBUILD)
  gcr/repos/staging-x86_64/gcr.install
(from rev 201649, gcr/trunk/gcr.install)

+
 staging-i686/10-gcr.conf   |3 +++
 staging-i686/PKGBUILD  |   39 +++
 staging-i686/gcr.install   |   14 ++
 staging-x86_64/10-gcr.conf |3 +++
 staging-x86_64/PKGBUILD|   39 +++
 staging-x86_64/gcr.install |   14 ++
 6 files changed, 112 insertions(+)

Copied: gcr/repos/staging-i686/10-gcr.conf (from rev 201649, 
gcr/trunk/10-gcr.conf)
===
--- staging-i686/10-gcr.conf(rev 0)
+++ staging-i686/10-gcr.conf2013-12-17 11:33:42 UTC (rev 201650)
@@ -0,0 +1,3 @@
+@users - memlock 1024
+
+# vim:set ft=limits:

Copied: gcr/repos/staging-i686/PKGBUILD (from rev 201649, gcr/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-12-17 11:33:42 UTC (rev 201650)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gcr
+pkgver=3.10.1
+pkgrel=2
+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')
+makedepends=('intltool' 'gobject-introspection' 'python' 'vala')
+install=gcr.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+10-gcr.conf)
+sha256sums=('006f4f5a54be00418346f28eac2b53f3e640e9c6aa389808cf846f861438645b'
+'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/staging-i686/gcr.install (from rev 201649, 
gcr/trunk/gcr.install)
===
--- staging-i686/gcr.install(rev 0)
+++ staging-i686/gcr.install2013-12-17 11:33:42 UTC (rev 201650)
@@ -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
+}

Copied: gcr/repos/staging-x86_64/10-gcr.conf (from rev 201649, 
gcr/trunk/10-gcr.conf)
===
--- staging-x86_64/10-gcr.conf  (rev 0)
+++ staging-x86_64/10-gcr.conf  2013-12-17 11:33:42 UTC (rev 201650)
@@ -0,0 +1,3 @@
+@users - memlock 1024
+
+# vim:set ft=limits:

Copied: gcr/repos/staging-x86_64/PKGBUILD (from rev 201649, gcr/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-12-17 11:33:42 UTC (rev 201650)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gcr
+pkgver=3.10.1
+pkgrel=2
+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')
+makedepends=('intltool' 'gobject-introspection' 'python' 'vala')
+install=gcr.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
+10-gcr.conf)
+sha256sums=('006f4f5a54be00418346f28eac2b53f3e640e9c6aa389808cf846f861438645b'
+'5f2eda7175ae9f23ee0e09d2beceb24fd2f6daafd7bddfcc1c1f5a3734eb60fc')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--libexec=/usr/lib/gcr \
+--disable-static \
+--disable-update-mime \
+

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

2013-09-16 Thread Jan de Groot
Date: Monday, September 16, 2013 @ 21:52:43
  Author: jgc
Revision: 194491

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gcr/repos/gnome-unstable-i686/
  gcr/repos/gnome-unstable-i686/10-gcr.conf
(from rev 194490, gcr/trunk/10-gcr.conf)
  gcr/repos/gnome-unstable-i686/PKGBUILD
(from rev 194490, gcr/trunk/PKGBUILD)
  gcr/repos/gnome-unstable-i686/gcr.install
(from rev 194490, gcr/trunk/gcr.install)
  gcr/repos/gnome-unstable-x86_64/
  gcr/repos/gnome-unstable-x86_64/10-gcr.conf
(from rev 194490, gcr/trunk/10-gcr.conf)
  gcr/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 194490, gcr/trunk/PKGBUILD)
  gcr/repos/gnome-unstable-x86_64/gcr.install
(from rev 194490, gcr/trunk/gcr.install)

---+
 gnome-unstable-i686/10-gcr.conf   |3 ++
 gnome-unstable-i686/PKGBUILD  |   40 
 gnome-unstable-i686/gcr.install   |   14 
 gnome-unstable-x86_64/10-gcr.conf |3 ++
 gnome-unstable-x86_64/PKGBUILD|   40 
 gnome-unstable-x86_64/gcr.install |   14 
 6 files changed, 114 insertions(+)

Copied: gcr/repos/gnome-unstable-i686/10-gcr.conf (from rev 194490, 
gcr/trunk/10-gcr.conf)
===
--- gnome-unstable-i686/10-gcr.conf (rev 0)
+++ gnome-unstable-i686/10-gcr.conf 2013-09-16 19:52:43 UTC (rev 194491)
@@ -0,0 +1,3 @@
+@users - memlock 1024
+
+# vim:set ft=limits:

Copied: gcr/repos/gnome-unstable-i686/PKGBUILD (from rev 194490, 
gcr/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-09-16 19:52:43 UTC (rev 194491)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gcr
+pkgver=3.9.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')
+makedepends=('intltool' 'gobject-introspection' 'python')
+options=(!libtool)
+install=gcr.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
+10-gcr.conf)
+sha256sums=('c50f3e333611f26e1ac18524b721ae591e221cabf2ee9ffaea47d6d4f728d5cc'
+'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/gcr.install (from rev 194490, 
gcr/trunk/gcr.install)
===
--- gnome-unstable-i686/gcr.install (rev 0)
+++ gnome-unstable-i686/gcr.install 2013-09-16 19:52:43 UTC (rev 194491)
@@ -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
+}

Copied: gcr/repos/gnome-unstable-x86_64/10-gcr.conf (from rev 194490, 
gcr/trunk/10-gcr.conf)
===
--- gnome-unstable-x86_64/10-gcr.conf   (rev 0)
+++ gnome-unstable-x86_64/10-gcr.conf   2013-09-16 19:52:43 UTC (rev 194491)
@@ -0,0 +1,3 @@
+@users - memlock 1024
+
+# vim:set ft=limits:

Copied: gcr/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194490, 
gcr/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-09-16 19:52:43 UTC (rev 194491)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gcr
+pkgver=3.9.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')
+makedepends=('intltool' 'gobject-introspection' 'python')
+options=(!libtool)
+install=gcr.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
+10-gcr.conf)
+sha256sums=('c50f3e333611f26e1ac18524b721ae591e221cabf2ee9ffaea47d6d4f728d5cc'
+   

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

2013-03-21 Thread Jan de Groot
Date: Friday, March 22, 2013 @ 00:55:22
  Author: jgc
Revision: 180498

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gcr/repos/gnome-unstable-i686/
  gcr/repos/gnome-unstable-i686/10-gcr.conf
(from rev 180497, gcr/trunk/10-gcr.conf)
  gcr/repos/gnome-unstable-i686/PKGBUILD
(from rev 180497, gcr/trunk/PKGBUILD)
  gcr/repos/gnome-unstable-i686/gcr.install
(from rev 180497, gcr/trunk/gcr.install)
  gcr/repos/gnome-unstable-x86_64/
  gcr/repos/gnome-unstable-x86_64/10-gcr.conf
(from rev 180497, gcr/trunk/10-gcr.conf)
  gcr/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 180497, gcr/trunk/PKGBUILD)
  gcr/repos/gnome-unstable-x86_64/gcr.install
(from rev 180497, gcr/trunk/gcr.install)

---+
 gnome-unstable-i686/10-gcr.conf   |3 ++
 gnome-unstable-i686/PKGBUILD  |   40 
 gnome-unstable-i686/gcr.install   |   14 
 gnome-unstable-x86_64/10-gcr.conf |3 ++
 gnome-unstable-x86_64/PKGBUILD|   40 
 gnome-unstable-x86_64/gcr.install |   14 
 6 files changed, 114 insertions(+)

Copied: gcr/repos/gnome-unstable-i686/10-gcr.conf (from rev 180497, 
gcr/trunk/10-gcr.conf)
===
--- gnome-unstable-i686/10-gcr.conf (rev 0)
+++ gnome-unstable-i686/10-gcr.conf 2013-03-21 23:55:22 UTC (rev 180498)
@@ -0,0 +1,3 @@
+@users - memlock 1024
+
+# vim:set ft=limits:

Copied: gcr/repos/gnome-unstable-i686/PKGBUILD (from rev 180497, 
gcr/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-21 23:55:22 UTC (rev 180498)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gcr
+pkgver=3.7.92
+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')
+makedepends=('intltool' 'gobject-introspection' 'python')
+options=(!libtool)
+install=gcr.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
+10-gcr.conf)
+sha256sums=('53be22a4708c7db5c7b86edf451e499d854d04ab3adde6c7ec7fa32a1d5577fb'
+'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/gcr.install (from rev 180497, 
gcr/trunk/gcr.install)
===
--- gnome-unstable-i686/gcr.install (rev 0)
+++ gnome-unstable-i686/gcr.install 2013-03-21 23:55:22 UTC (rev 180498)
@@ -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
+}

Copied: gcr/repos/gnome-unstable-x86_64/10-gcr.conf (from rev 180497, 
gcr/trunk/10-gcr.conf)
===
--- gnome-unstable-x86_64/10-gcr.conf   (rev 0)
+++ gnome-unstable-x86_64/10-gcr.conf   2013-03-21 23:55:22 UTC (rev 180498)
@@ -0,0 +1,3 @@
+@users - memlock 1024
+
+# vim:set ft=limits:

Copied: gcr/repos/gnome-unstable-x86_64/PKGBUILD (from rev 180497, 
gcr/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-21 23:55:22 UTC (rev 180498)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gcr
+pkgver=3.7.92
+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')
+makedepends=('intltool' 'gobject-introspection' 'python')
+options=(!libtool)
+install=gcr.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz
+10-gcr.conf)
+sha256sums=('53be22a4708c7db5c7b86edf451e499d854d04ab3adde6c7ec7fa32a1d5577fb'
+   

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

2012-11-12 Thread Jan Steffens
Date: Monday, November 12, 2012 @ 03:35:37
  Author: heftig
Revision: 170819

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

Added:
  gcr/repos/extra-i686/PKGBUILD
(from rev 170818, gcr/trunk/PKGBUILD)
  gcr/repos/extra-i686/gcr.install
(from rev 170818, gcr/trunk/gcr.install)
  gcr/repos/extra-x86_64/PKGBUILD
(from rev 170818, gcr/trunk/PKGBUILD)
  gcr/repos/extra-x86_64/gcr.install
(from rev 170818, gcr/trunk/gcr.install)
Deleted:
  gcr/repos/extra-i686/PKGBUILD
  gcr/repos/extra-i686/gcr.install
  gcr/repos/extra-x86_64/PKGBUILD
  gcr/repos/extra-x86_64/gcr.install

--+
 extra-i686/PKGBUILD  |   66 ++---
 extra-i686/gcr.install   |   28 +--
 extra-x86_64/PKGBUILD|   66 ++---
 extra-x86_64/gcr.install |   28 +--
 4 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-12 08:34:12 UTC (rev 170818)
+++ extra-i686/PKGBUILD 2012-11-12 08:35:37 UTC (rev 170819)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gcr
-pkgver=3.6.1
-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')
-makedepends=('intltool' 'gobject-introspection')
-options=(!libtool)
-install=gcr.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d95f8b70bdcc371c2712ba166e124114bd99bbde1173c0cbe7a8462f146a9927')
-
-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
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gcr/repos/extra-i686/PKGBUILD (from rev 170818, gcr/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-12 08:35:37 UTC (rev 170819)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gcr
+pkgver=3.6.2
+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')
+makedepends=('intltool' 'gobject-introspection')
+options=(!libtool)
+install=gcr.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('f709db2435e3635b68d8aa212863e0a8e81b1cc33442852a5183762876c7be9b')
+
+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
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/gcr.install
===
--- extra-i686/gcr.install  2012-11-12 08:34:12 UTC (rev 170818)
+++ extra-i686/gcr.install  2012-11-12 08:35:37 UTC (rev 170819)
@@ -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/extra-i686/gcr.install (from rev 170818, 
gcr/trunk/gcr.install)
===
--- extra-i686/gcr.install  (rev 0)
+++ extra-i686/gcr.install  2012-11-12 08:35:37 UTC (rev 170819)
@@ -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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-11-12 08:34:12 UTC (rev 170818)
+++ extra-x86_64/PKGBUILD   2012-11-12 08:35:37 UTC (rev 170819)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gcr
-pkgver=3.6.1
-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')
-makedepends=('intltool' 'gobject-introspection')
-options=(!libtool)
-install=gcr.install

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

2012-10-18 Thread Jan de Groot
Date: Thursday, October 18, 2012 @ 15:28:14
  Author: jgc
Revision: 169249

db-move: moved gcr from [gnome-unstable] to [testing] (i686, x86_64)

Added:
  gcr/repos/testing-i686/
  gcr/repos/testing-i686/PKGBUILD
(from rev 169138, gcr/repos/gnome-unstable-i686/PKGBUILD)
  gcr/repos/testing-i686/gcr.install
(from rev 169138, gcr/repos/gnome-unstable-i686/gcr.install)
  gcr/repos/testing-x86_64/
  gcr/repos/testing-x86_64/PKGBUILD
(from rev 169138, gcr/repos/gnome-unstable-x86_64/PKGBUILD)
  gcr/repos/testing-x86_64/gcr.install
(from rev 169138, gcr/repos/gnome-unstable-x86_64/gcr.install)
Deleted:
  gcr/repos/gnome-unstable-i686/
  gcr/repos/gnome-unstable-x86_64/

+
 testing-i686/PKGBUILD  |   33 +
 testing-i686/gcr.install   |   14 ++
 testing-x86_64/PKGBUILD|   33 +
 testing-x86_64/gcr.install |   14 ++
 4 files changed, 94 insertions(+)

Copied: gcr/repos/testing-i686/PKGBUILD (from rev 169138, 
gcr/repos/gnome-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-18 19:28:14 UTC (rev 169249)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gcr
+pkgver=3.6.1
+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')
+makedepends=('intltool' 'gobject-introspection')
+options=(!libtool)
+install=gcr.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d95f8b70bdcc371c2712ba166e124114bd99bbde1173c0cbe7a8462f146a9927')
+
+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
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gcr/repos/testing-i686/gcr.install (from rev 169138, 
gcr/repos/gnome-unstable-i686/gcr.install)
===
--- testing-i686/gcr.install(rev 0)
+++ testing-i686/gcr.install2012-10-18 19:28:14 UTC (rev 169249)
@@ -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
+}

Copied: gcr/repos/testing-x86_64/PKGBUILD (from rev 169138, 
gcr/repos/gnome-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-18 19:28:14 UTC (rev 169249)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gcr
+pkgver=3.6.1
+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')
+makedepends=('intltool' 'gobject-introspection')
+options=(!libtool)
+install=gcr.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d95f8b70bdcc371c2712ba166e124114bd99bbde1173c0cbe7a8462f146a9927')
+
+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
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gcr/repos/testing-x86_64/gcr.install (from rev 169138, 
gcr/repos/gnome-unstable-x86_64/gcr.install)
===
--- testing-x86_64/gcr.install  (rev 0)
+++ testing-x86_64/gcr.install  2012-10-18 19:28:14 UTC (rev 169249)
@@ -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
+}



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

2012-10-17 Thread Jan de Groot
Date: Wednesday, October 17, 2012 @ 05:35:06
  Author: jgc
Revision: 168985

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gcr/repos/gnome-unstable-i686/PKGBUILD
(from rev 168984, gcr/trunk/PKGBUILD)
  gcr/repos/gnome-unstable-i686/gcr.install
(from rev 168984, gcr/trunk/gcr.install)
  gcr/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 168984, gcr/trunk/PKGBUILD)
  gcr/repos/gnome-unstable-x86_64/gcr.install
(from rev 168984, gcr/trunk/gcr.install)
Deleted:
  gcr/repos/gnome-unstable-i686/PKGBUILD
  gcr/repos/gnome-unstable-i686/gcr.install
  gcr/repos/gnome-unstable-x86_64/PKGBUILD
  gcr/repos/gnome-unstable-x86_64/gcr.install

---+
 gnome-unstable-i686/PKGBUILD  |   66 ++--
 gnome-unstable-i686/gcr.install   |   28 +++
 gnome-unstable-x86_64/PKGBUILD|   66 ++--
 gnome-unstable-x86_64/gcr.install |   28 +++
 4 files changed, 94 insertions(+), 94 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-10-17 09:34:40 UTC (rev 168984)
+++ gnome-unstable-i686/PKGBUILD2012-10-17 09:35:06 UTC (rev 168985)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gcr
-pkgver=3.6.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')
-makedepends=('intltool' 'gobject-introspection')
-options=(!libtool)
-install=gcr.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b84e0779cf8977953e9fdfea294bfa377522ca745f75abccf8d2a2909207c090')
-
-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
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gcr/repos/gnome-unstable-i686/PKGBUILD (from rev 168984, 
gcr/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-10-17 09:35:06 UTC (rev 168985)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gcr
+pkgver=3.6.1
+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')
+makedepends=('intltool' 'gobject-introspection')
+options=(!libtool)
+install=gcr.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d95f8b70bdcc371c2712ba166e124114bd99bbde1173c0cbe7a8462f146a9927')
+
+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
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-unstable-i686/gcr.install
===
--- gnome-unstable-i686/gcr.install 2012-10-17 09:34:40 UTC (rev 168984)
+++ gnome-unstable-i686/gcr.install 2012-10-17 09:35:06 UTC (rev 168985)
@@ -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 168984, 
gcr/trunk/gcr.install)
===
--- gnome-unstable-i686/gcr.install (rev 0)
+++ gnome-unstable-i686/gcr.install 2012-10-17 09:35:06 UTC (rev 168985)
@@ -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/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2012-10-17 09:34:40 UTC (rev 168984)
+++ gnome-unstable-x86_64/PKGBUILD  2012-10-17 09:35:06 UTC (rev 168985)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gcr
-pkgver=3.6.0
-pkgrel=1
-pkgdesc=A library for bits of crypto UI and parsing
-arch=(i686 

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

2012-09-26 Thread Jan de Groot
Date: Wednesday, September 26, 2012 @ 15:45:54
  Author: jgc
Revision: 167179

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gcr/repos/gnome-unstable-i686/PKGBUILD
(from rev 167178, gcr/trunk/PKGBUILD)
  gcr/repos/gnome-unstable-i686/gcr.install
(from rev 167178, gcr/trunk/gcr.install)
  gcr/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 167178, gcr/trunk/PKGBUILD)
  gcr/repos/gnome-unstable-x86_64/gcr.install
(from rev 167178, gcr/trunk/gcr.install)
Deleted:
  gcr/repos/gnome-unstable-i686/PKGBUILD
  gcr/repos/gnome-unstable-i686/gcr.install
  gcr/repos/gnome-unstable-x86_64/PKGBUILD
  gcr/repos/gnome-unstable-x86_64/gcr.install

---+
 gnome-unstable-i686/PKGBUILD  |   66 ++--
 gnome-unstable-i686/gcr.install   |   28 +++
 gnome-unstable-x86_64/PKGBUILD|   66 ++--
 gnome-unstable-x86_64/gcr.install |   28 +++
 4 files changed, 94 insertions(+), 94 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-09-26 19:45:27 UTC (rev 167178)
+++ gnome-unstable-i686/PKGBUILD2012-09-26 19:45:54 UTC (rev 167179)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gcr
-pkgver=3.5.92
-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')
-makedepends=('intltool' 'gobject-introspection')
-options=(!libtool)
-install=gcr.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('040919b750b7177ccfbfeba0910848f83356bc3b52e231f47aebbcf657cd6a34')
-
-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
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gcr/repos/gnome-unstable-i686/PKGBUILD (from rev 167178, 
gcr/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-26 19:45:54 UTC (rev 167179)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gcr
+pkgver=3.6.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')
+makedepends=('intltool' 'gobject-introspection')
+options=(!libtool)
+install=gcr.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b84e0779cf8977953e9fdfea294bfa377522ca745f75abccf8d2a2909207c090')
+
+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
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-unstable-i686/gcr.install
===
--- gnome-unstable-i686/gcr.install 2012-09-26 19:45:27 UTC (rev 167178)
+++ gnome-unstable-i686/gcr.install 2012-09-26 19:45:54 UTC (rev 167179)
@@ -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 167178, 
gcr/trunk/gcr.install)
===
--- gnome-unstable-i686/gcr.install (rev 0)
+++ gnome-unstable-i686/gcr.install 2012-09-26 19:45:54 UTC (rev 167179)
@@ -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/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2012-09-26 19:45:27 UTC (rev 167178)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-26 19:45:54 UTC (rev 167179)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gcr
-pkgver=3.5.92
-pkgrel=1
-pkgdesc=A library for bits of crypto UI and parsing

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

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 12:07:31
  Author: jgc
Revision: 166819

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gcr/repos/gnome-unstable-i686/PKGBUILD
(from rev 166818, gcr/trunk/PKGBUILD)
  gcr/repos/gnome-unstable-i686/gcr.install
(from rev 166818, gcr/trunk/gcr.install)
  gcr/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 166818, gcr/trunk/PKGBUILD)
  gcr/repos/gnome-unstable-x86_64/gcr.install
(from rev 166818, gcr/trunk/gcr.install)
Deleted:
  gcr/repos/gnome-unstable-i686/PKGBUILD
  gcr/repos/gnome-unstable-i686/gcr.install
  gcr/repos/gnome-unstable-x86_64/PKGBUILD
  gcr/repos/gnome-unstable-x86_64/gcr.install

---+
 gnome-unstable-i686/PKGBUILD  |   66 ++--
 gnome-unstable-i686/gcr.install   |   28 +++
 gnome-unstable-x86_64/PKGBUILD|   66 ++--
 gnome-unstable-x86_64/gcr.install |   28 +++
 4 files changed, 94 insertions(+), 94 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-09-19 16:07:05 UTC (rev 166818)
+++ gnome-unstable-i686/PKGBUILD2012-09-19 16:07:31 UTC (rev 166819)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gcr
-pkgver=3.5.90
-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')
-makedepends=('intltool' 'gobject-introspection')
-options=(!libtool)
-install=gcr.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('279a5b6db60bec078a0bef9b52a43713d715b622fc4e3c4695982a4a030462ce')
-
-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
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gcr/repos/gnome-unstable-i686/PKGBUILD (from rev 166818, 
gcr/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-19 16:07:31 UTC (rev 166819)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gcr
+pkgver=3.5.92
+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')
+makedepends=('intltool' 'gobject-introspection')
+options=(!libtool)
+install=gcr.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('040919b750b7177ccfbfeba0910848f83356bc3b52e231f47aebbcf657cd6a34')
+
+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
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-unstable-i686/gcr.install
===
--- gnome-unstable-i686/gcr.install 2012-09-19 16:07:05 UTC (rev 166818)
+++ gnome-unstable-i686/gcr.install 2012-09-19 16:07:31 UTC (rev 166819)
@@ -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 166818, 
gcr/trunk/gcr.install)
===
--- gnome-unstable-i686/gcr.install (rev 0)
+++ gnome-unstable-i686/gcr.install 2012-09-19 16:07:31 UTC (rev 166819)
@@ -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/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2012-09-19 16:07:05 UTC (rev 166818)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-19 16:07:31 UTC (rev 166819)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gcr
-pkgver=3.5.90
-pkgrel=1
-pkgdesc=A library for bits of crypto UI and parsing

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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 08:46:17
  Author: jgc
Revision: 156235

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

Added:
  gcr/repos/testing-i686/PKGBUILD
(from rev 156234, gcr/trunk/PKGBUILD)
  gcr/repos/testing-i686/gcr.install
(from rev 156234, gcr/trunk/gcr.install)
  gcr/repos/testing-x86_64/PKGBUILD
(from rev 156234, gcr/trunk/PKGBUILD)
  gcr/repos/testing-x86_64/gcr.install
(from rev 156234, gcr/trunk/gcr.install)
Deleted:
  gcr/repos/testing-i686/PKGBUILD
  gcr/repos/testing-i686/gcr.install
  gcr/repos/testing-x86_64/PKGBUILD
  gcr/repos/testing-x86_64/gcr.install

+
 testing-i686/PKGBUILD  |   66 +--
 testing-i686/gcr.install   |   28 +-
 testing-x86_64/PKGBUILD|   66 +--
 testing-x86_64/gcr.install |   28 +-
 4 files changed, 94 insertions(+), 94 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-04-16 12:45:54 UTC (rev 156234)
+++ testing-i686/PKGBUILD   2012-04-16 12:46:17 UTC (rev 156235)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gcr
-pkgver=3.4.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')
-makedepends=('intltool' 'gobject-introspection')
-options=(!libtool)
-install=gcr.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('6cb92178a04b5ea335102b43027420c200fe6a053e5e2009ffae91914a268106')
-
-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
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gcr/repos/testing-i686/PKGBUILD (from rev 156234, gcr/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-04-16 12:46:17 UTC (rev 156235)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gcr
+pkgver=3.4.1
+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')
+makedepends=('intltool' 'gobject-introspection')
+options=(!libtool)
+install=gcr.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a0812b6e9623465b0053f4b1b09f3b9316317b2c6ed69a73bc2c5b3b6b849609')
+
+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
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: testing-i686/gcr.install
===
--- testing-i686/gcr.install2012-04-16 12:45:54 UTC (rev 156234)
+++ testing-i686/gcr.install2012-04-16 12:46:17 UTC (rev 156235)
@@ -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/testing-i686/gcr.install (from rev 156234, 
gcr/trunk/gcr.install)
===
--- testing-i686/gcr.install(rev 0)
+++ testing-i686/gcr.install2012-04-16 12:46:17 UTC (rev 156235)
@@ -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: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2012-04-16 12:45:54 UTC (rev 156234)
+++ testing-x86_64/PKGBUILD 2012-04-16 12:46:17 UTC (rev 156235)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gcr
-pkgver=3.4.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')
-makedepends=('intltool' 'gobject-introspection')
-options=(!libtool)

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

2012-03-28 Thread Jan Steffens
Date: Wednesday, March 28, 2012 @ 06:47:07
  Author: heftig
Revision: 154422

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gcr/repos/gnome-unstable-i686/PKGBUILD
(from rev 154421, gcr/trunk/PKGBUILD)
  gcr/repos/gnome-unstable-i686/gcr.install
(from rev 154421, gcr/trunk/gcr.install)
  gcr/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 154421, gcr/trunk/PKGBUILD)
  gcr/repos/gnome-unstable-x86_64/gcr.install
(from rev 154421, gcr/trunk/gcr.install)
Deleted:
  gcr/repos/gnome-unstable-i686/PKGBUILD
  gcr/repos/gnome-unstable-i686/gcr.install
  gcr/repos/gnome-unstable-x86_64/PKGBUILD
  gcr/repos/gnome-unstable-x86_64/gcr.install

---+
 gnome-unstable-i686/PKGBUILD  |   66 ++--
 gnome-unstable-i686/gcr.install   |   28 +++
 gnome-unstable-x86_64/PKGBUILD|   66 ++--
 gnome-unstable-x86_64/gcr.install |   28 +++
 4 files changed, 94 insertions(+), 94 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-03-28 10:46:14 UTC (rev 154421)
+++ gnome-unstable-i686/PKGBUILD2012-03-28 10:47:07 UTC (rev 154422)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gcr
-pkgver=3.3.92
-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')
-makedepends=('intltool' 'gobject-introspection')
-options=(!libtool)
-install=gcr.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('06ee57d14a00ffd514f636e91d00a2bb5c8ca9783dda3864ea6e67425bef9465')
-
-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
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gcr/repos/gnome-unstable-i686/PKGBUILD (from rev 154421, 
gcr/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-28 10:47:07 UTC (rev 154422)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gcr
+pkgver=3.4.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')
+makedepends=('intltool' 'gobject-introspection')
+options=(!libtool)
+install=gcr.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6cb92178a04b5ea335102b43027420c200fe6a053e5e2009ffae91914a268106')
+
+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
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-unstable-i686/gcr.install
===
--- gnome-unstable-i686/gcr.install 2012-03-28 10:46:14 UTC (rev 154421)
+++ gnome-unstable-i686/gcr.install 2012-03-28 10:47:07 UTC (rev 154422)
@@ -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 154421, 
gcr/trunk/gcr.install)
===
--- gnome-unstable-i686/gcr.install (rev 0)
+++ gnome-unstable-i686/gcr.install 2012-03-28 10:47:07 UTC (rev 154422)
@@ -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/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2012-03-28 10:46:14 UTC (rev 154421)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-28 10:47:07 UTC (rev 154422)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gcr
-pkgver=3.3.92
-pkgrel=1
-pkgdesc=A library for bits of crypto UI and parsing

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

2012-03-19 Thread Ionut Biru
Date: Monday, March 19, 2012 @ 12:28:49
  Author: ibiru
Revision: 153766

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gcr/repos/gnome-unstable-i686/PKGBUILD
(from rev 153765, gcr/trunk/PKGBUILD)
  gcr/repos/gnome-unstable-i686/gcr.install
(from rev 153765, gcr/trunk/gcr.install)
  gcr/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 153765, gcr/trunk/PKGBUILD)
  gcr/repos/gnome-unstable-x86_64/gcr.install
(from rev 153765, gcr/trunk/gcr.install)
Deleted:
  gcr/repos/gnome-unstable-i686/PKGBUILD
  gcr/repos/gnome-unstable-i686/gcr.install
  gcr/repos/gnome-unstable-x86_64/PKGBUILD
  gcr/repos/gnome-unstable-x86_64/gcr.install

---+
 gnome-unstable-i686/PKGBUILD  |   66 ++--
 gnome-unstable-i686/gcr.install   |   28 +++
 gnome-unstable-x86_64/PKGBUILD|   66 ++--
 gnome-unstable-x86_64/gcr.install |   28 +++
 4 files changed, 94 insertions(+), 94 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2012-03-19 16:27:49 UTC (rev 153765)
+++ gnome-unstable-i686/PKGBUILD2012-03-19 16:28:49 UTC (rev 153766)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gcr
-pkgver=3.3.90
-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')
-makedepends=('intltool' 'gobject-introspection')
-options=(!libtool)
-install=gcr.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d827f1447af270f9e35319502b1001883283758db26b17395b3b6a6063c82301')
-
-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
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gcr/repos/gnome-unstable-i686/PKGBUILD (from rev 153765, 
gcr/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-19 16:28:49 UTC (rev 153766)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+
+pkgname=gcr
+pkgver=3.3.92
+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')
+makedepends=('intltool' 'gobject-introspection')
+options=(!libtool)
+install=gcr.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('06ee57d14a00ffd514f636e91d00a2bb5c8ca9783dda3864ea6e67425bef9465')
+
+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
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: gnome-unstable-i686/gcr.install
===
--- gnome-unstable-i686/gcr.install 2012-03-19 16:27:49 UTC (rev 153765)
+++ gnome-unstable-i686/gcr.install 2012-03-19 16:28:49 UTC (rev 153766)
@@ -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 153765, 
gcr/trunk/gcr.install)
===
--- gnome-unstable-i686/gcr.install (rev 0)
+++ gnome-unstable-i686/gcr.install 2012-03-19 16:28:49 UTC (rev 153766)
@@ -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/PKGBUILD
===
--- gnome-unstable-x86_64/PKGBUILD  2012-03-19 16:27:49 UTC (rev 153765)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-19 16:28:49 UTC (rev 153766)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru ib...@archlinux.org
-
-pkgname=gcr
-pkgver=3.3.90
-pkgrel=1
-pkgdesc=A library for bits of crypto UI and parsing
-arch=(i686