From 057c37945e6089d7c3a86cf8224cc534c7d7541f Mon Sep 17 00:00:00 2001 From: erkanisik1 Date: Fri, 26 Jun 2020 14:01:55 +0300 Subject: [PATCH] add to new package florence --- hardware/misc/florence/actions.py | 21 +++++++ hardware/misc/florence/pspec.xml | 91 +++++++++++++++++++++++++++++++ 2 files changed, 112 insertions(+) create mode 100644 hardware/misc/florence/actions.py create mode 100644 hardware/misc/florence/pspec.xml diff --git a/hardware/misc/florence/actions.py b/hardware/misc/florence/actions.py new file mode 100644 index 0000000000..03b1f9d753 --- /dev/null +++ b/hardware/misc/florence/actions.py @@ -0,0 +1,21 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + autotools.configure("--disable-static --without-docs") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README") + diff --git a/hardware/misc/florence/pspec.xml b/hardware/misc/florence/pspec.xml new file mode 100644 index 0000000000..972b0c8631 --- /dev/null +++ b/hardware/misc/florence/pspec.xml @@ -0,0 +1,91 @@ + + + + + florence + http://florence.sourceforge.net/english.html + + Osman Erkan + osman.erkan@pisilinux.org + + GPLv2 + app:gui + On-screen virtual keyboard. + + Florence is an extensible scalable on-screen virtual keyboard for GNOME that stays out of your way when not needed. You need it if you can't use a real keyboard either because of a handicap, broken keyboard or tablet PC but you can use a pointing devide. + + + https://sourceforge.net/projects/florence/files/florence/0.6.3/florence-0.6.3.tar.bz2 + + + intltool + gtk3-devel + + cairo-devel + pango-devel + libxml2-devel + librsvg-devel + libXtst-devel + libXext-devel + gstreamer-devel + libnotify-devel + gdk-pixbuf-devel + at-spi2-core-devel + + + + + florence + + gtk3 + cairo + pango + libX11 + libxml2 + librsvg + libXtst + libXext + gstreamer + libnotify + gdk-pixbuf + at-spi2-core + + + /usr/bin + /usr/lib + /usr/share + /usr/share/applications + /usr/share/florence + /usr/share/glib-2.0 + /usr/share/pixmaps + /usr/share/locale + /usr/share/doc + + + + + florence-devel + + florence + glib2-devel + + + /usr/include + /usr/lib/pkgconfig/florence-1.0.pc + + + + + + 2020-01-09 + 0.6.3 + First release + fury + wascheme@tuta.io + + + +