Magellan Linux

Annotation of /trunk/extras/dconf-editor/dconf-editor-3.28.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30898 - (hide annotations) (download)
Tue May 15 06:48:11 2018 UTC (6 years ago) by niro
File size: 594 byte(s)
auto added: ver bump to 3.28.0-r1
1 niro 30898 # $Id$
2    
3     PNAME="dconf-editor"
4     PVER="3.28.0"
5     PBUILD="r1"
6    
7     PCAT="gnome-base"
8    
9     DESCRIPTION="GTK3 editor gui for dconf."
10     HOMEPAGE="http://www.gnome.org/"
11    
12     DEPEND=">= dev-libs/libxml2-2.7
13     >= x11-libs/gtk3+-3.20
14     >= x11-apps/gtk-update-icon-cache-2.24
15     >= gnome-base/dconf-0.28"
16    
17     SDEPEND=">= dev-util/pkgconfig-0.25
18     >= dev-util/intltool-0.50
19     >= dev-lang/vala-0.40
20     >= app-text/docbook-xsl-stylesheets-1.78"
21    
22     SRCFILE="${PNAME}-${PVER}.tar.xz"
23    
24     sminclude mtools gnome2
25    
26     UP2DATE="updatecmd_gnome ${PNAME}"
27    
28     src_compile()
29     {
30     cd ${SRCDIR}
31    
32     gn2_configure --disable-schema-compile || die
33     mmake || die
34     }