@@ -12,7 +12,7 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>A C++ interface around LibRaw library</Summary>
|
<Summary>A C++ interface around LibRaw library</Summary>
|
||||||
<Description>libkdcraw is a C++ interface around LibRaw library used to decode RAW picture files.</Description>
|
<Description>libkdcraw is a C++ interface around LibRaw library used to decode RAW picture files.</Description>
|
||||||
<Archive sha1sum="0b09804bb198a9035128a289df10671c2a38ba1f" type="tarxz">http://source.pisilinux.org/1.0/libkdcraw-15.07.90_20150715.tar.xz</Archive>
|
<Archive sha1sum="0d4d2fb6897eb84cab42705d6a4f16f901f5aa2d" type="tarxz">mirrors://kde/stable/applications/15.12.0/src/libkdcraw-15.12.0.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>qt5-base-devel</Dependency>
|
<Dependency>qt5-base-devel</Dependency>
|
||||||
<Dependency>kdoctools-devel</Dependency>
|
<Dependency>kdoctools-devel</Dependency>
|
||||||
@@ -59,6 +59,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="23">
|
||||||
|
<Date>2015-12-19</Date>
|
||||||
|
<Version>15.12.0</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Yusuf Aydemir</Name>
|
||||||
|
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="22">
|
<Update release="22">
|
||||||
<Date>2015-08-13</Date>
|
<Date>2015-08-13</Date>
|
||||||
<Version>15.07.90_p1</Version>
|
<Version>15.07.90_p1</Version>
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Common plugin infrastructure for KDE image applications</Summary>
|
<Summary>Common plugin infrastructure for KDE image applications</Summary>
|
||||||
<Description>Kipi (KDE Image Plugin Interface) is an effort to develop a common plugin structure (for Digikam, Gwenview, etc.). Its aim is to share image plugins among graphic applications.</Description>
|
<Description>Kipi (KDE Image Plugin Interface) is an effort to develop a common plugin structure (for Digikam, Gwenview, etc.). Its aim is to share image plugins among graphic applications.</Description>
|
||||||
<Archive sha1sum="efbbf2bddd0ed338c2504d078c9bcb4146a901d7" type="targz">http://source.pisilinux.org/1.0/libkipi-15.04.3_20150731.tar.gz</Archive>
|
<Archive sha1sum="e39dbeca223b1f317c8448b49a71a704a31348bc" type="tarxz">mirrors://kde/stable/applications/15.12.0/src/libkipi-15.12.0.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>qt5-base-devel</Dependency>
|
<Dependency>qt5-base-devel</Dependency>
|
||||||
<Dependency>kdoctools-devel</Dependency>
|
<Dependency>kdoctools-devel</Dependency>
|
||||||
@@ -63,6 +63,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="2">
|
||||||
|
<Date>2015-12-19</Date>
|
||||||
|
<Version>15.12.0</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Yusuf Aydemir</Name>
|
||||||
|
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2015-08-01</Date>
|
<Date>2015-08-01</Date>
|
||||||
<Version>15.04.3_20150731</Version>
|
<Version>15.04.3_20150731</Version>
|
||||||
|
|||||||
@@ -0,0 +1,18 @@
|
|||||||
|
#!/usr/bin/python
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
#
|
||||||
|
# Licensed under the GNU General Public License, version 3.
|
||||||
|
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||||
|
|
||||||
|
|
||||||
|
from pisi.actionsapi import kde5
|
||||||
|
|
||||||
|
|
||||||
|
def setup():
|
||||||
|
kde5.configure()
|
||||||
|
|
||||||
|
def build():
|
||||||
|
kde5.make()
|
||||||
|
|
||||||
|
def install():
|
||||||
|
kde5.install()
|
||||||
@@ -0,0 +1,65 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>libksane</Name>
|
||||||
|
<Homepage>http://www.kde.org</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>PisiLinux Community</Name>
|
||||||
|
<Email>admins@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>GPLv2</License>
|
||||||
|
<IsA>library</IsA>
|
||||||
|
<Summary>SANE library interface for KDE</Summary>
|
||||||
|
<Description>libksane is a SANE library interface for KDE.</Description>
|
||||||
|
<Archive sha1sum="0c69697a66d6d0908d3822ecebedb08c2c424942" type="tarxz">mirrors://kde/stable/applications/15.12.0/src/libksane-15.12.0.tar.xz</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>ki18n-devel</Dependency>
|
||||||
|
<Dependency>kwallet-devel</Dependency>
|
||||||
|
<Dependency>qt5-base-devel</Dependency>
|
||||||
|
<Dependency>ktextwidgets-devel</Dependency>
|
||||||
|
<Dependency>sane-backends-devel</Dependency>
|
||||||
|
<Dependency>kwidgetsaddons-devel</Dependency>
|
||||||
|
<Dependency>extra-cmake-modules</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>libksane</Name>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>ki18n</Dependency>
|
||||||
|
<Dependency>kwallet</Dependency>
|
||||||
|
<Dependency>qt5-base</Dependency>
|
||||||
|
<Dependency>ktextwidgets</Dependency>
|
||||||
|
<Dependency>sane-backends</Dependency>
|
||||||
|
<Dependency>kwidgetsaddons</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="library">/usr/lib</Path>
|
||||||
|
<Path fileType="data">/usr/share/icons</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>libksane-devel</Name>
|
||||||
|
<Summary>Development files for libksane</Summary>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency release="current">libksane</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="data">/usr/lib/cmake</Path>
|
||||||
|
<Path fileType="header">/usr/include</Path>
|
||||||
|
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2015-12-19</Date>
|
||||||
|
<Version>15.12.0</Version>
|
||||||
|
<Comment>First release</Comment>
|
||||||
|
<Name>Yusuf Aydemir</Name>
|
||||||
|
<Email>yusuf.aydemir@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
@@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>libksane</Name>
|
||||||
|
<Summary xml:lang="tr">KDE için SANE kitaplık arayüzü</Summary>
|
||||||
|
<Description xml:lang="tr">libksane, KDE için bir SANE kitaplık arayüzüdür.</Description>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>libksane-devel</Name>
|
||||||
|
<Summary xml:lang="tr">libksane için geliştirme dosyaları</Summary>
|
||||||
|
</Package>
|
||||||
|
</PISI>
|
||||||
Reference in New Issue
Block a user