[arch-commits] Commit in gnome-keyring/repos (6 files)
Ionut Biru
ibiru at archlinux.org
Thu Sep 1 16:56:45 UTC 2011
Date: Thursday, September 1, 2011 @ 12:56:45
Author: ibiru
Revision: 136804
archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64
Added:
gnome-keyring/repos/gnome-unstable-i686/
gnome-keyring/repos/gnome-unstable-i686/PKGBUILD
(from rev 136803, gnome-keyring/trunk/PKGBUILD)
gnome-keyring/repos/gnome-unstable-i686/gnome-keyring.install
(from rev 136803, gnome-keyring/trunk/gnome-keyring.install)
gnome-keyring/repos/gnome-unstable-x86_64/
gnome-keyring/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 136803, gnome-keyring/trunk/PKGBUILD)
gnome-keyring/repos/gnome-unstable-x86_64/gnome-keyring.install
(from rev 136803, gnome-keyring/trunk/gnome-keyring.install)
---------------------------------------------+
gnome-unstable-i686/PKGBUILD | 32 ++++++++++++++++++++++++++
gnome-unstable-i686/gnome-keyring.install | 14 +++++++++++
gnome-unstable-x86_64/PKGBUILD | 32 ++++++++++++++++++++++++++
gnome-unstable-x86_64/gnome-keyring.install | 14 +++++++++++
4 files changed, 92 insertions(+)
Copied: gnome-keyring/repos/gnome-unstable-i686/PKGBUILD (from rev 136803, gnome-keyring/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2011-09-01 16:56:45 UTC (rev 136804)
@@ -0,0 +1,32 @@
+#$Id$
+# Maintainer: Jan De Groot <jgc at archlinux.org>
+
+pkgname=gnome-keyring
+pkgver=3.1.90
+pkgrel=1
+pkgdesc="GNOME Password Management daemon"
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('gtk3' 'dconf' 'libgcrypt' 'p11-kit' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool' 'python2')
+groups=('gnome')
+options=('!libtool' '!emptydirs')
+url="http://www.gnome.org"
+install=gnome-keyring.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('044b9758d9a9e147a6fc3443a2e28731c129876eebe44855b17fe453489f28e3')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var --disable-static \
+ --libexecdir=/usr/lib/gnome-keyring \
+ --with-pam-dir=/lib/security --with-root-certs=/etc/ssl/certs \
+ --disable-schemas-compile --disable-update-mime
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
Copied: gnome-keyring/repos/gnome-unstable-i686/gnome-keyring.install (from rev 136803, gnome-keyring/trunk/gnome-keyring.install)
===================================================================
--- gnome-unstable-i686/gnome-keyring.install (rev 0)
+++ gnome-unstable-i686/gnome-keyring.install 2011-09-01 16:56:45 UTC (rev 136804)
@@ -0,0 +1,14 @@
+post_install() {
+ usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+ update-mime-database usr/share/mime 1> /dev/null
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
Copied: gnome-keyring/repos/gnome-unstable-x86_64/PKGBUILD (from rev 136803, gnome-keyring/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2011-09-01 16:56:45 UTC (rev 136804)
@@ -0,0 +1,32 @@
+#$Id$
+# Maintainer: Jan De Groot <jgc at archlinux.org>
+
+pkgname=gnome-keyring
+pkgver=3.1.90
+pkgrel=1
+pkgdesc="GNOME Password Management daemon"
+arch=(i686 x86_64)
+license=('GPL' 'LGPL')
+depends=('gtk3' 'dconf' 'libgcrypt' 'p11-kit' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool' 'python2')
+groups=('gnome')
+options=('!libtool' '!emptydirs')
+url="http://www.gnome.org"
+install=gnome-keyring.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('044b9758d9a9e147a6fc3443a2e28731c129876eebe44855b17fe453489f28e3')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var --disable-static \
+ --libexecdir=/usr/lib/gnome-keyring \
+ --with-pam-dir=/lib/security --with-root-certs=/etc/ssl/certs \
+ --disable-schemas-compile --disable-update-mime
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
Copied: gnome-keyring/repos/gnome-unstable-x86_64/gnome-keyring.install (from rev 136803, gnome-keyring/trunk/gnome-keyring.install)
===================================================================
--- gnome-unstable-x86_64/gnome-keyring.install (rev 0)
+++ gnome-unstable-x86_64/gnome-keyring.install 2011-09-01 16:56:45 UTC (rev 136804)
@@ -0,0 +1,14 @@
+post_install() {
+ usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
+ update-mime-database usr/share/mime 1> /dev/null
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
More information about the arch-commits
mailing list