Magellan Linux

Contents of /branches/magellan-next/extras/gnome-disk-utility/gnome-disk-utility-2.32.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8333 - (show annotations) (download)
Thu Jul 14 20:56:22 2011 UTC (12 years, 10 months ago) by niro
File size: 1173 byte(s)
auto added: ver bump to 2.32.1-r1
1 # $Id$
2
3 PNAME="gnome-disk-utility"
4 PVER="2.32.1"
5 PBUILD="r1"
6
7 PCATEGORIE="sys-apps"
8
9 DESCRIPTION="Disk Utility for GNOME using udisks."
10 HOMEPAGE="http://www.gnome.org/"
11
12 DEPEND=">= dev-libs/glib2-2.28
13 >= x11-libs/gtk2+-2.24
14 >= dev-libs/dbus-glib-0.92
15 >=dev-libs/libunique-1.1
16 >= sys-fs/udisks-1.0.3
17 >=dev-libs/libatasmart-0.17
18 >= x11-libs/libnotify-0.7
19 >= net-dns/avahi-0.6.30
20 >= x11-misc/xdg-utils-1.1
21 >= sys-fs/dosfstools-3"
22
23 SDEPEND=">= sys-dev/gettext-0.18
24 gnome-base/gnome-common
25 >= app-text/docbook-xml-dtd41-4.12
26 >= dev-util/pkgconfig-0.25
27 >=dev-util/intltool-0.41"
28
29 SRCFILE="${PNAME}-${PVER}.tar.gz"
30 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
31
32 sminclude gnome2
33
34 SRC_URI=( ${SRC_URI[*]}
35 mirror://${PNAME}/${PNAME}-${PVER}-non-utf8-crash.patch
36 )
37
38 UP2DATE="updatecmd_gnome ${PNAME}"
39
40 src_prepare()
41 {
42 munpack ${SRCFILE} || die
43 cd ${SRCDIR}
44
45 # force GduPresentable ids to be UTF-8 to solve crashes and freezes, upstream bug #616198
46 mpatch ${PNAME}-${PVER}-non-utf8-crash.patch || die
47 }
48
49 src_compile()
50 {
51 cd ${SRCDIR}
52
53 mconfigure \
54 --enable-avahi-ui \
55 --enable-remote-access \
56 --disable-nautilus \
57 --disable-gnome-keyring\
58 || die
59
60 mmake || die
61 }