wok view florence/receipt @ rev 22763

updated florence (0.5.4 -> 0.6.3)
author Hans-G?nter Theisgen
date Fri Jan 24 17:41:17 2020 +0100 (2020-01-24)
parents 86790a278e70
children 4c8bedebfea2
line source
1 # SliTaz package receipt.
3 PACKAGE="florence"
4 VERSION="0.6.3"
5 CATEGORY="utilities"
6 SHORT_DESC="On-screen virtual keyboard."
7 MAINTAINER="psychomaniak@xakep.ru"
8 LICENSE="GPL"
9 WEB_SITE="https://sourceforge.net/projects/florence/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$VERSION/$TARBALL"
14 DEPENDS="at-spi2 at-spi2-atk GConf gstreamer-1.0 gtk+3 librsvg"
15 BUILD_DEPENDS="at-spi2 at-spi2-atk file GConf-dev gstreamer-dev
16 gnome-doc-utils gnome-doc-utils-dev gtk+3-dev libnotify-dev
17 librsvg-dev util-linux-uuid-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 ./configure \
23 --prefix=/usr \
24 --without-panelapplet \
25 --without-docs \
26 --without-notification \
27 --disable-schemas-compile
28 make &&
29 make install
30 }
32 # Rules to gen a SliTaz package suitable for Tazpkg.
33 genpkg_rules()
34 {
35 cp -a $install/* $fs
36 sed 's|Categories.*$|&Utility;|' -i \
37 $fs/usr/share/applications/florence.desktop
38 }