LXDE: lxde-common-0.99.2

This commit is contained in:
4fury-c3440d8
2022-04-16 02:41:40 +03:00
parent bb3f07fa61
commit 59991aea30
3 changed files with 74 additions and 0 deletions
Binary file not shown.
+19
View File
@@ -0,0 +1,19 @@
#!/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
from pisi.actionsapi import autotools, pisitools, get
def setup():
autotools.configure()
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog")
+55
View File
@@ -0,0 +1,55 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>lxde-common</Name>
<Homepage>https://www.lxde.org/</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>GPL-2</License>
<IsA>data</IsA>
<PartOf>desktop</PartOf>
<Summary>LXDE Session default configuration files.</Summary>
<Description>lxde-common provides LXDE Session default configuration files and nuoveXT2 iconset.</Description>
<Archive sha1sum="e54d80b64e6a89ff1f89ced7a826fa4e8bf453ec" type="tarxz">
mirrors://sourceforge/lxde/lxde-common-0.99.2.tar.xz
</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1">config.patch</Patch> -->
</Patches>
</Source>
<Package>
<Name>lxde-common</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>lxpanel</Dependency>
<Dependency>pcmanfm</Dependency>
<Dependency>openbox</Dependency>
<Dependency>lxsession</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-04-14</Date>
<Version>0.99.2</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>