[arch-commits] Commit in (5 files)

Jan Steffens heftig at nymeria.archlinux.org
Tue Sep 24 09:51:10 UTC 2013


    Date: Tuesday, September 24, 2013 @ 11:51:10
  Author: heftig
Revision: 194932

community2extra: Moving libcryptui from community to extra

Added:
  libcryptui/
  libcryptui/repos/
  libcryptui/trunk/
  libcryptui/trunk/PKGBUILD
  libcryptui/trunk/libcryptui.install

--------------------+
 PKGBUILD           |   30 ++++++++++++++++++++++++++++++
 libcryptui.install |   11 +++++++++++
 2 files changed, 41 insertions(+)

Added: libcryptui/trunk/PKGBUILD
===================================================================
--- libcryptui/trunk/PKGBUILD	                        (rev 0)
+++ libcryptui/trunk/PKGBUILD	2013-09-24 09:51:10 UTC (rev 194932)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=libcryptui
+pkgver=3.8.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=('10eed96e33b6d7286795a7c678a5655a86ae099fb98d1f7211aa28aa636c0837')
+
+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
+}


Property changes on: libcryptui/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: libcryptui/trunk/libcryptui.install
===================================================================
--- libcryptui/trunk/libcryptui.install	                        (rev 0)
+++ libcryptui/trunk/libcryptui.install	2013-09-24 09:51:10 UTC (rev 194932)
@@ -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