menu-cache

This commit is contained in:
2018-04-26 00:39:04 +03:00
parent a564b1094c
commit 9b026ed5ba
3 changed files with 92 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
#!/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("--disable-static")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING")
+57
View File
@@ -0,0 +1,57 @@
<PISI>
<Source>
<Name>menu-cache</Name>
<Homepage>http://lxde.org</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPL2</License>
<IsA>app</IsA>
<Icon>lxqt</Icon>
<Summary>freedesktop.org desktop menus for LXDE</Summary>
<Description>Library used to read freedesktop.org menus</Description>
<BuildDependencies>
<Dependency>glib2-devel</Dependency>
<Dependency>gtk-doc</Dependency>
<Dependency>libfm-extra-devel</Dependency>
<Dependency versionFrom="5.9.3">qt5-base-devel</Dependency>
</BuildDependencies>
<Archive sha1sum="509f9d244ceea8fa80af29fa39f3b3d3e02033b9" type="targz">https://github.com/lxde/menu-cache/archive/1.1.0.tar.gz</Archive>
</Source>
<Package>
<Name>menu-cache</Name>
<Summary>Development headers for libfm-qt</Summary>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
<Dependency>libfm-extra</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<Package>
<Name>menu-cache-devel</Name>
<Summary>Development files for menu-cache</Summary>
<RuntimeDependencies>
<Dependency>glib2-devel</Dependency>
<Dependency release="current">menu-cache</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.1.0</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>lxqt-menu-cache</Name>
<Summary xml:lang="tr">LXQT için freedesktop.org masaüstü menüleri.</Summary>
<Description xml:lang="tr">Freedesktop.org menüleri okumak için kullanılan kitaplıkları içerir.</Description>
</Source>
</PISI>
<PISI>
<Source>
<Name>lxqt-menu-cache-devel</Name>
<Summary xml:lang="tr">LXQT için freedesktop.org masaüstü menülerin için geliştirme dosyaları.</Summary>
<Description xml:lang="tr">Freedesktop.org menüleri okumak için kullanılan geliştirme dosyalarını içerir.</Description>
</Source>
</PISI>