Magellan Linux

Annotation of /branches/R11-unstable/extras/gnome-disk-utility/gnome-disk-utility-3.14.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23368 - (hide annotations) (download)
Fri Nov 14 09:31:34 2014 UTC (9 years, 6 months ago) by niro
Original Path: trunk/extras/gnome-disk-utility/gnome-disk-utility-3.14.0-r1.smage2
File size: 899 byte(s)
auto added: ver bump to 3.14.0-r1
1 niro 23368 # $Id$
2    
3     PNAME="gnome-disk-utility"
4     PVER="3.14.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.42
13     >= x11-libs/gtk3+-3.14
14     >= sys-fs/udisks2-2.1
15     >= app-crypt/libsecret-0.18
16     >= dev-libs/libpwquality-1.2
17     >= media-libs/libcanberra-gtk3-0.30
18     >= media-libs/libdvdread-4.2"
19    
20     SDEPEND=">= dev-util/pkgconfig-0.25
21     >= dev-util/intltool-0.50
22     >= gnome-base/gnome-common-3.14"
23    
24     SRCFILE="${PNAME}-${PVER}.tar.xz"
25     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
26    
27     sminclude gnome2
28    
29     SRC_URI+=( mirror://${PNAME}/${PNAME}-3.10.0-make-gsd-conditional.patch )
30    
31     UP2DATE="updatecmd_gnome ${PNAME}"
32    
33     src_prepare()
34     {
35     munpack ${SRCFILE} || die
36     cd ${SRCDIR}
37    
38     mpatch ${PNAME}-3.10.0-make-gsd-conditional.patch || die
39     mautoreconf || die
40     }
41    
42     src_compile()
43     {
44     cd ${SRCDIR}
45    
46     gn2_configure --disable-gsd-plugin || die
47     mmake || die
48     }