Magellan Linux

Contents of /branches/R11-stable/extras/gnome-disk-utility/gnome-disk-utility-3.8.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17931 - (show annotations) (download)
Thu Jun 27 06:30:32 2013 UTC (10 years, 10 months ago) by niro
File size: 831 byte(s)
-release branches/R11-stable
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 >= gnome-base/gnome-common-3.7"
21
22 SRCFILE="${PNAME}-${PVER}.tar.xz"
23 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
24
25 sminclude gnome2
26
27 SRC_URI+=( mirror://${PNAME}/${PNAME}-${PVER}-make-gsd-conditional.patch )
28
29 UP2DATE="updatecmd_gnome ${PNAME}"
30
31 src_prepare()
32 {
33 munpack ${SRCFILE} || die
34 cd ${SRCDIR}
35
36 mpatch ${PNAME}-${PVER}-make-gsd-conditional.patch || die
37 mautoreconf || die
38 }
39
40 src_compile()
41 {
42 cd ${SRCDIR}
43
44 gn2_configure --disable-gsd-plugin || die
45 mmake || die
46 }