# HG changeset patch # User Hans-G?nter Theisgen # Date 1579884077 -3600 # Node ID 674a564e0a69bbc63c8c1471b4b1d6318768ee18 # Parent a4f6d204741c9d54752b791288b139fb3b3b1296 updated florence (0.5.4 -> 0.6.3) diff -r a4f6d204741c -r 674a564e0a69 florence/receipt --- a/florence/receipt Fri Jan 24 17:22:39 2020 +0100 +++ b/florence/receipt Fri Jan 24 17:41:17 2020 +0100 @@ -1,35 +1,38 @@ # SliTaz package receipt. PACKAGE="florence" -VERSION="0.5.4" -SHORT_DESC="On-screen virtual keyboard" +VERSION="0.6.3" +CATEGORY="utilities" +SHORT_DESC="On-screen virtual keyboard." +MAINTAINER="psychomaniak@xakep.ru" LICENSE="GPL" -CATEGORY="utilities" -MAINTAINER="psychomaniak@xakep.ru" +WEB_SITE="https://sourceforge.net/projects/florence/" + TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="https://sourceforge.net/projects/florence/" -WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$VERSION-gtk2/$TARBALL" +WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE/$VERSION/$TARBALL" -DEPENDS="gtk+ GConf librsvg at-spi2 at-spi2-atk gstreamer " -BUILD_DEPENDS="gtk+-dev GConf-dev librsvg-dev at-spi2 at-spi2-atk \ - gstreamer-dev libnotify-dev gnome-doc-utils-dev gnome-doc-utils" +DEPENDS="at-spi2 at-spi2-atk GConf gstreamer-1.0 gtk+3 librsvg" +BUILD_DEPENDS="at-spi2 at-spi2-atk file GConf-dev gstreamer-dev + gnome-doc-utils gnome-doc-utils-dev gtk+3-dev libnotify-dev + librsvg-dev util-linux-uuid-dev" # Rules to configure and make the package. compile_rules() { - ./configure \ - --prefix=/usr \ - --without-panelapplet \ - --without-docs \ - --without-notification \ + ./configure \ + --prefix=/usr \ + --without-panelapplet \ + --without-docs \ + --without-notification \ --disable-schemas-compile - make && make install + make && + make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/* $fs + cp -a $install/* $fs sed 's|Categories.*$|&Utility;|' -i \ $fs/usr/share/applications/florence.desktop }