lxmenu-data
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
#!/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 get
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import libtools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
def setup():
|
||||
libtools.libtoolize("-fc")
|
||||
pisitools.dosed("configure.ac", "AM_GLIB", deleteLine=True)
|
||||
#autotools.aclocal()
|
||||
shelltools.system("./autogen.sh")
|
||||
autotools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "README")
|
||||
@@ -0,0 +1,38 @@
|
||||
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>lxmenu-data</Name>
|
||||
<Homepage>http://www.lxde.org</Homepage>
|
||||
<Packager>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPL2</License>
|
||||
<IsA>data</IsA>
|
||||
<Icon>lxqt</Icon>
|
||||
<Summary>freedesktop.org application menu definition files</Summary>
|
||||
<Description>lxqt-menu-data is freedesktop.org application menu definition files</Description>
|
||||
<Archive sha1sum="319d53bb0cf5e41a4b471a154cde446c24143de4" type="targz">https://github.com/lxde/lxmenu-data/archive/0.1.5.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>perl-Locale-gettext</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>lxmenu-data</Name>
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="data">/usr/share/desktop-directories</Path>
|
||||
<Path fileType="doc">/usr/share/doc/</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2018-04-23</Date>
|
||||
<Version>0.1.5</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,7 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>lxqt-menu-data</Name>
|
||||
<Summary xml:lang="tr">freedesktop.org uygulama menüsü tanım dosyaları</Summary>
|
||||
<Description xml:lang="tr">lxqt-menu-data, freedesktop.org uygulama menüsü için tanım dosyaları içerir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user