Magellan Linux

Annotation of /branches/R11-stable/extras/gnome-keyring/gnome-keyring-3.14.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 22885 - (hide annotations) (download)
Tue Oct 28 09:07:11 2014 UTC (9 years, 7 months ago) by niro
File size: 1004 byte(s)
-release branches/R11-stable
1 niro 22395 # $Id$
2    
3     PNAME="gnome-keyring"
4     PVER="3.14.0"
5     PBUILD="r1"
6    
7     PCAT="gnome-base"
8    
9     DESCRIPTION="Password and keyring managing daemon."
10     HOMEPAGE="http://www.gnome.org/"
11    
12     DEPEND=">= sys-apps/dbus-1.8
13     >= dev-libs/glib2-2.42
14     >= dev-libs/dbus-glib-0.102
15     >= app-crypt/libgcrypt-1.6
16     >= app-crypt/libtasn1-3.3
17     >= x11-libs/gtk3+-3.14
18     >= gnome-base/gcr-3.14
19     >= sys-libs/pam-1.1"
20    
21     SDEPEND=">= dev-util/pkgconfig-0.25
22     >= dev-util/intltool-0.50
23     >= sys-dev/gettext-0.18"
24    
25     SRCFILE="${PNAME}-${PVER}.tar.xz"
26    
27     sminclude gnome2 glib2
28    
29     UP2DATE="updatecmd_gnome ${PNAME}"
30    
31     src_compile()
32     {
33     cd ${SRCDIR}
34    
35     gn2_configure \
36     --disable-schemas-compile \
37     --with-gtk=3.0 \
38     --disable-debug \
39     --disable-tests \
40     --disable-valgrind \
41     --enable-pam \
42     --enable-acl-prompts \
43     --enable-ssh-agent \
44     --enable-gpg-agent \
45     --with-pam-dir=/usr/$(mlibdir)/security \
46     --with-root-certs=/usr/share/ca-certificates/ \
47     || die
48    
49     mmake || die
50     }
51    
52     postinstall()
53     {
54     glib2_update_schemas
55     }
56    
57     postremove()
58     {
59     glib2_update_schemas
60     }