lxmenu-data v0.1.6

This commit is contained in:
uglyside
2025-06-21 10:48:45 +03:00
parent a148fdcfee
commit bf32b6e15e
2 changed files with 21 additions and 18 deletions
+5 -9
View File
@@ -1,17 +1,12 @@
#!/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
# See the file https://www.gnu.org/licenses/gpl-3.0.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
from pisi.actionsapi import autotools, pisitools, get
def setup():
pisitools.dosed("configure.ac", "AM_GLIB", deleteLine=True)
shelltools.system("./autogen.sh")
autotools.configure()
def build():
@@ -19,4 +14,5 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING", "README")
pisitools.dodoc("AUTHORS", "COPYING")
+16 -9
View File
@@ -3,32 +3,39 @@
<PISI>
<Source>
<Name>lxmenu-data</Name>
<Homepage>https://www.lxde.org/</Homepage>
<Homepage>https://github.com/lxde/lxmenu-data</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPL2</License>
<License>LGPLv2.1</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>
<Archive sha1sum="26122570642795c8e8bfa6c8dd483528a9d73181" type="tarxz">https://github.com/lxde/releases/raw/master/releases/lxmenu-data-0.1.6.tar.xz</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>perl-Locale-gettext</Dependency>
<Dependency>gettext-devel</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>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2025-06-21</Date>
<Version>0.1.6</Version>
<Comment>Version bump.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2020-04-06</Date>
<Version>0.1.5</Version>