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

gimp: tiny edits
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Apr 04 17:32:49 2018 +0300 (2018-04-04)
parents 05d4a6d977d4
children 10df65db91ad
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
28 rm -r $fs/usr/share/icons; cook_copy_icons # only 16 and 48
29 rm -r $fs/usr/share/appdata
30 DEPENDS="atk cairo dconf gdk-pixbuf glib gtk+3 pango dbus"
31 }