wok-undigest view dconf-editor/receipt @ rev 1229

updated libgio and libgio-dev (2.43.3 -> 2.62.4)
author Hans-G?nter Theisgen
date Wed Sep 09 14:00:14 2020 +0100 (2020-09-09)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="dconf-editor"
4 VERSION="0.13.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="GTK+3 editor for dconf"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://live.gnome.org/dconf"
11 WANTED="dconf"
12 DEPENDS="dconf"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p \
18 $fs/usr/bin \
19 $fs/usr/share/pixmaps
20 cp -a $install/usr/bin/dconf-editor $fs/usr/bin
21 cp -a $install/usr/share/applications $fs/usr/share
22 cp -a $install/usr/share/dconf-editor $fs/usr/share
23 cp -a $install/usr/share/icons/hicolor/48x48/apps/dconf-editor.png \
24 $fs/usr/share/pixmaps
25 }