1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>history-manager</Name>
- <Homepage>https://github.com/PisiLinuxNew/history-manager/</Homepage>
- <Packager>
- <Name>Metehan Özbek</Name>
- <Email>admin@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>app:gui</IsA>
- <Icon>search</Icon>
- <Summary>History Manager Tool for pisi</Summary>
- <Description>History manager is a graphical interface to pisi snapshot facilities.</Description>
- <Archive sha1sum="647b6615c54f00b593aa3ed9a0d4e9c1c03d958e" type="targz">https://github.com/PisiLinuxNew/history-manager/archive/refs/tags/history-manager-0.2.9.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>python-qt5-devel</Dependency>
- <Dependency>pypolkit</Dependency>
- <Dependency>qt5-base-devel</Dependency>
- <Dependency>python-setuptools</Dependency>
- <Dependency>qt5-linguist</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- <Patch>history-manager-fixed-window-title.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>history-manager</Name>
- <RuntimeDependencies>
- <Dependency>python-qt5</Dependency>
- <Dependency>pypolkit</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="library">/usr/lib/python*</Path>
- <Path fileType="data">/usr/share</Path>
- </Files>
- </Package>
- <History>
- <Update release="7">
- <Date>2022-06-03</Date>
- <Version>0.2.9</Version>
- <Comment>version bump</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- <Update release="6">
- <Date>2020-03-18</Date>
- <Version>0.2.8.1b</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="5">
- <Date>2019-01-16</Date>
- <Version>0.2.8.1b</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2018-10-17</Date>
- <Version>0.2.8.0b</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2018-01-17</Date>
- <Version>0.2.8.0b</Version>
- <Comment>fixed window title issue for other desktops.</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2017-04-08</Date>
- <Version>0.2.8.0b</Version>
- <Comment>Release bump</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-06-18</Date>
- <Version>0.2.8.0b</Version>
- <Comment>First release</Comment>
- <Name>Metehan Özbek</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|