diff --git a/desktop/lxde/pcmanfm/actions.py b/desktop/lxde/pcmanfm/actions.py new file mode 100644 index 0000000000..3f62763862 --- /dev/null +++ b/desktop/lxde/pcmanfm/actions.py @@ -0,0 +1,20 @@ +#!/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, pisitools, get + +def setup(): + pisitools.cflags.add("-Wno-deprecated-declarations -Wno-incompatible-pointer-types") + autotools.configure("--with-gtk=3") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "NEWS") + diff --git a/desktop/lxde/pcmanfm/pspec.xml b/desktop/lxde/pcmanfm/pspec.xml new file mode 100644 index 0000000000..369ad19707 --- /dev/null +++ b/desktop/lxde/pcmanfm/pspec.xml @@ -0,0 +1,63 @@ + + + + + pcmanfm + https://www.lxde.org/ + + fury + uglyside@yandex.ru + + GPL-2 + app:gui + desktop.lxde + LXDE default file manager. + PCMan File Manager is an extremly fast and lightweight file manager for LXDE. + + mirrors://sourceforge/pcmanfm/pcmanfm-1.3.2.tar.xz + + + intltool + gtk3-devel + pango-devel + cairo-devel + gdk-pixbuf-devel + libfilemanager-lxde-devel + + + + + pcmanfm + + atk + gtk3 + glib2 + pango + cairo + libX11 + gdk-pixbuf + libfilemanager-lxde + + + /etc + /usr/bin + /usr/include + /usr/lib + /usr/share + /usr/share/locale + /usr/share/man + /usr/share/doc + + + + + + 2022-04-14 + 1.3.2 + First build. + fury + uglyside@yandex.ru + + + +