wok 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 a4f6d204741c
children 4c8bedebfea2
files florence/receipt
line diff
     1.1 --- a/florence/receipt	Fri Jan 24 17:22:39 2020 +0100
     1.2 +++ b/florence/receipt	Fri Jan 24 17:41:17 2020 +0100
     1.3 @@ -1,35 +1,38 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="florence"
     1.7 -VERSION="0.5.4"
     1.8 -SHORT_DESC="On-screen virtual keyboard"
     1.9 +VERSION="0.6.3"
    1.10 +CATEGORY="utilities"
    1.11 +SHORT_DESC="On-screen virtual keyboard."
    1.12 +MAINTAINER="psychomaniak@xakep.ru"
    1.13  LICENSE="GPL"
    1.14 -CATEGORY="utilities"
    1.15 -MAINTAINER="psychomaniak@xakep.ru"
    1.16 +WEB_SITE="https://sourceforge.net/projects/florence/"
    1.17 +
    1.18  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.19 -WEB_SITE="https://sourceforge.net/projects/florence/"
    1.20 -WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$VERSION-gtk2/$TARBALL"
    1.21 +WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$VERSION/$TARBALL"
    1.22  
    1.23 -DEPENDS="gtk+ GConf librsvg at-spi2 at-spi2-atk gstreamer "
    1.24 -BUILD_DEPENDS="gtk+-dev GConf-dev librsvg-dev at-spi2 at-spi2-atk \
    1.25 - gstreamer-dev libnotify-dev gnome-doc-utils-dev gnome-doc-utils"
    1.26 +DEPENDS="at-spi2 at-spi2-atk GConf gstreamer-1.0 gtk+3 librsvg"
    1.27 +BUILD_DEPENDS="at-spi2 at-spi2-atk file GConf-dev gstreamer-dev 
    1.28 +	gnome-doc-utils gnome-doc-utils-dev gtk+3-dev libnotify-dev 
    1.29 +	librsvg-dev util-linux-uuid-dev"
    1.30  
    1.31  # Rules to configure and make the package.
    1.32  compile_rules()
    1.33  {
    1.34 -	./configure \
    1.35 -		--prefix=/usr \
    1.36 -		--without-panelapplet \
    1.37 -		--without-docs \
    1.38 -		--without-notification \
    1.39 +	./configure			\
    1.40 +		--prefix=/usr		\
    1.41 +		--without-panelapplet	\
    1.42 +		--without-docs		\
    1.43 +		--without-notification	\
    1.44  		--disable-schemas-compile
    1.45 -	make && make install
    1.46 +	make &&
    1.47 +	make install
    1.48  }
    1.49  
    1.50  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.51  genpkg_rules()
    1.52  {
    1.53 -	cp -a $install/* $fs
    1.54 +	cp -a $install/*	$fs
    1.55  	sed 's|Categories.*$|&Utility;|' -i \
    1.56  		$fs/usr/share/applications/florence.desktop
    1.57  }