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

Jan Steffens heftig at nymeria.archlinux.org
Tue Sep 24 10:03:42 UTC 2013


    Date: Tuesday, September 24, 2013 @ 12:03:42
  Author: heftig
Revision: 194940

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

Added:
  libcryptui/repos/gnome-unstable-i686/
  libcryptui/repos/gnome-unstable-i686/PKGBUILD
    (from rev 194939, libcryptui/trunk/PKGBUILD)
  libcryptui/repos/gnome-unstable-i686/libcryptui.install
    (from rev 194939, libcryptui/trunk/libcryptui.install)
  libcryptui/repos/gnome-unstable-x86_64/
  libcryptui/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 194939, libcryptui/trunk/PKGBUILD)
  libcryptui/repos/gnome-unstable-x86_64/libcryptui.install
    (from rev 194939, libcryptui/trunk/libcryptui.install)

------------------------------------------+
 gnome-unstable-i686/PKGBUILD             |   31 +++++++++++++++++++++++++++++
 gnome-unstable-i686/libcryptui.install   |   11 ++++++++++
 gnome-unstable-x86_64/PKGBUILD           |   31 +++++++++++++++++++++++++++++
 gnome-unstable-x86_64/libcryptui.install |   11 ++++++++++
 4 files changed, 84 insertions(+)

Copied: libcryptui/repos/gnome-unstable-i686/PKGBUILD (from rev 194939, libcryptui/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2013-09-24 10:03:42 UTC (rev 194940)
@@ -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.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/gnome-unstable-i686/libcryptui.install (from rev 194939, libcryptui/trunk/libcryptui.install)
===================================================================
--- gnome-unstable-i686/libcryptui.install	                        (rev 0)
+++ gnome-unstable-i686/libcryptui.install	2013-09-24 10:03:42 UTC (rev 194940)
@@ -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
+}

Copied: libcryptui/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194939, libcryptui/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2013-09-24 10:03:42 UTC (rev 194940)
@@ -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.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/gnome-unstable-x86_64/libcryptui.install (from rev 194939, libcryptui/trunk/libcryptui.install)
===================================================================
--- gnome-unstable-x86_64/libcryptui.install	                        (rev 0)
+++ gnome-unstable-x86_64/libcryptui.install	2013-09-24 10:03:42 UTC (rev 194940)
@@ -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