From a564b1094ce66e03a103735921940d234d672aac Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Thu, 26 Apr 2018 00:37:58 +0300 Subject: [PATCH] libfm-extra --- desktop/lxqt/libfm-extra/actions.py | 28 ++++++++++++ desktop/lxqt/libfm-extra/pspec.xml | 55 +++++++++++++++++++++++ desktop/lxqt/libfm-extra/translations.xml | 14 ++++++ 3 files changed, 97 insertions(+) create mode 100644 desktop/lxqt/libfm-extra/actions.py create mode 100644 desktop/lxqt/libfm-extra/pspec.xml create mode 100644 desktop/lxqt/libfm-extra/translations.xml diff --git a/desktop/lxqt/libfm-extra/actions.py b/desktop/lxqt/libfm-extra/actions.py new file mode 100644 index 0000000000..c7efca60f1 --- /dev/null +++ b/desktop/lxqt/libfm-extra/actions.py @@ -0,0 +1,28 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt + + +from pisi.actionsapi import shelltools +from pisi.actionsapi import get +from pisi.actionsapi import pisitools +from pisi.actionsapi import autotools + +def setup(): + shelltools.system("./autogen.sh") + autotools.configure("--sysconfdir=/etc \ + --with-extra-only \ + --with-gtk=no \ + --disable-static") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + pisitools.remove("/usr/include/libfm") + pisitools.dodir("/usr/include/libfm") + pisitools.domove("/usr/include/libfm-1.0/*", "/usr/include/libfm") + pisitools.removeDir("/usr/include/libfm-1.0") + pisitools.dodoc("AUTHORS", "COPYING") \ No newline at end of file diff --git a/desktop/lxqt/libfm-extra/pspec.xml b/desktop/lxqt/libfm-extra/pspec.xml new file mode 100644 index 0000000000..d33d5caf7b --- /dev/null +++ b/desktop/lxqt/libfm-extra/pspec.xml @@ -0,0 +1,55 @@ + + + + libfm-extra + http://www.lxde.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPL2 + lxqt + library + Core library of PCManFM file manager + libfm is a Core library of PCManFM file manager + + gettext-devel + glib2-devel + gtk-doc + intltool + + https://github.com/lxde/libfm/archive/1.2.5.tar.gz + + + libfm-extra + Development headers for libfm-qt + + glib2 + + + /usr/lib/libfm-extra* + /usr/share/doc + + + + libfm-extra-devel + Development headers for libfm-qt + + libfm-extra + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + + + + + 2018-04-23 + 1.2.5 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + diff --git a/desktop/lxqt/libfm-extra/translations.xml b/desktop/lxqt/libfm-extra/translations.xml new file mode 100644 index 0000000000..d06306182f --- /dev/null +++ b/desktop/lxqt/libfm-extra/translations.xml @@ -0,0 +1,14 @@ + + + libfm-qt + LXDE dosya yönetimi kitaplıkları + libfm-qt, LXDE için dosya yönetim kitaplıklarını içerir. + + + + + llibfm-qt-devel + LXDE dosya yönetimi kitaplıkları + libfm-qt, LXDE için dosya yönetim kitaplıklarını içerir. + + \ No newline at end of file