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

Jan Steffens heftig at nymeria.archlinux.org
Fri Mar 14 04:21:04 UTC 2014


    Date: Friday, March 14, 2014 @ 05:21:04
  Author: heftig
Revision: 207740

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

Added:
  libcryptui/repos/extra-i686/PKGBUILD
    (from rev 207739, libcryptui/trunk/PKGBUILD)
  libcryptui/repos/extra-i686/libcryptui.install
    (from rev 207739, libcryptui/trunk/libcryptui.install)
  libcryptui/repos/extra-x86_64/PKGBUILD
    (from rev 207739, libcryptui/trunk/PKGBUILD)
  libcryptui/repos/extra-x86_64/libcryptui.install
    (from rev 207739, 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                       |   60 ++++++++++++++++++++++++++++++++++++++
 /libcryptui.install             |   22 +++++++++++++
 extra-i686/PKGBUILD             |   30 -------------------
 extra-i686/libcryptui.install   |   11 ------
 extra-x86_64/PKGBUILD           |   30 -------------------
 extra-x86_64/libcryptui.install |   11 ------
 6 files changed, 82 insertions(+), 82 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-03-14 04:20:04 UTC (rev 207739)
+++ extra-i686/PKGBUILD	2014-03-14 04:21:04 UTC (rev 207740)
@@ -1,30 +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.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')
-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
-}

Copied: libcryptui/repos/extra-i686/PKGBUILD (from rev 207739, libcryptui/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-03-14 04:21:04 UTC (rev 207740)
@@ -0,0 +1,30 @@
+# $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=2
+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' 'libsm')
+makedepends=('intltool' 'gobject-introspection')
+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	2014-03-14 04:20:04 UTC (rev 207739)
+++ extra-i686/libcryptui.install	2014-03-14 04:21:04 UTC (rev 207740)
@@ -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 207739, libcryptui/trunk/libcryptui.install)
===================================================================
--- extra-i686/libcryptui.install	                        (rev 0)
+++ extra-i686/libcryptui.install	2014-03-14 04:21:04 UTC (rev 207740)
@@ -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	2014-03-14 04:20:04 UTC (rev 207739)
+++ extra-x86_64/PKGBUILD	2014-03-14 04:21:04 UTC (rev 207740)
@@ -1,30 +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.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')
-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
-}

Copied: libcryptui/repos/extra-x86_64/PKGBUILD (from rev 207739, libcryptui/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-03-14 04:21:04 UTC (rev 207740)
@@ -0,0 +1,30 @@
+# $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=2
+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' 'libsm')
+makedepends=('intltool' 'gobject-introspection')
+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	2014-03-14 04:20:04 UTC (rev 207739)
+++ extra-x86_64/libcryptui.install	2014-03-14 04:21:04 UTC (rev 207740)
@@ -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 207739, libcryptui/trunk/libcryptui.install)
===================================================================
--- extra-x86_64/libcryptui.install	                        (rev 0)
+++ extra-x86_64/libcryptui.install	2014-03-14 04:21:04 UTC (rev 207740)
@@ -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