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

Jan Steffens heftig at archlinux.org
Tue Oct 30 22:25:36 UTC 2012


    Date: Tuesday, October 30, 2012 @ 18:25:35
  Author: heftig
Revision: 169875

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

Added:
  gcr/repos/extra-i686/PKGBUILD
    (from rev 169842, gcr/repos/testing-i686/PKGBUILD)
  gcr/repos/extra-i686/gcr.install
    (from rev 169842, gcr/repos/testing-i686/gcr.install)
  gcr/repos/extra-x86_64/PKGBUILD
    (from rev 169842, gcr/repos/testing-x86_64/PKGBUILD)
  gcr/repos/extra-x86_64/gcr.install
    (from rev 169842, gcr/repos/testing-x86_64/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
  gcr/repos/testing-i686/
  gcr/repos/testing-x86_64/

--------------------------+
 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-10-30 22:25:32 UTC (rev 169874)
+++ extra-i686/PKGBUILD	2012-10-30 22:25:35 UTC (rev 169875)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at 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:

Copied: gcr/repos/extra-i686/PKGBUILD (from rev 169842, gcr/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-10-30 22:25:35 UTC (rev 169875)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at 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: extra-i686/gcr.install
===================================================================
--- extra-i686/gcr.install	2012-10-30 22:25:32 UTC (rev 169874)
+++ extra-i686/gcr.install	2012-10-30 22:25:35 UTC (rev 169875)
@@ -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 169842, gcr/repos/testing-i686/gcr.install)
===================================================================
--- extra-i686/gcr.install	                        (rev 0)
+++ extra-i686/gcr.install	2012-10-30 22:25:35 UTC (rev 169875)
@@ -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-10-30 22:25:32 UTC (rev 169874)
+++ extra-x86_64/PKGBUILD	2012-10-30 22:25:35 UTC (rev 169875)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru <ibiru at 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:

Copied: gcr/repos/extra-x86_64/PKGBUILD (from rev 169842, gcr/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-10-30 22:25:35 UTC (rev 169875)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at 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: extra-x86_64/gcr.install
===================================================================
--- extra-x86_64/gcr.install	2012-10-30 22:25:32 UTC (rev 169874)
+++ extra-x86_64/gcr.install	2012-10-30 22:25:35 UTC (rev 169875)
@@ -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-x86_64/gcr.install (from rev 169842, gcr/repos/testing-x86_64/gcr.install)
===================================================================
--- extra-x86_64/gcr.install	                        (rev 0)
+++ extra-x86_64/gcr.install	2012-10-30 22:25:35 UTC (rev 169875)
@@ -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