1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>comar</Name>
- <Homepage>http://www.pisilinux.org</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>service</IsA>
- <Summary>Manages system configuration</Summary>
- <Description>Pisi Linux programs are packaged with small scripts which configures them to entegrate with system and each other. Çomar is the tool which manages and executes these scripts.</Description>
- <Archive sha1sum="27f01ddd80919067b295eb64de3cabb235f30d4f" type="targz">https://github.com/PisiLinuxNew/comar/archive/v3.0.3.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>dbus-devel</Dependency>
- <Dependency>python-devel</Dependency>
- <Dependency>cmake</Dependency>
- </BuildDependencies>
- <!--Patches>
- <Patch level="1">run_dir.patch</Patch>
- <Patch level="1">fix-flags.patch</Patch>
- <Patch level="1">update-system-manager-model.patch</Patch>
- </Patches-->
- </Source>
- <Package>
- <Name>comar</Name>
- <RuntimeDependencies>
- <Dependency>dbus</Dependency>
- <Dependency>python</Dependency>
- <Dependency>polkit</Dependency>
- <Dependency>dbus-python</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="executable">/usr/sbin</Path>
- <Path fileType="data">/etc</Path>
- <Path fileType="data">/usr/share/dbus-1/system-services</Path>
- <Path fileType="data">/usr/share/polkit-1/actions</Path>
- <Path fileType="doc">/usr/share/doc/</Path>
- <Path fileType="data">/var/db</Path>
- </Files>
- <Provides>
- <COMAR script="package.py">System.Package</COMAR>
- </Provides>
- </Package>
- <History>
- <Update release="3">
- <Date>2017-02-05</Date>
- <Version>3.0.3</Version>
- <Comment>Rebuild, use pisilinuxnew source url.</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2016-04-27</Date>
- <Version>3.0.3</Version>
- <Comment>Release Bump</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-03-11</Date>
- <Version>3.0.3</Version>
- <Comment>First release</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|