Magellan Linux

Annotation of /trunk/extras/gcr/gcr-3.20.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30197 - (hide annotations) (download)
Fri Nov 3 09:54:25 2017 UTC (6 years, 7 months ago) by niro
File size: 645 byte(s)
auto added: ver bump to 3.20.0-r2
1 niro 30196 # $Id$
2    
3     PNAME="gcr"
4     PVER="3.20.0"
5 niro 30197 PBUILD="r2"
6 niro 30196
7     PCAT="gnome-base"
8    
9     DESCRIPTION="A library for bits of crypto UI and parsing."
10     HOMEPAGE="http://www.gnome.org/"
11    
12     DEPEND=">= gnome-base/dconf-0.26
13     >= dev-util/desktop-file-utils-0.20
14     >= x11-themes/hicolor-icon-theme-0.12
15     >= app-crypt/libgcrypt-1.8
16     >= x11-libs/gtk3+-3.20
17     >= app-crypt/p11-kit-0.23"
18    
19     SDEPEND=">= dev-util/pkgconfig-0.25
20     >= dev-util/intltool-0.50
21     >= sys-dev/gettext-0.18"
22    
23     SRCFILE="${PNAME}-${PVER}.tar.xz"
24    
25     sminclude gnome2
26    
27     UP2DATE="updatecmd_gnome ${PNAME}"
28    
29     src_compile()
30     {
31     cd ${SRCDIR}
32    
33     gn2_configure --disable-schemas-compile --disable-update-mime || die
34     mmake || die
35     }