Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11947 - (show annotations) (download)
Mon Apr 30 15:19:55 2012 UTC (12 years, 1 month ago) by niro
File size: 433 byte(s)
-fixed SRCFILE and intltool dep
1 # $Id$
2
3 PNAME="gnome-disk-utility"
4 PVER="3.4.1"
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.32
13 >= x11-libs/gtk3+-3.4
14 >= sys-fs/udisks2-1.94"
15
16 SDEPEND=">= dev-util/pkgconfig-0.25
17 >=dev-util/intltool-0.50"
18
19 SRCFILE="${PNAME}-${PVER}.tar.xz"
20 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
21
22 sminclude gnome2
23
24 UP2DATE="updatecmd_gnome ${PNAME}"