krita : updated

This commit is contained in:
blue-devil
2020-09-11 01:15:51 +02:00
parent 93a4495ce2
commit a9fc5bb54c
3 changed files with 22 additions and 15 deletions
+7 -7
View File
@@ -4,16 +4,16 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pisitools
from pisi.actionsapi import kde5
from pisi.actionsapi import get
from pisi.actionsapi import kde5
from pisi.actionsapi import pisitools
def setup():
kde5.configure("-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
kde5.configure("-DBUILD_TESTING=OFF \
-DBUILD_UNMAINTAINED=ON \
-DKDE_INSTALL_LIBDIR=lib \
-DBUILD_TESTING=OFF \
-DBUILD_UNMAINTAINED=ON")
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr")
def build():
kde5.make()
@@ -21,4 +21,4 @@ def build():
def install():
kde5.install("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING*", "README.md", "AUTHORS")
pisitools.dodoc("COPYING*", "README.md")
+14 -6
View File
@@ -12,7 +12,7 @@
<PartOf>multimedia.graphics</PartOf>
<Summary xml:lang="en">Krita is a free digital painting application.</Summary>
<Description xml:lang="en">Krita is a free and open source digital painting application. It is for artists who want to create professional work from start to end. </Description>
<Archive sha1sum="c4bbf1ebe9a38cf0750c7a7cf1af4be905ddaf85" type="targz">https://github.com/KDE/krita/archive/v4.2.8.2.tar.gz</Archive>
<Archive sha1sum="8b0228e0199bbb707544370b5b33acf47eff6fa3" type="targz">https://github.com/KDE/krita/archive/v4.3.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>eigen3</Dependency>
<Dependency>kio-devel</Dependency>
@@ -55,6 +55,7 @@
<Package>
<Name>krita</Name>
<Summary xml:lang="en">Krita is a free digital painting application.</Summary>
<RuntimeDependencies>
<Dependency>gsl</Dependency>
<Dependency>tiff</Dependency>
@@ -91,18 +92,25 @@
<Dependency>qt5-declarative</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/krita</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="config">/etc</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="info">/usr/share/metainfo</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="info">/usr/share/metainfo</Path>
<Path fileType="executable">/usr/bin/krita</Path>
<Path fileType="localedata">/usr/share/locale</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2020-09-09</Date>
<Version>4.3.0</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="3">
<Date>2020-02-12</Date>
<Version>4.2.8.2</Version>
-1
View File
@@ -6,4 +6,3 @@
<Description xml:lang="tr">Krita, ücretsiz ve açık kaynaklı bir dijital resim uygulamasıdır. Baştan sona profesyonel işler yaratmak isteyen sanatçılar içindir.</Description>
</Source>
</PISI>