Unverified Kaydet (Commit) a1de4256 authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

kdeedu-data compiled.

üst ac36ed25
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from inary.actionsapi import inarytools
from inary.actionsapi import kde
def setup():
kde.configure()
def build():
kde.make()
def install():
kde.install()
inarytools.dodoc("COPYING")
\ No newline at end of file
<?xml version="1.0" ?>
<!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
<INARY>
<Source>
<Name>kdeedu-data</Name>
<Homepage>http://www.kde.org</Homepage>
<Packager>
<Name>Süleyman Poyraz</Name>
<Email>zaryob.dev@gmail.com</Email>
</Packager>
<License>LGPLv2</License>
<IsA>app:library</IsA>
<Summary>Common data for KDE Edu applications</Summary>
<Description>Common data for KDE Edu applications.</Description>
<Archive sha1sum="7bf447c986245ae99c85470aad1d01735a11cb51" type="tarxz">mirrors://kde/stable/applications/19.08.3/src/kdeedu-data-19.08.3.tar.xz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>kdeedu-data</Name>
<Files>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-09-16</Date>
<Version>19.08.3</Version>
<Comment>First release</Comment>
<Name>Süleyman Poyraz</Name>
<Email>zaryob.dev@gmail.com</Email>
</Update>
</History>
</INARY>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment