Magellan Linux

Annotation of /branches/R11-unstable/extras/libsecret/libsecret-0.18.7-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31920 - (hide annotations) (download)
Wed Jan 2 12:43:53 2019 UTC (5 years, 4 months ago) by niro
Original Path: trunk/extras/libsecret/libsecret-0.18.7-r1.smage2
File size: 555 byte(s)
auto added: ver bump to 0.18.7-r1
1 niro 31920 # $Id$
2    
3     PNAME="libsecret"
4     PVER="0.18.7"
5     PBUILD="r1"
6    
7     PCAT="app-crypt"
8    
9     DESCRIPTION="GObject library for accessing the freedesktop.org Secret Service API."
10     HOMEPAGE="https://live.gnome.org/Libsecret"
11    
12     DEPEND=">= dev-libs/glib2-2.54
13     >= app-crypt/libgcrypt-1.8"
14    
15     SDEPEND=">= dev-util/pkgconfig-0.25
16     >= dev-util/intltool-0.50
17     >= dev-libs/gobject-introspection-1.54
18     >= dev-libs/libxslt-1.1.28
19     >= app-text/docbook-xml-dtd42-4.2"
20    
21     SRCFILE="${PNAME}-${PVER}.tar.xz"
22     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
23    
24     sminclude gnome2
25    
26     UP2DATE="updatecmd_gnome ${PNAME}"