lxmenu-data move

This commit is contained in:
Rmys
2023-11-22 10:09:12 +03:00
parent 2c47af4acf
commit 0c68c76ae2
9 changed files with 195 additions and 234 deletions
+12 -9
View File
@@ -1,19 +1,22 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import autotools, pisitools, get
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():
autotools.configure()
pisitools.dosed("configure.ac", "AM_GLIB", deleteLine=True)
shelltools.system("./autogen.sh")
autotools.configure()
def build():
autotools.make()
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "README")
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING", "README")
+50 -39
View File
@@ -1,43 +1,54 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>lxmenu-data</Name>
<Homepage>https://www.lxde.org/</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>LGPL-2.1</License>
<IsA>data</IsA>
<PartOf>desktop.lxde</PartOf>
<Summary>Menu data files for LXDE.</Summary>
<Description>lxmenu-data provides files needed for LXDE application menus.</Description>
<Archive sha1sum="5c3cba7d2061a490ad62c1e9c3f6120343df7712" type="tarxz">
mirrors://sourceforge/lxde/lxmenu-data-0.1.5.tar.xz
</Archive>
<BuildDependencies>
<Dependency>intltool</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>2022-04-14</Date>
<Version>0.1.5</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
<Source>
<Name>lxmenu-data</Name>
<Homepage>https://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>
<Dependency>gettext-devel</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="3">
<Date>2020-04-06</Date>
<Version>0.1.5</Version>
<Comment>Rebuild New T.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2018-08-31</Date>
<Version>0.1.5</Version>
<Comment>Rebuild New T.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<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>