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

Update/add packages needed for building MATE desktop:
Add: gnome-keyring3, gtkmm3, libappindicator-gtk[23], libfakekey, libgnome-keyring3, libindicator-gtk[23], libpeas.
Update: atkmm, cairomm, gcr, glibmm, gssdp, gupnp, icon-naming-utils, libcap-ng, libspectre, libwnck3, libxklavier, pangomm, perl-xml-sax.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Oct 28 16:45:22 2017 +0300 (2017-10-28)
parents
children 757d032c55c7
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 \
22 --sysconfdir=/etc \
23 $CONFIGURE_ARGS &&
24 make &&
25 make install
26 }
28 genpkg_rules() {
29 copy @std
30 rm -r $fs/usr/share/icons; cook_copy_icons # only 16 and 48
31 rm -r $fs/usr/share/appdata
32 DEPENDS="atk cairo dconf gdk-pixbuf glib gtk+3 pango dbus"
33 }