1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <?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>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPL-2</License>
- <IsA>data</IsA>
- <PartOf>desktop.lxde</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-08-07</Date>
- <Version>0.99.2</Version>
- <Comment>First build.</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- </History>
- </PISI>
|