wok-next annotate dconf-editor/receipt @ rev 20068

Up libcanberra (gtk2 and gtk3 support), vala (0.36.4), dconf (0.26.0), gucharmap3 (10.0.0), pycairo (1.15.3), pygobject3 (3.26.0), libgtop. Add dconf-editor, gtksourceview3.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 24 17:49:57 2017 +0300 (2017-10-24)
parents
children 757d032c55c7
rev   line source
al@20068 1 # SliTaz package receipt v2.
al@20068 2
al@20068 3 PACKAGE="dconf-editor"
al@20068 4 VERSION="3.22.3"
al@20068 5 CATEGORY="system-tools"
al@20068 6 SHORT_DESC="A low-level configuration system (graphical editor)"
al@20068 7 MAINTAINER="al.bobylev@gmail.com"
al@20068 8 LICENSE="LGPL2.1"
al@20068 9 WEB_SITE="https://wiki.gnome.org/Projects/dconf"
al@20068 10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/gnome/dconf.html"
al@20068 11
al@20068 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@20068 13 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
al@20068 14
al@20068 15 BUILD_DEPENDS="vala glib-dev gtk+3-dev dconf-dev gettext intltool"
al@20068 16
al@20068 17 compile_rules() {
al@20068 18 # sdft can't process keywords
al@20068 19 sed -i '/_Keywords=/d' editor/ca.desrt.dconf-editor.desktop.in.in
al@20068 20
al@20068 21 ./configure \
al@20068 22 --sysconfdir=/etc \
al@20068 23 $CONFIGURE_ARGS &&
al@20068 24 make &&
al@20068 25 make install
al@20068 26 }
al@20068 27
al@20068 28 genpkg_rules() {
al@20068 29 copy @std
al@20068 30 rm -r $fs/usr/share/icons; cook_copy_icons # only 16 and 48
al@20068 31 rm -r $fs/usr/share/appdata
al@20068 32 DEPENDS="atk cairo dconf gdk-pixbuf glib gtk+3 pango dbus"
al@20068 33 }