Magellan Linux

Contents of /trunk/extras/dconf-editor/dconf-editor-3.26.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30278 - (show annotations) (download)
Thu Nov 16 08:20:31 2017 UTC (6 years, 5 months ago) by niro
File size: 594 byte(s)
auto added: ver bump to 3.26.2-r1
1 # $Id$
2
3 PNAME="dconf-editor"
4 PVER="3.26.2"
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.26"
16
17 SDEPEND=">= dev-util/pkgconfig-0.25
18 >= dev-util/intltool-0.50
19 >= dev-lang/vala-0.32
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 }