1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>cutemarked</Name>
- <Homepage>http://cloose.github.io/CuteMarkEd</Homepage>
- <Packager>
- <Name>Stefan Gronewold (groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>app:gui</IsA>
- <Summary>Qt Markdown Editor</Summary>
- <Description>A Qt-based, free and open source markdown editor with live HTML preview, math expressions, code syntax highlighting and syntax highlighting of markdown document.</Description>
- <Archive sha1sum="221a3214982d3e3461f16fceff26c9c6c0b1bad5" type="targz">https://github.com/cloose/CuteMarkEd/archive/v0.11.3.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>qt5-base-devel</Dependency>
- <Dependency>qt5-webkit-devel</Dependency>
- <Dependency>hunspell-devel</Dependency>
- <Dependency>qt5-assistant-devel</Dependency>
- <Dependency>qt5-designer-devel</Dependency>
- <Dependency>qt5-linguist</Dependency>
- <Dependency>discount-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch>cutemarked-0.11.3-bgcolor.patch</Patch>
- <Patch level="1">cutemarked-0.11.3-qaction-include.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>cutemarked</Name>
- <RuntimeDependencies>
- <Dependency>qt5-base</Dependency>
- <Dependency>qt5-webkit</Dependency>
- <Dependency>hunspell</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>discount</Dependency>
- </RuntimeDependencies>
- -->
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib/qt5</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="4">
- <Date>2020-02-09</Date>
- <Version>0.11.3</Version>
- <Comment>Rebuild with new toolchain</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2018-08-29</Date>
- <Version>0.11.3</Version>
- <Comment>Rebuild with new toolchain</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2017-05-08</Date>
- <Version>0.11.3</Version>
- <Comment>Rebuild with new toolchain</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2016-07-18</Date>
- <Version>0.11.3</Version>
- <Comment>First release</Comment>
- <Name>Stefan Gronewold (groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|