summaryrefslogtreecommitdiff
path: root/extra/libcryptui
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-09-25 03:11:54 -0700
committerroot <root@rshg054.dnsready.net>2013-09-25 03:11:54 -0700
commit839df58b3e0710d90fb09388ab2797d47caa79ec (patch)
treecc4d4a94d633bcb9691ab9026432e042898d46c2 /extra/libcryptui
parentedb4c972d5d23fcff220b7d3c33d3202bcb16af3 (diff)
Wed Sep 25 03:02:22 PDT 2013
Diffstat (limited to 'extra/libcryptui')
-rw-r--r--extra/libcryptui/PKGBUILD30
-rw-r--r--extra/libcryptui/libcryptui.install11
2 files changed, 41 insertions, 0 deletions
diff --git a/extra/libcryptui/PKGBUILD b/extra/libcryptui/PKGBUILD
new file mode 100644
index 000000000..f4d753985
--- /dev/null
+++ b/extra/libcryptui/PKGBUILD
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 194933 2013-09-24 09:51:27Z heftig $
+# 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
+}
diff --git a/extra/libcryptui/libcryptui.install b/extra/libcryptui/libcryptui.install
new file mode 100644
index 000000000..7a903e80c
--- /dev/null
+++ b/extra/libcryptui/libcryptui.install
@@ -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
+}