diff --git a/desktop/xfce/addon/xfce4-verve-plugin/actions.py b/desktop/xfce/addon/xfce4-verve-plugin/actions.py new file mode 100644 index 0000000000..0e058c1bc2 --- /dev/null +++ b/desktop/xfce/addon/xfce4-verve-plugin/actions.py @@ -0,0 +1,23 @@ +#!/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() + + pisitools.dosed("libtool", " -shared ", " -Wl,--as-needed -shared ") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "THANKS") + diff --git a/desktop/xfce/addon/xfce4-verve-plugin/pspec.xml b/desktop/xfce/addon/xfce4-verve-plugin/pspec.xml new file mode 100644 index 0000000000..d2688f04e4 --- /dev/null +++ b/desktop/xfce/addon/xfce4-verve-plugin/pspec.xml @@ -0,0 +1,61 @@ + + + + + xfce4-verve-plugin + https://docs.xfce.org/panel-plugins/xfce4-verve-plugin + + fury + wascheme@tuta.io + + GPLv2 + desktop.xfce.addon + library + Command line for Xfce panel. + The Verve panel plugin is a comfortable command line plugin for the Xfce panel. + + https://archive.xfce.org/src/panel-plugins/xfce4-verve-plugin/2.0/xfce4-verve-plugin-2.0.1.tar.bz2 + + + intltool + exo-devel + gtk3-devel + glib2-devel + xfconf-devel + libpcre-devel + libxfce4ui-devel + xfce4-panel-devel + + + + + xfce4-verve-plugin + + gtk3 + glib2 + xfconf + libX11 + libpcre + libxfce4ui + xfce4-panel + libxfce4util + + + /usr/lib + /usr/share + /usr/share/locale + /usr/share/doc + + + + + + 2021-04-10 + 2.0.1 + First Beta build. + fury + uglyside@yandex.ru + + + +