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 25261 - (hide annotations) (download)
Tue Nov 25 03:18:44 2014 UTC (9 years, 6 months ago) by niro
File size: 968 byte(s)
-release branches/R11-unstable
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 niro 23371 >= gnome-base/gnome-common-3.14
24     >= app-text/docbook-xsl-stylesheets-1.78"
25 niro 23368
26     SRCFILE="${PNAME}-${PVER}.tar.xz"
27     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
28    
29     sminclude gnome2
30    
31     SRC_URI+=( mirror://${PNAME}/${PNAME}-3.10.0-make-gsd-conditional.patch )
32    
33     UP2DATE="updatecmd_gnome ${PNAME}"
34    
35     src_prepare()
36     {
37     munpack ${SRCFILE} || die
38     cd ${SRCDIR}
39    
40     mpatch ${PNAME}-3.10.0-make-gsd-conditional.patch || die
41     mautoreconf || die
42     }
43    
44     src_compile()
45     {
46     cd ${SRCDIR}
47    
48     gn2_configure --disable-gsd-plugin || die
49     mmake || die
50     }