libfm-extra
This commit is contained in:
@@ -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")
|
||||||
@@ -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>
|
||||||
|
<Archive sha1sum="d7b9482e9ab2486435e56dd6f901b463be82ec36" type="targz">https://github.com/lxde/libfm/archive/1.3.1.tar.gz</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>gettext-devel</Dependency>
|
||||||
|
<Dependency>glib2-devel</Dependency>
|
||||||
|
<Dependency>gtk-doc</Dependency>
|
||||||
|
<Dependency>intltool</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
</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>2020-04-06</Date>
|
||||||
|
<Version>1.3.1</Version>
|
||||||
|
<Comment>First release</Comment>
|
||||||
|
<Name>Ayhan Yalçınsoy</Name>
|
||||||
|
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
@@ -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>
|
||||||
+232783
-232658
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
|||||||
454c4bbc5709550d5a297b3430ed5b3b07f6bc12
|
af62f1356910123c89bcbb09603a2c2a444bde4c
|
||||||
Binary file not shown.
@@ -1 +1 @@
|
|||||||
e8b92db186e838a95cb5ba8519a5ce048c687990
|
c044daaaaea74bb53f843d7c376512c679140f2e
|
||||||
Reference in New Issue
Block a user