wok-next annotate florence-gtk2/receipt @ rev 20799

libbonobo: add patch; up florence to the latest version; add old florence-gtk2; add alure and jpegoptim; update dependencies.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 12 00:53:16 2018 +0300 (2018-06-12)
parents
children d958fec46c9f
rev   line source
al@20799 1 # SliTaz package receipt v2.
al@20799 2
al@20799 3 PACKAGE="florence-gtk2"
al@20799 4 VERSION="0.5.4"
al@20799 5 CATEGORY="utilities"
al@20799 6 SHORT_DESC="On-screen virtual keyboard (GTK2 version)"
al@20799 7 MAINTAINER="psychomaniak@xakep.ru"
al@20799 8 LICENSE="GPL"
al@20799 9 WEB_SITE="http://sourceforge.net/projects/florence/"
al@20799 10
al@20799 11 TARBALL="florence-$VERSION.tar.bz2"
al@20799 12 WGET_URL="$SF_MIRROR/florence/$TARBALL"
al@20799 13
al@20799 14 BUILD_DEPENDS="intltool GConf-dev xorg-libX11-dev glib-dev cairo-dev \
al@20799 15 librsvg-dev libxml2-dev gtk+-dev gstreamer0-dev xorg-libXtst-dev \
al@20799 16 at-spi2-core-dev at-spi2-atk-dev gtk+-dev"
al@20799 17
al@20799 18 compile_rules() {
al@20799 19 ./configure \
al@20799 20 --without-panelapplet \
al@20799 21 --without-docs \
al@20799 22 --without-notification \
al@20799 23 $CONFIGURE_ARGS &&
al@20799 24 make -j1 &&
al@20799 25 make -j1 install
al@20799 26 }
al@20799 27
al@20799 28 genpkg_rules() {
al@20799 29 copy @std *.mo
al@20799 30 DEPENDS="GConf at-spi2-core cairo gdk-pixbuf glib gstreamer0 gtk+ librsvg \
al@20799 31 libxml2 pango xorg-libX11 xorg-libXtst"
al@20799 32 PROVIDE="florence"
al@20799 33 }