Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23369 - (hide annotations) (download)
Fri Nov 14 09:41:26 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: 926 byte(s)
-added missing libnotify dep
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 niro 23369 >= x11-libs/libnotify-0.7
15 niro 23368 >= sys-fs/udisks2-2.1
16     >= app-crypt/libsecret-0.18
17     >= dev-libs/libpwquality-1.2
18     >= media-libs/libcanberra-gtk3-0.30
19     >= media-libs/libdvdread-4.2"
20    
21     SDEPEND=">= dev-util/pkgconfig-0.25
22     >= dev-util/intltool-0.50
23     >= gnome-base/gnome-common-3.14"
24    
25     SRCFILE="${PNAME}-${PVER}.tar.xz"
26     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
27    
28     sminclude gnome2
29    
30     SRC_URI+=( mirror://${PNAME}/${PNAME}-3.10.0-make-gsd-conditional.patch )
31    
32     UP2DATE="updatecmd_gnome ${PNAME}"
33    
34     src_prepare()
35     {
36     munpack ${SRCFILE} || die
37     cd ${SRCDIR}
38    
39     mpatch ${PNAME}-3.10.0-make-gsd-conditional.patch || die
40     mautoreconf || die
41     }
42    
43     src_compile()
44     {
45     cd ${SRCDIR}
46    
47     gn2_configure --disable-gsd-plugin || die
48     mmake || die
49     }