wok-next annotate dconf-editor/receipt @ rev 20604
More fix libtool.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Apr 19 13:15:41 2018 +0300 (2018-04-19) |
parents | 757d032c55c7 |
children | 6565d9a3d3eb |
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@20534 | 21 ./configure $CONFIGURE_ARGS && |
al@20068 | 22 make && |
al@20068 | 23 make install |
al@20068 | 24 } |
al@20068 | 25 |
al@20068 | 26 genpkg_rules() { |
al@20604 | 27 copy @std @ico # only 16 and 48 icons |
al@20068 | 28 rm -r $fs/usr/share/appdata |
al@20068 | 29 DEPENDS="atk cairo dconf gdk-pixbuf glib gtk+3 pango dbus" |
al@20068 | 30 } |