wok-next view dconf-editor/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 757d032c55c7
children 6565d9a3d3eb
line source
1 # SliTaz package receipt v2.
3 PACKAGE="dconf-editor"
4 VERSION="3.22.3"
5 CATEGORY="system-tools"
6 SHORT_DESC="A low-level configuration system (graphical editor)"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://wiki.gnome.org/Projects/dconf"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/gnome/dconf.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
15 BUILD_DEPENDS="vala glib-dev gtk+3-dev dconf-dev gettext intltool"
17 compile_rules() {
18 # sdft can't process keywords
19 sed -i '/_Keywords=/d' editor/ca.desrt.dconf-editor.desktop.in.in
21 ./configure $CONFIGURE_ARGS &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 copy @std @ico # only 16 and 48 icons
28 rm -r $fs/usr/share/appdata
29 DEPENDS="atk cairo dconf gdk-pixbuf glib gtk+3 pango dbus"
30 }