123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>rkward</Name>
- <Homepage>http://rkward.sourceforge.net/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <IsA>app:gui</IsA>
- <Summary>Veri analiz aracı</Summary>
- <Description>RKWard aims to provide an easily extensible, easy to use IDE/GUI for the R-project. RKWard tries to combine the power of the R-language with the (relative) ease of use of commercial statistics tools.</Description>
- <Archive sha1sum="9604b4cd77f50d514b6b7775e850c30b4f9e3e06" type="targz">https://download.kde.org/stable/rkward/0.7.0/src/rkward-0.7.0b.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>extra-cmake-modules</Dependency>
- <Dependency>R-devel</Dependency>
- <Dependency>qt5-base-devel</Dependency>
- <Dependency>qt5-webkit-devel</Dependency>
- <Dependency>qt5-script-devel</Dependency>
- <Dependency>kcoreaddons-devel</Dependency>
- <Dependency>kdoctools-devel</Dependency>
- <Dependency>ki18n-devel</Dependency>
- <Dependency>kxmlgui-devel</Dependency>
- <Dependency>ktexteditor-devel</Dependency>
- <Dependency>kdewebkit-devel</Dependency>
- </BuildDependencies>
- <!--<Patches>
- <Patch>x.patch</Patch>
- </Patches>-->
- </Source>
- <Package>
- <Name>rkward</Name>
- <RuntimeDependencies>
- <Dependency>R</Dependency>
- <Dependency>kio</Dependency>
- <Dependency>ki18n</Dependency>
- <Dependency>kcrash</Dependency>
- <Dependency>kparts</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>kconfig</Dependency>
- <Dependency>kxmlgui</Dependency>
- <Dependency>kservice</Dependency>
- <Dependency>qt5-base</Dependency>
- <Dependency>kdewebkit</Dependency>
- <Dependency>qt5-script</Dependency>
- <Dependency>qt5-webkit</Dependency>
- <Dependency>kcompletion</Dependency>
- <Dependency>kcoreaddons</Dependency>
- <Dependency>kjobwidgets</Dependency>
- <Dependency>ktexteditor</Dependency>
- <Dependency>kwindowsystem</Dependency>
- <Dependency>kconfigwidgets</Dependency>
- <Dependency>kwidgetsaddons</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="data">/usr/share/applications</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="data">/usr/share/icons</Path>
- <Path fileType="data">/usr/share/mime</Path>
- <Path fileType="data">/usr/share/kxmlgui5</Path>
- <Path fileType="data">/usr/share/rkward</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="data">/usr/share/kservices5</Path>
- <Path fileType="data">/usr/share/org.kde.syntax-highlighting</Path>
- </Files>
- <AdditionalFiles>
- <!--AdditionalFile owner="root" permission="0644" target="/usr/share/locale/tr/LC_MESSAGES/rkward.mo">rkward.mo</AdditionalFile-->
- </AdditionalFiles>
- </Package>
- <History>
- <Update release="1">
- <Date>2019-04-10</Date>
- <Version>0.7.0b</Version>
- <Comment>First Release</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|