Magellan Linux

Annotation of /trunk/extras/gnome-keyring/gnome-keyring-3.20.1-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30198 - (hide annotations) (download)
Fri Nov 3 10:01:46 2017 UTC (6 years, 7 months ago) by niro
File size: 1045 byte(s)
auto added: ver bump to 3.20.1-r2
1 niro 30198 # $Id$
2    
3     PNAME="gnome-keyring"
4     PVER="3.20.1"
5     PBUILD="r2"
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.10
13     >= dev-libs/glib2-2.54
14     >= dev-libs/dbus-glib-0.108
15     >= app-crypt/libgcrypt-1.8
16     >= app-crypt/libtasn1-4
17     >= x11-libs/gtk3+-3.22
18     >= gnome-base/gcr-3.20
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     >= app-text/docbook-xsl-stylesheets-1.78"
25    
26     SRCFILE="${PNAME}-${PVER}.tar.xz"
27    
28     sminclude gnome2 glib2
29    
30     UP2DATE="updatecmd_gnome ${PNAME}"
31    
32     src_compile()
33     {
34     cd ${SRCDIR}
35    
36     gn2_configure \
37     --disable-schemas-compile \
38     --with-gtk=3.0 \
39     --disable-debug \
40     --disable-tests \
41     --disable-valgrind \
42     --enable-pam \
43     --enable-acl-prompts \
44     --enable-ssh-agent \
45     --enable-gpg-agent \
46     --with-pam-dir=/usr/$(mlibdir)/security \
47     --with-root-certs=/usr/share/ca-certificates/ \
48     || die
49    
50     mmake || die
51     }
52    
53     postinstall()
54     {
55     glib2_update_schemas
56     }
57    
58     postremove()
59     {
60     glib2_update_schemas
61     }