wok-next diff 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
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dconf-editor/receipt	Tue Oct 24 17:49:57 2017 +0300
     1.3 @@ -0,0 +1,33 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="dconf-editor"
     1.7 +VERSION="3.22.3"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="A low-level configuration system (graphical editor)"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="LGPL2.1"
    1.12 +WEB_SITE="https://wiki.gnome.org/Projects/dconf"
    1.13 +LFS="http://www.linuxfromscratch.org/blfs/view/stable/gnome/dconf.html"
    1.14 +
    1.15 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.16 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.17 +
    1.18 +BUILD_DEPENDS="vala glib-dev gtk+3-dev dconf-dev gettext intltool"
    1.19 +
    1.20 +compile_rules() {
    1.21 +	# sdft can't process keywords
    1.22 +	sed -i '/_Keywords=/d' editor/ca.desrt.dconf-editor.desktop.in.in
    1.23 +
    1.24 +	./configure \
    1.25 +		--sysconfdir=/etc \
    1.26 +		$CONFIGURE_ARGS &&
    1.27 +	make &&
    1.28 +	make install
    1.29 +}
    1.30 +
    1.31 +genpkg_rules() {
    1.32 +	copy @std
    1.33 +	rm -r $fs/usr/share/icons; cook_copy_icons # only 16 and 48
    1.34 +	rm -r $fs/usr/share/appdata
    1.35 +	DEPENDS="atk cairo dconf gdk-pixbuf glib gtk+3 pango   dbus"
    1.36 +}