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

Jan de Groot jgc at archlinux.org
Wed Sep 26 19:45:55 UTC 2012


    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/PKGBUILD	2012-09-26 19:45:27 UTC (rev 167178)
+++ gnome-unstable-i686/PKGBUILD	2012-09-26 19:45:54 UTC (rev 167179)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at 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/PKGBUILD	2012-09-26 19:45:54 UTC (rev 167179)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at 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 <ibiru at 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-x86_64/PKGBUILD (from rev 167178, gcr/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2012-09-26 19:45:54 UTC (rev 167179)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at 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-x86_64/gcr.install
===================================================================
--- gnome-unstable-x86_64/gcr.install	2012-09-26 19:45:27 UTC (rev 167178)
+++ gnome-unstable-x86_64/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-x86_64/gcr.install (from rev 167178, gcr/trunk/gcr.install)
===================================================================
--- gnome-unstable-x86_64/gcr.install	                        (rev 0)
+++ gnome-unstable-x86_64/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
+}




More information about the arch-commits mailing list