123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>comar</Name>
- <Homepage>https://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="d2b8b5062fcccadbbe046240b152a92ad7db5f33" type="targz">https://github.com/PisiLinuxNew/comar/archive/refs/tags/3.0.3.1.tar.gz</Archive>
- <BuildDependencies>
- <Dependency versionFrom="1.14.8">dbus-devel</Dependency>
- <Dependency>python-devel</Dependency>
- <Dependency>cmake</Dependency>
- <Dependency versionFrom="2.32">glibc-devel</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>
- <Dependency versionFrom="2.32">glibc</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="9">
- <Date>2022-09-01</Date>
- <Version>3.0.3.1</Version>
- <Comment>Rebuild.</Comment>
- <Name>Kamil Atlıl</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <Update release="8">
- <Date>2022-07-25</Date>
- <Version>3.0.3.1</Version>
- <Comment>Rebuild.</Comment>
- <Name>Kamil Atlıl</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <Update release="7">
- <Date>2021-06-14</Date>
- <Version>3.0.3.1</Version>
- <Comment>Version bump</Comment>
- <Name>Kamil Atlıl</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <Update release="6">
- <Date>2021-03-30</Date>
- <Version>3.0.3</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2020-12-09</Date>
- <Version>3.0.3</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2019-12-26</Date>
- <Version>3.0.3</Version>
- <Comment>Rebuild</Comment>
- <Name>Idris Kalp</Name>
- <Email>idriskalp@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-07-20</Date>
- <Version>3.0.3</Version>
- <Comment>Rebuild</Comment>
- <Name>Ertuğrul Erata</Name>
- <Email>ertugrulerata@gmail.com</Email>
- </Update>
- <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>
|