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

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents 6565d9a3d3eb
children
rev   line source
al@20068 1 # SliTaz package receipt v2.
al@20068 2
al@20068 3 PACKAGE="dconf-editor"
al@21005 4 VERSION="3.30.2"
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@21005 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/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@21020 15 BUILD_DEPENDS="meson ninja vala libxml2-tools dconf-dev gtk3-dev gettext-dev"
al@20068 16
al@20068 17 compile_rules() {
al@21005 18 mkdir build
al@21005 19 cd build
al@20068 20
al@21005 21 meson-wrapper &&
al@21005 22 ninja &&
al@21005 23 ninja install
al@20068 24 }
al@20068 25
al@20068 26 genpkg_rules() {
al@20604 27 copy @std @ico # only 16 and 48 icons
al@21005 28 DEPENDS="dconf glib gtk3 dbus"
al@20068 29 }