Merge pull request #4744 from ayhanyalcinsoy/master

libfm-extra
This commit is contained in:
2018-04-26 00:39:34 +03:00
committed by GitHub
3 changed files with 97 additions and 0 deletions
+28
View File
@@ -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")
+55
View File
@@ -0,0 +1,55 @@
<PISI>
<Source>
<Name>libfm-extra</Name>
<Homepage>http://www.lxde.org</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPL2</License>
<Icon>lxqt</Icon>
<IsA>library</IsA>
<Summary>Core library of PCManFM file manager</Summary>
<Description>libfm is a Core library of PCManFM file manager</Description>
<BuildDependencies>
<Dependency>gettext-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>gtk-doc</Dependency>
<Dependency>intltool</Dependency>
</BuildDependencies>
<Archive sha1sum="f4e6a8457a16158ed3999b30ed6309e7d67d9083" type="targz">https://github.com/lxde/libfm/archive/1.2.5.tar.gz</Archive>
</Source>
<Package>
<Name>libfm-extra</Name>
<Summary>Development headers for libfm-qt</Summary>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/libfm-extra*</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libfm-extra-devel</Name>
<Summary>Development headers for libfm-qt</Summary>
<RuntimeDependencies>
<Dependency release="current">libfm-extra</Dependency>
<Dependency>glib2-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2018-04-23</Date>
<Version>1.2.5</Version>
<Comment>First release</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>
+14
View File
@@ -0,0 +1,14 @@
<PISI>
<Source>
<Name>libfm-qt</Name>
<Summary xml:lang="tr">LXDE dosya yönetimi kitaplıkları</Summary>
<Description xml:lang="tr">libfm-qt, LXDE için dosya yönetim kitaplıklarını içerir.</Description>
</Source>
</PISI>
<PISI>
<Source>
<Name>llibfm-qt-devel</Name>
<Summary xml:lang="tr">LXDE dosya yönetimi kitaplıkları</Summary>
<Description xml:lang="tr">libfm-qt, LXDE için dosya yönetim kitaplıklarını içerir.</Description>
</Source>
</PISI>