123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <?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>
- <Summary>KDE5 port of History Manager Tool</Summary>
- <Description>History manager is a graphical interface to pisi snapshot facilities.</Description>
- <Archive sha1sum="100f05962b829e781fc336b47bf85a210a93859a" type="targz">https://github.com/PisiLinuxNew/history-manager/archive/0.2.8.0-Beta.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="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>
|