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

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Thu Jan 16 15:04:53 UTC 2014


    Date: Thursday, January 16, 2014 @ 16:04:52
  Author: flexiondotorg
Revision: 104168

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

Added:
  mate-keyring/repos/community-i686/
  mate-keyring/repos/community-i686/PKGBUILD
    (from rev 104167, mate-keyring/trunk/PKGBUILD)
  mate-keyring/repos/community-i686/mate-keyring.install
    (from rev 104167, mate-keyring/trunk/mate-keyring.install)
  mate-keyring/repos/community-x86_64/
  mate-keyring/repos/community-x86_64/PKGBUILD
    (from rev 104167, mate-keyring/trunk/PKGBUILD)
  mate-keyring/repos/community-x86_64/mate-keyring.install
    (from rev 104167, mate-keyring/trunk/mate-keyring.install)

---------------------------------------+
 community-i686/PKGBUILD               |   45 ++++++++++++++++++++++++++++++++
 community-i686/mate-keyring.install   |   11 +++++++
 community-x86_64/PKGBUILD             |   45 ++++++++++++++++++++++++++++++++
 community-x86_64/mate-keyring.install |   11 +++++++
 4 files changed, 112 insertions(+)

Copied: mate-keyring/repos/community-i686/PKGBUILD (from rev 104167, mate-keyring/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-01-16 15:04:52 UTC (rev 104168)
@@ -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
+}

Copied: mate-keyring/repos/community-i686/mate-keyring.install (from rev 104167, mate-keyring/trunk/mate-keyring.install)
===================================================================
--- community-i686/mate-keyring.install	                        (rev 0)
+++ community-i686/mate-keyring.install	2014-01-16 15:04:52 UTC (rev 104168)
@@ -0,0 +1,11 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: mate-keyring/repos/community-x86_64/PKGBUILD (from rev 104167, mate-keyring/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-01-16 15:04:52 UTC (rev 104168)
@@ -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
+}

Copied: mate-keyring/repos/community-x86_64/mate-keyring.install (from rev 104167, mate-keyring/trunk/mate-keyring.install)
===================================================================
--- community-x86_64/mate-keyring.install	                        (rev 0)
+++ community-x86_64/mate-keyring.install	2014-01-16 15:04:52 UTC (rev 104168)
@@ -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