Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17321 - (show annotations) (download)
Sun Jun 9 10:43:30 2013 UTC (11 years ago) by niro
File size: 583 byte(s)
-fixed src_compile()
1 # $Id$
2
3 PNAME="gnome-disk-utility"
4 PVER="3.8.2"
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.36
13 >= x11-libs/gtk3+-3.8
14 >= sys-fs/udisks2-2.1
15 >= app-crypt/libsecret-0.14
16 >= dev-libs/libpwquality-1.2"
17
18 SDEPEND=">= dev-util/pkgconfig-0.25
19 >= dev-util/intltool-0.50"
20
21 SRCFILE="${PNAME}-${PVER}.tar.xz"
22 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
23
24 sminclude gnome2
25
26 UP2DATE="updatecmd_gnome ${PNAME}"
27
28 src_compile()
29 {
30 cd ${SRCDIR}
31
32 gn2_configure --disable-gsd-plugin || die
33 mmake || die
34 }