Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 22390 - (hide annotations) (download)
Wed Apr 2 02:39:51 2014 UTC (10 years, 1 month ago) by niro
Original Path: trunk/extras/gcr/gcr-3.14.0-r1.smage2
File size: 645 byte(s)
auto added: ver bump to 3.14.0-r1
1 niro 22390 # $Id$
2    
3     PNAME="gcr"
4     PVER="3.14.0"
5     PBUILD="r1"
6    
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.22
13     >= dev-util/desktop-file-utils-0.20
14     >= x11-themes/hicolor-icon-theme-0.12
15     >= app-crypt/libgcrypt-1.6
16     >= x11-libs/gtk3+-3.14
17     >= app-crypt/p11-kit-0.22"
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     }