[arch-commits] Commit in (5 files)
Martin Wimpress
flexiondotorg at nymeria.archlinux.org
Thu Jan 16 14:57:55 UTC 2014
Date: Thursday, January 16, 2014 @ 15:57:55
Author: flexiondotorg
Revision: 104167
Added mate-keyring
Added:
mate-keyring/
mate-keyring/repos/
mate-keyring/trunk/
mate-keyring/trunk/PKGBUILD
mate-keyring/trunk/mate-keyring.install
----------------------+
PKGBUILD | 45 +++++++++++++++++++++++++++++++++++++++++++++
mate-keyring.install | 11 +++++++++++
2 files changed, 56 insertions(+)
Added: mate-keyring/trunk/PKGBUILD
===================================================================
--- mate-keyring/trunk/PKGBUILD (rev 0)
+++ mate-keyring/trunk/PKGBUILD 2014-01-16 14:57:55 UTC (rev 104167)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: Giovanni "Talorno" Ricciardi <kar98k.sniper at gmail.com>
+# Contributor: Xpander <xpander0 at gmail.com>
+
+pkgname=mate-keyring
+pkgver=1.6.1
+pkgrel=3
+pkgdesc="MATE Password Management daemon"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL')
+depends=('dbus' 'dconf' 'gtk2' 'libtasn1' 'pam')
+makedepends=('docbook-xml' 'mate-common' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('7b2e0201d4f4eb0f728dbf1626d5aa05b2d05675')
+install=${pkgname}.install
+
+prepare() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ # Prevent gck conflict with gnome gcr lib
+ sed -e 's/DOC_MODULE=gck/DOC_MODULE=mate-gck/' -i docs/reference/gck/Makefile.am
+ autoreconf -fi
+ intltoolize -c -f
+}
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure \
+ --prefix=/usr \
+ --libexecdir=/usr/lib/${pkgname} \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --with-pam-dir=/usr/lib/security \
+ --with-root-certs=/etc/ssl/certs \
+ --disable-static
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
Property changes on: mate-keyring/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mate-keyring/trunk/mate-keyring.install
===================================================================
--- mate-keyring/trunk/mate-keyring.install (rev 0)
+++ mate-keyring/trunk/mate-keyring.install 2014-01-16 14:57:55 UTC (rev 104167)
@@ -0,0 +1,11 @@
+post_install() {
+ glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
More information about the arch-commits
mailing list