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

Jan Steffens heftig at nymeria.archlinux.org
Thu Oct 17 12:29:25 UTC 2013


    Date: Thursday, October 17, 2013 @ 14:29:24
  Author: heftig
Revision: 196730

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

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

---------------------------------+
 /PKGBUILD                       |   62 ++++++++++++++++++++++++++++++++++++++
 /libcryptui.install             |   22 +++++++++++++
 extra-i686/PKGBUILD             |   31 -------------------
 extra-i686/libcryptui.install   |   11 ------
 extra-x86_64/PKGBUILD           |   31 -------------------
 extra-x86_64/libcryptui.install |   11 ------
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-10-17 12:28:38 UTC (rev 196729)
+++ extra-i686/PKGBUILD	2013-10-17 12:29:24 UTC (rev 196730)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=libcryptui
-pkgver=3.10.0
-pkgrel=1
-pkgdesc="Library for OpenPGP prompts"
-arch=('i686' 'x86_64')
-url="http://git.gnome.org/browse/libcryptui/"
-license=('GPL')
-depends=('gtk3' 'gpgme' 'dbus-glib' 'libnotify' 'libgnome-keyring' 'dconf')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ceeba7ebdcda768d671e9df9332b18d4f25edd1f4d91e86a241c3c1f3ffc6332')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-              --disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-}

Copied: libcryptui/repos/extra-i686/PKGBUILD (from rev 196729, libcryptui/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-10-17 12:29:24 UTC (rev 196730)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=libcryptui
+pkgver=3.10.1
+pkgrel=1
+pkgdesc="Library for OpenPGP prompts"
+arch=('i686' 'x86_64')
+url="http://git.gnome.org/browse/libcryptui/"
+license=('GPL')
+depends=('gtk3' 'gpgme' 'dbus-glib' 'libnotify' 'libgnome-keyring' 'dconf')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5e3e82e647ac4fb74ed46b4fffbf89e80198f856e1509f5edcd47dd2751a4be0')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+              --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+}

Deleted: extra-i686/libcryptui.install
===================================================================
--- extra-i686/libcryptui.install	2013-10-17 12:28:38 UTC (rev 196729)
+++ extra-i686/libcryptui.install	2013-10-17 12:29:24 UTC (rev 196730)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: libcryptui/repos/extra-i686/libcryptui.install (from rev 196729, libcryptui/trunk/libcryptui.install)
===================================================================
--- extra-i686/libcryptui.install	                        (rev 0)
+++ extra-i686/libcryptui.install	2013-10-17 12:29:24 UTC (rev 196730)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-10-17 12:28:38 UTC (rev 196729)
+++ extra-x86_64/PKGBUILD	2013-10-17 12:29:24 UTC (rev 196730)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Balló György <ballogyor+arch at gmail dot com>
-
-pkgname=libcryptui
-pkgver=3.10.0
-pkgrel=1
-pkgdesc="Library for OpenPGP prompts"
-arch=('i686' 'x86_64')
-url="http://git.gnome.org/browse/libcryptui/"
-license=('GPL')
-depends=('gtk3' 'gpgme' 'dbus-glib' 'libnotify' 'libgnome-keyring' 'dconf')
-makedepends=('intltool' 'gobject-introspection')
-options=('!libtool')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ceeba7ebdcda768d671e9df9332b18d4f25edd1f4d91e86a241c3c1f3ffc6332')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-              --disable-static --disable-schemas-compile
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-}

Copied: libcryptui/repos/extra-x86_64/PKGBUILD (from rev 196729, libcryptui/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-10-17 12:29:24 UTC (rev 196730)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=libcryptui
+pkgver=3.10.1
+pkgrel=1
+pkgdesc="Library for OpenPGP prompts"
+arch=('i686' 'x86_64')
+url="http://git.gnome.org/browse/libcryptui/"
+license=('GPL')
+depends=('gtk3' 'gpgme' 'dbus-glib' 'libnotify' 'libgnome-keyring' 'dconf')
+makedepends=('intltool' 'gobject-introspection')
+options=('!libtool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5e3e82e647ac4fb74ed46b4fffbf89e80198f856e1509f5edcd47dd2751a4be0')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+              --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+}

Deleted: extra-x86_64/libcryptui.install
===================================================================
--- extra-x86_64/libcryptui.install	2013-10-17 12:28:38 UTC (rev 196729)
+++ extra-x86_64/libcryptui.install	2013-10-17 12:29:24 UTC (rev 196730)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}

Copied: libcryptui/repos/extra-x86_64/libcryptui.install (from rev 196729, libcryptui/trunk/libcryptui.install)
===================================================================
--- extra-x86_64/libcryptui.install	                        (rev 0)
+++ extra-x86_64/libcryptui.install	2013-10-17 12:29:24 UTC (rev 196730)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}




More information about the arch-commits mailing list