Magellan Linux

Contents of /trunk/extras/gnome-disk-utility/gnome-disk-utility-3.6.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13375 - (show annotations) (download)
Fri Oct 5 18:26:37 2012 UTC (11 years, 8 months ago) by niro
File size: 462 byte(s)
-added missing libsecret dependency
1 # $Id$
2
3 PNAME="gnome-disk-utility"
4 PVER="3.6.0"
5 PBUILD="r1"
6
7 PCAT="sys-apps"
8
9 DESCRIPTION="Disk Utility for GNOME using udisks."
10 HOMEPAGE="http://www.gnome.org/"
11
12 DEPEND=">= dev-libs/glib2-2.34
13 >= x11-libs/gtk3+-3.6
14 >= sys-fs/udisks2-2.0
15 >= app-crypt/libsecret-0.10"
16
17 SDEPEND=">= dev-util/pkgconfig-0.25
18 >= dev-util/intltool-0.50"
19
20 SRCFILE="${PNAME}-${PVER}.tar.xz"
21 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
22
23 sminclude gnome2
24
25 UP2DATE="updatecmd_gnome ${PNAME}"