update GraphicsMagick, imagemagick, fix broken link in inkscape, add new package cutemarked

This commit is contained in:
groni
2016-11-06 13:24:53 +01:00
parent 9b45bc7a57
commit a8ded4eac4
10 changed files with 95610 additions and 94974 deletions
+21
View File
@@ -0,0 +1,21 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import pisitools
from pisi.actionsapi import qt5
NoStrip = "/"
def setup():
qt5.configure()
def build():
qt5.make()
def install():
qt5.install()
pisitools.dodoc("LICENSE.md", "README.md")
+52
View File
@@ -0,0 +1,52 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pardus.org.tr/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>
</BuildDependencies>
</Source>
<Package>
<Name>cutemarked</Name>
<RuntimeDependencies>
<Dependency>qt5-base</Dependency>
<Dependency>qt5-webkit</Dependency>
<Dependency>hunspell</Dependency>
<Dependency>libgcc</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="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>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>cutemarked</Name>
<Summary xml:lang="tr">Qt Markdown Editor</Summary>
<Description xml:lang="tr">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>
</Source>
</PISI>