Magellan Linux

Contents of /branches/R11-unstable/extras/gnome-keyring/gnome-keyring-3.28.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32770 - (show annotations) (download)
Mon Apr 29 13:38:25 2019 UTC (5 years ago) by niro
File size: 1045 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="gnome-keyring"
4 PVER="3.28.2"
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.10
13 >= dev-libs/glib2-2.56
14 >= dev-libs/dbus-glib-0.110
15 >= app-crypt/libgcrypt-1.8
16 >= app-crypt/libtasn1-4
17 >= x11-libs/gtk3+-3.22
18 >= gnome-base/gcr-3.28
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 }