Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30899 - (show annotations) (download)
Tue May 15 06:59:15 2018 UTC (5 years, 11 months ago) by niro
File size: 505 byte(s)
-use meson
1 # $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 meson
25
26 UP2DATE="updatecmd_gnome ${PNAME}"